From 4de3df461ecf756d2e6bf4002df7da55fd9db3a1 Mon Sep 17 00:00:00 2001 From: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Date: Thu, 4 May 2023 16:20:25 -0500 Subject: [PATCH] [MDB Ignore] Adds a unit test for typepaths that are required to be mapped onto each station map (#74985) ## About The Pull Request Inspired by #74967 and #68459 , and the fact that Tramstation regresses very often - Adds a unit test, `required_map_items`, which ensures that certain typepaths which should definitely be mapped onto every map is mapped onto every map It can also be used to ensure that items which should not be mapped in multiple times are not, among other things. I included a few examples - - Min 1, max inf of each head of staff stamps - Min 1, max 1 departmental order consoles - Min 1, max inf comms console - Min 1, max 1 Pun Pun - Min 1, max 1 Poly - Min 1, max 1 Ian If, in the future, a mapper decides they (for some reason) do not want a certain previously-required item on their map, the test can be adjusted such that it allows excluding or something, but currently it should be for items which require conscious thought about. #### QA: Why not make this a linter? I attempted to make this a linter before realizing two things 1. Someone might make a spawner which spawns the items, or they might get placed in a locker, in any case this accounts for everything on init 2. Linters run on every map, non-station maps included So I went with a test ## Why It's Good For The Game #50468 #61013 #74967 Why is it always the CMO stamp? ## Changelog Not necessary (unless I find a map missing something, then this will be updated) --- .../SpaceRuins/hilbertresearchfacility.dmm | 2 +- _maps/RandomRuins/SpaceRuins/waystation.dmm | 492 +- _maps/RandomZLevels/moonoutpost19.dmm | 117190 +++---- _maps/RandomZLevels/undergroundoutpost45.dmm | 1028 +- _maps/map_files/Birdshot/birdshot.dmm | 267792 +++++++-------- .../map_files/Deltastation/DeltaStation2.dmm | 300 +- .../map_files/IceBoxStation/IceBoxStation.dmm | 302 +- _maps/map_files/MetaStation/MetaStation.dmm | 11552 +- _maps/map_files/NorthStar/north_star.dmm | 5136 +- _maps/map_files/debug/runtimestation.dmm | 276 +- _maps/map_files/generic/CentCom.dmm | 4 +- _maps/map_files/tramstation/tramstation.dmm | 388 +- _maps/multiz_debug.json | 3 +- _maps/runtimestation.json | 3 +- _maps/shuttles/emergency_tranquility.dmm | 2 +- code/__DEFINES/unit_tests.dm | 30 + code/_globalvars/phobias.dm | 18 +- code/datums/components/crafting/misc.dm | 2 +- .../game/machinery/computer/communications.dm | 3 + code/modules/cargo/department_order.dm | 3 + code/modules/jobs/job_types/captain.dm | 2 +- code/modules/jobs/job_types/chief_engineer.dm | 2 +- .../jobs/job_types/chief_medical_officer.dm | 2 +- .../jobs/job_types/head_of_personnel.dm | 2 +- .../jobs/job_types/head_of_security.dm | 2 +- code/modules/jobs/job_types/quartermaster.dm | 2 +- .../jobs/job_types/research_director.dm | 2 +- code/modules/mob/living/basic/pets/dog.dm | 3 + .../mob/living/carbon/human/monkey/monkey.dm | 2 + .../mob/living/simple_animal/parrot.dm | 3 + code/modules/paperwork/paperwork.dm | 14 +- code/modules/paperwork/stamps.dm | 29 +- code/modules/unit_tests/_unit_tests.dm | 1 + code/modules/unit_tests/required_map_items.dm | 62 + code/modules/unit_tests/unit_test.dm | 2 + tools/UpdatePaths/Scripts/74985_stamps.txt | 7 + 36 files changed, 202388 insertions(+), 202275 deletions(-) create mode 100644 code/modules/unit_tests/required_map_items.dm create mode 100644 tools/UpdatePaths/Scripts/74985_stamps.txt diff --git a/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm b/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm index a7bbee08ba2..edb4404d893 100644 --- a/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm +++ b/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm @@ -1192,7 +1192,7 @@ "BL" = ( /obj/structure/table/wood, /obj/item/folder/white, -/obj/item/stamp/rd, +/obj/item/stamp/head/rd, /turf/open/floor/iron/grimy, /area/ruin/space/has_grav/powered/hilbertresearchfacility) "BM" = ( diff --git a/_maps/RandomRuins/SpaceRuins/waystation.dmm b/_maps/RandomRuins/SpaceRuins/waystation.dmm index d1dd7bd5b52..a6d83df4974 100644 --- a/_maps/RandomRuins/SpaceRuins/waystation.dmm +++ b/_maps/RandomRuins/SpaceRuins/waystation.dmm @@ -14,28 +14,6 @@ }, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/waystation/dorms) -"au" = ( -/obj/structure/table/wood, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/clipboard{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/stamp{ - pixel_x = 7; - pixel_y = 9 - }, -/obj/item/stamp/denied{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/item/stamp/qm{ - pixel_x = 7; - pixel_y = -2 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/ruin/space/has_grav/waystation/qm) "aO" = ( /obj/effect/decal/cleanable/blood/tracks, /obj/structure/cable, @@ -93,6 +71,22 @@ /obj/structure/closet/secure_closet/freezer/meat/open, /turf/open/floor/iron/freezer, /area/ruin/space/has_grav/waystation/kitchen) +"bR" = ( +/mob/living/basic/syndicate/ranged/shotgun/space, +/obj/item/ammo_casing/shotgun/buckshot/spent{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/item/ammo_casing/shotgun/buckshot/spent{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/ammo_casing/shotgun/buckshot/spent{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/floor/iron, +/area/ruin/space/has_grav/waystation/dorms) "bU" = ( /obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 8 @@ -199,6 +193,22 @@ }, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/waystation/securestorage) +"dY" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/item/ammo_casing/c45/spent{ + pixel_y = 1 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_y = -4 + }, +/obj/item/ammo_casing/c45/spent{ + pixel_x = 5; + pixel_y = -4; + dir = 1 + }, +/turf/open/floor/iron, +/area/ruin/space/has_grav/waystation/cargooffice) "dZ" = ( /obj/structure/chair/stool{ dir = 1; @@ -274,32 +284,6 @@ }, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/cargobay) -"fe" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/ammo_casing/c45/spent{ - pixel_x = -4; - dir = 8 - }, -/obj/item/ammo_casing/c45/spent{ - pixel_x = 5; - pixel_y = -4; - dir = 1 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_x = 5; - pixel_y = -2 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_y = -4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/ruin/space/has_grav/waystation/cargobay) "fg" = ( /obj/machinery/power/shuttle_engine/propulsion, /turf/open/floor/plating/airless, @@ -524,22 +508,6 @@ /obj/structure/mirror/directional/east, /turf/open/floor/iron/freezer, /area/ruin/space/has_grav/waystation/dorms) -"jh" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/item/ammo_casing/c45/spent{ - pixel_y = 1 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_y = -4 - }, -/obj/item/ammo_casing/c45/spent{ - pixel_x = 5; - pixel_y = -4; - dir = 1 - }, -/turf/open/floor/iron, -/area/ruin/space/has_grav/waystation/cargooffice) "jv" = ( /obj/structure/grille, /obj/effect/spawner/structure/window/reinforced, @@ -726,6 +694,58 @@ }, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/cargobay) +"my" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/ammo_casing/c45/spent{ + dir = 8 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_y = -4 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_x = 8 + }, +/obj/item/ammo_casing/c45/spent{ + pixel_x = 5; + pixel_y = -2; + dir = 8 + }, +/obj/item/ammo_casing/c45/spent{ + pixel_x = 5; + pixel_y = -8; + dir = 8 + }, +/turf/open/floor/iron, +/area/ruin/space/has_grav/waystation/cargooffice) +"mI" = ( +/obj/structure/table/wood, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stamp{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/stamp/denied{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/stamp/head/qm{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/ruin/space/has_grav/waystation/qm) "mO" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -870,6 +890,17 @@ /obj/structure/cable, /turf/open/floor/plating, /area/ruin/space/has_grav/waystation/power) +"ou" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/cable, +/obj/item/ammo_casing/shotgun/buckshot/spent{ + pixel_x = -7; + pixel_y = 14 + }, +/turf/open/floor/iron/grimy, +/area/ruin/space/has_grav/waystation/qm) "ov" = ( /obj/structure/chair/office{ dir = 8 @@ -1063,6 +1094,32 @@ /obj/structure/closet/crate, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/cargobay) +"rn" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/ammo_casing/c45/spent{ + pixel_x = -4; + dir = 8 + }, +/obj/item/ammo_casing/c45/spent{ + pixel_x = 5; + pixel_y = -4; + dir = 1 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_y = -4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ruin/space/has_grav/waystation/cargobay) "ro" = ( /obj/structure/table/reinforced, /obj/item/disk/holodisk/ruin/waystation, @@ -1510,21 +1567,6 @@ /obj/structure/closet/crate/bin, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/cargooffice) -"zT" = ( -/obj/item/ammo_casing/shotgun/buckshot/spent{ - pixel_x = 6; - pixel_y = 1 - }, -/obj/item/ammo_casing/shotgun/buckshot/spent{ - pixel_x = 1; - pixel_y = 1 - }, -/obj/item/ammo_casing/shotgun/buckshot/spent{ - pixel_x = -8; - pixel_y = -5 - }, -/turf/open/floor/iron/grimy, -/area/ruin/space/has_grav/waystation/qm) "zV" = ( /obj/structure/fluff/broken_flooring{ dir = 8; @@ -1636,14 +1678,6 @@ /obj/effect/turf_decal/tile/brown/half/contrasted, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/cargooffice) -"CI" = ( -/obj/item/ammo_casing/c45/spent{ - dir = 9; - pixel_x = 2; - pixel_y = -5 - }, -/turf/open/floor/iron/dark, -/area/ruin/space/has_grav/waystation/securestorage) "CN" = ( /obj/effect/turf_decal/bot, /turf/open/floor/iron, @@ -1889,17 +1923,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/ruin/space/has_grav/waystation/dorms) -"IT" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/structure/cable, -/obj/item/ammo_casing/shotgun/buckshot/spent{ - pixel_x = -7; - pixel_y = 14 - }, -/turf/open/floor/iron/grimy, -/area/ruin/space/has_grav/waystation/qm) "IU" = ( /obj/structure/table, /obj/item/folder{ @@ -2295,6 +2318,14 @@ }, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/powered/waystation/assaultpod) +"Oj" = ( +/obj/item/ammo_casing/c45/spent{ + dir = 9; + pixel_x = 2; + pixel_y = -5 + }, +/turf/open/floor/iron/dark, +/area/ruin/space/has_grav/waystation/securestorage) "Ok" = ( /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 1 @@ -2335,6 +2366,21 @@ /obj/effect/mapping_helpers/airlock/access/all/away/supply, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/cargooffice) +"Pj" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/shotgun/buckshot/spent{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/item/ammo_casing/shotgun/buckshot/spent{ + pixel_x = -3; + pixel_y = -6 + }, +/turf/open/floor/iron, +/area/ruin/space/has_grav/waystation/dorms) "Pm" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, @@ -2357,6 +2403,21 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/ruin/space/has_grav/waystation/cargobay) +"PN" = ( +/obj/item/ammo_casing/shotgun/buckshot/spent{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/ammo_casing/shotgun/buckshot/spent{ + pixel_x = 1; + pixel_y = 1 + }, +/obj/item/ammo_casing/shotgun/buckshot/spent{ + pixel_x = -8; + pixel_y = -5 + }, +/turf/open/floor/iron/grimy, +/area/ruin/space/has_grav/waystation/qm) "PS" = ( /obj/structure/table, /obj/item/reagent_containers/condiment/enzyme{ @@ -2461,57 +2522,6 @@ }, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/cargooffice) -"RR" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_y = -4 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_y = -4 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 9; - pixel_x = 2; - pixel_y = -5 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 9; - pixel_x = 6 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_x = 5; - pixel_y = -2 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_y = -4 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8 - }, -/obj/item/ammo_casing/c45/spent{ - pixel_x = -4 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_x = 4; - pixel_y = 3 - }, -/obj/structure/chair/office, -/obj/item/ammo_box/magazine/m45{ - start_empty = 1; - pixel_y = -6; - pixel_x = -10 - }, -/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag{ - pixel_x = -4; - pixel_y = 10 - }, -/turf/open/floor/iron/dark, -/area/ruin/space/has_grav/waystation/securestorage) "RW" = ( /obj/effect/turf_decal/tile/brown/half/contrasted, /obj/item/kirbyplants/random, @@ -2561,22 +2571,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/cargobay) -"SJ" = ( -/mob/living/basic/syndicate/ranged/shotgun/space, -/obj/item/ammo_casing/shotgun/buckshot/spent{ - pixel_x = 3; - pixel_y = 10 - }, -/obj/item/ammo_casing/shotgun/buckshot/spent{ - pixel_x = 6; - pixel_y = 1 - }, -/obj/item/ammo_casing/shotgun/buckshot/spent{ - pixel_x = -3; - pixel_y = 1 - }, -/turf/open/floor/iron, -/area/ruin/space/has_grav/waystation/dorms) "SL" = ( /obj/structure/grille, /obj/effect/spawner/structure/window/reinforced, @@ -2595,31 +2589,6 @@ /obj/item/shell/airlock, /turf/template_noop, /area/template_noop) -"To" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/blood/tracks{ - dir = 6 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 9; - pixel_x = 1; - pixel_y = 7 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 9; - pixel_x = -3 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 9; - pixel_x = 6 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 9; - pixel_x = 2; - pixel_y = -5 - }, -/turf/open/floor/iron, -/area/ruin/space/has_grav/waystation/cargobay) "Tx" = ( /obj/effect/turf_decal/siding/brown{ dir = 8 @@ -2699,6 +2668,57 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/cargobay) +"Va" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_y = -4 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_y = -4 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 9; + pixel_x = 2; + pixel_y = -5 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 9; + pixel_x = 6 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_y = -4 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8 + }, +/obj/item/ammo_casing/c45/spent{ + pixel_x = -4 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 8; + pixel_x = 4; + pixel_y = 3 + }, +/obj/structure/chair/office, +/obj/item/ammo_box/magazine/m45{ + start_empty = 1; + pixel_y = -6; + pixel_x = -10 + }, +/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/iron/dark, +/area/ruin/space/has_grav/waystation/securestorage) "Vb" = ( /obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 8 @@ -2782,21 +2802,6 @@ }, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/dorms) -"WP" = ( -/obj/effect/decal/cleanable/blood/tracks{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/shotgun/buckshot/spent{ - pixel_x = 3; - pixel_y = 1 - }, -/obj/item/ammo_casing/shotgun/buckshot/spent{ - pixel_x = -3; - pixel_y = -6 - }, -/turf/open/floor/iron, -/area/ruin/space/has_grav/waystation/dorms) "WS" = ( /obj/effect/turf_decal/tile/red/half/contrasted, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -2900,6 +2905,31 @@ /obj/structure/cable, /turf/open/floor/iron/cafeteria, /area/ruin/space/has_grav/waystation/kitchen) +"XT" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 6 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 9; + pixel_x = 1; + pixel_y = 7 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 9; + pixel_x = -3 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 9; + pixel_x = 6 + }, +/obj/item/ammo_casing/c45/spent{ + dir = 9; + pixel_x = 2; + pixel_y = -5 + }, +/turf/open/floor/iron, +/area/ruin/space/has_grav/waystation/cargobay) "Ya" = ( /turf/template_noop, /area/template_noop) @@ -2972,36 +3002,6 @@ }, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/waystation/dorms) -"ZG" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/item/ammo_casing/c45/spent{ - dir = 8 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_y = -4 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/ammo_casing/c45/spent{ - dir = 8; - pixel_x = 8 - }, -/obj/item/ammo_casing/c45/spent{ - pixel_x = 5; - pixel_y = -2; - dir = 8 - }, -/obj/item/ammo_casing/c45/spent{ - pixel_x = 5; - pixel_y = -8; - dir = 8 - }, -/turf/open/floor/iron, -/area/ruin/space/has_grav/waystation/cargooffice) "ZJ" = ( /obj/effect/turf_decal/siding/red, /obj/structure/table/reinforced, @@ -4136,7 +4136,7 @@ uG QN xt Mk -au +mI uF QN Tx @@ -4197,8 +4197,8 @@ Ls Ud QN FV -zT -IT +PN +ou uF TT TT @@ -4312,11 +4312,11 @@ jV jV jV jV -WP +Pj oa oa Id -SJ +bR xw jV QN @@ -4698,7 +4698,7 @@ Dc fc zh Bi -jh +dY Ze tb Wd @@ -4760,7 +4760,7 @@ Dc Qx SL jG -ZG +my xk tb FM @@ -5061,7 +5061,7 @@ Bq jH Vb Xr -fe +rn Vb Vb Vb @@ -5111,7 +5111,7 @@ yi vn LQ dX -CI +Oj WS yi Jf @@ -5171,7 +5171,7 @@ pK pK yi Lt -RR +Va ZJ er hd @@ -5307,7 +5307,7 @@ zI GS Zv Wg -To +XT bW Kn bW diff --git a/_maps/RandomZLevels/moonoutpost19.dmm b/_maps/RandomZLevels/moonoutpost19.dmm index 81a249a4f8f..b1438aff6b7 100644 --- a/_maps/RandomZLevels/moonoutpost19.dmm +++ b/_maps/RandomZLevels/moonoutpost19.dmm @@ -8,68 +8,66 @@ "ae" = ( /turf/closed/indestructible/rock, /area/awaymission/moonoutpost19/main) -"af" = ( +"am" = ( +/obj/structure/alien/weeds, /obj/structure/fluff/minepost, -/obj/item/stack/sheet/mineral/plasma/thirty, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"ag" = ( -/obj/structure/alien/weeds/node, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) "ao" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/lunar_sand, -/turf/open/floor/plating{ - heat_capacity = 1e+006 +/obj/machinery/light/warm/no_nightlight/directional/west, +/obj/item/cigbutt{ + pixel_x = 4 }, +/turf/open/floor/plastic, /area/awaymission/moonoutpost19/arrivals) "ap" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = "201" +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 }, -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 8; - icon_state = "ltrails_1" - }, -/obj/structure/cable, -/turf/open/floor/plating{ - heat_capacity = 1e+006 +/turf/open/floor/iron/cafeteria{ + dir = 5 }, /area/awaymission/moonoutpost19/research) -"aq" = ( -/obj/structure/alien/weeds, -/obj/effect/turf_decal/tile/purple, -/obj/structure/cable, -/obj/structure/sign/warning/secure_area/directional/east, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"at" = ( -/turf/closed/wall/r_wall, -/area/awaymission/moonoutpost19/syndicate) -"aw" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 8; - icon_state = "ltrails_2" - }, -/obj/effect/decal/cleanable/blood/tracks{ - dir = 4 - }, +"ar" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/blood/gibs/body, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/main) +/area/awaymission/moonoutpost19/mines) +"as" = ( +/obj/item/stack/rods, +/obj/structure/cable, +/turf/open/floor/plating, +/area/awaymission/moonoutpost19/research) +"at" = ( +/turf/closed/wall/r_wall, +/area/awaymission/moonoutpost19/syndicate) +"au" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/research) +"aw" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/space_cube{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) "az" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -91,15 +89,6 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"aE" = ( -/obj/structure/rack, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/circuitboard/computer/teleporter, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/research) "aF" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/red{ @@ -110,57 +99,50 @@ }, /area/awaymission/moonoutpost19/syndicate) "aG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/candy, +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, /obj/machinery/duct, -/turf/open/floor/plating{ +/turf/open/floor/iron/freezer{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"aH" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ +"aK" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/folder/white, +/obj/item/stamp/head/rd{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ dir = 1 }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"aI" = ( -/obj/structure/closet/secure_closet/personal/cabinet{ - req_access = "150" - }, -/obj/item/ammo_box/magazine/m9mm, -/obj/item/ammo_box/magazine/m9mm, -/obj/item/suppressor, -/turf/open/floor/wood{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/syndicate) -"aM" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/item/screwdriver{ - pixel_x = 9; - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 +/turf/open/floor/iron/cafeteria{ + dir = 5 }, /area/awaymission/moonoutpost19/research) +"aL" = ( +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) "aN" = ( /obj/machinery/light/directional/west, /turf/open/floor/iron/dark{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) +"aO" = ( +/obj/structure/displaycase{ + desc = "A display case for prized possessions. It hasn't been cleaned in a while."; + name = "award display case" + }, +/obj/item/reagent_containers/cup/glass/trophy/silver_cup{ + desc = "Second place prize for excellence in archaeology. Wonder who got first place?"; + name = "silver trophy (second place)" + }, +/turf/open/floor/pod/dark, +/area/awaymission/moonoutpost19/tent) "aP" = ( /obj/machinery/gateway/away{ calibrated = 0 @@ -170,16 +152,26 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"aQ" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/closed/wall, -/area/awaymission/moonoutpost19/arrivals) "aR" = ( /obj/machinery/light/directional/east, /turf/open/floor/iron/dark{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) +"aS" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) "aU" = ( /turf/closed/wall, /area/awaymission/moonoutpost19/syndicate) @@ -191,44 +183,29 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"aW" = ( -/obj/structure/rack, -/obj/item/pai_card{ - pixel_x = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/research) -"aX" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/mapping_helpers/apc/full_charge, -/obj/effect/mapping_helpers/apc/unlocked, -/obj/effect/mapping_helpers/apc/cell_10k, -/obj/structure/cable, -/obj/effect/turf_decal/lunar_sand, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) "aZ" = ( /obj/effect/turf_decal/tile/red, /turf/open/floor/iron/dark{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"bb" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +"ba" = ( +/obj/structure/marker_beacon/burgundy, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/lunar_sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/plating{ - heat_capacity = 1e+006 +/area/awaymission/moonoutpost19/main) +"bc" = ( +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/arrivals) +/area/awaymission/moonoutpost19/mines) "bd" = ( /obj/machinery/vending/cola, /turf/open/floor/iron/dark, @@ -253,12 +230,20 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) +"bj" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) "bk" = ( -/obj/structure/closet/crate, -/obj/item/storage/box/lights/mixed, -/obj/item/poster/random_contraband, -/turf/open/floor/plating, -/area/awaymission/moonoutpost19/research) +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/awaymission/moonoutpost19/arrivals) "bl" = ( /turf/closed/mineral/random/high_chance, /area/awaymission/moonoutpost19/hive) @@ -346,6 +331,15 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) +"bI" = ( +/obj/machinery/light/broken/directional/east, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) "bO" = ( /obj/machinery/door/airlock/public/glass{ name = "Break Room" @@ -406,14 +400,22 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"bW" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = -12; - pixel_y = 2 +"bX" = ( +/obj/machinery/conveyor{ + id = "awaysyndie" }, -/turf/open/floor/iron/white, -/area/awaymission/moonoutpost19/research) +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) "bY" = ( /obj/machinery/mineral/unloading_machine{ dir = 1; @@ -508,6 +510,14 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) +"cn" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/end, +/obj/effect/turf_decal/stripes/red/end, +/turf/open/floor/iron/half, +/area/awaymission/moonoutpost19/syndicate) "co" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -574,6 +584,38 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) +"cC" = ( +/obj/machinery/mineral/processing_unit{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing/corner, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"cD" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/half, +/area/awaymission/moonoutpost19/syndicate) "cE" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -636,13 +678,22 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"cR" = ( -/obj/structure/fence/door, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +"cQ" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "awaysyndie"; + layer = 3.1; + name = "mining conveyor" }, -/area/awaymission/moonoutpost19/main) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/fuel_pool, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) "cU" = ( /obj/machinery/door/airlock{ id_tag = "awaydorm5"; @@ -663,17 +714,6 @@ temperature = 251 }, /area/awaymission/moonoutpost19/syndicate) -"cW" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) "cY" = ( /obj/structure/closet/crate, /obj/item/stack/sheet/iron{ @@ -716,15 +756,6 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"dd" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Research Storage"; - req_access = "201" - }, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) "de" = ( /obj/machinery/mineral/stacking_machine{ dir = 1; @@ -805,6 +836,19 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/syndicate) +"dv" = ( +/obj/structure/rack, +/obj/item/stack/ducts/fifty, +/obj/item/weldingtool{ + pixel_x = 7 + }, +/obj/item/weldingtool{ + pixel_x = -7 + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) "dw" = ( /obj/structure/tank_dispenser/oxygen{ oxygentanks = 9 @@ -856,46 +900,40 @@ temperature = 251 }, /area/awaymission/moonoutpost19/syndicate) -"dG" = ( -/obj/item/storage/secure/safe/directional/east, -/obj/effect/decal/cleanable/blood/splatter, -/obj/item/pen, -/obj/item/paper/crumpled/awaymissions/moonoutpost19/hastey_note, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/research) -"dU" = ( -/obj/structure/flora/lunar_plant, +"dK" = ( +/obj/effect/decal/cleanable/blood/old, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) -"dV" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/airalarm/directional/north{ - req_access = "150" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"dX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, +"dT" = ( /obj/structure/cable, +/obj/effect/decal/cleanable/xenoblood, +/obj/effect/turf_decal/siding/thinplating_new/light, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) +"dW" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + req_access = "150" + }, +/obj/item/ammo_box/magazine/m9mm, +/obj/item/ammo_box/magazine/m9mm, +/obj/item/suppressor, +/turf/open/floor/wood{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/syndicate) +"dX" = ( +/obj/structure/marker_beacon/burgundy, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) "dZ" = ( /turf/closed/wall/r_wall/rust, /area/awaymission/moonoutpost19/research) @@ -1000,6 +1038,12 @@ /obj/item/clothing/mask/facehugger/impregnated, /turf/open/floor/engine, /area/awaymission/moonoutpost19/research) +"es" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/arrivals) "et" = ( /obj/machinery/vending/coffee, /turf/open/floor/iron/dark, @@ -1009,15 +1053,6 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"ew" = ( -/obj/machinery/door/puzzle/keycard{ - name = "ATV Shed Door"; - puzzle_id = "atvs" - }, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) "ex" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w{ dir = 4 @@ -1057,28 +1092,19 @@ /obj/structure/alien/weeds/node, /turf/open/floor/engine, /area/awaymission/moonoutpost19/research) -"eD" = ( -/obj/structure/closet/secure_closet/personal/cabinet{ - locked = 0; - req_access = "201" +"eE" = ( +/obj/structure/alien/weeds, +/obj/structure/flora/lunar_plant, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/obj/item/clothing/under/suit/burgundy, -/turf/open/floor/carpet/royalblue, -/area/awaymission/moonoutpost19/arrivals) +/area/awaymission/moonoutpost19/hive) "eF" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /turf/open/floor/engine, /area/awaymission/moonoutpost19/research) -"eG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) "eH" = ( /obj/structure/alien/weeds, /obj/structure/alien/egg/burst, @@ -1107,8 +1133,11 @@ }, /area/awaymission/moonoutpost19/research) "eP" = ( -/obj/effect/spawner/random/medical/surgery_tool_advanced, -/turf/closed/mineral/random, +/obj/item/stack/sheet/mineral/wood, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, /area/awaymission/moonoutpost19/mines) "eQ" = ( /obj/structure/alien/weeds, @@ -1135,17 +1164,6 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"eV" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/structure/cable, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) "eW" = ( /obj/machinery/power/smes{ charge = 1.5e+006; @@ -1182,6 +1200,16 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) +"fe" = ( +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/main) "ff" = ( /obj/structure/table, /obj/machinery/reagentgrinder, @@ -1191,17 +1219,6 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"fg" = ( -/obj/structure/table, -/obj/item/stack/sheet/mineral/plasma, -/obj/machinery/light/small/broken/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/structure/alien/weeds, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) "fh" = ( /obj/machinery/firealarm/directional/north, /obj/structure/table, @@ -1346,23 +1363,6 @@ /obj/structure/alien/resin/wall, /turf/open/floor/engine, /area/awaymission/moonoutpost19/research) -"fI" = ( -/obj/item/stack/rods, -/obj/item/shard{ - icon_state = "small"; - pixel_x = 7; - pixel_y = -7 - }, -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 9; - icon_state = "ltrails_1" - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) "fJ" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on{ desc = "Has a valve and pump attached to it. This one has been applied with an acid-proof coating."; @@ -1428,6 +1428,13 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) +"fU" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/chair/wood, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/carpet/orange, +/area/awaymission/moonoutpost19/arrivals) "fV" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating{ @@ -1712,6 +1719,18 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) +"gL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) "gM" = ( /obj/structure/disposalpipe/segment{ desc = "An underfloor disposal pipe. This one has been applied with an acid-proof coating."; @@ -1734,12 +1753,11 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"gS" = ( -/obj/machinery/light/broken/directional/east, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/iron/white{ +"gT" = ( +/obj/structure/table/optable, +/obj/structure/alien/weeds, +/turf/open/floor/iron/white/side{ + dir = 1; heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) @@ -1815,6 +1833,14 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) +"hf" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/sentinel, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) "hg" = ( /obj/structure/table, /obj/item/book/manual/wiki/security_space_law, @@ -1852,8 +1878,13 @@ }, /area/awaymission/moonoutpost19/research) "hk" = ( -/turf/open/floor/plating, -/area/awaymission/moonoutpost19/arrivals) +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) "hn" = ( /obj/structure/closet/crate/bin, /obj/item/clothing/gloves/latex, @@ -1872,6 +1903,17 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) +"hr" = ( +/obj/item/cigbutt, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table/wood, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) "hu" = ( /obj/machinery/door/poddoor{ id = "AwayRD"; @@ -1917,15 +1959,17 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"hA" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/lunar_sand/plating, +"hz" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/remains/human{ + desc = "They look like human remains. The skeleton is curled up in fetal position with the hands placed near the throat."; + pixel_x = 5 + }, /turf/open/floor/plating{ heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/syndicate) +/area/awaymission/moonoutpost19/arrivals) "hE" = ( /obj/structure/noticeboard/directional/south, /obj/machinery/light/small/broken/directional/south, @@ -1991,19 +2035,23 @@ }, /area/awaymission/moonoutpost19/arrivals) "hV" = ( -/obj/machinery/light/small/directional/west, -/obj/item/storage/box, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ dir = 1 }, -/obj/structure/table_frame/wood, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) +"ie" = ( +/obj/structure/alien/weeds, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) "if" = ( /obj/structure/closet/l3closet, /obj/effect/decal/cleanable/dirt, @@ -2048,22 +2096,6 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"iu" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/public/glass{ - density = 0; - icon_state = "open"; - name = "Dormitories" - }, -/obj/item/stack/rods, -/obj/item/shard{ - icon_state = "small" - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/syndicate) "iv" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/stripes/line{ @@ -2091,20 +2123,13 @@ }, /area/awaymission/moonoutpost19/arrivals) "iE" = ( -/obj/structure/alien/weeds, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, /turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 + heat_capacity = 1e+006 }, -/area/awaymission/moonoutpost19/syndicate) +/area/awaymission/moonoutpost19/arrivals) "iG" = ( /obj/machinery/door/airlock{ name = "Private Restroom" @@ -2149,6 +2174,23 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) +"ja" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"jj" = ( +/obj/structure/alien/weeds, +/obj/structure/flora/lunar_plant, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) "jm" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -2180,13 +2222,6 @@ dir = 5 }, /area/awaymission/moonoutpost19/arrivals) -"jp" = ( -/obj/machinery/light/small/directional/north, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/arrivals) "jr" = ( /obj/structure/chair, /obj/effect/decal/cleanable/dirt, @@ -2281,13 +2316,6 @@ dir = 5 }, /area/awaymission/moonoutpost19/arrivals) -"jS" = ( -/obj/machinery/light/small/directional/south, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/arrivals) "jT" = ( /obj/machinery/light/small/directional/north, /obj/effect/decal/cleanable/dirt, @@ -2324,12 +2352,6 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"kc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/research) "ke" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -2350,6 +2372,16 @@ temperature = 251 }, /area/awaymission/moonoutpost19/arrivals) +"kl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/ore/glass{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) "km" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -2396,15 +2428,6 @@ dir = 5 }, /area/awaymission/moonoutpost19/arrivals) -"ks" = ( -/obj/machinery/light/directional/east, -/obj/machinery/processor, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/arrivals) "ku" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -2476,25 +2499,9 @@ }, /area/awaymission/moonoutpost19/arrivals) "kF" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/chair{ - dir = 4; - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/chair/stool{ - pixel_x = -8; - pixel_y = -16 - }, -/obj/item/chair/stool{ - dir = 1; - pixel_x = -9; - pixel_y = 6 - }, -/turf/open/floor/iron{ +/obj/structure/cable, +/obj/effect/turf_decal/lunar_sand, +/turf/open/floor/plating{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) @@ -2544,6 +2551,12 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) +"kZ" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/carpet/red, +/area/awaymission/moonoutpost19/arrivals) "lb" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/machinery/camera/directional/east{ @@ -2560,13 +2573,6 @@ "ld" = ( /turf/closed/wall/mineral/titanium, /area/awaymission/moonoutpost19/arrivals) -"le" = ( -/obj/structure/table, -/obj/item/stock_parts/cell/crap/empty{ - pixel_x = -4 - }, -/turf/open/floor/pod/dark, -/area/awaymission/moonoutpost19/tent) "lf" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/blue{ @@ -2595,24 +2601,6 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"lp" = ( -/obj/structure/railing{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/turf/open/floor/iron/half, -/area/awaymission/moonoutpost19/syndicate) "lv" = ( /turf/open/floor/iron/showroomfloor{ heat_capacity = 1e+006; @@ -2629,17 +2617,6 @@ temperature = 251 }, /area/awaymission/moonoutpost19/arrivals) -"lE" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) "lF" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -2719,17 +2696,6 @@ temperature = 273.15 }, /area/awaymission/moonoutpost19/arrivals) -"lV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) "lW" = ( /obj/structure/table, /obj/item/storage/lockbox, @@ -2740,20 +2706,6 @@ /obj/item/radio/off, /turf/open/floor/mineral/titanium/yellow, /area/awaymission/moonoutpost19/arrivals) -"lY" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) "lZ" = ( /obj/machinery/computer/security/telescreen/entertainment/directional/west, /turf/open/floor/mineral/titanium/yellow, @@ -2783,17 +2735,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/mineral/titanium/blue, /area/awaymission/moonoutpost19/arrivals) -"mf" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) "mh" = ( /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron{ @@ -2863,6 +2804,17 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) +"mB" = ( +/obj/machinery/door/airlock/external/ruin, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/lunar_sand, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) "mC" = ( /obj/machinery/vending/cigarette, /obj/structure/sign/poster/contraband/smoke{ @@ -2992,6 +2944,14 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/mineral/titanium/yellow, /area/awaymission/moonoutpost19/arrivals) +"mX" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) "mY" = ( /obj/machinery/light/small/directional/east, /obj/structure/window/reinforced/spawner/directional/south, @@ -3036,16 +2996,19 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"ny" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron{ +"nC" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/asteroid/corner, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 8 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, -/area/awaymission/moonoutpost19/arrivals) +/area/awaymission/moonoutpost19/main) "nO" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock{ @@ -3087,165 +3050,16 @@ temperature = 251 }, /area/awaymission/moonoutpost19/arrivals) -"oe" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 6 +"ok" = ( +/obj/structure/fluff/tram_rail/end{ + dir = 8 }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"oi" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/lunar_sand, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"oo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"op" = ( -/obj/machinery/vending/cola, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/arrivals) -"oq" = ( -/obj/structure/closet/secure_closet/freezer{ - locked = 0; - name = "meat fridge"; - req_access = "201" - }, -/obj/item/food/meat/slab/monkey, -/obj/item/food/meat/slab/monkey, -/obj/item/food/meat/slab/monkey, -/obj/item/food/meat/slab/monkey, -/turf/open/floor/iron/showroomfloor{ - heat_capacity = 1e+006; - temperature = 273.15 - }, -/area/awaymission/moonoutpost19/arrivals) -"or" = ( -/obj/structure/chair/comfy/black, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ +/turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/arrivals) -"oD" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/external/ruin{ - density = 0; - icon_state = "open"; - opacity = 0 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/syndicate) -"oE" = ( -/obj/structure/closet/crate, -/obj/item/storage/bag/ore, -/obj/structure/alien/weeds, -/obj/item/mining_scanner, -/obj/item/shovel, -/obj/item/pickaxe, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"oG" = ( -/obj/structure/table, -/obj/item/storage/secure/briefcase, -/obj/item/taperecorder{ - pixel_x = -3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/research) -"oI" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Maintenance"; - req_access = "150" - }, -/obj/structure/cable, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"oK" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/dark{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"oL" = ( -/obj/structure/table, -/obj/item/stock_parts/cell/crap/empty, -/obj/item/stock_parts/cell/crap/empty, -/obj/item/stock_parts/cell/crap/empty{ - pixel_x = -16; - pixel_y = 4 - }, -/obj/machinery/cell_charger, -/turf/open/floor/pod/dark, -/area/awaymission/moonoutpost19/tent) -"oN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"oQ" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"oV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 10 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"pa" = ( +/area/awaymission/moonoutpost19/main) +"on" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced/spawner/directional/west, /obj/machinery/button/door{ @@ -3267,14 +3081,1162 @@ dir = 5 }, /area/awaymission/moonoutpost19/research) -"pc" = ( -/obj/effect/decal/cleanable/blood/splatter, +"op" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/awaymission/moonoutpost19/research) +"ov" = ( +/obj/structure/lattice/catwalk, +/obj/item/storage/toolbox/mechanical, +/obj/structure/rack, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"ow" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/drone{ + plants_off = 1 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"oA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"oC" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/mines) +"oD" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/obj/structure/closet/crate/trashcart, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/main) +"oE" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/structure/mirror/directional/east{ + icon_state = "mirror_broke" + }, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"oG" = ( +/obj/structure/cable, +/obj/structure/fluff/tram_rail/floor, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"pi" = ( +"oJ" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/structure/cable, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"oL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/sand, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"oM" = ( +/obj/item/toy/crayon/white{ + pixel_y = 13 + }, +/obj/item/toy/crayon/white, +/obj/item/toy/crayon/white{ + pixel_y = 4 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"oO" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"oW" = ( +/obj/machinery/door/poddoor/shutters{ + id = "awaymission19atvs" + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"oX" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/item/stack/ore/glass/basalt{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"oZ" = ( +/obj/structure/cable, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/arrivals) +"pd" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"pk" = ( +/obj/item/clothing/head/soft, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"ps" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/duct, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"pu" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"pv" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/item/extinguisher{ + pixel_x = 7 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"pJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"pM" = ( +/obj/machinery/power/port_gen/pacman/super{ + name = "S.U.P.E.R.P.A.C.M.A.N.-type portable generator" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/awaymission/moonoutpost19/research) +"pO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/tank_holder/extinguisher, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"pQ" = ( +/obj/item/cigbutt, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"qa" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/awaymission/moonoutpost19/arrivals) +"qb" = ( +/obj/machinery/door/firedoor/closed, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"qn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"qs" = ( +/obj/item/stack/sheet/mineral/wood, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"qt" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = "201" + }, +/obj/machinery/duct, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"qE" = ( +/obj/item/pizzabox{ + pixel_x = 20; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/garbage, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"qF" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"qM" = ( +/obj/structure/closet/secure_closet{ + icon_state = "rd"; + name = "research director's locker"; + req_access = "201" + }, +/obj/item/storage/backpack/satchel/science, +/obj/item/clothing/gloves/latex, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"qQ" = ( +/obj/structure/table, +/obj/item/toy/cards/deck, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"qT" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/blood/old, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"qW" = ( +/obj/structure/sign/departments/science{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/purple/anticorner{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"qY" = ( +/obj/item/soap/nanotrasen{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/duct, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"qZ" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"rb" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/mapping_helpers/apc/full_charge, +/obj/effect/mapping_helpers/apc/unlocked, +/obj/effect/mapping_helpers/apc/cell_10k, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"rc" = ( +/obj/structure/table, +/obj/item/computer_disk/ordnance, +/obj/item/computer_disk/ordnance{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"rn" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/clothing/mask/facehugger/impregnated, +/obj/item/clothing/under/rank/security/officer, +/obj/item/clothing/suit/armor/vest, +/obj/item/melee/baton/security/loaded, +/obj/item/clothing/head/helmet, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"rs" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"rv" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/sign/warning/vacuum/directional/south, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"rG" = ( +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"rH" = ( +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"rO" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"rR" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/item/cigbutt{ + pixel_x = -6 + }, +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/plastic, +/area/awaymission/moonoutpost19/arrivals) +"rY" = ( +/obj/item/stack/rods{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/shard{ + icon_state = "small"; + pixel_x = -7; + pixel_y = 8 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"sa" = ( +/obj/structure/alien/weeds/node, +/obj/structure/alien/resin/wall, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"sf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/item/ammo_casing/a357{ + pixel_x = 11; + pixel_y = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"sj" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"sl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"so" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"sp" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/blood, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"sv" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"sA" = ( +/obj/machinery/power/floodlight{ + anchored = 1 + }, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/main) +"sF" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = "201" + }, +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 8; + icon_state = "ltrails_1" + }, +/obj/structure/cable, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"sI" = ( +/obj/item/stack/ore/diamond, +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/mines) +"sR" = ( +/obj/item/trash/raisins, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table/wood, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"sT" = ( +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron{ + pixel_x = -7; + pixel_y = -4 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"sW" = ( +/obj/structure/flora/rock/style_random{ + pixel_y = -2 + }, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"sY" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/arrivals) +"ta" = ( +/obj/machinery/door/airlock/medical{ + name = "Research Division"; + req_access = "201" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"tb" = ( +/turf/closed/mineral/random, +/area/awaymission/moonoutpost19/mines) +"tf" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/warning/test_chamber/directional/north, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"th" = ( +/obj/structure/alien/weeds, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"tn" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"tq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"ts" = ( +/obj/machinery/power/apc/auto_name/directional/south{ + req_access = "150" + }, +/obj/effect/mapping_helpers/apc/no_charge, +/obj/effect/mapping_helpers/apc/cell_10k, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"tu" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, +/obj/structure/alien/weeds, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"tx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/sandbags, +/obj/effect/turf_decal/sand, +/obj/item/stack/ore/glass{ + pixel_y = -10 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"tE" = ( +/obj/structure/rack, +/obj/item/pai_card{ + pixel_x = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/research) +"tG" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/research) +"tM" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"tY" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"uf" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"uh" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/detective, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"uk" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/siding/thinplating_new/light, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"us" = ( +/obj/effect/turf_decal/sand, +/obj/item/stack/ore/glass{ + pixel_x = 8 + }, +/obj/item/ammo_casing/a357{ + pixel_x = -10; + pixel_y = -7 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"uy" = ( +/obj/structure/fluff/meteor, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"uA" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"uB" = ( +/obj/item/toy/seashell{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/toy/seashell{ + pixel_x = -9; + pixel_y = 6 + }, +/obj/item/toy/seashell, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"uI" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/item/shard{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 8; + icon_state = "ltrails_2" + }, +/obj/effect/turf_decal/lunar_sand/plating, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"uM" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + locked = 0; + req_access = "201" + }, +/obj/item/clothing/under/misc/assistantformal, +/turf/open/floor/carpet/red, +/area/awaymission/moonoutpost19/arrivals) +"uN" = ( +/obj/machinery/door/airlock/medical{ + name = "Research Division"; + req_access = "201" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"uU" = ( +/obj/structure/closet/emcloset, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"uW" = ( +/obj/item/stack/tile/iron, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"vj" = ( +/obj/structure/closet/crate/bin, +/obj/item/food/badrecipe/moldy/bacteria, +/obj/structure/fluff/paper, +/turf/open/floor/pod/dark, +/area/awaymission/moonoutpost19/tent) +"vk" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/closed/wall/r_wall/rust, +/area/awaymission/moonoutpost19/research) +"vn" = ( +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"vo" = ( +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/arrivals) +"vp" = ( +/obj/effect/mapping_helpers/burnt_floor, +/turf/closed/wall/r_wall, +/area/awaymission/moonoutpost19/research) +"vq" = ( +/obj/effect/decal/cleanable/xenoblood/xgibs, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"vu" = ( +/obj/structure/table, +/obj/item/storage/secure/briefcase, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/research) +"vG" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/closed/wall/r_wall, +/area/awaymission/moonoutpost19/research) +"vI" = ( +/obj/structure/closet/mini_fridge, +/obj/item/food/pizzaslice/margherita, +/obj/item/food/pizzaslice/margherita{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/food/pizzaslice/ants{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/structure/fluff/paper/corner, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/pod/dark, +/area/awaymission/moonoutpost19/tent) +"vL" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"vO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/emptysandbag, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"vR" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/effect/decal/remains/human{ + desc = "They look like human remains. The skeleton is laid out on its side and there seems to have been no sign of struggle."; + layer = 4.1 + }, +/obj/machinery/button/door/directional/west{ + id = "awaydorm3"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/awaymission/moonoutpost19/arrivals) +"vU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/structure/chair/office/light{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/awaymission/moonoutpost19/research) +"vV" = ( +/obj/machinery/door/airlock/external/ruin, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"wd" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/main) +"wf" = ( +/obj/machinery/door/airlock{ + name = "Kitchen Cold Room"; + req_access = "201" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/iron/showroomfloor{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"wj" = ( +/obj/item/stack/ore/glass/basalt, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"wm" = ( +/obj/structure/lattice/catwalk, +/obj/item/storage/medkit, +/obj/structure/rack, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"wn" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/radio/off{ + pixel_x = 8; + pixel_y = 17 + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"wo" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/main) +"wr" = ( +/obj/structure/flora/lunar_plant, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"ws" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/closet/secure_closet{ + icon_state = "science"; + name = "scientist's locker"; + req_access = "201" + }, +/obj/item/clothing/suit/toggle/labcoat, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"ww" = ( +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/main) +"wy" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 8; + icon_state = "ltrails_1" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/lunar_sand, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"wE" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"wI" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Gateway Access"; + req_access = "150" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"wK" = ( +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"wN" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"wQ" = ( /obj/structure/closet/secure_closet{ icon_state = "sec"; name = "security officer's locker"; @@ -3297,271 +4259,33 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"pk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"ps" = ( -/obj/structure/closet/secure_closet{ - locked = 0; - name = "kitchen Cabinet"; - req_access = "201" - }, -/obj/item/reagent_containers/condiment/flour{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/reagent_containers/condiment/flour, -/obj/item/reagent_containers/condiment/sugar{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/showroomfloor{ - heat_capacity = 1e+006; - temperature = 273.15 - }, -/area/awaymission/moonoutpost19/arrivals) -"pu" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/turf/open/floor/iron/showroomfloor{ - heat_capacity = 1e+006; - temperature = 273.15 - }, -/area/awaymission/moonoutpost19/arrivals) -"pv" = ( -/obj/item/flashlight/flare{ - on = 1 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"pz" = ( -/obj/item/banner/command/mundane{ - desc = "The banner of Central Command, impaled into the rock upon first landing on this moon."; - name = "command claim banner"; - pixel_x = -1; - pixel_y = 15 - }, -/obj/structure/stone_tile/surrounding/burnt, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"pB" = ( -/obj/structure/fluff/tram_rail/end{ - dir = 8 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"pF" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 8; - icon_state = "ltrails_1" - }, -/obj/effect/decal/cleanable/blood/tracks{ - dir = 4 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"pK" = ( +"wR" = ( +/obj/structure/closet/l3closet, /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"pM" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/survival_pod, -/turf/open/floor/pod/dark, -/area/awaymission/moonoutpost19/tent) -"pY" = ( -/obj/structure/closet/crate/bin, -/obj/item/trash/syndi_cakes, -/obj/item/trash/sosjerky, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 + dir = 8 }, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"qa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/ash, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 +"wS" = ( +/obj/item/kirbyplants{ + desc = "A plastic potted plant."; + pixel_y = 3 }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"qc" = ( -/obj/structure/lattice/catwalk, -/obj/structure/tank_holder/extinguisher, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"qf" = ( -/obj/item/stack/rods, -/obj/item/shard{ - pixel_x = -6; - pixel_y = 4 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"qh" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/effect/turf_decal/stripes, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"qq" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/carpet/red, -/area/awaymission/moonoutpost19/arrivals) -"qx" = ( -/obj/item/cigbutt, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table/wood, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"qC" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 8 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"qE" = ( -/obj/item/stack/sheet/mineral/wood, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"qR" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 10 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"qX" = ( -/obj/item/stack/rods, -/obj/structure/cable, -/turf/open/floor/plating, -/area/awaymission/moonoutpost19/research) -"qY" = ( -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/main) -"qZ" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/research) -"ra" = ( -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/arrivals) -"rc" = ( -/obj/item/pizzabox{ - pixel_x = 20; - pixel_y = -1 - }, -/obj/effect/decal/cleanable/garbage, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"rf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/stack/sheet/mineral/plasma/five, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"ri" = ( -/obj/item/cigbutt, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"rs" = ( -/obj/structure/chair/comfy/black{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, /area/awaymission/moonoutpost19/arrivals) -"rt" = ( +"wU" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced/spawner/directional/north, /obj/machinery/computer/security/telescreen{ @@ -3579,32 +4303,28 @@ dir = 5 }, /area/awaymission/moonoutpost19/research) -"ru" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 +"wW" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/obj/item/vending_refill/snack, -/obj/structure/frame/machine, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/arrivals) -"rG" = ( -/turf/closed/indestructible/reinforced, -/area/awaymission/moonoutpost19/arrivals) -"rK" = ( -/obj/structure/rack, -/obj/item/stack/ducts/fifty, -/obj/item/weldingtool{ - pixel_x = 7 +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 }, -/obj/item/weldingtool{ - pixel_x = -7 +/area/awaymission/moonoutpost19/syndicate) +"wY" = ( +/obj/item/storage/bag/ore, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"rL" = ( -/obj/effect/decal/cleanable/xenoblood/xgibs, +/area/awaymission/moonoutpost19/main) +"wZ" = ( +/obj/structure/closet/crate/bin, +/obj/item/trash/syndi_cakes, +/obj/item/trash/sosjerky, /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ dir = 1 @@ -3612,69 +4332,172 @@ /turf/open/floor/iron{ heat_capacity = 1e+006 }, -/area/awaymission/moonoutpost19/arrivals) -"rM" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 +/area/awaymission/moonoutpost19/syndicate) +"xa" = ( +/obj/machinery/light/cold/directional/west, +/turf/open/floor/pod/light, +/area/awaymission/moonoutpost19/tent) +"xb" = ( +/obj/structure/dresser, +/obj/item/paper/fluff/awaymissions/moonoutpost19/goodbye_note{ + pixel_x = -7; + pixel_y = -5 }, -/turf/open/floor/carpet, +/turf/open/floor/carpet/royalblue, /area/awaymission/moonoutpost19/arrivals) -"rO" = ( -/obj/structure/alien/weeds/node, -/obj/structure/alien/resin/wall, +"xc" = ( +/obj/structure/fence{ + dir = 4 + }, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"rQ" = ( -/obj/effect/decal/cleanable/oil, +"xh" = ( +/obj/structure/urinal/directional/north, /obj/machinery/duct, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"xl" = ( +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 7; + pixel_y = -7 + }, +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 9; + icon_state = "ltrails_1" + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"xp" = ( +/obj/structure/closet/secure_closet/freezer{ + locked = 0; + name = "refrigerator"; + req_access = "201" + }, +/obj/item/reagent_containers/condiment/milk{ + pixel_x = 4 + }, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/milk{ + pixel_x = -3 + }, +/obj/item/storage/fancy/egg_box, +/turf/open/floor/iron/showroomfloor{ + heat_capacity = 1e+006; + temperature = 273.15 + }, +/area/awaymission/moonoutpost19/arrivals) +"xq" = ( +/obj/item/radio/off, +/obj/structure/sign/poster/official/safety_report{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"xr" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/carpet/orange, +/area/awaymission/moonoutpost19/arrivals) +"xt" = ( +/obj/structure/table, +/obj/item/paper/fluff/awaymissions/moonoutpost19/log/ivan, +/obj/item/storage/box/emptysandbags{ + pixel_x = 6; + pixel_y = 9 + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"xv" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"xw" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"xy" = ( +/obj/effect/spawner/random/medical/surgery_tool_advanced, +/turf/closed/mineral/random, +/area/awaymission/moonoutpost19/mines) +"xA" = ( +/obj/structure/sign/warning/vacuum{ + desc = "A warning sign which reads 'HOSTILE ATMOSPHERE AHEAD'"; + name = "\improper HOSTILE ATMOSPHERE AHEAD"; + pixel_x = -32 + }, +/obj/effect/turf_decal/lunar_sand/plating, /turf/open/floor/plating{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"rV" = ( -/obj/item/toy/crayon/white{ - pixel_y = 13 +"xF" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light, +/turf/open/floor/iron{ + heat_capacity = 1e+006 }, -/obj/item/toy/crayon/white, -/obj/item/toy/crayon/white{ - pixel_y = 4 +/area/awaymission/moonoutpost19/arrivals) +"xH" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/external/ruin{ + density = 0; + icon_state = "open"; + opacity = 0 }, -/turf/open/misc/asteroid/moon{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 }, -/area/awaymission/moonoutpost19/main) -"rW" = ( -/obj/structure/flora/rock/style_random, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +/area/awaymission/moonoutpost19/syndicate) +"xK" = ( +/obj/structure/rack, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/circuitboard/computer/teleporter, +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, -/area/awaymission/moonoutpost19/main) -"rX" = ( -/obj/effect/decal/cleanable/blood/tracks{ - dir = 4 - }, -/obj/item/stack/ore/glass/basalt{ - pixel_x = -2; - pixel_y = 3 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"sf" = ( -/obj/item/reagent_containers/cup/glass/trophy/gold_cup{ - desc = "For continued excellence in the field of archaeology."; - name = "first place trophy" - }, -/turf/closed/mineral/random, -/area/awaymission/moonoutpost19/mines) -"sl" = ( +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/research) +"xL" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ id = "Awaylab"; @@ -3696,213 +4519,38 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"so" = ( -/obj/structure/closet/crate{ - desc = "It's a storage unit for kitchen clothes and equipment."; - name = "Kitchen Crate" - }, -/obj/item/storage/box/mousetraps{ - pixel_x = -1 - }, -/obj/item/clothing/under/suit/waiter{ - pixel_x = -6 - }, -/turf/open/floor/iron/showroomfloor{ +"xM" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/blood, +/obj/item/clothing/mask/facehugger/impregnated, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/glasses/night, +/turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; - temperature = 273.15 + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/arrivals) -"sp" = ( -/obj/structure/flora/rock/style_random{ - pixel_y = -2 +/area/awaymission/moonoutpost19/hive) +"xN" = ( +/obj/machinery/power/shuttle_engine/propulsion/burst/left{ + dir = 4 }, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/main) -"sr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/oven, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, /area/awaymission/moonoutpost19/arrivals) -"ss" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" +"xX" = ( +/obj/machinery/shower{ + dir = 8 }, -/obj/machinery/duct, +/obj/item/bikehorn/rubberducky, /turf/open/floor/iron/freezer{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"sz" = ( -/obj/structure/alien/weeds, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"sF" = ( -/obj/structure/rack, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/exodrone, -/obj/item/keycard{ - desc = "This keycard has a little label on it, it goes to the ATV shed off-base."; - name = "security keycard: ATV shed"; - puzzle_id = "atvs" - }, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/research) -"sG" = ( -/obj/structure/alien/weeds/node, -/mob/living/simple_animal/hostile/alien/drone{ - plants_off = 1 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"sI" = ( -/obj/structure/dresser, -/obj/item/paper/fluff/awaymissions/moonoutpost19/goodbye_note{ - pixel_x = -7; - pixel_y = -5 - }, -/turf/open/floor/carpet/royalblue, -/area/awaymission/moonoutpost19/arrivals) -"sJ" = ( -/obj/structure/flora/lunar_plant, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"sO" = ( -/obj/effect/mapping_helpers/burnt_floor, -/turf/closed/mineral/random, -/area/awaymission/moonoutpost19/main) -"sS" = ( -/obj/structure/closet/secure_closet{ - icon_state = "rd"; - name = "research director's locker"; - req_access = "201" - }, -/obj/item/storage/backpack/satchel/science, -/obj/item/clothing/gloves/latex, -/obj/effect/turf_decal/siding/purple{ - dir = 9 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"sT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/structure/chair/office/light{ - dir = 4; - pixel_y = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/awaymission/moonoutpost19/research) -"sV" = ( -/obj/structure/table, -/obj/item/paper/fluff/awaymissions/moonoutpost19/log/ivan, -/obj/item/storage/box/emptysandbags{ - pixel_x = 6; - pixel_y = 9 - }, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"sX" = ( -/obj/item/stack/ore/iron, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"ta" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster/directional/north, -/obj/machinery/button/door/directional/west{ - id = "awaydorm2"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/turf/open/floor/carpet/red, -/area/awaymission/moonoutpost19/arrivals) -"tf" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"ti" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"to" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/components/unary/portables_connector{ - dir = 1 - }, -/turf/open/floor/plastic, -/area/awaymission/moonoutpost19/arrivals) -"tp" = ( -/obj/structure/alien/weeds/node, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"tq" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 8; - icon_state = "ltrails_1" - }, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/research) -"tu" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/decal/cleanable/blood/old, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"tw" = ( -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/structure/lattice/catwalk, +"xZ" = ( /obj/effect/turf_decal/lunar_sand/plating, /turf/open/floor/plating{ heat_capacity = 1e+006; @@ -3910,142 +4558,17 @@ temperature = 251 }, /area/awaymission/moonoutpost19/main) -"ty" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/egg/burst, -/obj/effect/decal/cleanable/blood, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +"ya" = ( +/mob/living/simple_animal/hostile/alien/drone{ + plants_off = 1 }, -/area/awaymission/moonoutpost19/hive) -"tC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Kitchen"; - req_access = "201" - }, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/arrivals) -"tE" = ( -/obj/structure/flora/rock/style_random{ - pixel_y = -2 - }, -/obj/item/stack/sheet/mineral/plasma/five, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"tV" = ( -/obj/structure/cable, -/turf/open/floor/pod/light, -/area/awaymission/moonoutpost19/tent) -"tX" = ( -/obj/item/pen{ - pixel_x = -8 - }, -/obj/item/storage/pill_bottle{ - pixel_y = 6 - }, -/turf/open/floor/carpet/royalblue, -/area/awaymission/moonoutpost19/arrivals) -"tZ" = ( -/obj/structure/alien/weeds/node, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"ub" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new/light/corner, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"uc" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/cable, -/turf/open/floor/iron/dark{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"ud" = ( -/obj/item/melee/baseball_bat, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"uf" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"uo" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/closed/wall/r_wall/rust, -/area/awaymission/moonoutpost19/research) -"uv" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/detective, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"uy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"uz" = ( -/obj/structure/closet/crate/miningcar{ - desc = "A mining cart. It's caked with old basalt and lunar debris."; - name = "mining car" - }, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"uA" = ( -/obj/item/stack/tile/iron, -/obj/effect/decal/cleanable/crayon, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"uN" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/folder/white, -/obj/item/stamp/rd{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"uQ" = ( -/obj/structure/fence/post{ +"yb" = ( +/obj/structure/fence{ dir = 4 }, /obj/structure/sign/warning, @@ -4054,21 +4577,1091 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"vd" = ( -/obj/item/stack/ore/slag, +"yd" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"yf" = ( +/obj/machinery/light/directional/east, +/obj/machinery/airalarm/directional/east{ + req_access = "150" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"yl" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"yn" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 4 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/main) +"yp" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"yq" = ( +/obj/structure/fluff/meteor/large, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"yv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/dark{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"yw" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + icon_state = "ltrails_1" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"yy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/item/chair{ + dir = 4; + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"yA" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"yB" = ( +/obj/structure/closet/crate/bin, +/obj/machinery/light/small/directional/west, +/obj/item/trash/cheesie, +/obj/item/trash/can, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"yE" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 8; + icon_state = "ltrails_1" + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"yF" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"yI" = ( +/obj/item/reagent_containers/cup/glass/bottle/beer{ + desc = "Someone's last meal. He went out with a bang."; + pixel_x = 16; + pixel_y = -10 + }, +/obj/effect/decal/remains/human{ + desc = "...the pilot wasn't as lucky as the flag." + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"yO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"yP" = ( +/obj/item/pen{ + pixel_x = -8 + }, +/obj/item/storage/pill_bottle{ + pixel_y = 6 + }, +/turf/open/floor/carpet/royalblue, +/area/awaymission/moonoutpost19/arrivals) +"yQ" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 5; + icon_state = "ltrails_1" + }, +/turf/open/floor/carpet/red, +/area/awaymission/moonoutpost19/arrivals) +"yU" = ( +/obj/machinery/door/puzzle/keycard{ + name = "ATV Shed Door"; + puzzle_id = "atvs" + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"yV" = ( +/turf/open/misc/asteroid/moon, +/area/awaymission/moonoutpost19/main) +"yW" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/alien/weeds, +/obj/effect/turf_decal/tile/purple, +/obj/structure/cable, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"yZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/closed/wall, +/area/awaymission/moonoutpost19/arrivals) +"ze" = ( +/obj/effect/decal/cleanable/xenoblood/xsplatter, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"zf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Kitchen"; + req_access = "201" + }, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/arrivals) +"zk" = ( +/turf/closed/indestructible/rock, +/area/awaymission/moonoutpost19/mines) +"zs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"zt" = ( +/obj/structure/closet/secure_closet{ + icon_state = "science"; + locked = 0; + name = "scientist's locker"; + req_access = "201" + }, +/obj/item/clothing/suit/toggle/labcoat, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"zx" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/laser_pointer, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"zy" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/awaymission/moonoutpost19/arrivals) +"zA" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"zD" = ( +/obj/structure/chair/pew/right{ + dir = 8 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"zG" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"zI" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"zK" = ( +/obj/structure/sign/warning/vacuum{ + desc = "A warning sign which reads 'HOSTILE ATMOSPHERE AHEAD'"; + name = "\improper HOSTILE ATMOSPHERE AHEAD"; + pixel_y = 32 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating, +/area/awaymission/moonoutpost19/arrivals) +"zL" = ( +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/item/chair{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/kirbyplants{ + desc = "A plastic potted plant."; + pixel_y = 3 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"zP" = ( +/obj/item/ammo_casing/spent{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/ammo_casing/spent{ + pixel_x = -7; + pixel_y = -6 + }, +/obj/item/ammo_casing/spent{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/ammo_casing/spent, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) -"vg" = ( +"zQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"zT" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, /obj/structure/marker_beacon/burgundy, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"zV" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) -"vh" = ( +"zW" = ( +/obj/item/stack/ore/uranium, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"zX" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"zZ" = ( +/obj/machinery/door/airlock/external/ruin, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Aa" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Ad" = ( +/obj/machinery/airalarm/directional/east{ + req_access = "150" + }, +/obj/machinery/light/broken/directional/east, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"Ae" = ( +/obj/structure/chair/pew{ + dir = 8 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Ag" = ( +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Ah" = ( +/obj/machinery/airalarm/directional/east{ + req_access = "150" + }, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/wood{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"Ai" = ( +/obj/structure/closet/crate/freezer, +/obj/structure/alien/weeds, +/obj/item/xenos_claw{ + pixel_x = -5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"Am" = ( +/obj/machinery/newscaster/directional/east, +/turf/open/floor/carpet/royalblue, +/area/awaymission/moonoutpost19/arrivals) +"Ao" = ( +/obj/machinery/door/poddoor/shutters{ + id = "awaymission19atvs" + }, +/obj/structure/cable, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Ar" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"Au" = ( +/turf/closed/wall/mineral/titanium/survival/pod, +/area/awaymission/moonoutpost19/tent) +"Ay" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/command{ + density = 0; + icon_state = "open"; + name = "Research Director's Office"; + opacity = 0 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"AE" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/arrivals) +"AF" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/arrivals) +"AN" = ( +/obj/structure/alien/weeds/node, +/mob/living/simple_animal/hostile/alien, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"AR" = ( +/obj/machinery/exoscanner, +/obj/structure/cable, +/obj/structure/fluff/tram_rail/floor, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"AS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/tank_holder/emergency_oxygen, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"AU" = ( +/obj/machinery/light/small/directional/west, +/obj/item/storage/box, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table_frame/wood, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"AW" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Research Storage"; + req_access = "201" + }, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"AX" = ( +/obj/machinery/computer/exoscanner_control, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plastic, +/area/awaymission/moonoutpost19/arrivals) +"Bc" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"Be" = ( +/obj/structure/alien/weeds/node, +/obj/effect/decal/cleanable/blood, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"Bg" = ( +/obj/structure/alien/weeds, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"Bm" = ( +/obj/item/banner/command/mundane{ + desc = "The banner of Central Command, impaled into the rock upon first landing on this moon."; + name = "command claim banner"; + pixel_x = -1; + pixel_y = 15 + }, +/obj/structure/stone_tile/surrounding/burnt, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Bp" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Bq" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/pod/dark, +/area/awaymission/moonoutpost19/tent) +"Br" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Post"; + req_access = "201" + }, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"Bt" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/plastic, +/turf/open/floor/plastic, +/area/awaymission/moonoutpost19/arrivals) +"Bu" = ( +/obj/item/stack/ore/glass{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/stack/ore/glass{ + pixel_x = -6 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Bv" = ( +/obj/item/clothing/head/soft/blue{ + pixel_x = 12; + pixel_y = -12; + name = "medbay runtimes cap" + }, +/obj/item/clothing/head/soft/blue{ + pixel_x = 12; + name = "medbay runtimes cap" + }, +/obj/item/clothing/head/soft/blue{ + name = "medbay runtimes cap" + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Bw" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/toolcloset, +/obj/item/clothing/gloves/color/yellow, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clothing/under/rank/engineering/atmospheric_technician, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"BB" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"BE" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/pod/dark, +/area/awaymission/moonoutpost19/tent) +"BF" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 9; + icon_state = "ltrails_1" + }, +/obj/item/stack/ore/glass/basalt{ + pixel_x = 6 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"BJ" = ( +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"BL" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/barman_recipes{ + pixel_y = 5 + }, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = 13 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/arrivals) +"BN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"BO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"BQ" = ( +/obj/machinery/button/door/directional/west{ + id = "awaydorm1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/turf/open/floor/carpet/orange, +/area/awaymission/moonoutpost19/arrivals) +"BR" = ( +/obj/structure/table, +/obj/item/retractor, +/obj/item/hemostat, +/obj/structure/alien/weeds, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron/white, +/area/awaymission/moonoutpost19/research) +"BU" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/structure/urinal/directional/north, +/obj/structure/mirror/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"BX" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"BZ" = ( +/obj/structure/sink/kitchen{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink"; + pixel_y = 28 + }, +/turf/open/floor/iron/showroomfloor{ + heat_capacity = 1e+006; + temperature = 273.15 + }, +/area/awaymission/moonoutpost19/arrivals) +"Cf" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"Ci" = ( +/obj/machinery/computer/aifixer, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"Ck" = ( +/obj/machinery/duct, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Cp" = ( +/obj/item/flashlight/flare{ + on = 1 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"Ct" = ( +/obj/structure/alien/weeds, +/obj/effect/turf_decal/tile/purple, +/obj/structure/cable, +/obj/structure/sign/warning/secure_area/directional/east, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"Cu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"Cx" = ( +/obj/structure/fluff/minepost, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"Cz" = ( +/obj/machinery/power/shieldwallgen/unlocked, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"CA" = ( +/obj/structure/sink{ + pixel_y = 28 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"CB" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/egg/burst, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"CC" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"CF" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"CI" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/egg/burst, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"CJ" = ( +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft{ + pixel_y = 3 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"CM" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/main) +"CN" = ( +/obj/item/trash/candy, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"CP" = ( +/obj/structure/cable, +/turf/open/floor/pod/light, +/area/awaymission/moonoutpost19/tent) +"CU" = ( +/obj/structure/fluff/minepost, +/obj/item/stack/sheet/mineral/plasma/thirty, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"CV" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"CZ" = ( +/obj/machinery/vending/cola, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/arrivals) +"De" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/arrivals) +"Dg" = ( +/obj/machinery/conveyor{ + id = "awaysyndie" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing/corner, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"Dh" = ( +/obj/structure/fence, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Dm" = ( +/obj/structure/flora/lunar_plant, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Dn" = ( +/obj/structure/flora/rock/style_random{ + pixel_y = -2 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Dq" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"Dv" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"DA" = ( +/obj/structure/fluff/meteor/sharp, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"DC" = ( +/obj/structure/fluff/minepost, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"DF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"DG" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"DM" = ( /obj/effect/decal/cleanable/dirt, /obj/item/ammo_casing/a357{ pixel_x = -2; @@ -4082,761 +5675,24 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"vp" = ( -/obj/machinery/power/port_gen/pacman/super{ - name = "S.U.P.E.R.P.A.C.M.A.N.-type portable generator" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/awaymission/moonoutpost19/research) -"vt" = ( -/obj/item/toy/beach_ball/baseball{ - pixel_x = 11; - pixel_y = -4 - }, -/obj/item/toy/beach_ball/baseball{ - pixel_x = -11; - pixel_y = -4 - }, -/obj/item/toy/beach_ball/baseball{ - pixel_y = 4 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"vw" = ( -/obj/structure/closet/secure_closet/personal/cabinet{ - locked = 0; - req_access = "150" - }, -/obj/item/stack/spacecash/c50, -/turf/open/floor/wood{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"vE" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/item/cigbutt{ - pixel_x = -6 - }, -/obj/item/cigbutt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/plastic, -/area/awaymission/moonoutpost19/arrivals) -"vH" = ( -/obj/structure/alien/weeds, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"vL" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/item/radio/off{ - pixel_x = 8; - pixel_y = 17 - }, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"vS" = ( -/obj/structure/marker_beacon/burgundy, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"vV" = ( -/obj/machinery/door/airlock/external/ruin, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"vX" = ( -/obj/effect/baseturf_helper/asteroid/moon, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"vY" = ( -/obj/structure/trap/cult, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"wb" = ( +"DP" = ( /obj/structure/chair/comfy/black{ - dir = 4 + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 9 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"we" = ( -/obj/effect/turf_decal/tile/purple/anticorner{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"wf" = ( -/obj/structure/closet/secure_closet/freezer{ - locked = 0; - name = "refrigerator"; - req_access = "201" - }, -/obj/item/reagent_containers/condiment/milk{ - pixel_x = 4 - }, -/obj/item/reagent_containers/condiment/milk, -/obj/item/reagent_containers/condiment/milk{ - pixel_x = -3 - }, -/obj/item/storage/fancy/egg_box, -/turf/open/floor/iron/showroomfloor{ - heat_capacity = 1e+006; - temperature = 273.15 - }, -/area/awaymission/moonoutpost19/arrivals) -"wg" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/sign/warning/secure_area/directional/north, /turf/open/floor/iron{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, -/area/awaymission/moonoutpost19/syndicate) -"wh" = ( -/obj/structure/reagent_dispensers/fueltank/large, -/turf/open/floor/plastic, /area/awaymission/moonoutpost19/arrivals) -"wk" = ( -/obj/structure/ore_box, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"wm" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Post"; - req_access = "201" - }, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"ws" = ( -/obj/machinery/airalarm/directional/north{ - req_access = "150" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"wt" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/closet/toolcloset, -/obj/item/clothing/gloves/color/yellow, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/clothing/under/rank/engineering/atmospheric_technician, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"wu" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/chair/plastic, -/turf/open/floor/plastic, -/area/awaymission/moonoutpost19/arrivals) -"wz" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new/light, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"wE" = ( -/obj/item/stack/ore/iron, -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/mines) -"wF" = ( -/obj/structure/railing{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 4; - pixel_y = -15 - }, -/obj/effect/turf_decal/stripes/red/end{ - dir = 1 - }, -/turf/open/floor/iron/half, -/area/awaymission/moonoutpost19/syndicate) -"wG" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"wH" = ( -/obj/machinery/conveyor{ - id = "awaysyndie" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"wJ" = ( -/obj/structure/sink{ - pixel_y = 28 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"wK" = ( -/obj/structure/alien/weeds, -/obj/effect/decal/cleanable/blood, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"wO" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating_new/light, -/obj/machinery/duct, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"wP" = ( -/obj/structure/fence/post{ - dir = 4 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"wS" = ( -/obj/structure/sign/warning/vacuum{ - desc = "A warning sign which reads 'HOSTILE ATMOSPHERE AHEAD'"; - name = "\improper HOSTILE ATMOSPHERE AHEAD"; - pixel_x = -32 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"wU" = ( -/obj/item/stack/ore/iron, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"xb" = ( -/obj/structure/cable, -/obj/effect/turf_decal/lunar_sand, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"xg" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 10 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/obj/structure/closet/crate/trashcart, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"xp" = ( -/obj/structure/closet/crate/bin, -/obj/item/food/badrecipe/moldy/bacteria, -/obj/structure/fluff/paper, -/turf/open/floor/pod/dark, -/area/awaymission/moonoutpost19/tent) -"xv" = ( +"DU" = ( /obj/item/stack/ore/titanium, -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/mines) -"xy" = ( -/obj/structure/bed/dogbed/runtime, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"xz" = ( -/turf/open/floor/pod/light, -/area/awaymission/moonoutpost19/tent) -"xH" = ( -/obj/structure/alien/resin/wall, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) -"xL" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/egg/burst, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"xN" = ( -/obj/structure/lattice/catwalk, -/obj/item/storage/toolbox/mechanical, -/obj/structure/rack, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"xO" = ( -/obj/machinery/exoscanner, -/obj/structure/cable, -/obj/structure/fluff/tram_rail/floor, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"xP" = ( -/obj/effect/spawner/structure/window/reinforced/shuttle, -/turf/open/floor/plating, -/area/awaymission/moonoutpost19/arrivals) -"xQ" = ( -/obj/machinery/shower{ - dir = 8 - }, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"xU" = ( -/turf/closed/indestructible/rock, -/area/awaymission/moonoutpost19/mines) -"xW" = ( -/obj/structure/fluff/meteor/sharp, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"xY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"yc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/sand, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"yf" = ( -/obj/structure/displaycase{ - desc = "A display case for prized possessions. It hasn't been cleaned in a while."; - name = "award display case" - }, -/obj/item/reagent_containers/cup/glass/trophy/silver_cup{ - desc = "Second place prize for excellence in archaeology. Wonder who got first place?"; - name = "silver trophy (second place)" - }, -/turf/open/floor/pod/dark, -/area/awaymission/moonoutpost19/tent) -"yi" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"yl" = ( -/obj/structure/closet/crate/miningcar{ - desc = "A mining cart. It's caked with old basalt and lunar debris."; - name = "mining car" - }, -/obj/item/stack/ore/glass/basalt{ - amount = 37 - }, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"yp" = ( -/obj/structure/fence{ - dir = 4 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"yu" = ( -/obj/machinery/power/shuttle_engine/propulsion/burst/right{ - dir = 4 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/arrivals) -"yv" = ( -/obj/structure/closet/crate/bin, -/obj/item/trash/candy, -/obj/item/trash/can, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/stack/sheet/mineral/plasma, -/turf/open/floor/iron/white/corner{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"yy" = ( -/obj/item/stack/ore/slag, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"yJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"yL" = ( -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"yN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/ore/glass{ - pixel_x = -6; - pixel_y = 10 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"yO" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/obj/item/plate, -/obj/item/cigbutt, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"yQ" = ( -/obj/machinery/shower{ - dir = 1 - }, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"yX" = ( -/obj/machinery/door/poddoor/shutters{ - id = "awaymission19atvs" - }, -/obj/structure/cable, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"yY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/purple{ - dir = 10 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"yZ" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/sign/warning/secure_area/directional/west, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"ze" = ( -/obj/structure/flora/rock/pile, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"zf" = ( -/obj/machinery/computer/exoscanner_control, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plastic, -/area/awaymission/moonoutpost19/arrivals) -"zg" = ( -/obj/structure/fence, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"zj" = ( -/obj/structure/fluff/minepost, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"zm" = ( -/obj/structure/chair/stool/directional/east{ - pixel_y = 9 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/awaymission/moonoutpost19/arrivals) -"zo" = ( -/obj/machinery/duct, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"zs" = ( -/obj/structure/alien/weeds, -/obj/structure/bed/nest, -/obj/effect/decal/cleanable/blood/gibs, -/obj/effect/decal/cleanable/blood, -/obj/item/clothing/mask/facehugger/impregnated, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/glasses/night, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"zv" = ( -/obj/structure/fence{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"zH" = ( -/obj/structure/noticeboard/directional/north, -/obj/item/paper/fluff/awaymissions/moonoutpost19/food_specials, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"zL" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = 11 - }, -/obj/structure/urinal/directional/north, -/obj/structure/mirror/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"zM" = ( -/obj/item/stack/ore/silver{ - amount = 11 - }, -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/mines) -"zN" = ( -/obj/structure/alien/weeds/node, -/mob/living/simple_animal/hostile/alien/drone{ - plants_off = 1 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"zO" = ( -/obj/item/stack/sheet/mineral/plasma, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"zP" = ( -/obj/machinery/firealarm/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/east{ - c_tag = "Bar"; - network = list("mo19") - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"zQ" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/command{ - density = 0; - icon_state = "open"; - name = "Research Director's Office"; - opacity = 0 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"zT" = ( -/obj/item/kirbyplants{ - desc = "A plastic potted plant."; - pixel_y = 3 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"zZ" = ( -/obj/machinery/door/airlock/external/ruin, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ac" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Af" = ( -/obj/machinery/door/airlock/medical{ - name = "Research Division"; - req_access = "201" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Ah" = ( -/obj/effect/decal/cleanable/xenoblood{ - desc = "It's green and acidic. Nothing good could come of this..." - }, -/obj/structure/fluff/meteor/large, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"An" = ( +"DX" = ( /obj/effect/decal/cleanable/blood/tracks{ desc = "Your instincts say you shouldn't be following these."; dir = 8; @@ -4849,7 +5705,7 @@ temperature = 251 }, /area/awaymission/moonoutpost19/arrivals) -"Ao" = ( +"DY" = ( /obj/effect/mapping_helpers/burnt_floor, /obj/item/flashlight/flare{ on = 1 @@ -4860,51 +5716,109 @@ temperature = 251 }, /area/awaymission/moonoutpost19/syndicate) -"At" = ( -/obj/item/stack/ore/diamond, -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/mines) -"Az" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/purple{ +"Ea" = ( +/obj/structure/chair/pew/left{ + dir = 8 + }, +/obj/item/clothing/head/soft, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Eb" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ dir = 4 }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Ef" = ( +/obj/structure/flora/rock/pile, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Eh" = ( +/obj/structure/noticeboard/directional/north, +/obj/item/paper/fluff/awaymissions/moonoutpost19/food_specials, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Ei" = ( +/obj/effect/turf_decal/stripes/corner, /obj/structure/cable, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"AA" = ( -/obj/item/ammo_casing/spent, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"AL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/tank_holder, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 6 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"AN" = ( -/obj/structure/alien/resin/wall, +"El" = ( /obj/structure/alien/weeds, +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/alien/drone{ + plants_off = 1 + }, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, +/area/awaymission/moonoutpost19/hive) +"Ep" = ( +/turf/closed/mineral/random/labormineral, /area/awaymission/moonoutpost19/mines) -"AS" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/space_cube{ - pixel_x = -32 +"Eq" = ( +/obj/structure/marker_beacon/burgundy, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, +/area/awaymission/moonoutpost19/main) +"Er" = ( +/obj/structure/flora/rock/style_random{ + pixel_y = -2 + }, +/obj/item/clothing/head/soft/blue{ + pixel_x = 12; + pixel_y = -12; + name = "medbay runtimes cap" + }, +/obj/item/clothing/head/soft/blue{ + pixel_y = 8; + pixel_x = 12; + name = "medbay runtimes cap" + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Et" = ( +/obj/structure/fluff/minepost, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Ev" = ( +/obj/structure/fence/door, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Ey" = ( +/obj/structure/chair/stool/directional/west, /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ dir = 1 @@ -4913,105 +5827,7 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"AU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"AV" = ( -/obj/machinery/door/firedoor/closed, -/obj/effect/decal/cleanable/greenglow, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"AX" = ( -/obj/machinery/light/broken/directional/south, -/obj/structure/alien/weeds, -/obj/machinery/camera/directional/south{ - c_tag = "Xenobiology Containment South"; - network = list("mo19x") - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/engine, -/area/awaymission/moonoutpost19/research) -"Ba" = ( -/obj/structure/cable, -/obj/structure/fluff/tram_rail/floor, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Bc" = ( -/obj/machinery/power/apc/auto_name/directional/south{ - req_access = "150" - }, -/obj/effect/mapping_helpers/apc/no_charge, -/obj/effect/mapping_helpers/apc/cell_10k, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"Be" = ( -/obj/structure/table/optable, -/obj/structure/alien/weeds, -/turf/open/floor/iron/white/side{ - dir = 1; - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Bf" = ( -/obj/machinery/shower{ - pixel_y = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Bg" = ( -/obj/structure/lattice/catwalk, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Bh" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/turf/closed/wall/r_wall/rust, -/area/awaymission/moonoutpost19/research) -"Bi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating_new/light/corner{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Bj" = ( -/obj/machinery/light/small/directional/west, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/arrivals) -"Bn" = ( +"EC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible{ desc = "A one meter section of pipe. This one has been applied with an acid-proof coating."; dir = 4; @@ -5033,275 +5849,95 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"Bo" = ( -/turf/closed/mineral/random, -/area/awaymission/moonoutpost19/mines) -"Bs" = ( -/obj/structure/table, -/obj/item/toy/cards/deck, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"Bt" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"Bu" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Bv" = ( -/obj/structure/barricade/wooden/crude, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Bw" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock{ - density = 0; - icon_state = "open"; - id_tag = "awaydorm4"; - name = "Dorm 1"; - opacity = 0 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/syndicate) -"By" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/effect/turf_decal/stripes, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"Bz" = ( -/obj/structure/alien/weeds, -/mob/living/simple_animal/hostile/alien/sentinel, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"BC" = ( -/obj/item/cigbutt, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"BE" = ( -/obj/structure/chair/pew/right{ - dir = 8 - }, -/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"BI" = ( -/obj/machinery/light/small/broken/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"BJ" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"BL" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/chair/stool{ - dir = 1; - pixel_x = -6; - pixel_y = -4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"BM" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"BP" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"BR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"Cb" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 10 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ce" = ( -/obj/item/key/atv{ - pixel_x = 12; - pixel_y = 24 - }, -/obj/item/flashlight{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/structure/rack, -/obj/item/flashlight, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ch" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"Cj" = ( -/obj/structure/cable, -/obj/structure/fluff/tram_rail/end, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Cq" = ( -/obj/structure/alien/weeds, -/obj/structure/flora/lunar_plant, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Cr" = ( -/turf/open/lava/airless, -/area/awaymission/moonoutpost19/mines) -"Ct" = ( +"EE" = ( +/obj/item/stack/ore/diamond, /obj/effect/decal/cleanable/blood/drip, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) -"Cu" = ( +"EL" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass{ + density = 0; + icon_state = "open"; + name = "Dormitories" + }, +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "small" + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/syndicate) +"ER" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/lunar_sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"ES" = ( +/obj/structure/closet/crate, +/obj/item/storage/bag/ore, /obj/structure/alien/weeds, -/obj/structure/bed/nest, -/obj/effect/decal/cleanable/blood/gibs, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/suit/space/syndicate/orange, -/obj/item/clothing/mask/gas, -/obj/item/clothing/head/helmet/space/syndicate/orange, -/obj/item/clothing/mask/facehugger/impregnated, +/obj/item/mining_scanner, +/obj/item/shovel, +/obj/item/pickaxe, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"EU" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/item/chair{ + dir = 4; + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/plate/oven_tray{ + pixel_x = -10; + pixel_y = -12 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"EV" = ( +/obj/machinery/power/shuttle_engine/propulsion/burst/right{ + dir = 4 + }, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/hive) -"Cx" = ( -/obj/structure/alien/weeds/node, +/area/awaymission/moonoutpost19/arrivals) +"EW" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, /obj/structure/alien/resin/wall, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/hive) -"Cz" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 6 +"Fd" = ( +/obj/item/flashlight/lantern{ + icon_state = "lantern-on" }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"CA" = ( -/turf/open/floor/carpet/orange, -/area/awaymission/moonoutpost19/arrivals) -"CH" = ( /obj/effect/decal/cleanable/blood/tracks{ dir = 4 }, @@ -5310,490 +5946,79 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"CK" = ( -/obj/structure/flora/lunar_plant, -/obj/item/stack/ore/iron, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Da" = ( -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/pod/light, -/area/awaymission/moonoutpost19/tent) -"Db" = ( -/obj/structure/cable, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Dg" = ( -/obj/item/bodybag/environmental, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Dj" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/xenoblood, -/obj/effect/turf_decal/siding/thinplating_new/light, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Dk" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 9; - icon_state = "ltrails_1" - }, -/obj/item/stack/ore/glass/basalt{ - pixel_x = 6 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Dl" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 9 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"Dm" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"DA" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"DB" = ( -/obj/structure/alien/weeds, -/obj/structure/cable, -/turf/open/floor/iron/white/side{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"DF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"DG" = ( -/obj/machinery/door/airlock/survival_pod/glass, -/obj/structure/fans/tiny, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/pod/light, -/area/awaymission/moonoutpost19/tent) -"DH" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"DJ" = ( +"Fk" = ( /obj/structure/table, -/obj/item/computer_disk/ordnance, -/obj/item/computer_disk/ordnance{ - pixel_x = -4; - pixel_y = 2 +/obj/machinery/recharger{ + pixel_y = 4 }, -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"DL" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = -2; - pixel_y = 3 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/arrivals) -"DO" = ( -/obj/effect/decal/cleanable/xenoblood/xgibs/larva/body, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"DT" = ( -/obj/item/stack/rods{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/item/shard{ - icon_state = "small"; - pixel_x = -7; - pixel_y = 8 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"DW" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/obj/item/knife/kitchen{ - pixel_x = 15; - pixel_y = 5 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/arrivals) -"DY" = ( -/obj/structure/closet/crate/bin, -/obj/machinery/light/small/directional/west, -/obj/item/trash/cheesie, -/obj/item/trash/can, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Eb" = ( -/obj/effect/turf_decal/lunar_sand/plating, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/syndicate) -"Ef" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/computer/security{ - desc = "Used to access the various cameras on the outpost."; - dir = 4; - network = list("mo19r","mo19") - }, -/obj/machinery/button/door/directional/west{ - id = "Awaybiohazard"; - name = "Biohazard Shutter Control"; - req_access = "101" +/obj/item/screwdriver{ + pixel_x = 9; + pixel_y = 10 }, /obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 + dir = 4 }, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"Eg" = ( -/obj/machinery/firealarm/directional/east, -/obj/structure/alien/weeds, -/obj/effect/turf_decal/tile/purple, -/obj/structure/cable, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Eh" = ( -/obj/structure/bed, -/obj/item/bedsheet/syndie, -/obj/machinery/button/door/directional/north{ - id = "awaydorm4"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/turf/open/floor/wood{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/syndicate) -"Ej" = ( -/obj/effect/decal/cleanable/blood/tracks{ - dir = 4 - }, -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/main) -"Em" = ( -/obj/structure/closet/emcloset, -/obj/structure/window/reinforced/spawner/directional/west, +"Fr" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ dir = 8 }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"Ep" = ( -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/main) -"Er" = ( -/obj/structure/alien/weeds/node, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Eu" = ( -/obj/structure/closet/mini_fridge, -/obj/item/food/pizzaslice/margherita, -/obj/item/food/pizzaslice/margherita{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/item/food/pizzaslice/ants{ - pixel_x = -4; - pixel_y = 7 - }, -/obj/structure/fluff/paper/corner, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/pod/dark, -/area/awaymission/moonoutpost19/tent) -"Ev" = ( -/obj/structure/flora/rock/style_random{ - pixel_y = -2 - }, -/obj/item/trash/peanuts, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Ex" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating_new/light/corner{ - dir = 4 - }, /turf/open/floor/iron{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, -/area/awaymission/moonoutpost19/arrivals) -"EE" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/turf/open/floor/carpet/orange, -/area/awaymission/moonoutpost19/arrivals) -"EG" = ( -/obj/structure/sink{ - pixel_y = 28 - }, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, /area/awaymission/moonoutpost19/syndicate) -"EK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/closed, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/decal/cleanable/greenglow, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"EQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +"Fu" = ( +/obj/structure/closet/emcloset, +/obj/item/shovel, /turf/open/floor/plating{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"ER" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/decal/cleanable/blood/gibs/body, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"ES" = ( -/obj/structure/closet/firecloset{ - name = "fire-proof closet" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/tank/internals/plasma/full{ - pixel_y = -8 - }, -/obj/item/tank/internals/plasma/full{ - pixel_y = -4 - }, -/obj/item/fuel_pellet, -/obj/item/fuel_pellet{ - pixel_y = 4 - }, -/obj/item/fuel_pellet{ - pixel_y = 8 - }, -/obj/item/clothing/under/shorts/black, -/turf/open/floor/plastic, -/area/awaymission/moonoutpost19/arrivals) -"EW" = ( -/obj/machinery/vending/medical{ - req_access = "201" - }, -/turf/open/floor/iron/white/side{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"EZ" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Fr" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/light/small/broken/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/item/paper/fluff/awaymissions/moonoutpost19/log/gerald, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"Fs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"Fv" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/light/small/directional/west, -/obj/machinery/duct, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) "Fw" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = "201" +/obj/item/pickaxe{ + layer = 2.9; + pixel_x = -12; + pixel_y = 6 }, -/obj/machinery/duct, -/turf/open/floor/plating{ - heat_capacity = 1e+006 +/obj/structure/flora/rock/style_random{ + pixel_y = -2 }, -/area/awaymission/moonoutpost19/arrivals) -"Fz" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/external/ruin{ - density = 0; - icon_state = "open"; - opacity = 0 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"FA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/asteroid/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/asteroid/corner{ - dir = 4 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"FB" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/awaymission/moonoutpost19/arrivals) -"FC" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/awaymission/moonoutpost19/research) -"FF" = ( -/obj/structure/fluff/meteor/large, /turf/open/misc/asteroid/basalt, /area/awaymission/moonoutpost19/main) -"FG" = ( -/obj/item/clothing/head/soft/blue{ - pixel_x = 12; - pixel_y = -12; - name = "medbay runtimes cap" +"Fz" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 }, -/obj/item/clothing/head/soft/blue{ - pixel_x = 12; - name = "medbay runtimes cap" - }, -/obj/item/clothing/head/soft/blue{ - name = "medbay runtimes cap" - }, -/turf/open/misc/asteroid/moon{ +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 }, /area/awaymission/moonoutpost19/main) +"FA" = ( +/turf/open/lava/airless, +/area/awaymission/moonoutpost19/mines) +"FB" = ( +/obj/item/stack/ore/titanium, +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/mines) +"FC" = ( +/obj/machinery/light/broken/directional/south, +/obj/structure/alien/weeds, +/obj/machinery/camera/directional/south{ + c_tag = "Xenobiology Containment South"; + network = list("mo19x") + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/engine, +/area/awaymission/moonoutpost19/research) "FJ" = ( /obj/effect/decal/cleanable/robot_debris, /obj/effect/decal/cleanable/oil, @@ -5815,89 +6040,153 @@ }, /area/awaymission/moonoutpost19/research) "FK" = ( -/obj/machinery/light/small/broken/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/mines) +"FP" = ( +/obj/effect/turf_decal/stripes{ dir = 4 }, +/obj/effect/turf_decal/stripes, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"FS" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/egg, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"FW" = ( +/obj/structure/sign/warning/biohazard{ + pixel_x = 32 + }, +/obj/structure/alien/weeds, +/obj/effect/turf_decal/tile/purple, +/obj/structure/cable, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"FX" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/computer/security{ + desc = "Used to access the various cameras on the outpost."; + dir = 4; + network = list("mo19r","mo19") + }, +/obj/machinery/button/door/directional/west{ + id = "Awaybiohazard"; + name = "Biohazard Shutter Control"; + req_access = "101" + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"FY" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/research) +"Gb" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + icon_state = "ltrails_2" + }, +/obj/machinery/camera/directional/west{ + c_tag = "Dormitories"; + network = list("mo19") + }, /turf/open/floor/iron{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, -/area/awaymission/moonoutpost19/syndicate) -"FO" = ( -/obj/item/stack/ore/iron{ - pixel_x = -7; - pixel_y = -4 +/area/awaymission/moonoutpost19/arrivals) +"Gf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"FT" = ( -/obj/machinery/duct, +/obj/structure/cable, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"FW" = ( +"Gg" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/membrane, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"Gk" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, /obj/effect/turf_decal/lunar_sand/plating, /turf/open/floor/plating{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, -/area/awaymission/moonoutpost19/main) -"FY" = ( -/turf/closed/wall/mineral/titanium/survival, -/area/awaymission/moonoutpost19/tent) -"Gc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, /area/awaymission/moonoutpost19/arrivals) -"Gg" = ( -/obj/item/stack/cable_coil/cut, +"Go" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"Gp" = ( +/turf/open/floor/plating, +/area/awaymission/moonoutpost19/arrivals) +"Gq" = ( +/obj/structure/trap/cult, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"Gu" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 1 + }, +/turf/open/floor/plastic, +/area/awaymission/moonoutpost19/arrivals) +"Gv" = ( +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"Gy" = ( +/obj/structure/fence/corner{ + dir = 10 + }, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"Gj" = ( -/obj/structure/lattice/catwalk, -/obj/structure/tank_holder/emergency_oxygen, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Gm" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/barman_recipes{ - pixel_y = 5 - }, -/obj/item/reagent_containers/cup/glass/shaker{ - pixel_x = 13 - }, +"GA" = ( +/obj/machinery/griddle, /turf/open/floor/iron/cafeteria{ dir = 5 }, /area/awaymission/moonoutpost19/arrivals) -"Gp" = ( -/mob/living/simple_animal/hostile/construct/proteon/hostile, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Gr" = ( +"GB" = ( /obj/structure/cable, /obj/structure/lattice/catwalk, /turf/open/misc/asteroid/moon{ @@ -5905,76 +6194,97 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"Gt" = ( -/obj/structure/barricade/sandbags, -/obj/effect/turf_decal/sand, +"GG" = ( +/obj/structure/closet/secure_closet{ + locked = 0; + name = "kitchen Cabinet"; + req_access = "201" + }, +/obj/item/reagent_containers/condiment/flour{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/sugar{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/showroomfloor{ + heat_capacity = 1e+006; + temperature = 273.15 + }, +/area/awaymission/moonoutpost19/arrivals) +"GH" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/iron/cafeteria, +/area/awaymission/moonoutpost19/arrivals) +"GO" = ( +/obj/item/pickaxe{ + pixel_x = 20; + pixel_y = 8 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"GQ" = ( +/obj/structure/closet/secure_closet/freezer{ + locked = 0; + name = "meat fridge"; + req_access = "201" + }, +/obj/item/food/meat/slab/monkey, +/obj/item/food/meat/slab/monkey, +/obj/item/food/meat/slab/monkey, +/obj/item/food/meat/slab/monkey, +/turf/open/floor/iron/showroomfloor{ + heat_capacity = 1e+006; + temperature = 273.15 + }, +/area/awaymission/moonoutpost19/arrivals) +"GR" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/awaymission/moonoutpost19/arrivals) +"GT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Hf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"GB" = ( -/mob/living/simple_animal/hostile/lizard{ - name = "Newt" +"Hh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/turf/open/floor/carpet/royalblue, -/area/awaymission/moonoutpost19/arrivals) -"GD" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/area/awaymission/moonoutpost19/mines) -"GG" = ( -/obj/structure/chair/pew{ - dir = 8 +/turf/open/floor/iron/dark{ + heat_capacity = 1e+006 }, -/obj/item/food/peanuts/salted, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"GH" = ( -/obj/item/stack/ore/glass/basalt, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"GI" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"GK" = ( -/obj/structure/chair/pew/left{ - dir = 8 - }, -/obj/item/clothing/head/soft, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"GN" = ( -/obj/structure/cable, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/arrivals) -"GP" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"He" = ( +/area/awaymission/moonoutpost19/syndicate) +"Hj" = ( /obj/machinery/conveyor{ id = "awaysyndie" }, @@ -5990,38 +6300,59 @@ temperature = 251 }, /area/awaymission/moonoutpost19/syndicate) -"Hj" = ( -/obj/vehicle/ridden/atv{ - dir = 4 +"Hp" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/external/ruin{ + density = 0; + icon_state = "open"; + opacity = 0 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Hl" = ( -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"Ho" = ( -/obj/structure/lattice/catwalk, -/obj/item/storage/medkit, -/obj/structure/rack, -/turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/mines) -"Hq" = ( +/area/awaymission/moonoutpost19/syndicate) +"Hr" = ( +/obj/effect/turf_decal/tile/purple/anticorner{ + dir = 4 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Hs" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"Ht" = ( +/obj/machinery/door/firedoor/closed, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Hu" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 5; + icon_state = "ltrails_1" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"Hv" = ( +/obj/effect/decal/cleanable/xenoblood, +/obj/effect/decal/remains/xeno{ + desc = "They look like the remains of something... alien. The front of skull appears to have been completely obliterated." + }, /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ dir = 1 @@ -6033,62 +6364,44 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"Hr" = ( -/obj/item/stack/ore/iron{ - pixel_x = -3; - pixel_y = 9 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Hs" = ( -/obj/structure/alien/weeds, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Ht" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 5; - icon_state = "ltrails_1" - }, -/turf/open/floor/carpet/red, -/area/awaymission/moonoutpost19/arrivals) "Hx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/dark{ +/obj/machinery/light/small/broken/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron{ heat_capacity = 1e+006 }, -/area/awaymission/moonoutpost19/syndicate) -"Hy" = ( -/obj/structure/ore_box, +/area/awaymission/moonoutpost19/research) +"HC" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/main) +/area/awaymission/moonoutpost19/mines) "HH" = ( -/obj/structure/grille/broken, -/obj/item/stack/rods{ - pixel_x = 6; - pixel_y = 6 +/obj/machinery/vending/snack, +/obj/structure/sign/poster/contraband/eat{ + pixel_y = 32 }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"HJ" = ( +/obj/structure/safe, +/obj/item/camera, +/turf/open/floor/pod/dark, +/area/awaymission/moonoutpost19/tent) +"HK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 }, /area/awaymission/moonoutpost19/arrivals) "HQ" = ( @@ -6098,264 +6411,7 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"HV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ia" = ( -/turf/closed/wall/mineral/titanium/survival/pod, -/area/awaymission/moonoutpost19/tent) -"Ib" = ( -/obj/structure/alien/weeds, -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"Ie" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ig" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Ih" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ii" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Ij" = ( -/obj/structure/alien/weeds, -/obj/effect/turf_decal/tile/purple, -/obj/structure/cable, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Ip" = ( -/mob/living/simple_animal/hostile/construct/proteon/hostile, -/obj/structure/flora/lunar_plant, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Ir" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/asteroid/corner, -/obj/effect/turf_decal/stripes/asteroid/corner{ - dir = 8 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"Ix" = ( -/obj/vehicle/ridden/atv{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Iy" = ( -/obj/item/radio/off, -/obj/structure/sign/poster/official/safety_report{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Iz" = ( -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"IB" = ( -/obj/item/cigbutt, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"IC" = ( -/obj/effect/decal/cleanable/generic, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 10 - }, -/obj/machinery/duct, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"ID" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 6 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"IG" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = 11 - }, -/obj/structure/mirror/directional/east{ - icon_state = "mirror_broke" - }, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"II" = ( -/obj/effect/turf_decal/stripes, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"IL" = ( -/obj/machinery/airalarm/directional/east{ - req_access = "150" - }, -/obj/machinery/light/broken/directional/east, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"IP" = ( -/obj/machinery/door/airlock{ - name = "Kitchen Cold Room"; - req_access = "201" - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/turf/open/floor/iron/showroomfloor{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"IV" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/decal/cleanable/blood/gibs/up, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"IY" = ( -/obj/item/storage/bag/ore, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Jf" = ( -/obj/effect/turf_decal/lunar_sand, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ji" = ( -/obj/machinery/griddle, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/arrivals) -"Jk" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"Jl" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/carpet/red, -/area/awaymission/moonoutpost19/arrivals) -"Jo" = ( -/obj/item/reagent_containers/cup/glass/bottle/beer{ - desc = "Someone's last meal. He went out with a bang."; - pixel_x = 16; - pixel_y = -10 - }, -/obj/effect/decal/remains/human{ - desc = "...the pilot wasn't as lucky as the flag." - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Jv" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - icon_state = "ltrails_2" - }, -/obj/machinery/camera/directional/west{ - c_tag = "Dormitories"; - network = list("mo19") - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"Jz" = ( +"HS" = ( /obj/structure/chair/stool/directional/east{ pixel_x = 9 }, @@ -6364,58 +6420,109 @@ }, /turf/open/floor/carpet, /area/awaymission/moonoutpost19/arrivals) -"JA" = ( -/obj/machinery/light/small/directional/south, -/obj/item/stack/cable_coil/five, -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/research) -"JB" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"JC" = ( -/obj/item/stack/ore/titanium, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"JH" = ( -/obj/structure/alien/weeds, -/obj/effect/decal/cleanable/blood, -/mob/living/simple_animal/hostile/alien/drone{ - plants_off = 1 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"JL" = ( -/obj/structure/chair/pew{ - dir = 8 - }, +"HW" = ( +/obj/structure/bed/dogbed/runtime, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"JV" = ( -/obj/structure/table/rolling, -/obj/item/clothing/mask/facehugger/impregnated{ - pixel_y = 5 +"HX" = ( +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/obj/structure/microscope{ - pixel_y = 11 +/area/awaymission/moonoutpost19/mines) +"Ic" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/machinery/duct, +/turf/open/floor/plating{ + heat_capacity = 1e+006 }, +/area/awaymission/moonoutpost19/arrivals) +"Id" = ( +/obj/structure/alien/resin/wall, +/obj/structure/alien/weeds, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"Ih" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4; + pixel_y = -15 + }, +/obj/effect/turf_decal/stripes/red/end{ + dir = 1 + }, +/turf/open/floor/iron/half, +/area/awaymission/moonoutpost19/syndicate) +"Ik" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/carpet, +/area/awaymission/moonoutpost19/arrivals) +"In" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light/small/broken/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/item/paper/fluff/awaymissions/moonoutpost19/log/gerald, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"Ip" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/highsecurity{ + name = "Gateway"; + req_access = "150" + }, +/obj/structure/cable, /turf/open/floor/iron{ heat_capacity = 1e+006 }, -/area/awaymission/moonoutpost19/research) -"Kd" = ( +/area/awaymission/moonoutpost19/syndicate) +"Is" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"It" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"Iv" = ( /obj/effect/decal/cleanable/blood/tracks{ dir = 4 }, @@ -6432,274 +6539,57 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"Kh" = ( -/obj/item/shovel{ - pixel_x = -7 +"ID" = ( +/obj/structure/chair/stool/directional/east{ + pixel_y = 9 }, -/obj/structure/fluff/meteor, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"Ks" = ( -/obj/structure/table, -/obj/item/retractor, -/obj/item/hemostat, -/obj/structure/alien/weeds, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/iron/white, -/area/awaymission/moonoutpost19/research) -"Kv" = ( -/obj/machinery/newscaster/directional/south, -/obj/effect/turf_decal/siding/purple, -/obj/effect/turf_decal/tile/dark/opposingcorners{ +/obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"Kw" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"Ky" = ( -/obj/effect/decal/cleanable/xenoblood/xsplatter, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Kz" = ( -/obj/item/stack/ore/uranium, -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/mines) -"KE" = ( -/obj/item/clothing/head/soft, -/obj/item/clothing/head/soft{ - pixel_y = 3 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"KH" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 6 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, +/turf/open/floor/carpet, /area/awaymission/moonoutpost19/arrivals) -"KL" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"KN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door/directional/west{ - id = "awaykitchen"; - name = "Kitchen Shutters Control" - }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/arrivals) -"KS" = ( -/turf/open/misc/asteroid/moon, -/area/awaymission/moonoutpost19/main) -"KU" = ( -/obj/structure/marker_beacon/burgundy, -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"KV" = ( -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"KZ" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new/light, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Lb" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"Ld" = ( -/obj/machinery/shower{ - pixel_y = 16 - }, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Li" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/table, -/obj/item/storage/medkit/regular, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"Lj" = ( -/obj/structure/table, -/obj/item/radio/off, -/obj/item/laser_pointer, -/obj/effect/turf_decal/siding/purple{ - dir = 6 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"Lk" = ( -/obj/structure/fluff/minepost, -/obj/item/stack/sheet/mineral/plasma/five, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Ll" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Ln" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/resin/wall, -/obj/structure/alien/weeds, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"Lp" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/egg, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"Lt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/item/ammo_casing/a357{ - pixel_x = 11; - pixel_y = 8 - }, -/obj/effect/turf_decal/siding/thinplating_new/light/corner{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ly" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"LD" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/resin/wall, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"LG" = ( -/obj/structure/bed, -/obj/item/bedsheet/syndie, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"LQ" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/resin/wall, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"LR" = ( -/obj/structure/fence{ +"IG" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/structure/sign/warning, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/area/awaymission/moonoutpost19/main) -"LU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ +/turf/open/floor/iron/cafeteria{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, /area/awaymission/moonoutpost19/arrivals) -"LW" = ( -/obj/item/stack/ore/gold{ - amount = 7 +"II" = ( +/obj/item/stack/sheet/mineral/plasma, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/mines) -"LX" = ( +/area/awaymission/moonoutpost19/main) +"IL" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/item/chair/stool{ + dir = 1; + pixel_x = -6; + pixel_y = -4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"IM" = ( +/turf/open/space/basic, +/area/space) +"IN" = ( /mob/living/simple_animal/pet/cat/space{ desc = "With survival instincts like these, it's no wonder cats survived to the 26th century."; name = "Jones" @@ -6709,453 +6599,20 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"LY" = ( -/obj/item/kirbyplants{ - desc = "A plastic potted plant."; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"LZ" = ( -/obj/structure/alien/resin/wall, -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Mc" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/awaymission/moonoutpost19/arrivals) -"Md" = ( -/obj/machinery/door/airlock/medical{ - name = "Research Division"; - req_access = "201" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Mg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, +"IO" = ( +/obj/machinery/door/airlock/survival_pod/glass, +/obj/structure/fans/tiny, /obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Mh" = ( -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"Ml" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner, -/turf/open/floor/carpet, -/area/awaymission/moonoutpost19/arrivals) -"Mp" = ( -/obj/machinery/conveyor{ - id = "awaysyndie" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/railing/corner, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"Mq" = ( -/obj/item/stack/sheet/mineral/wood, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Mr" = ( -/obj/structure/urinal/directional/north, -/obj/machinery/duct, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Mw" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"ME" = ( -/obj/effect/turf_decal/sand, -/obj/item/stack/ore/glass{ - pixel_x = 8 - }, -/obj/item/ammo_casing/a357{ - pixel_x = -10; - pixel_y = -7 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"MS" = ( -/obj/item/stack/ore/iron, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"MW" = ( -/obj/structure/fence/corner, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"MY" = ( -/obj/machinery/light/floor, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ne" = ( -/obj/machinery/airalarm/directional/east{ - req_access = "150" - }, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/wood{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"Ng" = ( -/obj/machinery/door/poddoor/shutters{ - id = "awaymission19atvs" - }, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Nj" = ( -/obj/structure/alien/weeds, -/obj/structure/bed/nest, -/obj/effect/decal/cleanable/blood/gibs, -/obj/item/clothing/mask/facehugger/impregnated, -/obj/item/clothing/under/rank/security/officer, -/obj/item/clothing/suit/armor/vest, -/obj/item/melee/baton/security/loaded, -/obj/item/clothing/head/helmet, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"No" = ( -/obj/machinery/light/directional/east, -/obj/machinery/airalarm/directional/east{ - req_access = "150" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"Nt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"Nu" = ( -/obj/effect/decal/cleanable/generic, -/obj/effect/decal/remains/human{ - desc = "They look like human remains. The skeleton is curled up in fetal position with the hands placed near the throat."; - pixel_x = 5 - }, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/arrivals) -"Nv" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"Nw" = ( -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"NG" = ( -/obj/machinery/door/airlock/external/ruin, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"NH" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"NJ" = ( -/obj/structure/closet/crate/bin, -/obj/effect/turf_decal/siding/purple{ - dir = 5 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"NK" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/iron/cafeteria, -/area/awaymission/moonoutpost19/arrivals) -"NN" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 8; - icon_state = "ltrails_1" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/lunar_sand, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"NQ" = ( -/obj/structure/closet/emcloset, -/obj/item/shovel, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"NS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"NU" = ( -/obj/effect/turf_decal/sand/plating, -/obj/item/emptysandbag, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"NW" = ( -/mob/living/simple_animal/hostile/alien/drone{ - plants_off = 1 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Ob" = ( -/obj/item/ammo_casing/spent{ - pixel_x = -7; - pixel_y = 9 - }, -/obj/item/ammo_casing/spent{ - pixel_x = -7; - pixel_y = -6 - }, -/obj/item/ammo_casing/spent{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/ammo_casing/spent, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Oe" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/closed/wall/r_wall, -/area/awaymission/moonoutpost19/research) -"Oh" = ( -/obj/structure/flora/rock/style_random, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"Oj" = ( -/obj/structure/flora/rock/style_random{ - pixel_y = -2 - }, -/obj/structure/alien/weeds, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Oq" = ( -/obj/machinery/power/shuttle_engine/propulsion/burst/left{ - dir = 4 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/arrivals) -"Os" = ( -/obj/machinery/light/cold/directional/west, /turf/open/floor/pod/light, /area/awaymission/moonoutpost19/tent) -"Oy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"OD" = ( -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"OG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/chair{ - dir = 4; - pixel_x = -4; - pixel_y = 2 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"OK" = ( -/obj/structure/alien/weeds, -/mob/living/simple_animal/hostile/alien/drone{ - plants_off = 1 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"ON" = ( +"IP" = ( +/turf/closed/wall/mineral/titanium/survival, +/area/awaymission/moonoutpost19/tent) +"Jc" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, /turf/open/floor/plating, -/area/awaymission/moonoutpost19/research) -"OP" = ( -/obj/structure/alien/weeds/node, -/mob/living/simple_animal/hostile/alien, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"OQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"OR" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"OV" = ( -/obj/structure/fluff/meteor/large, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"OW" = ( -/obj/structure/fluff/meteor, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"OX" = ( +/area/awaymission/moonoutpost19/arrivals) +"Ji" = ( /obj/machinery/door/airlock/external/ruin, /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/structure/cable, @@ -7163,447 +6620,180 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"OZ" = ( -/obj/structure/fluff/minepost, +"Jn" = ( +/obj/item/stack/ore/iron{ + pixel_x = -3; + pixel_y = 9 + }, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"Pg" = ( -/obj/machinery/power/floodlight{ - anchored = 1 +"Jq" = ( +/obj/item/stack/ore/uranium, +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/mines) +"Jx" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 }, -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating{ +/obj/machinery/duct, +/turf/open/floor/iron{ heat_capacity = 1e+006 }, -/area/awaymission/moonoutpost19/main) -"Pn" = ( -/obj/structure/table, -/obj/item/storage/medkit/regular, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/iron/white/side{ - dir = 8; - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Pp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ +/area/awaymission/moonoutpost19/arrivals) +"JA" = ( +/obj/effect/turf_decal/tile/red{ dir = 1 }, -/turf/open/floor/plating{ - heat_capacity = 1e+006 +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/area/awaymission/moonoutpost19/arrivals) -"Pv" = ( -/obj/structure/table, -/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty{ - pixel_x = -5; - pixel_y = 15 - }, -/obj/item/reagent_containers/cup/glass/colocup{ - pixel_x = -9 - }, -/obj/machinery/button/door{ - id = "awaymission19atvs"; - name = "Biohazard Shutter Control"; - pixel_y = 8; - req_access = "201" - }, -/turf/open/floor/plastic, -/area/awaymission/moonoutpost19/arrivals) -"Py" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - icon_state = "ltrails_1" - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 +/turf/open/floor/iron/dark{ + heat_capacity = 1e+006 }, -/area/awaymission/moonoutpost19/arrivals) -"Pz" = ( +/area/awaymission/moonoutpost19/syndicate) +"JB" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + locked = 0; + req_access = "150" + }, +/obj/item/stack/spacecash/c50, +/turf/open/floor/wood{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"JC" = ( +/obj/item/toy/beach_ball/baseball{ + pixel_x = 11; + pixel_y = -4 + }, +/obj/item/toy/beach_ball/baseball{ + pixel_x = -11; + pixel_y = -4 + }, +/obj/item/toy/beach_ball/baseball{ + pixel_y = 4 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"JD" = ( +/obj/item/stack/ore/slag, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"JE" = ( +/obj/item/cigbutt, /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ dir = 1 }, -/obj/item/crowbar{ - layer = 2.9; - pixel_x = 7; - pixel_y = -13 - }, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"PE" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 8 +"JP" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ +/obj/structure/sign/warning/secure_area/directional/north, +/turf/open/floor/iron{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, -/area/awaymission/moonoutpost19/main) -"PK" = ( -/obj/structure/fence/corner{ - dir = 10 - }, +/area/awaymission/moonoutpost19/syndicate) +"JR" = ( +/obj/effect/baseturf_helper/asteroid/moon, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"PN" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, +"JT" = ( +/obj/machinery/door/airlock/maintenance, /obj/machinery/duct, -/turf/open/floor/iron/freezer{ +/turf/open/floor/plating{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"PT" = ( -/obj/effect/turf_decal/tile/dark/opposingcorners{ +"JV" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/iron/white, +/area/awaymission/moonoutpost19/research) +"JW" = ( +/obj/item/cigbutt, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ dir = 1 }, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/effect/turf_decal/siding/wood{ + dir = 4 }, -/area/awaymission/moonoutpost19/research) -"PW" = ( -/obj/item/stack/rods, -/obj/structure/grille/broken, -/obj/item/stack/rods, -/obj/item/shard{ - icon_state = "medium"; - pixel_x = -7; - pixel_y = 5 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +/turf/open/floor/iron{ + heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"PX" = ( -/obj/structure/trap/cult, +"Ke" = ( +/obj/structure/alien/weeds/node, /obj/effect/decal/cleanable/blood/drip, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/mines) -"Qb" = ( -/obj/machinery/light/warm/no_nightlight/directional/west, -/obj/item/cigbutt{ - pixel_x = 4 - }, -/turf/open/floor/plastic, -/area/awaymission/moonoutpost19/arrivals) -"Qg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Qm" = ( -/obj/structure/cable, +/area/awaymission/moonoutpost19/main) +"Kf" = ( /obj/structure/lattice/catwalk, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006 +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"Qp" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 5 +"Km" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/plating{ + heat_capacity = 1e+006 }, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/iron/dark, /area/awaymission/moonoutpost19/arrivals) -"Qr" = ( -/obj/effect/decal/cleanable/dirt, +"Kr" = ( +/obj/structure/flora/rock/style_random{ + pixel_y = -2 + }, +/obj/structure/alien/weeds, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"Ks" = ( +/obj/machinery/airalarm/directional/north{ + req_access = "150" + }, /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ dir = 1 }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Qu" = ( -/obj/machinery/door/firedoor/closed, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Qz" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 10 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"QB" = ( -/obj/structure/flora/rock/style_random{ - pixel_y = -2 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"QD" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/mapping_helpers/apc/full_charge, -/obj/effect/mapping_helpers/apc/unlocked, -/obj/effect/mapping_helpers/apc/cell_10k, -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"QF" = ( -/obj/structure/grille/broken, -/obj/item/stack/rods, -/obj/item/shard{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 8; - icon_state = "ltrails_2" - }, -/obj/effect/turf_decal/lunar_sand/plating, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"QG" = ( -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"QH" = ( -/obj/item/pickaxe{ - layer = 2.9; - pixel_x = -12; - pixel_y = 6 - }, -/obj/structure/flora/rock/style_random{ - pixel_y = -2 - }, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"QL" = ( -/obj/structure/closet/secure_closet/personal/cabinet{ - locked = 0; - req_access = "201" - }, -/obj/item/clothing/under/suit/navy, -/obj/item/stack/sheet/mineral/plasma/five, -/turf/open/floor/carpet/orange, -/area/awaymission/moonoutpost19/arrivals) -"QT" = ( -/obj/item/soap/nanotrasen{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/machinery/light/small/directional/west, -/obj/machinery/duct, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"QW" = ( -/obj/structure/fence/cut{ - dir = 4 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"QX" = ( -/obj/machinery/computer/aifixer, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/siding/purple{ - dir = 5 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"QZ" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 4 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"Rb" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/item/bikehorn/rubberducky, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Rc" = ( -/turf/open/space/basic, -/area/space) -"Rd" = ( -/obj/structure/alien/weeds, -/obj/structure/bed/nest, -/obj/effect/decal/cleanable/blood/gibs, -/obj/item/clothing/mask/facehugger/impregnated, -/obj/item/gun/ballistic/automatic/pistol, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"Re" = ( -/obj/item/stack/ore/uranium, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Rf" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/pod/dark, -/area/awaymission/moonoutpost19/tent) -"Rk" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/siding/thinplating_new/light, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Rl" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/turf/open/misc/asteroid/basalt, -/area/awaymission/moonoutpost19/main) -"Rm" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/arrivals) -"Ro" = ( -/obj/item/trash/can{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/item/shovel{ - pixel_x = 6; - pixel_y = -13 - }, -/obj/item/trash/boritos{ - pixel_x = -4 - }, -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/main) -"Rs" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/closet/secure_closet{ - icon_state = "science"; - name = "scientist's locker"; - req_access = "201" - }, -/obj/item/clothing/suit/toggle/labcoat, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/mask/gas, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Rt" = ( -/obj/structure/alien/weeds/node, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/sign/warning/biohazard/directional/north, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"Rv" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 6; - icon_state = "ltrails_1" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ry" = ( -/obj/machinery/airalarm/directional/north{ - req_access = "150" - }, /obj/effect/mapping_helpers/airalarm/unlocked, /turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 + heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"RB" = ( +"Kw" = ( /obj/machinery/mineral/processing_unit_console{ pixel_x = -4; pixel_y = 2 @@ -7624,10 +6814,53 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/syndicate) -"RC" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 5 +"Kx" = ( +/mob/living/simple_animal/hostile/construct/proteon/hostile, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, +/area/awaymission/moonoutpost19/mines) +"KC" = ( +/obj/vehicle/ridden/atv{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"KM" = ( +/obj/item/stack/ore/iron{ + pixel_x = 7; + pixel_y = -6 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"KQ" = ( +/obj/structure/alien/weeds/node, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"KR" = ( +/obj/structure/rack, +/obj/structure/lattice/catwalk, +/obj/item/pickaxe, +/obj/item/t_scanner, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"KU" = ( +/obj/effect/turf_decal/stripes/asteroid/line, /obj/effect/turf_decal/lunar_sand/plating, /turf/open/floor/plating{ heat_capacity = 1e+006; @@ -7635,219 +6868,82 @@ temperature = 251 }, /area/awaymission/moonoutpost19/main) -"RD" = ( -/obj/structure/alien/weeds/node, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/engine, -/area/awaymission/moonoutpost19/research) -"RE" = ( -/obj/item/flashlight/lantern{ - icon_state = "lantern-on" - }, -/obj/effect/decal/cleanable/blood/tracks{ - dir = 4 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"RF" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/structure/closet/crate, -/obj/item/reagent_containers/hypospray/medipen/survival/luxury, -/obj/item/reagent_containers/hypospray/medipen/survival/luxury, -/obj/item/reagent_containers/hypospray/medipen/survival/luxury, -/obj/effect/spawner/random/medical/surgery_tool_advanced, -/obj/effect/spawner/random/medical/surgery_tool, -/obj/effect/spawner/random/medical/surgery_tool, -/turf/open/misc/asteroid/moon/dug, -/area/awaymission/moonoutpost19/mines) -"RI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/dark{ +"KV" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/lunar_sand, +/turf/open/floor/plating{ heat_capacity = 1e+006 }, -/area/awaymission/moonoutpost19/syndicate) -"RJ" = ( -/obj/structure/railing{ - dir = 5 +/area/awaymission/moonoutpost19/arrivals) +"Lg" = ( +/obj/machinery/shower{ + dir = 4; + name = "emergency shower" }, -/obj/effect/turf_decal/stripes/end, -/obj/effect/turf_decal/stripes/red/end, -/turf/open/floor/iron/half, -/area/awaymission/moonoutpost19/syndicate) -"RK" = ( -/obj/effect/decal/cleanable/oil, -/obj/structure/cable, -/turf/open/floor/plating, -/area/awaymission/moonoutpost19/research) -"RL" = ( -/obj/structure/alien/weeds, -/obj/structure/flora/lunar_plant, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, -/area/awaymission/moonoutpost19/main) -"RQ" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 5; - icon_state = "ltrails_1" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/cable, +/obj/structure/sign/warning/secure_area/directional/west, /turf/open/floor/iron/white{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"RV" = ( -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"Sh" = ( +"Lh" = ( +/obj/structure/table, +/obj/item/stack/sheet/mineral/plasma, +/obj/machinery/light/small/broken/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, /obj/structure/alien/weeds, -/obj/structure/alien/resin/membrane, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"Sj" = ( -/obj/machinery/door/poddoor/preopen{ - desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating."; - id = "Awaybiohazard"; - name = "Acid-Proof Biohazard Containment Door" - }, -/obj/machinery/door/poddoor{ - desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating."; - id = "Awaybiohazard"; - layer = 2.9; - name = "Acid-Proof Biohazard Containment Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating{ +/turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"Sq" = ( -/obj/item/stack/sheet/mineral/wood, -/obj/item/circular_saw, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Ss" = ( +"Li" = ( +/obj/structure/window/reinforced/spawner/directional/north, /obj/structure/table, -/obj/item/clipboard{ - pixel_x = 8 - }, -/obj/item/paper_bin{ - pixel_x = -6 - }, -/obj/item/pen/red, -/turf/open/floor/pod/dark, -/area/awaymission/moonoutpost19/tent) -"Sv" = ( -/obj/structure/flora/rock/style_random{ - pixel_y = -2 - }, -/obj/item/clothing/head/soft/blue{ - pixel_x = 12; - pixel_y = -12; - name = "medbay runtimes cap" - }, -/obj/item/clothing/head/soft/blue{ - pixel_y = 8; - pixel_x = 12; - name = "medbay runtimes cap" - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Sy" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/item/storage/medkit/regular, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"Sz" = ( -/obj/item/trash/raisins, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +"Lq" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/airalarm/directional/north{ + req_access = "150" }, -/obj/structure/table/wood, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"SF" = ( -/obj/structure/grille, -/obj/machinery/duct, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"SG" = ( -/turf/closed/mineral/random/labormineral, -/area/awaymission/moonoutpost19/mines) -"SH" = ( -/obj/item/pickaxe/drill, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"SJ" = ( -/obj/item/trash/candy, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"SN" = ( -/obj/structure/ore_box, -/obj/structure/lattice/catwalk, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"SR" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, /obj/effect/turf_decal/stripes/line{ - dir = 10 + dir = 9 }, -/obj/structure/sign/warning/vacuum/directional/south, +/obj/effect/mapping_helpers/airalarm/unlocked, /turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"Lr" = ( +/obj/structure/trap/cult, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"Lw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, -/area/awaymission/moonoutpost19/syndicate) -"SV" = ( +/area/awaymission/moonoutpost19/arrivals) +"LB" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt, /obj/structure/noticeboard/directional/east, @@ -7864,13 +6960,37 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"SW" = ( -/obj/structure/extinguisher_cabinet/directional/north, +"LG" = ( +/turf/closed/mineral/random/high_chance, +/area/awaymission/moonoutpost19/main) +"LH" = ( +/obj/structure/flora/rock/style_random{ + pixel_y = -2 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"LJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"SX" = ( +"LO" = ( +/obj/item/stack/tile/iron, +/obj/effect/decal/cleanable/crayon, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"LP" = ( /obj/structure/fluff/minepost, /obj/item/stack/sheet/mineral/uranium/five, /turf/open/misc/asteroid/moon{ @@ -7878,71 +6998,204 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) -"Tb" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 +"LQ" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Th" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/highsecurity{ - name = "Gateway"; +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/main) +"LV" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Maintenance"; req_access = "150" }, /obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"Ti" = ( -/obj/machinery/door/airlock/external/ruin, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/lunar_sand, /turf/open/floor/plating{ heat_capacity = 1e+006 }, +/area/awaymission/moonoutpost19/syndicate) +"LX" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + locked = 0; + req_access = "201" + }, +/obj/item/clothing/under/suit/navy, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/floor/carpet/orange, /area/awaymission/moonoutpost19/arrivals) -"Tj" = ( -/obj/item/stack/tile/iron, +"LZ" = ( +/obj/machinery/duct, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Me" = ( +/obj/item/stack/rods, +/obj/item/shard{ + pixel_x = -6; + pixel_y = 4 + }, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"To" = ( -/obj/structure/sign/warning/vacuum{ - desc = "A warning sign which reads 'HOSTILE ATMOSPHERE AHEAD'"; - name = "\improper HOSTILE ATMOSPHERE AHEAD"; - pixel_y = 32 - }, +"Mg" = ( /obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/syndicate) +"Mi" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 8; + icon_state = "ltrails_1" + }, +/obj/item/mining_scanner, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Mj" = ( +/obj/structure/alien/weeds/node, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/engine, +/area/awaymission/moonoutpost19/research) +"Ml" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/mapping_helpers/apc/full_charge, +/obj/effect/mapping_helpers/apc/unlocked, +/obj/effect/mapping_helpers/apc/cell_10k, +/obj/effect/turf_decal/tile/purple, +/obj/structure/cable, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"Mo" = ( +/obj/structure/fluff/meteor/large, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Mp" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, /area/awaymission/moonoutpost19/arrivals) -"Tp" = ( -/obj/structure/rack, -/obj/structure/lattice/catwalk, -/obj/item/pickaxe, -/obj/item/t_scanner, +"Mq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/alien/weeds, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"Mv" = ( /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) -"Tv" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/machinery/light/small/broken/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Research Director's Office"; - network = list("mo19","mo19r") +"Mx" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plastic, +/area/awaymission/moonoutpost19/arrivals) +"MC" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/item/knife/kitchen{ + pixel_x = 15; + pixel_y = 5 }, -/obj/effect/turf_decal/siding/purple, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/arrivals) +"MI" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/turf/open/floor/iron/dark{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"MJ" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"MM" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/closed/wall/r_wall/rust, +/area/awaymission/moonoutpost19/research) +"MN" = ( +/obj/machinery/light/directional/east, +/obj/machinery/processor, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/arrivals) +"MU" = ( +/obj/machinery/duct, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"MW" = ( +/obj/structure/table, +/obj/item/stock_parts/cell/crap/empty{ + pixel_x = -4 + }, +/turf/open/floor/pod/dark, +/area/awaymission/moonoutpost19/tent) +"Na" = ( +/obj/structure/alien/weeds, +/obj/effect/turf_decal/tile/purple, +/obj/structure/cable, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"Nb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"Nj" = ( +/turf/open/floor/plating, +/area/awaymission/moonoutpost19/research) +"Nt" = ( /obj/effect/turf_decal/tile/dark/opposingcorners{ dir = 1 }, @@ -7950,34 +7203,51 @@ dir = 5 }, /area/awaymission/moonoutpost19/research) -"Tz" = ( +"Nu" = ( /obj/structure/alien/weeds, -/mob/living/simple_animal/hostile/alien, +/obj/structure/alien/egg/burst, +/obj/effect/decal/cleanable/blood, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/hive) -"TC" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 +"Nz" = ( +/obj/item/kirbyplants{ + desc = "A plastic potted plant."; + pixel_y = 3 }, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"TD" = ( -/obj/structure/marker_beacon/burgundy, -/obj/structure/lattice/catwalk, -/obj/structure/cable, +"NB" = ( +/obj/vehicle/ridden/atv{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"NH" = ( +/obj/structure/alien/weeds/node, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/main) -"TF" = ( +/area/awaymission/moonoutpost19/mines) +"NK" = ( +/obj/structure/alien/resin/wall, +/obj/structure/alien/weeds, +/obj/structure/alien/weeds, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"NO" = ( /obj/structure/table, /obj/item/storage/toolbox/mechanical{ pixel_x = -2; @@ -7989,36 +7259,64 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"TG" = ( -/obj/item/shard{ - icon_state = "small" +"NQ" = ( +/obj/item/shovel{ + pixel_x = -7 + }, +/obj/structure/fluff/meteor, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"NV" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Oh" = ( +/turf/closed/indestructible/reinforced, +/area/awaymission/moonoutpost19/arrivals) +"Om" = ( +/obj/structure/fence/cut/large{ + dir = 8 }, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"TL" = ( -/obj/item/clothing/head/soft, -/turf/open/misc/asteroid/moon{ +"Ou" = ( +/obj/structure/table/wood, +/obj/item/lighter, +/obj/machinery/newscaster/directional/east, +/obj/item/clothing/mask/cigarette/cigar, +/turf/open/floor/carpet/orange, +/area/awaymission/moonoutpost19/arrivals) +"Ow" = ( +/obj/structure/table/rolling, +/obj/item/clothing/mask/facehugger/impregnated{ + pixel_y = 5 + }, +/obj/structure/microscope{ + pixel_y = 11 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"OD" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 5 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 }, /area/awaymission/moonoutpost19/main) -"TM" = ( -/obj/item/stack/ore/glass{ - pixel_x = 8; - pixel_y = 9 - }, -/obj/item/stack/ore/glass{ - pixel_x = -6 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"TZ" = ( +"OF" = ( /obj/item/stack/rods{ pixel_x = 3 }, @@ -8027,151 +7325,86 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"Ua" = ( +"OI" = ( /obj/structure/alien/weeds, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Ud" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/chair{ - dir = 4; - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/plate/oven_tray{ - pixel_x = -10; - pixel_y = -12 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Ui" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner, -/obj/item/cigbutt{ - pixel_x = -9; - pixel_y = -6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/plastic, -/area/awaymission/moonoutpost19/arrivals) -"Ul" = ( -/obj/machinery/mineral/processing_unit{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/railing/corner, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"UC" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/effect/decal/remains/human{ - desc = "They look like human remains. The skeleton is laid out on its side and there seems to have been no sign of struggle."; - layer = 4.1 - }, -/obj/machinery/button/door/directional/west{ - id = "awaydorm3"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/awaymission/moonoutpost19/arrivals) -"UF" = ( -/obj/structure/alien/weeds, -/obj/structure/fluff/minepost, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/mines) -"UI" = ( -/obj/structure/alien/weeds, -/mob/living/simple_animal/hostile/alien/queen/large{ - desc = "A gigantic alien who is in charge of the hive and all of its loyal servants."; - name = "alien queen"; - pixel_x = -16; - plants_off = 1 - }, +/mob/living/simple_animal/hostile/alien, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/hive) -"UN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 +"OP" = ( +/obj/structure/fence{ + dir = 4 }, +/obj/structure/cable, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"OU" = ( +/obj/structure/alien/weeds/node, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Pa" = ( +/obj/structure/table, +/obj/item/storage/medkit/regular, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/iron/white/side{ + dir = 8; + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"Pc" = ( +/obj/machinery/light/small/directional/west, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/arrivals) +"Pp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Ps" = ( +/obj/structure/flora/rock/style_random{ + pixel_y = -2 + }, +/obj/item/trash/peanuts, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Pt" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ dir = 4 }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, /turf/open/floor/iron/dark{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/syndicate) -"UP" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +"Pu" = ( +/obj/effect/decal/cleanable/xenoblood{ + desc = "It's green and acidic. Nothing good could come of this..." }, -/area/awaymission/moonoutpost19/mines) -"UU" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plastic, -/area/awaymission/moonoutpost19/arrivals) -"UV" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"UX" = ( -/obj/item/key/atv{ - pixel_x = -6; - pixel_y = 26 - }, -/obj/structure/noticeboard/directional/north{ - pixel_x = -15; - pixel_y = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"UZ" = ( +/obj/structure/fluff/meteor/large, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"Pw" = ( /obj/machinery/light/small/directional/north, /obj/structure/window/reinforced/spawner/directional/east{ layer = 2.9 @@ -8192,25 +7425,1099 @@ temperature = 251 }, /area/awaymission/moonoutpost19/arrivals) -"Va" = ( +"Px" = ( +/obj/item/stack/ore/gold{ + amount = 7 + }, +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/mines) +"PB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor/closed, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"PG" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 8; + icon_state = "ltrails_1" + }, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/research) +"PK" = ( +/obj/item/key/atv{ + pixel_x = -6; + pixel_y = 26 + }, +/obj/structure/noticeboard/directional/north{ + pixel_x = -15; + pixel_y = 26 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"PL" = ( +/obj/structure/alien/weeds/node, +/mob/living/simple_animal/hostile/alien/drone{ + plants_off = 1 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"PM" = ( +/obj/structure/cable, +/obj/structure/fluff/tram_rail/end, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"PO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"PP" = ( +/obj/item/stack/ore/silver{ + amount = 11 + }, +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/mines) +"PQ" = ( +/obj/structure/alien/resin/wall, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) -"Vf" = ( +"Qb" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"Qe" = ( +/turf/closed/mineral/random/high_chance, +/area/awaymission/moonoutpost19/mines) +"Qi" = ( +/obj/machinery/door/airlock/external/ruin, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Qj" = ( +/obj/effect/decal/cleanable/oil, +/obj/machinery/duct, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Ql" = ( +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Qt" = ( +/obj/item/shard{ + pixel_x = -3 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Qu" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/queen/large{ + desc = "A gigantic alien who is in charge of the hive and all of its loyal servants."; + name = "alien queen"; + pixel_x = -16; + plants_off = 1 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"Qw" = ( +/obj/effect/decal/cleanable/crayon{ + icon_state = "line" + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Qx" = ( +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/pod/light, +/area/awaymission/moonoutpost19/tent) +"Qz" = ( +/obj/item/ammo_casing/spent, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"QD" = ( +/obj/structure/ore_box, +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"QH" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"QJ" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"QK" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"QL" = ( +/obj/structure/alien/weeds/node, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sign/warning/biohazard/directional/north, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"QM" = ( +/obj/machinery/door/poddoor/preopen{ + desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating."; + id = "Awaylab"; + name = "Acid-Proof Containment Chamber Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/sign/warning/electric_shock/directional/east, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"QP" = ( +/obj/structure/alien/weeds/node, +/mob/living/simple_animal/hostile/alien/drone{ + plants_off = 1 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"QS" = ( +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/main) +"QT" = ( +/obj/item/melee/baseball_bat, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"QV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"QW" = ( +/obj/effect/decal/cleanable/xenoblood/xgibs/limb, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Rb" = ( +/obj/item/stack/ore/iron{ + pixel_x = -7; + pixel_y = -4 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Rd" = ( +/obj/effect/decal/cleanable/crayon{ + icon_state = "line"; + rotation = 90 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Rh" = ( +/obj/structure/chair/pew{ + dir = 8 + }, +/obj/item/food/peanuts/salted, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Rj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Rm" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/arrivals) +"Ro" = ( +/obj/structure/table, +/obj/item/stock_parts/cell/crap/empty, +/obj/item/stock_parts/cell/crap/empty, +/obj/item/stock_parts/cell/crap/empty{ + pixel_x = -16; + pixel_y = 4 + }, +/obj/machinery/cell_charger, +/turf/open/floor/pod/dark, +/area/awaymission/moonoutpost19/tent) +"Rs" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"Rt" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/main) +"RA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"RB" = ( +/obj/item/bodybag/environmental, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"RC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"RD" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"RE" = ( +/obj/structure/closet/crate/bin, +/obj/item/trash/candy, +/obj/item/trash/can, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/iron/white/corner{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"RL" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"RN" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/clothing/mask/facehugger/impregnated, +/obj/item/gun/ballistic/automatic/pistol, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"RR" = ( +/obj/machinery/door/poddoor/preopen{ + desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating."; + id = "Awaybiohazard"; + name = "Acid-Proof Biohazard Containment Door" + }, +/obj/machinery/door/poddoor{ + desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating."; + id = "Awaybiohazard"; + layer = 2.9; + name = "Acid-Proof Biohazard Containment Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"RU" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"Sc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/oven, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/arrivals) +"Sd" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"Se" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/research{ + density = 0; + icon_state = "open"; + name = "Xenobiology Lab"; + opacity = 0 + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"Si" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Sk" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/carpet/red, +/area/awaymission/moonoutpost19/arrivals) +"Sp" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/machinery/light/small/broken/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Research Director's Office"; + network = list("mo19","mo19r") + }, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"Sw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Sz" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"SA" = ( +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"SD" = ( +/obj/item/trash/can{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/shovel{ + pixel_x = 6; + pixel_y = -13 + }, +/obj/item/trash/boritos{ + pixel_x = -4 + }, +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/main) +"SF" = ( +/obj/machinery/light/small/directional/north, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/arrivals) +"SI" = ( +/obj/item/stack/sheet/mineral/wood, +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"SN" = ( +/obj/structure/cable, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"SQ" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"SX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"Ta" = ( +/obj/item/reagent_containers/cup/bowl, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Tk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"Tn" = ( +/obj/structure/rack, +/obj/structure/lattice/catwalk, +/obj/item/pickaxe, +/obj/item/emptysandbag, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"Ts" = ( +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/research) +"Tt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ dir = 8 }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"Tx" = ( +/obj/item/storage/secure/safe/directional/east, +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/pen, +/obj/item/paper/crumpled/awaymissions/moonoutpost19/hastey_note, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/research) +"Ty" = ( +/obj/structure/alien/weeds, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"TG" = ( +/obj/item/stack/ore/slag, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"TJ" = ( +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/main) +"TN" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/light/small/directional/west, +/obj/machinery/duct, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"TP" = ( +/obj/structure/reagent_dispensers/fueltank/large, +/turf/open/floor/plastic, +/area/awaymission/moonoutpost19/arrivals) +"TQ" = ( +/obj/structure/alien/weeds/node, +/obj/structure/alien/resin/wall, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"TT" = ( +/obj/structure/flora/lunar_plant, +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/mines) +"TU" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"TW" = ( +/obj/structure/sink{ + pixel_y = 28 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"TY" = ( +/obj/item/key/atv{ + pixel_x = 12; + pixel_y = 24 + }, +/obj/item/flashlight{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/structure/rack, +/obj/item/flashlight, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Ug" = ( +/obj/effect/turf_decal/lunar_sand, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Um" = ( +/obj/structure/rack, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/exodrone, +/obj/item/keycard{ + desc = "This keycard has a little label on it, it goes to the ATV shed off-base."; + name = "security keycard: ATV shed"; + puzzle_id = "atvs" + }, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/research) +"Un" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 6; + icon_state = "ltrails_1" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"Us" = ( +/obj/structure/fence/post{ + dir = 4 + }, +/obj/structure/sign/warning, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Uw" = ( +/obj/machinery/light/cold/directional/east, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/pod/dark, +/area/awaymission/moonoutpost19/tent) +"UA" = ( +/obj/effect/decal/cleanable/xenoblood/xgibs/larva/body, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"UG" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"UO" = ( +/obj/structure/closet/crate/miningcar{ + desc = "A mining cart. It's caked with old basalt and lunar debris."; + name = "mining car" + }, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"UP" = ( +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"US" = ( +/turf/open/floor/carpet/orange, +/area/awaymission/moonoutpost19/arrivals) +"UT" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/mapping_helpers/apc/full_charge, +/obj/effect/mapping_helpers/apc/unlocked, +/obj/effect/mapping_helpers/apc/cell_10k, +/obj/structure/cable, +/obj/effect/turf_decal/lunar_sand, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"UU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"UX" = ( +/obj/machinery/airalarm/directional/north{ + req_access = "150" + }, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"Vb" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/obj/machinery/button/door/directional/north{ + id = "awaydorm4"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/turf/open/floor/wood{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/syndicate) +"Vd" = ( +/obj/machinery/light/small/broken/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, /turf/open/floor/iron{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, /area/awaymission/moonoutpost19/syndicate) -"Vi" = ( +"Vp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/west{ + id = "awaykitchen"; + name = "Kitchen Shutters Control" + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/awaymission/moonoutpost19/arrivals) +"Vx" = ( +/obj/structure/grille, +/obj/machinery/duct, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"VB" = ( +/obj/machinery/shower{ + dir = 1 + }, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"VC" = ( +/obj/structure/barricade/sandbags, +/obj/effect/turf_decal/sand, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"VI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/tank_holder, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"VK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/candy, +/obj/machinery/duct, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"VQ" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/main) +"We" = ( +/obj/structure/alien/weeds, +/obj/structure/flora/lunar_plant, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Wi" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/suit/space/syndicate/orange, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/item/clothing/mask/facehugger/impregnated, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/hive) +"Wj" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/north, +/obj/machinery/button/door/directional/west{ + id = "awaydorm2"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/turf/open/floor/carpet/red, +/area/awaymission/moonoutpost19/arrivals) +"Wm" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/item/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/plastic, +/area/awaymission/moonoutpost19/arrivals) +"Wo" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/item/chair{ + dir = 4; + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/chair/stool{ + pixel_x = -8; + pixel_y = -16 + }, +/obj/item/chair/stool{ + dir = 1; + pixel_x = -9; + pixel_y = 6 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Wp" = ( +/obj/item/stack/sheet/mineral/wood, +/obj/item/circular_saw, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Wr" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"WC" = ( +/obj/structure/alien/weeds, +/obj/structure/cable, +/turf/open/floor/iron/white/side{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"WH" = ( +/obj/machinery/door/airlock/external/ruin, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"WL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/main) +"WN" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/item/plate, +/obj/item/cigbutt, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/syndicate) +"WO" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/east{ + c_tag = "Bar"; + network = list("mo19") + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"WV" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"WX" = ( +/obj/structure/closet/crate, +/obj/item/storage/box/lights/mixed, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/awaymission/moonoutpost19/research) +"Xa" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"Xd" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 8; + icon_state = "ltrails_2" + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Xe" = ( /obj/structure/mecha_wreckage/ripley/mk2{ desc = "Remains of the historical mech that first touched down on Moon Outpost 19. Completely irreparable, but perhaps something can be salvaged."; name = "\improper Historical Ripley MK-II wreckage" @@ -8225,332 +8532,214 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"Vj" = ( -/obj/structure/sign/departments/science{ - pixel_y = 32 +"Xh" = ( +/obj/item/stack/rods, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = 5 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/purple/anticorner{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 +/obj/effect/turf_decal/lunar_sand/plating, +/turf/open/floor/plating{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/arrivals) -"Vk" = ( -/obj/structure/chair/stool/directional/west, +"Xi" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/research) +"Xl" = ( +/obj/effect/decal/cleanable/crayon{ + icon_state = "line"; + rotation = 90 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "line"; + rotation = 90 + }, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Xr" = ( +/obj/effect/decal/cleanable/oil, +/obj/structure/cable, +/turf/open/floor/plating, +/area/awaymission/moonoutpost19/research) +"Xw" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ dir = 1 }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/syndicate) -"Vm" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 +/obj/item/crowbar{ + layer = 2.9; + pixel_x = 7; + pixel_y = -13 }, /turf/open/floor/iron{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"Vn" = ( -/turf/closed/mineral/random/high_chance, -/area/awaymission/moonoutpost19/mines) -"Vr" = ( -/obj/machinery/door/firedoor, +"Xz" = ( +/obj/structure/closet/firecloset{ + name = "fire-proof closet" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/tank/internals/plasma/full{ + pixel_y = -8 + }, +/obj/item/tank/internals/plasma/full{ + pixel_y = -4 + }, +/obj/item/fuel_pellet, +/obj/item/fuel_pellet{ + pixel_y = 4 + }, +/obj/item/fuel_pellet{ + pixel_y = 8 + }, +/obj/item/clothing/under/shorts/black, +/turf/open/floor/plastic, +/area/awaymission/moonoutpost19/arrivals) +"XA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"XG" = ( /obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/research{ +/obj/machinery/door/airlock{ density = 0; icon_state = "open"; - name = "Xenobiology Lab"; + id_tag = "awaydorm4"; + name = "Dorm 1"; opacity = 0 }, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Vv" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/arrivals) -"Vw" = ( -/obj/structure/safe, -/obj/item/camera, -/turf/open/floor/pod/dark, -/area/awaymission/moonoutpost19/tent) -"Vx" = ( -/obj/structure/grille/broken, -/obj/item/stack/rods, -/obj/machinery/duct, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"VA" = ( -/obj/structure/alien/weeds/node, -/obj/effect/decal/cleanable/blood, -/turf/open/misc/asteroid/moon{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/hive) -"VC" = ( -/obj/machinery/power/shieldwallgen/unlocked, -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"VI" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/carpet/red, -/area/awaymission/moonoutpost19/arrivals) -"VR" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 8; - icon_state = "ltrails_2" - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"VS" = ( -/obj/machinery/door/airlock/external/ruin, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"VX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/sandbags, -/obj/effect/turf_decal/sand, -/obj/item/stack/ore/glass{ - pixel_y = -10 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"VY" = ( -/obj/machinery/door/window{ - dir = 1; - name = "Gateway Access"; - req_access = "150" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, /area/awaymission/moonoutpost19/syndicate) -"VZ" = ( -/turf/closed/mineral/random/high_chance, -/area/awaymission/moonoutpost19/main) -"Wa" = ( -/obj/item/shard{ - pixel_x = -3 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"We" = ( -/obj/effect/decal/cleanable/xenoblood/xgibs/limb, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Wh" = ( -/obj/item/toy/seashell{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/item/toy/seashell{ - pixel_x = -9; - pixel_y = 6 - }, -/obj/item/toy/seashell, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Wk" = ( -/obj/structure/closet/secure_closet/personal/cabinet{ - locked = 0; - req_access = "201" - }, -/obj/item/clothing/under/misc/assistantformal, -/turf/open/floor/carpet/red, -/area/awaymission/moonoutpost19/arrivals) -"Wo" = ( -/obj/structure/closet/crate/freezer, -/obj/structure/alien/weeds, -/obj/item/xenos_claw{ - pixel_x = -5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Wp" = ( -/obj/structure/closet/secure_closet{ - icon_state = "science"; - locked = 0; - name = "scientist's locker"; - req_access = "201" - }, -/obj/item/clothing/suit/toggle/labcoat, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Wt" = ( -/obj/machinery/light/cold/directional/east, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/pod/dark, -/area/awaymission/moonoutpost19/tent) -"Wu" = ( -/obj/machinery/duct, +"XL" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/lunar_sand, /turf/open/floor/plating{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"Wx" = ( -/obj/machinery/door/poddoor/preopen{ - desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating."; - id = "Awaylab"; - name = "Acid-Proof Containment Chamber Blast Door" +"XP" = ( +/obj/item/reagent_containers/cup/glass/trophy/gold_cup{ + desc = "For continued excellence in the field of archaeology."; + name = "first place trophy" }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/sign/warning/electric_shock/directional/east, +/turf/closed/mineral/random, +/area/awaymission/moonoutpost19/mines) +"XR" = ( +/obj/effect/mapping_helpers/burnt_floor, +/turf/closed/mineral/random, +/area/awaymission/moonoutpost19/main) +"XU" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/obj/effect/turf_decal/lunar_sand/plating, /turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"WB" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; temperature = 251 }, -/area/awaymission/moonoutpost19/arrivals) -"WC" = ( -/obj/structure/table/wood, -/obj/item/lighter, -/obj/machinery/newscaster/directional/east, -/obj/item/clothing/mask/cigarette/cigar, -/turf/open/floor/carpet/orange, -/area/awaymission/moonoutpost19/arrivals) -"WH" = ( -/obj/item/stack/ore/iron, -/obj/item/stack/ore/iron{ - pixel_x = -7; - pixel_y = -4 +/area/awaymission/moonoutpost19/main) +"XV" = ( +/obj/structure/closet/crate/miningcar{ + desc = "A mining cart. It's caked with old basalt and lunar debris."; + name = "mining car" }, +/obj/item/stack/ore/glass/basalt{ + amount = 37 + }, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"XY" = ( +/obj/effect/decal/cleanable/blood/old, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"WI" = ( -/obj/effect/decal/cleanable/xenoblood, -/obj/effect/decal/remains/xeno{ - desc = "They look like the remains of something... alien. The front of skull appears to have been completely obliterated." +"Yo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +/area/awaymission/moonoutpost19/main) +"Yq" = ( +/obj/machinery/vending/medical{ + req_access = "201" }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron{ +/turf/open/floor/iron/white/side{ heat_capacity = 1e+006 }, -/area/awaymission/moonoutpost19/arrivals) -"WK" = ( +/area/awaymission/moonoutpost19/research) +"Yr" = ( +/obj/item/stack/cable_coil/cut, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"WN" = ( -/obj/structure/alien/weeds, +"Yx" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty{ + pixel_x = -5; + pixel_y = 15 + }, +/obj/item/reagent_containers/cup/glass/colocup{ + pixel_x = -9 + }, +/obj/machinery/button/door{ + id = "awaymission19atvs"; + name = "Biohazard Shutter Control"; + pixel_y = 8; + req_access = "201" + }, +/turf/open/floor/plastic, +/area/awaymission/moonoutpost19/arrivals) +"YF" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + locked = 0; + req_access = "201" + }, +/obj/item/clothing/under/suit/burgundy, +/turf/open/floor/carpet/royalblue, +/area/awaymission/moonoutpost19/arrivals) +"YG" = ( +/mob/living/simple_animal/hostile/construct/proteon/hostile, /obj/structure/flora/lunar_plant, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/area/awaymission/moonoutpost19/hive) -"WO" = ( -/obj/structure/reagent_dispensers/plumbed, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"WS" = ( -/turf/open/misc/asteroid/moon/dug, /area/awaymission/moonoutpost19/mines) -"WT" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sign/warning/test_chamber/directional/north, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Xj" = ( -/obj/structure/alien/weeds, -/obj/structure/bed/nest, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"Xl" = ( -/obj/effect/decal/cleanable/blood/tracks{ - desc = "Your instincts say you shouldn't be following these."; - dir = 8; - icon_state = "ltrails_1" - }, -/obj/item/mining_scanner, -/obj/effect/decal/cleanable/blood/tracks{ +"YK" = ( +/obj/structure/fence/post{ dir = 4 }, /turf/open/misc/asteroid/moon{ @@ -8558,147 +8747,41 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"Xn" = ( -/obj/effect/mapping_helpers/burnt_floor, -/turf/closed/wall/r_wall, -/area/awaymission/moonoutpost19/research) -"Xu" = ( -/obj/structure/marker_beacon/burgundy, -/obj/structure/lattice/catwalk, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +"YM" = ( +/obj/structure/table, +/obj/item/shard{ + icon_state = "medium" }, -/area/awaymission/moonoutpost19/mines) -"Xv" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/chair/wood, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/carpet/orange, -/area/awaymission/moonoutpost19/arrivals) -"Xy" = ( -/obj/machinery/button/door/directional/west{ - id = "awaydorm1"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/turf/open/floor/carpet/orange, -/area/awaymission/moonoutpost19/arrivals) -"XC" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/mapping_helpers/apc/full_charge, -/obj/effect/mapping_helpers/apc/unlocked, -/obj/effect/mapping_helpers/apc/cell_10k, -/obj/effect/turf_decal/tile/purple, -/obj/structure/cable, -/turf/open/floor/iron/white{ +/turf/open/floor/iron/white/side{ + dir = 8; heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/research) -"XE" = ( -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/item/chair{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/kirbyplants{ - desc = "A plastic potted plant."; - pixel_y = 3 - }, -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"XG" = ( -/obj/machinery/newscaster/directional/east, -/turf/open/floor/carpet/royalblue, -/area/awaymission/moonoutpost19/arrivals) -"XL" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"XP" = ( -/obj/structure/sign/warning/biohazard{ - pixel_x = 32 - }, -/obj/structure/alien/weeds, -/obj/effect/turf_decal/tile/purple, -/obj/structure/cable, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"XU" = ( -/obj/structure/alien/weeds, -/mob/living/simple_animal/hostile/alien/drone{ - plants_off = 1 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"XW" = ( -/obj/machinery/vending/snack, -/obj/structure/sign/poster/contraband/eat{ - pixel_y = 32 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Yd" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/item/extinguisher{ - pixel_x = 7 - }, +"YO" = ( /obj/effect/turf_decal/siding/thinplating_new/light{ dir = 1 }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron{ - heat_capacity = 1e+006 +/obj/item/vending_refill/snack, +/obj/structure/frame/machine, +/turf/open/floor/iron/dark, +/area/awaymission/moonoutpost19/arrivals) +"YP" = ( +/obj/structure/closet/crate{ + desc = "It's a storage unit for kitchen clothes and equipment."; + name = "Kitchen Crate" + }, +/obj/item/storage/box/mousetraps{ + pixel_x = -1 + }, +/obj/item/clothing/under/suit/waiter{ + pixel_x = -6 + }, +/turf/open/floor/iron/showroomfloor{ + heat_capacity = 1e+006; + temperature = 273.15 }, /area/awaymission/moonoutpost19/arrivals) -"Yg" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"Yh" = ( -/obj/structure/lattice/catwalk, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Yk" = ( +"YT" = ( /obj/item/plate, /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -8709,89 +8792,100 @@ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"Yl" = ( -/obj/structure/table, -/obj/item/shard{ - icon_state = "medium" +"YU" = ( +/obj/machinery/light/small/directional/south, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, -/turf/open/floor/iron/white/side{ - dir = 8; - heat_capacity = 1e+006 +/area/awaymission/moonoutpost19/arrivals) +"YZ" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/drone{ + plants_off = 1 }, -/area/awaymission/moonoutpost19/research) -"Yo" = ( -/obj/item/stack/ore/diamond, -/obj/effect/decal/cleanable/blood/drip, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) -"Yq" = ( -/obj/item/pickaxe{ - pixel_x = 20; - pixel_y = 8 - }, +"Zc" = ( +/obj/structure/fence/corner, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"Ys" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/obj/effect/turf_decal/stripes/line{ +"Zh" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/closet/crate, +/obj/item/reagent_containers/hypospray/medipen/survival/luxury, +/obj/item/reagent_containers/hypospray/medipen/survival/luxury, +/obj/item/reagent_containers/hypospray/medipen/survival/luxury, +/obj/effect/spawner/random/medical/surgery_tool_advanced, +/obj/effect/spawner/random/medical/surgery_tool, +/obj/effect/spawner/random/medical/surgery_tool, +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/mines) +"Zn" = ( +/mob/living/simple_animal/hostile/lizard{ + name = "Newt" + }, +/turf/open/floor/carpet/royalblue, +/area/awaymission/moonoutpost19/arrivals) +"Zo" = ( +/turf/open/floor/pod/light, +/area/awaymission/moonoutpost19/tent) +"Zq" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/misc/asteroid/moon{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" + }, +/area/awaymission/moonoutpost19/main) +"Zr" = ( +/obj/effect/turf_decal/stripes{ dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/research) -"Yu" = ( +/obj/effect/turf_decal/stripes, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"Zt" = ( /obj/machinery/light/small/directional/east, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/arrivals) -"Yx" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/obj/effect/turf_decal/stripes/line{ +"Zv" = ( +/obj/structure/fence/cut{ dir = 4 }, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Yy" = ( -/obj/item/stack/ore/iron{ - pixel_x = 7; - pixel_y = -6 - }, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) -"YE" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/resin/wall, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +"Zw" = ( +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/tile/dark/opposingcorners{ + dir = 1 }, -/area/awaymission/moonoutpost19/hive) -"YG" = ( -/obj/item/stack/sheet/mineral/wood, -/obj/structure/lattice/catwalk, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/area/awaymission/moonoutpost19/mines) -"YI" = ( +/area/awaymission/moonoutpost19/research) +"ZD" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/moonoutpost19/arrivals) +"ZE" = ( /obj/structure/chair/wood, /obj/machinery/airalarm/directional/west{ req_access = "150" @@ -8803,16493 +8897,16399 @@ initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/syndicate) -"YJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"YO" = ( -/obj/effect/turf_decal/siding/purple, -/obj/effect/turf_decal/tile/dark/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/awaymission/moonoutpost19/research) -"YQ" = ( +"ZI" = ( +/obj/structure/alien/weeds, /obj/structure/alien/weeds, -/obj/structure/alien/egg/burst, -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/hive) -"YR" = ( -/obj/machinery/light/floor, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/lunar_sand/plating, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plating{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"YU" = ( -/obj/effect/decal/cleanable/crayon{ - icon_state = "line"; - rotation = 90 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"YX" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/moonoutpost19/arrivals) -"Za" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark, -/area/awaymission/moonoutpost19/research) -"Zi" = ( -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/arrivals) -"Zj" = ( -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/lunar_sand/plating, -/turf/open/floor/plating{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/main) -"Zm" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "awaysyndie"; - layer = 3.1; - name = "mining conveyor" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/fuel_pool, -/turf/open/floor/iron{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; - temperature = 251 - }, -/area/awaymission/moonoutpost19/syndicate) -"Zp" = ( -/obj/effect/decal/cleanable/crayon{ - icon_state = "line"; - rotation = 90 - }, -/obj/effect/decal/cleanable/crayon{ - icon_state = "line"; - rotation = 90 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"Zq" = ( -/obj/item/reagent_containers/cup/bowl, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"ZB" = ( -/obj/structure/fence/cut/large{ - dir = 8 - }, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" - }, -/area/awaymission/moonoutpost19/main) -"ZT" = ( -/obj/structure/rack, -/obj/structure/lattice/catwalk, -/obj/item/pickaxe, -/obj/item/emptysandbag, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/mines) -"ZU" = ( +"ZJ" = ( +/obj/machinery/light/small/directional/south, +/obj/item/stack/cable_coil/five, +/turf/open/misc/asteroid/moon/dug, +/area/awaymission/moonoutpost19/research) +"ZM" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/alien/weeds, -/obj/structure/alien/resin/wall, -/obj/structure/alien/resin/wall, -/turf/open/misc/asteroid/moon{ - heat_capacity = 1e+006; - initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/area/awaymission/moonoutpost19/hive) -"ZV" = ( -/obj/machinery/door/airlock/maintenance, -/obj/machinery/duct, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/syndicate) +"ZR" = ( +/obj/effect/decal/cleanable/blood/tracks{ + desc = "Your instincts say you shouldn't be following these."; + dir = 8; + icon_state = "ltrails_2" + }, +/obj/effect/turf_decal/lunar_sand/plating, /turf/open/floor/plating{ heat_capacity = 1e+006 }, /area/awaymission/moonoutpost19/arrivals) -"ZX" = ( -/obj/effect/decal/cleanable/crayon{ - icon_state = "line" - }, +"ZS" = ( +/obj/item/pickaxe/drill, /turf/open/misc/asteroid/moon{ heat_capacity = 1e+006; initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251" }, /area/awaymission/moonoutpost19/main) +"ZV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006; + initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251"; + temperature = 251 + }, +/area/awaymission/moonoutpost19/arrivals) +"ZX" = ( +/obj/effect/turf_decal/stripes, +/turf/open/misc/asteroid/basalt, +/area/awaymission/moonoutpost19/main) +"ZY" = ( +/obj/structure/table, +/obj/item/clipboard{ + pixel_x = 8 + }, +/obj/item/paper_bin{ + pixel_x = -6 + }, +/obj/item/pen/red, +/turf/open/floor/pod/dark, +/area/awaymission/moonoutpost19/tent) (1,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (2,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (3,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (4,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (5,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (6,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (7,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (8,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (9,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (10,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (11,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (12,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (13,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (14,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (15,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (16,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (17,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (18,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (19,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (20,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (21,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (22,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (23,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (24,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (25,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (26,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (27,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (28,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (29,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (30,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (31,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Gp -Va -Va -xv -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -eP -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +Kx +Mv +Mv +FB +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +xy +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (32,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -QB -Va -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +LH +Mv +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (33,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -zj -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -zj -vY -Bo -Bo -Bo -dU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +DC +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +DC +Gq +tb +tb +tb +wr +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (34,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -wE -Bo -Bo -dU -Bo -Bo -Bo -Ip -Va -Va -Va -Va -Va -QB -Va -Va -Va -zM -Gp -Bo -Bo -QB -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +oC +tb +tb +wr +tb +tb +tb +YG +Mv +Mv +Mv +Mv +Mv +LH +Mv +Mv +Mv +PP +Kx +tb +tb +LH +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (35,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -QB -Va -Va -Va -Va -Va -Va -Va -Va -wU -QB -Va -Va -Va -Bo -Va -Va -Va -Va -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +Qe +Qe +Qe +Qe +Qe +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +LH +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +QK +LH +Mv +Mv +Mv +tb +Mv +Mv +Mv +Mv +Mv +Mv +Mv +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (36,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -zj -Va -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +Qe +Qe +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +Mv +Mv +Mv +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +DC +Mv +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (37,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Va -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +Qe +Qe +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +Mv +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (38,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Vn -Bo -Vn -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Va -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +Qe +tb +Qe +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +Mv +tb +tb +Qe +Qe +Qe +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (39,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Vn -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Va -LW -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +Qe +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +Mv +Px +Qe +Qe +Qe +tb +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (40,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Va -Va -QB -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +Mv +Mv +LH +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (41,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -af -Bo -Bo -Bo -Bo -Bo -dU -Va -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +Qe +tb +tb +tb +tb +Qe +tb +tb +tb +tb +Mv +Mv +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +CU +tb +tb +tb +tb +tb +wr +Mv +Qe +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (42,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Ig -OD -Va -WS -OD -Ig -Va -Va -Va -Va -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +Qe +Qe +Qe +tb +Qe +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +dK +HX +Mv +FK +HX +dK +Mv +Mv +Mv +Mv +Qe +Qe +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (43,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -zj -Va -Gp -Vn -Vn -Bo -Vn -Bo -Bo -Bo -At -OD -GP -RF -GD -Yo -Bo -Bo -Bo -Va -Va -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +DC +Mv +Kx +Qe +Qe +tb +Qe +tb +tb +tb +sI +HX +mX +Zh +HC +EE +tb +tb +tb +Mv +Mv +tb +tb +Qe +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (44,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Vn -Bo -Vn -Vn -Vn -Vn -Vn -wE -Va -Va -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Va -IV -ER -Gp -Va -OD -Bo -Bo -QB -Gp -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +Qe +tb +Qe +Qe +Qe +Qe +Qe +oC +Mv +Mv +tb +tb +tb +Qe +tb +tb +tb +tb +Mv +Go +ar +Kx +Mv +HX +tb +tb +LH +Kx +tb +tb +tb +Qe +tb +tb +tb +tb +Qe +Qe +Qe +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (45,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -tu -Va -At -OD -Ig -Bo -Bo -Bo -Ct -Va -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Vn -Vn -Vn -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +Qe +tb +tb +tb +tb +qT +Mv +sI +HX +dK +tb +tb +tb +Rs +Mv +tb +tb +tb +Qe +Qe +tb +tb +tb +Qe +Qe +Qe +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (46,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Va -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -dU -Va -Va -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -zj -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +Qe +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +Mv +tb +Qe +tb +tb +tb +tb +tb +tb +wr +Mv +Mv +tb +tb +tb +tb +Qe +tb +tb +tb +tb +DC +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (47,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -zj -Va -Va -Va -Va -Va -Va -Va -Va -Va -Va -Va -Va -Va -Va -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Va -QB -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +Qe +tb +tb +tb +Qe +Qe +tb +tb +tb +DC +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Mv +LH +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (48,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Bo -Va -Va -Va -Gp -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Va -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Va -Va -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +tb +Mv +Mv +Mv +Kx +tb +tb +tb +Qe +Qe +tb +tb +Mv +tb +tb +tb +tb +tb +Mv +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +Mv +Mv +Qe +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (49,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -LW -Va -Bo -dU -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -QB -wE -Bo -Bo -Bo -Va -Bo -Bo -Vn -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Va -Va -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +Px +Mv +tb +wr +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +LH +oC +tb +tb +tb +Mv +tb +tb +Qe +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +Mv +Mv +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (50,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Gp -Va -Va -Va -Va -Va -Va -wE -dU -Va -dU -QB -Bo -Bo -Gp -dU -Bo -Bo -Va -Va -Va -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +Qe +tb +Kx +Mv +Mv +Mv +Mv +Mv +Mv +oC +wr +Mv +wr +LH +tb +tb +Kx +wr +tb +tb +Mv +Mv +Mv +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (51,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Va -Bo -Bo -Va -wU -Va -Va -Va -Ct -Va -vY -Va -Va -Va -Va -MS -Va -Va -Va -Va -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +Qe +Qe +tb +tb +Mv +tb +tb +Mv +QK +Mv +Mv +Mv +Rs +Mv +Gq +Mv +Mv +Mv +Mv +hk +Mv +Mv +Mv +Mv +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (52,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -xv -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Va -Va -Bo -Va -Va -Va -Va -Va -Va -Va -Va -QB -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +FB +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +Mv +tb +tb +Mv +Mv +tb +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +LH +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (53,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -JC -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -QB -Va -Bo -Bo -Vn -Vn -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +DU +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +LH +Mv +tb +tb +Qe +Qe +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (54,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Va -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -wE -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +Mv +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +oC +tb +Qe +Qe +Qe +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (55,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -xv -Bo -Bo -dU -Gp -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -dU -Va -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -zj -Va -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +FB +tb +tb +wr +Kx +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +wr +Mv +tb +Qe +tb +tb +tb +tb +tb +tb +DC +Mv +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (56,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Va -Gp -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +Mv +Kx +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (57,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Ct -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +Rs +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (58,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +Mv +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (59,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -xv -Vn -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -dU -QB -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +FB +Qe +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +wr +LH +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (60,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -LW -Va -Va -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Va -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -zM -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +Px +Mv +Mv +tb +tb +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Mv +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +PP +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (61,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Gp -Va -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Va -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +tb +Kx +Mv +tb +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Mv +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (62,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Gp -Va -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Lk -Va -Ct -Va -Va -wU -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -zj -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +Kx +Mv +tb +tb +tb +tb +Qe +Qe +Qe +tb +Qe +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Cx +Mv +Rs +Mv +Mv +QK +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +DC +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (63,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -Va -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -xv -Va -Va -Va -Va -Va -Va -dU -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +Mv +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +FB +Mv +Mv +Mv +Mv +Mv +Mv +wr +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (64,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -Bo -Bo -Bo -dU -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Va -Va -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +tb +tb +tb +wr +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +Mv +tb +tb +tb +Mv +Mv +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +zk +zk +zk +zk +zk +zk ae ae ae @@ -25362,76 +25362,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (65,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -25477,76 +25477,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -zj -Va -Bo -Bo -Bo -Va -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +DC +Mv +tb +tb +tb +Mv +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +zk +zk +zk +zk +zk +zk ae ae ae @@ -25619,76 +25619,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (66,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -25734,76 +25734,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Ct -xv -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Vn -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +Mv +tb +tb +tb +tb +Rs +FB +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +Qe +zk +zk +zk +zk +zk +zk ae ae ae @@ -25876,76 +25876,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (67,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -25991,76 +25991,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -wE -Va -dU -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Vn -Bo -Bo -Vn -Vn -Bo -Bo -Vn -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +oC +Mv +wr +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +Qe +tb +tb +Qe +Qe +tb +tb +Qe +zk +zk +zk +zk +zk +zk ae ae ae @@ -26133,76 +26133,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (68,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -26248,76 +26248,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -LW -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +Px +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk ae ae ae @@ -26390,76 +26390,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (69,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -26505,76 +26505,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -zj -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +DC +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +tb +tb +Qe +Qe +Qe +Qe +Qe +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk ae ae ae @@ -26647,76 +26647,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (70,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -26762,76 +26762,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -zj -Ct -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +DC +Rs +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk ae ae ae @@ -26904,76 +26904,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (71,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -27019,76 +27019,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -xv -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Vn -Vn -Bo -Bo -Bo -Va -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +FB +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +Qe +Qe +tb +tb +tb +Mv +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk ae ae ae @@ -27161,76 +27161,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (72,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -27242,10 +27242,10 @@ ac ac ac ac -YE -YE -YE -YE +rs +rs +rs +rs ac ac ac @@ -27276,76 +27276,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -dU -Va -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Vn -Va -Va -Vn -Bo -Bo -Va -vd -Va -Bo -Vn -Vn -Bo -Vn -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +wr +Mv +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Mv +Mv +Qe +tb +tb +Mv +TG +Mv +tb +Qe +Qe +tb +Qe +tb +Qe +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk ae ae ae @@ -27418,76 +27418,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (73,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -27497,14 +27497,14 @@ ac ac ac ac -YE -YE -YE -Lp -xL -YE -YE -YE +rs +rs +rs +FS +CB +rs +rs +rs ac ac ac @@ -27533,76 +27533,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Va -Va -Bo -wU -Va -Va -Bo -Bo -Vn -Vn -Bo -Vn -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +Mv +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +Qe +Mv +Mv +tb +QK +Mv +Mv +tb +tb +Qe +Qe +tb +Qe +tb +tb +tb +Qe +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk ae ae ae @@ -27675,76 +27675,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (74,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -27754,15 +27754,15 @@ ac ac ac ac -YE -sz -xL -xL -sz -Lp -sz -YE -YE +rs +Bg +CB +CB +Bg +FS +Bg +rs +rs ac ac ac @@ -27790,76 +27790,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Ct -Va -wU -Bo -Bo -Bo -Vn -Vn -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -xU -Vn -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Rs +Mv +QK +tb +tb +tb +Qe +Qe +tb +Qe +Qe +tb +tb +tb +tb +Qe +tb +tb +tb +tb +zk +Qe +zk +zk +zk +zk +zk ae ae ae @@ -27932,76 +27932,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (75,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -28010,16 +28010,16 @@ ac ac ac ac -YE -YE -Lp -sz -sz -Lp -XU -sz -xL -YE +rs +rs +FS +Bg +Bg +FS +ow +Bg +CB +rs ac ac ac @@ -28047,76 +28047,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -QB -Va -dU -Bo -Bo -Bo -Vn -Vn -Bo -Vn -Vn -Bo -Vn -Vn -Bo -Bo -Bo -Vn -Bo -Bo -Bo -xU -Vn -Vn -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +LH +Mv +wr +tb +tb +tb +Qe +Qe +tb +Qe +Qe +tb +Qe +Qe +tb +tb +tb +Qe +tb +tb +tb +zk +Qe +Qe +zk +zk +zk +zk ae ae ae @@ -28189,76 +28189,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (76,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -28267,16 +28267,16 @@ ac ac ac ac -YE -sz -sz -Cx -Xj -sz -sz -Cx -sz -YE +rs +Bg +Bg +sa +Bc +Bg +Bg +sa +Bg +rs ac ac ac @@ -28304,76 +28304,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Va -Va -Bo -Bo -Bo -Vn -Vn -Bo -Vn -Vn -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Vn -Vn -Bo -xU -xU -Vn -Vn -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Mv +Mv +tb +tb +tb +Qe +Qe +tb +Qe +Qe +tb +tb +tb +Qe +Qe +tb +tb +tb +Qe +Qe +tb +zk +zk +Qe +Qe +zk +zk +zk ae ae ae @@ -28446,76 +28446,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (77,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -28524,16 +28524,16 @@ ac ac ac ac -YE -sz -sz -Xj -sz -UI -Ib -zs -wK -YE +rs +Bg +Bg +Bc +Bg +Qu +bj +xM +sp +rs ac ac ac @@ -28561,76 +28561,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -vY -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Vn -Vn -xU -xU -xU -Vn -Vn -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +Gq +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +Qe +Qe +zk +zk +zk +Qe +Qe +zk +zk ae ae ae @@ -28703,76 +28703,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (78,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -28781,16 +28781,16 @@ ac ac ac ac -YE -xL -Bz -sz -sz -sz -wK -Ib -sz -YE +rs +CB +hf +Bg +Bg +Bg +sp +bj +Bg +rs ac ac ac @@ -28818,76 +28818,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Va -Va -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Vn -Vn -xU -xU -xU -xU -Vn -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +Mv +Mv +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +Qe +Qe +zk +zk +zk +zk +Qe +zk ae ae ae @@ -28960,76 +28960,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (79,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -29038,16 +29038,16 @@ ac ac ac ac -YE -Xj -Ib -sz -sz -tp -sz -Bz -xL -YE +rs +Bc +bj +Bg +Bg +KQ +Bg +hf +CB +rs ac ac ac @@ -29075,76 +29075,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Va -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -xU -Vn -xU -xU -xU -Vn -Vn +zk +zk +zk +zk +zk +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +Mv +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +zk +Qe +zk +zk +zk +Qe +Qe ae ae ae @@ -29217,76 +29217,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (80,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -29295,16 +29295,16 @@ ac ac ac ac -YE -Rd -VA -sz -sz -sz -sz -xL -sz -Ln +rs +RN +Be +Bg +Bg +Bg +Bg +CB +Bg +tu ac ac ac @@ -29332,76 +29332,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Cr -Cr -Cr -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -xU -Vn -Vn -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +FA +FA +FA +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +Mv +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +zk +Qe +Qe +zk +zk +zk +zk ae ae ae @@ -29474,76 +29474,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (81,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -29552,16 +29552,16 @@ ac ac ac ac -YE -sz -Ib -YE -sz -sz -sz -Cx -xL -YE +rs +Bg +bj +rs +Bg +Bg +Bg +sa +CB +rs ac ac ac @@ -29589,76 +29589,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Cr -Bo -Cr -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -dU -Ct -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -xU -xU -Vn -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +FA +tb +FA +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +wr +Rs +tb +tb +tb +Qe +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +zk +zk +Qe +zk +zk +zk +zk dA dA dA @@ -29672,10 +29672,10 @@ dA dA dA dA -WK +UP dA -sp -WK +Dn +UP dA dA dA @@ -29731,76 +29731,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (82,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -29809,16 +29809,16 @@ ac ac ac ac -YE -YE -sz -WN -sz -sz -sz -WN -sz -YE +rs +rs +Bg +eE +Bg +Bg +Bg +eE +Bg +rs ac ac ac @@ -29831,10 +29831,10 @@ ac ac ac ac -YE -YE -YE -YE +rs +rs +rs +rs ac ac ac @@ -29846,76 +29846,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Cr -Cr -Cr -Cr -Cr -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -xU -xU -Vn -Vn -xU -xU -xU +zk +zk +zk +zk +zk +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +FA +FA +FA +FA +FA +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +Mv +tb +tb +tb +tb +Qe +Qe +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +Qe +zk +zk +Qe +Qe +zk +zk +zk dA dA dA @@ -29927,13 +29927,13 @@ dA dA dA dA -sp -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP dA dA dA @@ -29942,9 +29942,9 @@ ac ac dA ac -Zq -WK -xy +Ta +UP +HW ac dA dA @@ -29988,76 +29988,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (83,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -30067,15 +30067,15 @@ ac ac ac ac -YE -xL -sz -sz -sz -sz -sz -sz -YE +rs +CB +Bg +Bg +Bg +Bg +Bg +Bg +rs ac ac ac @@ -30087,12 +30087,12 @@ ac ac ac ac -YE -YE -Cu -Xj -YE -YE +rs +rs +Wi +Bc +rs +rs ac ac ac @@ -30103,76 +30103,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Cr -Cr -Cr -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -zj -Va -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +tb +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +FA +FA +FA +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +DC +Mv +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +Qe +Qe +zk +zk +zk +zk +zk +zk dA dA dA @@ -30182,27 +30182,27 @@ dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA dA ac ac -Wh -WK -WK -WK -WK +uB +UP +UP +UP +UP ac ac ac @@ -30245,76 +30245,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (84,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -30324,15 +30324,15 @@ ac ac ac ac -YE -YE -sz -sz -tp -sz -sz -YE -YE +rs +rs +Bg +Bg +KQ +Bg +Bg +rs +rs ac ac ac @@ -30343,13 +30343,13 @@ ac ac ac ac -YE -YE -xL -Ib -JH -sz -YE +rs +rs +CB +bj +El +Bg +rs ac ac ac @@ -30360,76 +30360,76 @@ ae ae ae ae -xU -xU -xU -xU -xU -Vn -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Cr -Cr -Cr -Bo -Bo -Bo -Bo -xU -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Vn -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +Qe +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +FA +FA +FA +tb +tb +tb +tb +zk +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +Qe +Qe +tb +Qe +tb +tb +tb +tb +tb +Qe +zk +zk +zk +zk +zk +zk dA dA dA @@ -30437,29 +30437,29 @@ dA dA dA dA -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA ac ac -WK -WK -LX -WK -WK -WK +UP +UP +IN +UP +UP +UP ac ac dA @@ -30502,76 +30502,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (85,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -30582,13 +30582,13 @@ ac ac ac ac -YE -YE -sz -sz -sz -YE -YE +rs +rs +Bg +Bg +Bg +rs +rs ac ac ac @@ -30600,13 +30600,13 @@ ac ac ac ac -YE -Xj -sz -tp -sz -xL -YE +rs +Bc +Bg +KQ +Bg +CB +rs ac ac ac @@ -30617,105 +30617,105 @@ dA dA dA dA -Bo -Bo -Bo -Va -QB -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -Va -QB -Va -QB -Bo -Va -dU -Bo -Bo -Bo -QB -vd -Bo -Bo -Bo -QB -Va -Va -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Bo -Bo -Bo -Bo -Bo -Bo -xU -Vn -xU -xU -Bo -Bo -Bo +tb +tb +tb +Mv +LH +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +Mv +LH +Mv +LH +tb +Mv +wr +tb +tb +tb +LH +TG +tb +tb +tb +LH +Mv +Mv +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb +Qe +Qe +tb +tb +tb +tb +tb +tb +zk +Qe +zk +zk +tb +tb +tb dA dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA ac ac -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP ac dA dA @@ -30759,76 +30759,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (86,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -30840,11 +30840,11 @@ ac ac ac ac -YE -YE -YE -YE -YE +rs +rs +rs +rs +rs ac ac ac @@ -30855,15 +30855,15 @@ ac ac ac ac -YE -YE -YE -sz -sz -WN -Xj -YE -YE +rs +rs +rs +Bg +Bg +eE +Bc +rs +rs ac ac ac @@ -30873,105 +30873,105 @@ dA dA dA dA -WK -sp -WK -WK -WK -WK -WK -WK -Vn -Vn -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -zj -Va -CK -Va -Va -Va -PX -Va -Va -QB -Va -Ct -Va -Va -Va -Va -Va -Ct -Va -Va -xU -xU -xU -xU -Vn -xU -xU -xU -xU -xU -xU -xU -Vn -xU -xU -xU -xU -xU -xU -xU -Vn -xU -xU -Bo -Bo +UP +Dn +UP +UP +UP +UP +UP +UP +Qe +Qe +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +DC +Mv +TT +Mv +Mv +Mv +Lr +Mv +Mv +LH +Mv +Rs +Mv +Mv +Mv +Mv +Mv +Rs +Mv +Mv +zk +zk +zk +zk +Qe +zk +zk +zk +zk +zk +zk +zk +Qe +zk +zk +zk +zk +zk +zk +zk +Qe +zk +zk +tb +tb dA dA dA dA -WK +UP dA -sp -WK -WK -WK -WK -sp +Dn +UP +UP +UP +UP +Dn dA -WK -sp +UP +Dn ac -sp -WK -WK -WK -WK -sp +Dn +UP +UP +UP +UP +Dn dA ac -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP ac ac dA @@ -31016,76 +31016,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (87,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -31097,10 +31097,10 @@ ac ac ac ac -YE -tp -tp -YE +rs +KQ +KQ +rs ac ac ac @@ -31111,15 +31111,15 @@ ac ac ac ac -YE -YE -sz -Tz -sz -xL -YE -YE -YE +rs +rs +Bg +OI +Bg +CB +rs +rs +rs ac ac ac @@ -31128,114 +31128,114 @@ dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -QB -wE -xU -xU -xU -Vn -xU -xU -xU -xU -zj -Va -Va -xU -xU -xU -xU -xU -xU -xU -xU -xU -Vn -Vn -xU -xU -xU -xU -xU -xU -Vn -Vn -xU -xU -Vn -xU -xU -xU -xU -xU -Vn -xU -Bo -Bo +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +LH +oC +zk +zk +zk +Qe +zk +zk +zk +zk +DC +Mv +Mv +zk +zk +zk +zk +zk +zk +zk +zk +zk +Qe +Qe +zk +zk +zk +zk +zk +zk +Qe +Qe +zk +zk +Qe +zk +zk +zk +zk +zk +Qe +zk +tb +tb dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP dA ac -WK +UP ac dA ac -sp -WK -WK -WK -WK +Dn +UP +UP +UP +UP dA ac ac -TM -WK -WK +Bu +UP +UP ac ac dA dA dA -sp -WK -WK +Dn +UP +UP dA dA dA @@ -31273,76 +31273,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (88,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -31354,27 +31354,27 @@ ac ac ac ac -YE -sz -sz -YE -YE +rs +Bg +Bg +rs +rs ac -YE -YE -YE -YE -YE -YE -YE -YE -YE -sz -sz -YE -YE -YE -YE +rs +rs +rs +rs +rs +rs +rs +rs +rs +Bg +Bg +rs +rs +rs +rs ac ac ac @@ -31383,103 +31383,103 @@ dA dA dA dA -WK -sp -WK -WK -WK -WK -WK -WK -sp -WK -WK -Ll -WK -WK -WK +UP +Dn +UP +UP +UP +UP +UP +UP +Dn +UP +UP +QH +UP +UP +UP dA dA -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -Va -Va -xU -xU -xU -xU -Vn -xU -xU -xU -xU -xU -Va -Va -xU -xU -xU -xU -xU -xU -xU -xU -Vn -Vn -Vn -xU -xU -xU -xU -xU -xU -xU -Vn -Vn -xU -xU -xU -xU -xU -xU -xU -Vn -xU -Bo -Bo +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +Mv +Mv +zk +zk +zk +zk +Qe +zk +zk +zk +zk +zk +Mv +Mv +zk +zk +zk +zk +zk +zk +zk +zk +Qe +Qe +Qe +zk +zk +zk +zk +zk +zk +zk +Qe +Qe +zk +zk +zk +zk +zk +zk +zk +Qe +zk +tb +tb dA dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP ac dA ac ac dA ac -WK -WK -WK -WK +UP +UP +UP +UP dA dA ac @@ -31489,19 +31489,19 @@ dA dA dA dA -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP dA dA dA dA dA -sp -WK -WK +Dn +UP +UP dA dA dA @@ -31530,76 +31530,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (89,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -31611,24 +31611,24 @@ ac ac ac ac -YE -sz -sz -WN -YE -YE -YE -sz -WN -sz -sz -sz -sz -YE -YE -sz -YE -YE +rs +Bg +Bg +eE +rs +rs +rs +Bg +eE +Bg +Bg +Bg +Bg +rs +rs +Bg +rs +rs ac ac ac @@ -31639,93 +31639,93 @@ ac dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -NW -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +ya +UP +UP +UP +UP +UP +UP dA dA dA -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -QB -Va -xU -xU -xU -xU -Vn -xU -xU -xU -xU -Va -Va -xU -xU -xU -xU -xU -xU -xU -xU -Vn -Vn -Vn -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Vn -xU -Vn -xU -xU -xU -xU -Vn -xU -Bo +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +LH +Mv +zk +zk +zk +zk +Qe +zk +zk +zk +zk +Mv +Mv +zk +zk +zk +zk +zk +zk +zk +zk +Qe +Qe +Qe +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +Qe +zk +Qe +zk +zk +zk +zk +Qe +zk +tb dA dA dA -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +Dn ac -WK +UP ac dA ac @@ -31733,11 +31733,11 @@ ac ac ac ac -sp -WK -WK -WK -sp +Dn +UP +UP +UP +Dn dA dA dA @@ -31745,21 +31745,21 @@ ac dA dA dA -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -sp +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +Dn dA dA dA @@ -31787,76 +31787,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (90,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -31868,23 +31868,23 @@ ac ac ac ac -YE -YE -sz -sz -sz -YE -sz -sz -sz -sz -sz -sz -tp -WN -sz -sz -YE +rs +rs +Bg +Bg +Bg +rs +Bg +Bg +Bg +Bg +Bg +Bg +KQ +eE +Bg +Bg +rs ac ac ac @@ -31895,91 +31895,91 @@ ac ac dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Va -wU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Va -xU -xU -xU -xU -xU -xU -xU -xU -Vn -Vn -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Vn -Vn -Vn -Vn -xU -xU -xU -xU -Vn -xU -Bo +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +Mv +QK +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +Mv +zk +zk +zk +zk +zk +zk +zk +zk +Qe +Qe +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +Qe +Qe +Qe +Qe +zk +zk +zk +zk +Qe +zk +tb dA dA -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP ac ac ac @@ -31988,35 +31988,35 @@ ac dA ac ac -sp -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA @@ -32044,104 +32044,104 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (91,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae ae ac -YE -YE -YE -YE +rs +rs +rs +rs ac ac ac -YE -YE -sz -tp -sz -sz -sz -YE -YE -YE -YE -sz -sz -sz -YE -YE +rs +rs +Bg +KQ +Bg +Bg +Bg +rs +rs +rs +rs +Bg +Bg +Bg +rs +rs ac ac ac @@ -32152,128 +32152,128 @@ ac dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA dA -Bo -Bo -xU -xU -xU -Bo -Bo -Bo -Bo -vd -QB -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -QB -Va -Va -Bo -Bo -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -xU -Vn -xU -xU -xU -xU -xU -Vn -Bo -Bo +tb +tb +zk +zk +zk +tb +tb +tb +tb +TG +LH +tb +tb +tb +tb +tb +tb +tb +tb +tb +LH +Mv +Mv +tb +tb +tb +tb +tb +Qe +Qe +Qe +tb +tb +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +zk +Qe +zk +zk +zk +zk +zk +Qe +tb +tb dA dA dA -sp -WK -WK -WK -WK -WK -WK -WK -sp +Dn +UP +UP +UP +UP +UP +UP +UP +Dn dA ac dA ac dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP dA dA dA @@ -32301,103 +32301,103 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (92,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae ae -YE -YE -xL -Xj -YE -YE -YE -YE -YE -YE -WN -sz -sz -sz -YE -YE +rs +rs +CB +Bc +rs +rs +rs +rs +rs +rs +eE +Bg +Bg +Bg +rs +rs bl bl -YE -YE -sz -sz -YE +rs +rs +Bg +Bg +rs ac ac ac @@ -32408,129 +32408,129 @@ ac dA dA dA -WK -sp -WK -WK -WK -WK -WK -WK -WK -Ll -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +Dn +UP +UP +UP +UP +UP +UP +UP +QH +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA dA -Bo -xU -xU -Bo -Bo -Bo -Bo -QB -tE -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -dU -Bo -Bo -Bo -Vn -Vn -Vn -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Vn -Vn -Vn -Vn -Bo -Bo -Bo -Bo -Bo +tb +zk +zk +tb +tb +tb +tb +LH +sW +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +wr +tb +tb +tb +Qe +Qe +Qe +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +tb +tb +tb +Qe +Qe +Qe +Qe +tb +tb +tb +tb +tb dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -pB +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +ok dA dA dA @@ -32558,103 +32558,103 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (93,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae ae -YE -xL -sz -Tz -WN -YE -YE -sz -sz -sz -sz -sz -sz -YE -YE +rs +CB +Bg +OI +eE +rs +rs +Bg +Bg +Bg +Bg +Bg +Bg +rs +rs bl bl bl -YE -sz -sz -sz -YE +rs +Bg +Bg +Bg +rs ac ac ac @@ -32664,137 +32664,137 @@ ac ac dA dA -WK -NW -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +ya +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA dA -xU -xU -Bo -Bo -Bo -Bo -wE -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo -Bo +zk +zk +tb +tb +tb +tb +oC +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb +tb dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ac dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP lc -xP -xP -xP +Jc +Jc +Jc lc -WK -WK -WK -WK -WK -WK -WK -xO -rG +UP +UP +UP +UP +UP +UP +UP +AR +Oh hI -rG +Oh hI -rG +Oh hI -rG +Oh dA dA dA @@ -32815,103 +32815,103 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (94,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae ae -YE -xL -sz -xL -tp -sz -sz -sz -YE -YE -sz -YE -YE -YE +rs +CB +Bg +CB +KQ +Bg +Bg +Bg +rs +rs +Bg +rs +rs +rs bl bl bl bl -YE -sz -WN -YE -YE +rs +Bg +eE +rs +rs ac ac ac @@ -32921,116 +32921,116 @@ ac dA dA dA -sp -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +Dn +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA -xU -Bo -Bo -Bo -Bo -xU -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -wU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo -Bo +zk +tb +tb +tb +tb +zk +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +QK +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb +tb dA dA -sp -WK -vX -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +JR +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP lc lc mp @@ -33038,19 +33038,19 @@ mG mV lc lc -WK -WK -sp -WK -WK -WK -Ba -rG -ES -UU -Qb -wh -Pv +UP +UP +Dn +UP +UP +UP +oG +Oh +Xz +Mx +ao +TP +Yx hI dA dA @@ -33072,102 +33072,102 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (95,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae ae -YE -YE -YE -Xj -Xj -YE -YE -YE -YE -YE -sz -YE +rs +rs +rs +Bc +Bc +rs +rs +rs +rs +rs +Bg +rs bl bl bl bl bl bl -YE -sz -sz -YE +rs +Bg +Bg +rs ac ac ac @@ -33178,116 +33178,116 @@ dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA ae -Bo -Bo -Bo -Bo -zj -QB -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Vn -Bo -Bo -Bo -Bo +tb +tb +tb +tb +DC +LH +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Qe +tb +tb +tb +tb dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ld lW mb @@ -33295,19 +33295,19 @@ mc mb nf ld -WK -WK -WK -WK -WK -WK -xO -rG -zf -wu -Ui -vE -to +UP +UP +UP +UP +UP +UP +AR +Oh +AX +Bt +Wm +rR +Gu hI dA dA @@ -33329,211 +33329,211 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (96,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae ae ac ac -YE -YE -YE -YE +rs +rs +rs +rs ac ac ac -YE -XU -YE -YE +rs +ow +rs +rs bl bl bl bl bl -YE -sz -zN -YE -YE -YE +rs +Bg +PL +rs +rs +rs ac ac ac dA dA dA -LD -Hs -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -NW -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -sp +Bp +Ty +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +ya +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +Dn dA dA dA -Bo -xU -xU -Bo -xU -Va -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -Va -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo +tb +zk +zk +tb +zk +Mv +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +Mv +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eI eJ eJ @@ -33543,8 +33543,8 @@ eI eI eJ eI -WK -WK +UP +UP ld lX mq @@ -33552,20 +33552,20 @@ mr mW lX ld -WK -WK -WK -WK -sp -WK -Ba -rG -Ce -Hj -Iz -Ix -rK -rG +UP +UP +UP +UP +Dn +UP +oG +Oh +TY +NB +tM +KC +dv +Oh dA dA dA @@ -33586,76 +33586,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (97,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -33669,118 +33669,118 @@ ac ac ac ac -YE -sz -sz -YE +rs +Bg +Bg +rs bl bl bl bl bl -YE -WN -sz -sz -sz -YE -YE -YE +rs +eE +Bg +Bg +Bg +rs +rs +rs ac dA dA -LD -LD -Hs -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Bp +Bp +Ty +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA dA -xU -xU -Bo -dU -wU -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Va -Va -xU -xU -xU -Va -Va -Va -xU -xU -xU -QB -Bo -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo +zk +zk +tb +wr +QK +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +Mv +Mv +zk +zk +zk +Mv +Mv +Mv +zk +zk +zk +LH +tb +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eI eI eI @@ -33788,20 +33788,20 @@ eJ eI eJ eJ -WK -WK -WK +UP +UP +UP eJ -bk +WX eX eX he eX fR -FC +op eI -WK -WK +UP +UP ld ld ld @@ -33809,19 +33809,19 @@ mH ld ld ld -WK -WK -WK -WK -WK -WK -Ba -rG -UX -eG -EQ -Pp -NS +UP +UP +UP +UP +UP +UP +oG +Oh +PK +pJ +Km +gL +GT hI dA dA @@ -33843,76 +33843,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (98,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -33924,57 +33924,57 @@ ac ac ac ac -YE -YE -YE -sz -sz -YE -YE +rs +rs +rs +Bg +Bg +rs +rs bl bl bl bl -YE -YE -sz -sz -sz -sz -sz -YE -YE -LD -LD -rO -RL -Hs -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK +rs +rs +Bg +Bg +Bg +Bg +Bg +rs +rs +Bp +Bp +TQ +We +Ty +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -33982,83 +33982,83 @@ dA ae ae dA -sp -sp +Dn +Dn ae ae ae -xU -xU -xU -xU -xU -xU -xU -xU -xU -zj -xU -xU -xU -xU -xU -xU -zj -Va -dU -Va -Va -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo +zk +zk +zk +zk +zk +zk +zk +zk +zk +DC +zk +zk +zk +zk +zk +zk +DC +Mv +wr +Mv +Mv +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eI eS fO fL fL -vL +wn eJ eI eJ eI eI hL -FC +op ea ea dZ dZ eX eJ -WK -WK +UP +UP ld lZ mr @@ -34066,18 +34066,18 @@ mr mr lZ ld -WK -WK -WK -WK -WK -WK -Ba -rG -aX +UP +UP +UP +UP +UP +UP +oG +Oh +UT lM -Ih -Jf +zQ +Ug lM hI dA @@ -34100,76 +34100,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (99,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -34180,59 +34180,59 @@ ac ac ac ac -YE -YE -YQ -sz -sz -tp -xL -YE +rs +rs +CI +Bg +Bg +KQ +CB +rs bl bl bl -YE -YE -sz -sz -YE -YE -sz -sz -sz -YE -Er -Hs -Ua -Hs -Hs -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +rs +rs +Bg +Bg +rs +rs +Bg +Bg +Bg +rs +Ke +Ty +NV +Ty +Ty +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -34240,7 +34240,7 @@ ae ae dA ae -WK +UP ae ae ae @@ -34248,74 +34248,74 @@ ae ae ae ae -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb dA dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eJ -vp +pM fr fM gf -sV +xt eI hd eX -RK -FC +Xr +op eX he dZ -wJ +TW iZ dZ fQ eJ hI -WK +UP ld ma mc @@ -34323,20 +34323,20 @@ mr mc ng ld -WK -WK -WK -WK -WK -WK -Cj -rG -Mg -YR -bb -MY -Yx -rG +UP +UP +UP +UP +UP +UP +PM +Oh +Is +Wr +ER +sv +MJ +Oh dA dA dA @@ -34357,76 +34357,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (100,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -34437,59 +34437,59 @@ ac ac ac ac -YE -Nj -ty -Tz -sz -xL -Xj -YE +rs +rn +Nu +OI +Bg +CB +Bc +rs bl bl bl -YE -sz -sz -YE -YE -YE -YE -sz -tp -YE -tZ -Hs -Hs -Hs -Hs -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Yq +rs +Bg +Bg +rs +rs +rs +rs +Bg +KQ +rs +OU +Ty +Ty +Ty +Ty +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +GO dA dA dA @@ -34497,7 +34497,7 @@ ae ae dA ae -sp +Dn ae ae ae @@ -34508,56 +34508,56 @@ ae ae ae ae -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb dA ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eJ eU fO fN fN -wt +Bw eI eX ea @@ -34570,33 +34570,33 @@ iG dZ ea jT -yv +RE hI -WK -xP +UP +Jc mb ms mI ms mb -xP -WK -WK -WK -WK -WK -WK -Db -rG -yX -Ng -ew -Ng -Ng -rG +Jc +UP +UP +UP +UP +UP +UP +SN +Oh +Ao +oW +yU +oW +oW +Oh dA dA -sp +Dn dA dA ac @@ -34614,76 +34614,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (101,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -34694,67 +34694,67 @@ ac ac ac ac -YE -Xj -Ib -sz -Xj -Xj -YE -YE +rs +Bc +bj +Bg +Bc +Bc +rs +rs bl bl bl -YE -sz -YE -YE +rs +Bg +rs +rs ac ac -YE -YE -YE -YE -LD -rO -Hs -Hs -Hs -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK +rs +rs +rs +rs +Bp +TQ +Ty +Ty +Ty +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP dA dA ae ae dA ae -yy +JD ae ae ae @@ -34797,39 +34797,39 @@ ae ae dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eJ -eV +oJ fO fO -ON +Nj gz eI eX ea -sS -Nv -Nv -Nv -Nv -yY +qM +rO +rO +rO +rO +oA ea -zT +Nz jU ku io -WK +UP ld mc mt @@ -34837,23 +34837,23 @@ mJ mt mc ld -WK -WK -WK -WK -WK -WK -Gg -KU -Qm -Ep -Ep -Ep -Ep -vS +UP +UP +UP +UP +UP +UP +Yr +ba +VQ +TJ +TJ +TJ +TJ +Eq dA -sp -WK +Dn +UP dA dA ac @@ -34871,76 +34871,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (102,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -34951,21 +34951,21 @@ ac ac ac ac -YE -YE -YE -sz -YE -YE -YE +rs +rs +rs +Bg +rs +rs +rs bl bl bl bl -YE -sz -YE -YE +rs +Bg +rs +rs ac ac ac @@ -34973,45 +34973,45 @@ ac ac dA dA -LD -RL -Hs -Ll -WK -WK -WK -WK -WK -WK -WK -WK -WK -NW -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Bp +We +Ty +QH +UP +UP +UP +UP +UP +UP +UP +UP +UP +ya +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA ae ae dA -OZ -WK +Et +UP ae ae ae @@ -35031,10 +35031,10 @@ ae dA dA dA -WK +UP dA dA -rc +qE dA ae dA @@ -35053,40 +35053,40 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eI eW -FC +op eX fR gA eJ he ea -DJ -PT -Fs -uN -pa -YO +rc +Nt +ap +aK +on +Zw dZ jr jU kv io -WK +UP ld md ms @@ -35094,22 +35094,22 @@ mI ms nh ld -WK -WK -WK -sp -WK -WK -WK -Ii -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +Dn +UP +UP +UP +RA +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -35128,76 +35128,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (103,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -35210,19 +35210,19 @@ ac ac ac ac -YE -sz -YE +rs +Bg +rs bl bl bl bl bl bl -YE -sz -sz -YE +rs +Bg +Bg +rs ac ac ac @@ -35230,45 +35230,45 @@ ac ac dA dA -LD -Hs -Hs -WK -WK -WK -NW -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -qY +Bp +Ty +Ty +UP +UP +UP +ya +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +QS dA dA ae ae dA -WK -sp +UP +Dn ae ae ae @@ -35285,16 +35285,16 @@ dA dA dA dA -WK -sp -WK -WK -sp +UP +Dn +UP +UP +Dn dA -WK -WK +UP +UP dA -WK +UP dA ae ae @@ -35310,19 +35310,19 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eJ eI eJ @@ -35332,41 +35332,41 @@ eJ eI eX ea -Fr -PT -yi -UV -Hl -Tv +In +Nt +yp +yF +zI +Sp ea js jV ku io -WK -xP +UP +Jc mc mc mr mc mc -xP -WK -WK -WK -WK -WK -WK -WK -TD -WK -WK -WK -WK -WK -vS -WK -WK +Jc +UP +UP +UP +UP +UP +UP +UP +vn +UP +UP +UP +UP +UP +Eq +UP +UP dA dA dA @@ -35385,76 +35385,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (104,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -35467,95 +35467,95 @@ ac ac ac ac -YE -sz -YE +rs +Bg +rs bl bl bl bl bl bl -YE -YE -tp -YE +rs +rs +KQ +rs ac ac ac ac dA dA -LD -LD -Hs -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -DO -We -WK -WK -Ky -Bv -yy -ae -sJ -WK -WK -ae -ae -ae -ae -ae -ae -ae -ae -dA -dA -dA -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK +Bp +Bp +Ty +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UA +QW +UP +UP ze -WK -WK -WK +DG +JD +ae +Dm +UP +UP +ae +ae +ae +ae +ae +ae +ae +ae dA dA -VZ dA -VZ +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +Ef +UP +UP +UP +dA +dA +LG +dA +LG dA ae ae @@ -35566,35 +35566,35 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eI eX eX fR eX eX -qX +as he dZ -NJ -uy -mf -rt -Fs -Kv +rH +SX +Sd +wU +ap +Ts ea jt jV @@ -35609,22 +35609,22 @@ mb me ld lc -WK -WK -WK -WK -WK -WK -Ii -WK -WK -WK -WK -WK -WK -sp -WK -WK +UP +UP +UP +UP +UP +UP +RA +UP +UP +UP +UP +UP +UP +Dn +UP +UP dA dA dA @@ -35642,76 +35642,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (105,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -35724,9 +35724,9 @@ ac ac ac ac -YE -tp -YE +rs +KQ +rs bl bl bl @@ -35734,54 +35734,54 @@ bl bl bl bl -YE -sz -YE +rs +Bg +rs ac ac ac ac dA dA -LD -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -ze +Bp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Ef ae -WK -WK -sX -sp +UP +UP +CC +Dn ae ae ae @@ -35791,52 +35791,52 @@ ae ae dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -ze -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Ef +UP +UP +UP +UP +Dn dA dA -VZ -WK -rW -WK +LG +UP +Ag +UP dA dA -VZ -VZ +LG +LG ae ae ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eI eY ea @@ -35847,11 +35847,11 @@ dZ ea ea hu -zQ +Ay hu -QX -mf -Lj +Ci +Sd +zx ea ju jU @@ -35866,21 +35866,21 @@ mY lD lD ld -WK -WK -WK -WK -WK -WK -Ii -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +RA +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -35899,76 +35899,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (106,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -35981,9 +35981,9 @@ ac ac ac ac -YE -sz -YE +rs +Bg +rs bl bl bl @@ -35991,49 +35991,49 @@ bl bl bl bl -YE -sz -YE +rs +Bg +rs ac ac ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -qY -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +QS +UP +UP +UP dA ae ae @@ -36046,100 +36046,100 @@ ae ae ae dA -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -OW -WK -WK -WK -WK +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +uy +UP +UP +UP +UP dA -sp -WK -WK -WK -WK -WK -VZ -WK -sp -VZ +Dn +UP +UP +UP +UP +UP +LG +UP +Dn +LG ae ae ae dA -sp -WK -WK -WK -WK -KS -WK -KS -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +yV +UP +yV +UP +UP +UP +UP +UP +UP +UP eI -FC +op ea fS gi -XE -Ef +zL +FX hg fV hv gR hu -aE -kc -qZ +xK +au +FY dZ jr jV kv io lc -yu -Oq +EV +xN ld mK ld -yu -Oq +EV +xN lc -WK -WK -WK -WK -WK -WK -Ii -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +RA +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA ac @@ -36156,76 +36156,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (107,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -36238,59 +36238,59 @@ ac ac ac ac -YE -sz -YE +rs +Bg +rs bl bl bl bl bl bl -YE -YE -sz -YE +rs +rs +Bg +rs ac ac ac ac dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn ae ae ae @@ -36302,59 +36302,59 @@ ae ae ae dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -ze -WK -WK -ze -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Ef +UP +UP +Ef +UP +UP dA -VZ -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -VZ +LG +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +LG dA ae dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP eJ fa dZ -pi +wQ eu gC gP @@ -36363,39 +36363,39 @@ fV hv gR hu -aW -tq -Za +tE +PG +tG ea -SW +so jV kv io -WK -WK -WK +UP +UP +UP io mL io -WK -WK -WK -WK -WK -WK -WK -WK -WK -Ii -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +RA +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -36413,76 +36413,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (108,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -36495,59 +36495,59 @@ ac ac ac ac -YE -sz -YE +rs +Bg +rs bl bl bl bl bl -YE -YE -sz -sz -YE +rs +rs +Bg +Bg +rs ac ac ac ac dA dA -WK -WK -WK -WK -Ll -WK -WK -WK -WK -WK -WK -NW -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK +UP +UP +UP +UP +QH +UP +UP +UP +UP +UP +UP +ya +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP ae ae ae @@ -36558,102 +36558,102 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -VZ -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +LG +UP dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dZ dZ ea ea eX ea -Iy +xq gj gD -aM +Fk hi fV hv gR hu -sF -dG -oG +Um +Tx +vu ea -XW +HH jX ku hI -WK -WK -WK +UP +UP +UP mv lM io -WK -WK -WK -WK -WK -WK -WK -WK -WK -Ii -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +RA +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP dA dA dA @@ -36670,76 +36670,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (109,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -36751,60 +36751,60 @@ ac ac ac ac -YE -YE -sz -YE -YE -YE -YE -YE -YE -YE -sz -sz -YE -YE +rs +rs +Bg +rs +rs +rs +rs +rs +rs +rs +Bg +Bg +rs +rs ac ac ac dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ae ae ae @@ -36814,62 +36814,62 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -qY -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -ze +UP +UP +UP +UP +UP +UP +UP +QS +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Ef dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -VZ +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +LG dA -WK +UP dA -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea ed et ea -ap +sF ea fV -wm +Br gE fV fV @@ -36882,7 +36882,7 @@ dZ dZ ea hJ -BP +qZ kx hI hI @@ -36897,20 +36897,20 @@ hI hI hI hI -Cb -WK -WK -Ii -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +yd +UP +UP +RA +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA @@ -36927,76 +36927,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (110,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -37007,61 +37007,61 @@ ac ac ac ac -YE -YE -WN -sz -xL -YE -YE -sz -sz -OP -sz -sz -YE -YE +rs +rs +eE +Bg +CB +rs +rs +Bg +Bg +AN +Bg +Bg +rs +rs ac ac ac ac dA dA -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ae ae ae @@ -37070,60 +37070,60 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -qY -qY -qY -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +QS +QS +QS +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA -WK -yp -WK +UP +xc +UP dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Sj +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +RR ee eu eK -RQ +Hu fv fW gl @@ -37135,11 +37135,11 @@ fk hj hN ea -yZ -lY +Lg +aS eI -Vj -Tb +qW +CV ky kN lf @@ -37151,23 +37151,23 @@ lF lF no zZ -oi -wS -VS -tw -Yh -Yh -Ii -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +KV +xA +WH +fe +Kf +Kf +RA +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -37184,76 +37184,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (111,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -37264,19 +37264,19 @@ ac ac ac ac -YE -Xj -XU -sz -sz -sz -sz -sz -YE -YE -YE -YE -YE +rs +Bc +ow +Bg +Bg +Bg +Bg +Bg +rs +rs +rs +rs +rs ac ac ac @@ -37284,40 +37284,40 @@ ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA -WK -sp +UP +Dn dA dA -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA ae ae @@ -37326,106 +37326,106 @@ ae ae ae dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -qY -WK -WK -WK -WK -WK -WK -WK -WK -Pg -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +QS +UP +UP +UP +UP +UP +UP +UP +UP +sA +UP +UP +UP dA -VZ -WK -WK -WK -WK -qY -WK -WK -WK -WK +LG +UP +UP +UP +UP +QS +UP +UP +UP +UP dA -WK -WK +UP +UP dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -Sj -DA -BI -DB -aq -Ij -XP -Eg -XC -gS +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +RR +sj +Hx +WC +Ct +Na +FW +yW +Ml +bI hj hj hj hF hN -Af +uN gp -EZ -Md +Xi +ta jy jU jV jU jX -oQ -HV -dX -SV -HV -HV -HV -OX -pk -xb -Ti -Mh -Ii -Ii -Ii -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK +Ei +tq +Sw +LB +tq +tq +tq +Ji +QV +kF +mB +ww +RA +RA +RA +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP dA dA ac @@ -37441,76 +37441,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (112,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -37520,16 +37520,16 @@ ac ac ac ac -YE -YE -xL -sz -tp -sz -xL -YE -YE -YE +rs +rs +CB +Bg +KQ +Bg +CB +rs +rs +rs ac ac ac @@ -37541,41 +37541,41 @@ ac ac dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP dA -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP ae ae ae @@ -37583,68 +37583,68 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -Db -Db -Db -Db -Db -Gr -Gr -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +SN +SN +SN +SN +SN +GB +GB +UP +UP +Dn dA -WK -WK -WK -qY -qY -qY -WK -WK -VZ +UP +UP +UP +QS +QS +QS +UP +UP +LG dA -WK -WK -LR -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -JA +UP +UP +yb +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +ZJ ea ea dZ ea ea -Vr +Se dZ ea -Bh +vk dZ -Wp -Rs +zt +ws hw hw hN @@ -37652,8 +37652,8 @@ ea iv iO eI -we -Az +Hr +Gf jF kO lh @@ -37665,23 +37665,23 @@ io io io hI -NQ -ao +Fu +XL hI -KH -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +Qb +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA @@ -37698,76 +37698,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (113,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -37777,14 +37777,14 @@ ac ac ac ac -YE -xL -sz -sz -Xj -Xj -YE -YE +rs +CB +Bg +Bg +Bc +Bc +rs +rs ac ac ac @@ -37798,40 +37798,40 @@ ac ac dA dA -WK -WK -WK -WK -WK -NW -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -PK -zg -VZ -WK -sp -VZ -VZ -WK -sp -sp -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +ya +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +Gy +Dh +LG +UP +Dn +LG +LG +UP +Dn +Dn +UP +UP +UP +UP +UP +UP +Dn dA ae ae @@ -37839,107 +37839,107 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -FY -FY -FY -pM -FY -Ia -Gr -Db -WK -WK -WK -WK -WK -WK -WK -qY -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +IP +IP +IP +BE +IP +Au +GB +SN +UP +UP +UP +UP +UP +UP +UP +QS +UP +UP +UP dA -WK -WK -Db -zv -Db -Db -Db -Db -Db -Db -Db -Db -Db -Db -Db -Db -Db -WK -WK -WK +UP +UP +SN +OP +SN +SN +SN +SN +SN +SN +SN +SN +SN +SN +SN +SN +SN +UP +UP +UP ea ff fy -JV +Ow gn -Ks +BR dZ ea fV hx -dd +AW eI dZ ea ea ea hI -Tb +CV kz hJ hJ hJ io -WK -Bj -WK -WK -WK +UP +Pc +UP +UP +UP hI hI hI hI -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA ac @@ -37955,76 +37955,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (114,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -38034,13 +38034,13 @@ ac ac ac ac -ZU -YE -YE -YE -YE -YE -YE +EW +rs +rs +rs +rs +rs +rs ac ac ac @@ -38055,39 +38055,39 @@ ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -VZ -MW -WK -MW -zg -zg -VZ -zg -zg +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +LG +Zc +UP +Zc +Dh +Dh +LG +Dh +Dh dA dA dA dA -WK -WK -WK -WK +UP +UP +UP +UP dA ae ae @@ -38096,107 +38096,107 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -FY -yf -Os -tV -Rf -Ia -Yh -Db -Db -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +IP +aO +xa +CP +Bq +Au +Kf +SN +SN +UP +UP +UP dA -sp -WK -WK -WK -sp +Dn +UP +UP +UP +Dn dA -WK -WK -Db -Db +UP +UP +SN +SN dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea -fg +Lh fy eu go fk -Be +gT ea -EW +Yq hy hj hj if dZ -WK -WK +UP +UP hJ kb kA hI -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -sp -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +Dn +UP +UP +UP +Dn dA dA ac @@ -38212,76 +38212,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (115,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -38312,39 +38312,39 @@ ac ac dA dA -WK -WK -WK -WK -Ll -WK -WK -WK -WK -WK -WK -WK -WK -WK -PK -VZ -VZ -WK -WK -WK -WK -WK -sp -WK -WK -sp -WK -VZ +UP +UP +UP +UP +QH +UP +UP +UP +UP +UP +UP +UP +UP +UP +Gy +LG +LG +UP +UP +UP +UP +UP +Dn +UP +UP +Dn +UP +LG dA -WK -WK -WK -WK +UP +UP +UP +UP dA ae ae @@ -38352,61 +38352,61 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Pg -Db -FY -Vw -xz -tV -Rf -Ia -Yh -WK -Db -Db -Db -Pg -Db -Db -Db -Db -Db -Db -Db -Db -Db -Db -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +sA +SN +IP +HJ +Zo +CP +Bq +Au +Kf +UP +SN +SN +SN +sA +SN +SN +SN +SN +SN +SN +SN +SN +SN +SN +UP dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dZ fh fz @@ -38421,39 +38421,39 @@ hj hj ig dZ -WK -WK +UP +UP io jU jG jC -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -38469,76 +38469,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (116,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -38569,35 +38569,35 @@ ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -sp -WK -yp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -VZ +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +Dn +UP +xc +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +LG dA dA dA @@ -38608,64 +38608,64 @@ ae ae ae dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -Gr -WK -FY -le -Ss -tV -Eu -Ia -Yh -WK -WK -WK -WK -Yh -WK -WK -Db -WK -WK -WK -WK -WK -WK -Db -Db +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +GB +UP +IP +MW +ZY +CP +vI +Au +Kf +UP +UP +UP +UP +Kf +UP +UP +SN +UP +UP +UP +UP +UP +UP +SN +SN dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dZ dZ ea ea -Wo +Ai fz ee gq @@ -38678,39 +38678,39 @@ hj hF ih ea -WK -WK +UP +UP io jU -ra -PW -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK +vo +Xh +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP dA dA dA @@ -38726,76 +38726,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (117,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -38826,36 +38826,36 @@ ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -VZ -MW -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -VZ -VZ +LG +Zc +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +LG +LG dA dA dA @@ -38865,64 +38865,64 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -Db -Yh -WK -FY -oL -Wt -Da -xp -Ia -Gj -WK -WK -WK -WK -Yh -WK -WK -Db -WK -WK -WK -WK -WK -WK -WK -Db +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +SN +Kf +UP +IP +Ro +Uw +Qx +vj +Au +AS +UP +UP +UP +UP +Kf +UP +UP +SN +UP +UP +UP +UP +UP +UP +UP +SN dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea eg eg eI -WT +tf fA fZ eJ @@ -38931,43 +38931,43 @@ eJ ea ho jE -Pn -Yl +Pa +YM ii ea -WK -WK +UP +UP io ke -Nu -HH -DT -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -sp +hz +De +rY +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +Dn dA dA dA @@ -38983,76 +38983,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (118,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -39083,98 +39083,98 @@ ac ac dA dA -WK -WK -WK -WK -Ll -WK -WK -WK -WK -WK -WK -WK -VZ -VZ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +QH +UP +UP +UP +UP +UP +UP +UP +LG +LG +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA -WK +UP ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -OV -WK -WK -WK -WK -Db -Db -WK -Yh -WK -FY -FY -FY -DG -Ia -Ia -qc -WK -WK -WK -WK -Yh -WK -WK -Db -WK -WK -WK -WK -WK -WK -WK -Db +UP +UP +UP +UP +UP +UP +UP +Mo +UP +UP +UP +UP +SN +SN +UP +Kf +UP +IP +IP +IP +IO +Au +Au +pO +UP +UP +UP +UP +Kf +UP +UP +SN +UP +UP +UP +UP +UP +UP +UP +SN dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dZ eh eh @@ -39182,7 +39182,7 @@ eM fk fB fk -bW +JV gJ gW ea @@ -39192,38 +39192,38 @@ ea ea dZ ea -WK -jS +UP +YU hI kf -Zi +SA hI -jp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +SF +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -39240,76 +39240,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (119,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -39340,37 +39340,37 @@ ac ac dA dA -sp -WK -WK -WK -WK -WK -NW -WK -WK -WK -WK -WK -VZ -VZ -WK -WK -WK -WK -WK -WK -Jo -WK -WK -WK -WK -WK -WK -WK -WK -sp -VZ +Dn +UP +UP +UP +UP +UP +ya +UP +UP +UP +UP +UP +LG +LG +UP +UP +UP +UP +UP +UP +yI +UP +UP +UP +UP +UP +UP +UP +UP +Dn +LG dA dA ae @@ -39378,64 +39378,64 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -Db -OR -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -OR -Yh -Yh -Yh -Gr -WK -WK -WK -WK -WK -WK -WK -Db +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +SN +Yo +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Yo +Kf +Kf +Kf +GB +UP +UP +UP +UP +UP +UP +UP +SN dA dA -WK -WK -WK -KS -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +yV +UP +UP +UP +UP +UP +UP +UP +UP dZ ei ex -sT +vU fl fC fk @@ -39443,44 +39443,44 @@ fk fk gX dZ -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP jC jU kE io -WK -WK -WK -WK -WK -WK -WK -Yu -WK -fI -qf -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +Zt +UP +xl +Me +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA @@ -39497,76 +39497,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (120,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -39597,148 +39597,148 @@ ac ac dA dA -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -sp -VZ -WK -WK -WK -WK -WK -WK -WK -Vi -WK -WK -WK -WK -WK -WK -WK -WK -WK -VZ -WK -WK +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +Dn +LG +UP +UP +UP +UP +UP +UP +UP +Xe +UP +UP +UP +UP +UP +UP +UP +UP +UP +LG +UP +UP dA ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -WK -Yh -WK -WK -WK -WK -WK -WK -OW -WK -Nw -WK -WK -Nw -WK -Yh -WK -WK -WK -Gr -WK -WK -WK -WK -WK -WK -WK -Db -Pg -yp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +UP +Kf +UP +UP +UP +UP +UP +UP +uy +UP +aL +UP +UP +aL +UP +Kf +UP +UP +UP +GB +UP +UP +UP +UP +UP +UP +UP +SN +sA +xc +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea ej ey -sl +xL fm -Bn +EC ga gs gK -Ys -uo -WK -WK -WK -WK -WK -Wa -WK -TZ +Mq +MM +UP +UP +UP +UP +UP +Qt +UP +OF jB -GN +oZ jG io -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP hI jC -QF +uI jC jC jC jC -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP dA dA dA @@ -39754,76 +39754,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (121,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -39854,147 +39854,147 @@ ac ac dA dA -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -cR -WK -WK -WK -WK -WK -WK -WK -pz -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +Ev +UP +UP +UP +UP +UP +UP +UP +Bm +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -WK -Yh -WK -WK -Nw -WK -Nw -Nw -Nw -Nw -Nw -Nw -WK -WK -WK -Yh -WK -WK -WK -Gr -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Ii -cR -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +UP +Kf +UP +UP +aL +UP +aL +aL +aL +aL +aL +aL +UP +UP +UP +Kf +UP +UP +UP +GB +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +RA +Ev +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dZ HQ -Wx +QM ez ez fE gb gt -Wx -VC +QM +Cz ea -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP jC jU kG io -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP hI -BM -VR -Yg -Bs -rs +IG +ZR +pu +qQ +DP jC -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP dA dA dA @@ -40011,76 +40011,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (122,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -40112,97 +40112,97 @@ ac dA dA dA -WK -WK -WK -WK -Ll -WK -WK -WK -WK -WK -sp -yp -WK -WK -WK -WK -WK -WK -WK -vS -WK -WK -WK -WK -WK -WK -WK -WK -sp -VZ -WK -WK +UP +UP +UP +UP +QH +UP +UP +UP +UP +UP +Dn +xc +UP +UP +UP +UP +UP +UP +UP +Eq +UP +UP +UP +UP +UP +UP +UP +UP +Dn +LG +UP +UP dA ae ae dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Pg -Yh -Yh -WK -WK -WK -GH -Nw -Nw -Nw -Nw -Nw -GH -Nw -WK -WK -Yh -WK -WK -WK -Pg -WK -WK -WK -WK -WK -WK -WK -WK -Pg -yp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +sA +Kf +Kf +UP +UP +UP +wj +aL +aL +aL +aL +aL +wj +aL +UP +UP +Kf +UP +UP +UP +sA +UP +UP +UP +UP +UP +UP +UP +UP +sA +xc +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea ea ea @@ -40214,17 +40214,17 @@ gu ea ea ea -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP hJ hI hI -EK -AV +PB +Ht hJ hJ hJ @@ -40234,24 +40234,24 @@ hI hI hJ hJ -UZ -NN +Pw +wy kE -NH -ra +zA +vo jC jC -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA @@ -40268,76 +40268,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (123,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -40369,97 +40369,97 @@ ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -VZ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -VZ +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +LG +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +LG dA dA dA ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -WK -Yh -WK -Nw -Nw -II -Jk -Jk -Jk -Jk -Jk -qh -Nw -Nw -Nw -Yh -WK -WK -WK -Db -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +UP +Kf +UP +aL +aL +ZX +BB +BB +BB +BB +BB +Zr +aL +aL +aL +Kf +UP +UP +UP +SN +UP +UP +UP +UP +UP +UP +UP +UP dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea el er @@ -40471,45 +40471,45 @@ gv gM ha ea -WK -WK -WK -WK -WK -jS +UP +UP +UP +UP +UP +YU hJ -wb -Vm -BJ -oV -Qu -WB +uA +Xa +Rj +UU +qb +It lI -lV -lV +PO +PO mP -Py -NH -Jv -LU -Rv +yw +zA +Gb +Tk +Un kE kE -Gc -or +Cu +AF jC -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA @@ -40525,76 +40525,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (124,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -40611,14 +40611,14 @@ ac ac ac aU -EG +CA bF aU -Mp -wH -Ul -He -wH +Dg +bX +cC +Hj +bX de dl aU @@ -40627,96 +40627,96 @@ ac dA dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -sp -VZ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -VZ +Dn +UP +UP +UP +UP +UP +UP +UP +UP +Dn +LG +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +LG ae ae ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -WK -Yh -WK -WK -uz -II -Nw -QH -Nw -GH -Nw -II -Nw -Nw -WK -Yh -WK -WK -WK -Db -WK -WK -WK -WK -WK -WK -WK -WK -yp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +UP +Kf +UP +UP +UO +ZX +aL +Fw +aL +wj +aL +ZX +aL +aL +UP +Kf +UP +UP +UP +SN +UP +UP +UP +UP +UP +UP +UP +UP +xc +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea em eB @@ -40725,48 +40725,48 @@ en fH el en -RD +Mj eq ea -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP io -uv +uh jF -ub -Cz +iE +BX kR -yJ -oo +ZV +Lw mh -ti -An -yL -KV -Ly -ny -ti -AU +HK +DX +rG +Dv +ja +UG +HK +yl lJ nY -LY +wS jC -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -40782,76 +40782,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (125,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -40872,108 +40872,108 @@ bw aU aU bY -wF -lp -RB -RJ +Ih +cD +Kw +cn df -rf +BN aU aU aU aU dA dA -WK -WK -WK -Ll -WK -WK -WK -WK -WK -WK -VZ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +QH +UP +UP +UP +UP +UP +UP +LG +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA -WK +UP ae ae ae dA -WK -WK -WK -WK -WK -xW -WK -WK -WK -WK -WK -WK -WK -Db -WK -Yh -Nw -WK -Nw -II -Nw -Nw -GH -Oh -GH -II -Nw -Nw -WK -Yh -WK -WK -WK -Db -WK -WK -WK -qY -WK -WK -WK -WK -uQ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +DA +UP +UP +UP +UP +UP +UP +UP +SN +UP +Kf +aL +UP +aL +ZX +aL +aL +wj +Gv +wj +ZX +aL +aL +UP +Kf +UP +UP +UP +SN +UP +UP +UP +QS +UP +UP +UP +UP +Us +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea en en @@ -40984,17 +40984,17 @@ eq eq en eq -Oe -WK -WK -WK -WK -WK -WK +vG +UP +UP +UP +UP +UP +UP io -cW +hV jF -wz +RD hI hI lm @@ -41012,17 +41012,17 @@ hJ hI hI hJ -jp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +SF +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -41039,76 +41039,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (126,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -41124,113 +41124,113 @@ ac ac aU bd -AS -Kw -pY +aw +Dq +wZ aU bZ co cE -Zm +cQ cV cE dn aU dw -SR +rv aU -hA -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -sp -VZ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -VZ +wN +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +Dn +LG +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +LG dA dA ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -WK -Yh -WK -WK -Nw -II -Nw -GH -GH -Kh -Nw -II -Nw -Nw -Nw -Yh -WK -WK -WK -Db -WK -WK -WK -WK -WK -WK -WK -WK -yp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +UP +Kf +UP +UP +aL +ZX +aL +wj +wj +NQ +aL +ZX +aL +aL +aL +Kf +UP +UP +UP +SN +UP +UP +UP +UP +UP +UP +UP +UP +xc +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ec eo eq @@ -41240,47 +41240,47 @@ fJ eq eq en -AX +FC ec -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP hJ -ru +YO jG -wz +RD hJ -Xy -CA -EE +BQ +US +xr hJ -ta -Ht -Jl +Wj +yQ +Sk hJ lM hJ -UC -tX -eD +vR +yP +YF hI -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +Dn dA dA dA @@ -41296,76 +41296,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (127,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -41381,113 +41381,113 @@ ac ac aU be -BC -Kw -xY +pQ +Dq +Ar bO ca cp ca -RV -Ao +wK +DY ca ca -oD +Hp dx -Eb -Fz -FW -Mw -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Mg +xH +xZ +XY +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -VZ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -VZ -VZ -WK +LG +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +LG +LG +UP dA dA ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -WK -Yh -WK -WK -Nw -II -Nw -Ah -Nw -GH -Nw -II -Nw -Nw -WK -Yh -WK -WK -WK -Db -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +UP +Kf +UP +UP +aL +ZX +aL +Pu +aL +wj +aL +ZX +aL +aL +UP +Kf +UP +UP +UP +SN +UP +UP +UP +UP +UP +UP +UP +UP dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea ep eq @@ -41499,45 +41499,45 @@ eq eQ hc ea -WK -WK +UP +UP hI hI hJ hJ hJ -op +CZ jF -Dj +dT hI -QL -Xv -WC +LX +fU +Ou hJ -qq -VI -Wk +zy +kZ +uM hJ -hk +Gp hI -sI -GB -XG +xb +Zn +Am hJ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA @@ -41553,76 +41553,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (128,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -41638,113 +41638,113 @@ ac ac aU aU -ws -lE -Vk +Ks +oO +Ey bP -Oy -XL -Nt -IL -RV -Nt -RV +ZM +wW +sl +Ad +wK +sl +wK aU dy dD aU dA -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -sp -VZ -VZ -zg -zg -zg -zg -VZ -zg -zg -zg -zg -zg -VZ +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +Dn +LG +LG +Dh +Dh +Dh +Dh +LG +Dh +Dh +Dh +Dh +Dh +LG dA dA -sp +Dn dA ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -qY -WK -WK -Db -WK -Yh -WK -Nw -Nw -II -Rl -Rl -Rl -Rl -Rl -By -Nw -Nw -Nw -Yh -WK -WK -WK -Db -WK -WK -WK -WK -WK -WK -WK -WK -wP -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +QS +UP +UP +SN +UP +Kf +UP +aL +aL +ZX +Hs +Hs +Hs +Hs +Hs +FP +aL +aL +aL +Kf +UP +UP +UP +SN +UP +UP +UP +UP +UP +UP +UP +UP +YK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea eq eF @@ -41756,16 +41756,16 @@ eq en eq ea -WK -WK +UP +UP hI hP hJ iw hJ -Qp -Ex -KZ +sY +yO +xF hI hJ hJ @@ -41775,25 +41775,25 @@ hJ hJ hJ hI -hk +Gp hI hJ hJ hJ hJ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -41810,76 +41810,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (129,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -41895,113 +41895,113 @@ ac ac ac aU -tf -yO -Lb +Sz +WN +tn aU bP -iu +EL cG aU cY dg -oE +ES aU aU aU aU dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA -sp -WK -WK -sp -sp -sp -WK -WK -WK -sp -VZ +Dn +UP +UP +Dn +Dn +Dn +UP +UP +UP +Dn +LG dA -sp -WK -NW +Dn +UP +ya dA ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -qY -qY -qY -WK -Db -WK -Yh -WK -WK -WK -Nw -Nw -Nw -Nw -Nw -Nw -Nw -Nw -Nw -WK -Yh -WK -WK -Db -Db -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +QS +QS +QS +UP +SN +UP +Kf +UP +UP +UP +aL +aL +aL +aL +aL +aL +aL +aL +aL +UP +Kf +UP +UP +SN +SN +UP +UP +UP +UP +UP +UP +UP +UP dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea er em @@ -42013,45 +42013,45 @@ en eB eq ea -WK -WK +UP +UP hJ hQ hI ix -aQ +yZ hI -QD -Lt -IC -ZV -Wu -Qg -Wu -Wu -Wu -rQ -aG -Vx +rb +sf +Jx +JT +MU +Pp +MU +MU +MU +Qj +VK +Ic hJ -Qg -WO +Pp +Ql hI -xg -WK -WK -WK -Dl -PE -qR -TG -WK -WK -WK -WK -WK -WK -sp +oD +UP +UP +UP +XU +wo +wd +QJ +UP +UP +UP +UP +UP +UP +Dn dA dA ac @@ -42067,76 +42067,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (130,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -42156,9 +42156,9 @@ at at at at -YJ -Bt -BR +zs +qn +xv aU aU aU @@ -42169,96 +42169,96 @@ ac dA dA dA -sp -WK -Ll -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +QH +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA -WK -sp -WK -VZ -VZ +UP +Dn +UP +LG +LG dA -sp +Dn dA dA dA dA -WK +UP dA ae ae ae dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -qY -WK -WK -Db -WK -Yh -WK -WK -WK -WK -Nw -Nw -Nw -Nw -Nw -Nw -xW -WK -WK -Yh -WK -WK -Db -qY -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +QS +UP +UP +SN +UP +Kf +UP +UP +UP +UP +aL +aL +aL +aL +aL +aL +DA +UP +UP +Kf +UP +UP +SN +QS +UP +UP +UP +UP +UP +UP +UP +UP dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea el eH @@ -42270,17 +42270,17 @@ eH eq eq ea -WK -WK +UP +UP hI -Mr -Fv -zo -Ie -PN -vh -FT -wO +xh +TN +LZ +RC +WV +DM +Ck +ps hJ hJ lN @@ -42289,26 +42289,26 @@ mA mU nc nl -SF -Fw -Wu +Vx +qt +MU nQ nV -Ir -qC -qC -qC -FA -Ch -Zj -WK -zO -WK -WK -WK -WK -WK -WK +nC +WL +WL +WL +yn +Rt +KU +UP +II +UP +UP +UP +UP +UP +UP dA dA ac @@ -42324,76 +42324,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (131,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -42404,21 +42404,21 @@ ac ac ac at -Hx +JA aF aN aV -RI +yv bq bA -Sy +Cf at -Ry +UX ca -Vf +Nb aU -Eh -YI +Vb +ZE dq aU ac @@ -42426,96 +42426,96 @@ ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Mw -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +XY +UP +UP +UP +UP +UP dA dA -WK -WK +UP +UP dA ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -Db -Yh -WK -OV -WK -WK -Nw -Nw -Yh -Yh -Yh -Nw -WK -WK -WK -Yh -WK -Db -Db -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +SN +Kf +UP +Mo +UP +UP +aL +aL +Kf +Kf +Kf +aL +UP +UP +UP +Kf +UP +SN +SN +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ea ea ea @@ -42523,22 +42523,22 @@ ea ea ec ea -Xn +vp ea ea ea -WK -WK +UP +UP hI -zL -IG -zo +BU +oE +LZ im hJ -TC -ME -Bi -Qz +yA +us +BO +CF hJ lO hI @@ -42548,24 +42548,24 @@ hI vV hI hI -Mc +GR nR hJ -ID -WK -WK -WK -RC -QZ -ID -WK -SJ -WK -WK -WK -WK -WK -sp +Fz +UP +UP +UP +OD +CM +Fz +UP +CN +UP +UP +UP +UP +UP +Dn dA dA ac @@ -42581,76 +42581,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (132,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -42668,50 +42668,50 @@ uf aV br bB -OQ +Tt at -Rt +QL ca -oN -Bw +Fr +XG da di -aI +dW aU ac ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -WK -WK -WK -WK +UP +UP +UP +UP dA dA ae @@ -42719,109 +42719,109 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Pg -Gr -WK -WK -WK -WK -WK -WK -Yh -yl -Yh -WK -WK -WK -Nw -Yh -Gr -Pg -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +sA +GB +UP +UP +UP +UP +UP +UP +Kf +XV +Kf +UP +UP +UP +aL +Kf +GB +sA +UP dA -WK -WK -sp +UP +UP +Dn dA -WK -WK -WK -WK -MW +UP +UP +UP +UP +Zc dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hI hI hI -ss +aG hJ hI -VX -NU -Gt -TF +tx +vO +VC +NO hI lM hI -WK -WK +UP +UP hI -To -hk +zK +Gp hI hJ hJ hJ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA @@ -42838,76 +42838,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (133,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -42921,15 +42921,15 @@ at aA uf aP -uc +MI bg -VY +wI bC bC -Th +Ip cf ct -Bc +ts aU aU aU @@ -42941,145 +42941,145 @@ ac dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -WK +UP dA -WK +UP dA ae ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -GI -Gr -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -Yh -GI -Db -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +zT +GB +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +Kf +zT +SN +UP +Dn dA dA dA dA dA dA -WK -WK -WK -WK -wP -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +YK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hI -Ld -QT -Ie -yQ +xw +qY +RC +VB hI -Yd -yc -yN -Rk +pv +oL +kl +uk hJ lN hI -WK -WK +UP +UP hI -NG +Qi hI hI -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA ac @@ -43095,76 +43095,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (134,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -43182,15 +43182,15 @@ DF bh Li bD -Em +uU at -wg +JP cu -Vf +Nb cU db dj -LG +RU aU ac ac @@ -43198,34 +43198,34 @@ ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA ae @@ -43233,110 +43233,110 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -Db -WK -Yh -WK -WK -WK -WK -WK -WK -WK -WK -Db -Db -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +SN +UP +Kf +UP +UP +UP +UP +UP +UP +UP +UP +SN +SN +UP +UP dA -VZ +LG dA -VZ -VZ -VZ +LG +LG +LG dA dA -WK -WK -WK -yp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +xc +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hI -Bf -zo -zo -yQ +SQ +LZ +LZ +VB hI -zH -qa -DH -AL +Eh +LJ +vL +VI hJ lN hJ -WK -WK -RC -QZ -oe -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +OD +CM +Gk +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA ac @@ -43352,76 +43352,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (135,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -43432,22 +43432,22 @@ ac ac ac at -UN +Hh aB aR aZ -oK +Pt bu -No -QG +yf +wR at -FK -pK -iE +Vd +zX +th aU dc -Ne -vw +Ah +JB aU ac ac @@ -43455,34 +43455,34 @@ ac ac dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA ae @@ -43491,76 +43491,76 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -Db -Yh -WK -WK -WK -WK -WK -WK -WK -Db -Db -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +SN +Kf +UP +UP +UP +UP +UP +UP +UP +SN +SN +UP +UP dA dA dA -WK -sp -WK -WK -VZ -sp +UP +Dn +UP +UP +LG +Dn dA -WK -WK +UP +UP dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hI hI -xQ -Rb +Si +xX hI hI jM @@ -43572,27 +43572,27 @@ kV hJ hJ hJ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -43609,76 +43609,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (136,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -43699,7 +43699,7 @@ at at at aU -oI +LV aU aU aU @@ -43712,144 +43712,144 @@ ac ac dA dA -Ll -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Mw -WK -WK +QH +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +XY +UP +UP ae ae ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Db -Pg -Db -Db -Db -Db -Db -Db -Db -Db -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +SN +sA +SN +SN +SN +SN +SN +SN +SN +SN +UP +UP +Dn dA -VZ -WK -WK -WK -WK -WK -WK -WK -WK -WK +LG +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -WK +UP dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hI hJ hJ hJ -DY -KL -kF -Ud -Qr -hV -KL -YX +yB +RL +Wo +EU +Hf +AU +RL +Mp Rm hJ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP dA dA dA @@ -43866,76 +43866,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (137,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -43968,37 +43968,37 @@ ac ac ac dA -OZ -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Et +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ae ae ae @@ -44006,107 +44006,107 @@ ae ae ae dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -VZ -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -yp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +LG +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +xc +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP io -Yk -wG -Qr -Dm -KL -KL -ri -Ac -Qr -KL +YT +zG +Hf +ZD +RL +RL +JE +pd +Hf +RL Rm hI -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA ac @@ -44123,76 +44123,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (138,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -44212,7 +44212,7 @@ ac ac aU bS -JB +wE cy cN aU @@ -44225,37 +44225,37 @@ ac ac ac ac -Ll +QH dA -sp -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ae ae ae @@ -44264,106 +44264,106 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA -WK -WK -WK -WK -WK -Nw -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +aL +UP +UP +UP +UP +UP +UP dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP io -qx -OG -Qr -KL -KL -rL -KL -KL -KL -Qr +hr +yy +Hf +RL +RL +vq +RL +RL +RL +Hf mC hI -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA ac @@ -44380,76 +44380,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (139,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -44481,38 +44481,38 @@ ac ac ac ac -WK -WK +UP +UP dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn ae ae ae @@ -44521,105 +44521,105 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -VZ -WK -WK -WK -WK -Nw -FF -Nw -WK -WK -WK -WK -WK -WK +LG +UP +UP +UP +UP +aL +yq +aL +UP +UP +UP +UP +UP +UP dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP io -Sz -Bu -Hq -IB -Hq -WI -BL -zP -Pz -aH +sR +XA +Eb +JW +Eb +Hv +IL +WO +Xw +qF hI hJ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -44637,76 +44637,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (140,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -44725,7 +44725,7 @@ ac ac ac aU -dV +Lq cl cA cN @@ -44738,40 +44738,40 @@ ac ac ac ac -WK +UP ac dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ae ae ae @@ -44779,105 +44779,105 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -WK -WK +UP +UP dA dA -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +Dn dA -VZ -sp -qY -WK -WK -WK -Nw -WK -qY -WK -WK -WK -WK -sp +LG +Dn +QS +UP +UP +UP +aL +UP +QS +UP +UP +UP +UP +Dn dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -jS +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +YU hJ hJ hI -FB -Jz -rM -zm -Ml +qa +HS +bk +ID +Ik hJ -tC +zf hJ hJ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP dA dA ac @@ -44894,76 +44894,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (141,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -44994,41 +44994,41 @@ ac ac ac ac -WK -WK +UP +UP ac dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP ae ae ae @@ -45037,71 +45037,71 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA -WK +UP dA dA dA dA -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP dA dA -WK -WK -WK -WK -WK -WK -qY -qY -qY -WK -WK -VZ +UP +UP +UP +UP +UP +UP +QS +QS +QS +UP +UP +LG dA dA -PK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Gy +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hJ hJ jm @@ -45114,26 +45114,26 @@ lR lR hJ hJ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -45151,76 +45151,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (142,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -45250,42 +45250,42 @@ ac ac ac ac -WK -Ll +UP +QH ac ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ae ae ae @@ -45295,14 +45295,14 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -45310,55 +45310,55 @@ dA dA dA dA -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP dA dA -VZ -WK -WK -WK -WK -WK -WK -WK -qY -WK -WK -WK -VZ +LG +UP +UP +UP +UP +UP +UP +UP +QS +UP +UP +UP +LG dA -WK -yp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +xc +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hJ iU iX @@ -45366,31 +45366,31 @@ iX ko iX iX -KN +Vp lR lS mD io -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA ac @@ -45408,76 +45408,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (143,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -45506,8 +45506,8 @@ ac ac ac ac -WK -WK +UP +UP ac ac ac @@ -45515,35 +45515,35 @@ ac dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA ae ae @@ -45552,100 +45552,100 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA dA dA dA -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP dA dA -VZ -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +LG +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA -WK +UP dA -PK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +Gy +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hI -NK +GH jn -Gm -DW -Ji +BL +MC +GA iX -Vv +es lS lR mE io -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -45665,76 +45665,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (144,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -45762,8 +45762,8 @@ ac ac ac ac -WK -WK +UP +UP ac ac ac @@ -45772,35 +45772,35 @@ ac ac dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA ae ae @@ -45810,100 +45810,100 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA dA -sO +XR dA -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +Dn dA dA -VZ -sp -WK -WK -WK -WK -WK -WK -WK -VZ +LG +Dn +UP +UP +UP +UP +UP +UP +UP +LG dA -WK -WK -WK -LR -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +yb +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP hI -NK +GH iX -DL +AE kq -sr +Sc iX -Vv +es lR lR mF io -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP dA dA ac @@ -45922,76 +45922,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (145,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -46019,7 +46019,7 @@ ac ac ac ac -Ll +QH ac ac ac @@ -46030,34 +46030,34 @@ ac dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA ae ae @@ -46068,68 +46068,68 @@ ae ae ae dA -sp -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA -VZ -WK -WK -WK -sp -VZ +LG +UP +UP +UP +Dn +LG dA dA -FG -WK -sp +Bv +UP +Dn dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP hJ iX iX @@ -46137,28 +46137,28 @@ jn kr iX lb -Vv +es lT ml hI hI -jp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +SF +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -46179,76 +46179,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (146,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -46275,8 +46275,8 @@ ac ac ac ac -OZ -WK +Et +UP ac ac ac @@ -46287,34 +46287,34 @@ ac ac dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA ae ae @@ -46326,97 +46326,97 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA -WK -WK -WK -VZ -VZ +UP +UP +UP +LG +LG dA dA -Sv -WK -ud +Er +UP +QT dA -WK -WK -yp -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +xc +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP hI iY jo jR -ks +MN kM hJ -IP +wf hJ hJ hI -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP dA dA ac @@ -46436,76 +46436,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (147,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -46527,14 +46527,14 @@ ac ac ac ac -WK -WK -WK -WK -WK -WK -WK -Ll +UP +UP +UP +UP +UP +UP +UP +QH ac ac ac @@ -46545,33 +46545,33 @@ ac dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA ae ae @@ -46584,66 +46584,66 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -WK +UP dA dA dA -WK -WK -WK -WK -WK -vt +UP +UP +UP +UP +UP +JC dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hJ hJ hI @@ -46653,24 +46653,24 @@ hJ hJ lv lv -ps +GG hJ -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -46693,76 +46693,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (148,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -46787,11 +46787,11 @@ ac ac ac ac -WK -WK +UP +UP ac ac -Dk +BF ac ac ac @@ -46803,33 +46803,33 @@ ac dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA ae ae @@ -46842,92 +46842,92 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA -sp -Tj -ZX -ZX -ZX -ZX -uA -WK -WK -sp +Dn +uW +Qw +Qw +Qw +Qw +LO +UP +UP +Dn dA dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hI -pu +BZ lv -oq +GQ hJ -WK -WK -WK -WK -WK -WK -WK -WK -Ro -sp -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +SD +Dn +UP +UP +UP +UP +UP +UP dA dA dA @@ -46950,76 +46950,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (149,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -47043,12 +47043,12 @@ ac ac ac ac -WK -WK +UP +UP ac ac ac -rX +oX ac ac ac @@ -47060,33 +47060,33 @@ ac dA dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP dA ae ae @@ -47101,90 +47101,90 @@ ae ae dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -yp -KE -WK -YU -WK -WK -WK -WK -Zp -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +xc +CJ +UP +Rd +UP +UP +UP +UP +Xl +UP dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hI -so +YP lU -wf +xp hI -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP dA dA dA -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +Dn dA dA ac @@ -47207,76 +47207,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (150,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -47290,7 +47290,7 @@ ac ac ac ac -WK +UP ac ac ac @@ -47298,14 +47298,14 @@ ac ac ac ac -OZ -WK -WK +Et +UP +UP ac ac ac ac -Kd +Iv ac ac ac @@ -47319,31 +47319,31 @@ dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA ae ae @@ -47359,87 +47359,87 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -qY -yp -TL -WK -YU -WK -WK -WK -WK -YU -WK -rV -Sq +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +QS +xc +pk +UP +Rd +UP +UP +UP +UP +Rd +UP +oM +Wp dA dA dA -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP hJ hJ hJ hI hI -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +Dn dA dA -WK -WK -WK -WK -sp +UP +UP +UP +UP +Dn dA dA dA @@ -47464,76 +47464,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (151,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -47546,23 +47546,23 @@ ac ac ac ac -Yy -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +KM +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP ac ac ac ac -qY -Ej +QS +LQ ac ac ac @@ -47578,29 +47578,29 @@ dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA ae ae @@ -47618,83 +47618,83 @@ ae ae dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -yp -TL -WK -YU -WK -WK -WK -WK -YU -WK -WK -WK -Mq -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +xc +pk +UP +Rd +UP +UP +UP +UP +Rd +UP +UP +UP +qs +Dn dA dA dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP dA dA dA @@ -47721,76 +47721,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (152,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -47809,7 +47809,7 @@ ac ac ac ac -WK +UP ac ac ac @@ -47818,8 +47818,8 @@ ac ac ac ac -qY -pF +QS +yE ac ac ac @@ -47836,29 +47836,29 @@ dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA ae ae @@ -47876,80 +47876,80 @@ ae ae ae dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -yp -WK -WK -YU -WK -WK -WK -WK -YU -WK -WK -WK -Mq +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +xc +UP +UP +Rd +UP +UP +UP +UP +Rd +UP +UP +UP +qs dA dA dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA @@ -47978,76 +47978,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (153,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -48066,7 +48066,7 @@ ac ac ac ac -OZ +Et ac ac ac @@ -48075,8 +48075,8 @@ ac ac ac ac -qY -aw +QS +Xd ac ac ac @@ -48094,28 +48094,28 @@ dA dA dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA ae ae @@ -48135,34 +48135,34 @@ ae ae dA dA -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -yp -WK -WK -Tj -ZX -ZX -ZX -ZX -Tj -WK -WK -WK -Mq +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +xc +UP +UP +uW +Qw +Qw +Qw +Qw +uW +UP +UP +UP +qs dA dA ac @@ -48170,41 +48170,41 @@ dA dA dA dA -sp -WK -sp -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp +Dn +UP +Dn +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn dA dA dA @@ -48235,76 +48235,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (154,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -48323,7 +48323,7 @@ ac ac ac ac -WK +UP ac ac ac @@ -48332,9 +48332,9 @@ ac ac ac ac -qY -CH -WK +QS +Aa +UP ac ac ac @@ -48352,27 +48352,27 @@ dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -sp +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +Dn dA ae ae @@ -48395,29 +48395,29 @@ ae dA dA dA -WK -WK -WK -Yh -WK -Yh -Yh -Yh -Yh -WK -WK -WK -QW -WK -WK -WK -WK -WK -WK -WK -WK -WK -Ev +UP +UP +UP +Kf +UP +Kf +Kf +Kf +Kf +UP +UP +UP +Zv +UP +UP +UP +UP +UP +UP +UP +UP +UP +Ps dA dA dA @@ -48428,38 +48428,38 @@ dA dA dA dA -WK +UP dA -WK -WK -WK -WK +UP +UP +UP +UP dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP dA dA dA @@ -48492,76 +48492,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (155,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -48580,7 +48580,7 @@ ac ac ac ac -WK +UP ac ac ac @@ -48589,10 +48589,10 @@ ac ac ac ac -WK -CH -WK -FO +UP +Aa +UP +Rb ac ac ac @@ -48609,31 +48609,31 @@ ae ae dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Va -xN -Bo -xU -xU +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Mv +ov +tb +zk +zk ae ae ae @@ -48655,24 +48655,24 @@ ae dA dA dA -Xu -Bg -Xu -Bg -WK -Yh -WK -WK -WK -ZB -WK -WK -GK -GG -JL -JL -BE -WK +bc +BJ +bc +BJ +UP +Kf +UP +UP +UP +Om +UP +UP +Ea +Rh +Ae +Ae +zD +UP dA dA dA @@ -48688,33 +48688,33 @@ dA dA dA dA -sp -WK +Dn +UP dA dA -WK -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -WK -WK -WK -WK -WK -sp -WK -WK -sp +UP +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +UP +UP +UP +UP +UP +Dn +UP +UP +Dn dA dA dA @@ -48749,76 +48749,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (156,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -48845,12 +48845,12 @@ ac ac ac ac -OZ -WK -CH -WK -WK -WK +Et +UP +Aa +UP +UP +UP ac ac ac @@ -48869,28 +48869,28 @@ dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -Va -vg -Ho -Bo -xU -xU +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +Mv +dX +wm +tb +zk +zk ae ae ae @@ -48911,23 +48911,23 @@ ae ae dA dA -Va -Bo -Va -Bo -YG -ZT -Tp -sp -WK -WK -yp -WK -WK -WK -WK -WK -sp +Mv +tb +Mv +tb +SI +Tn +KR +Dn +UP +UP +xc +UP +UP +UP +UP +UP +Dn dA dA dA @@ -48951,18 +48951,18 @@ dA dA dA dA -WK -WK -sp -WK +UP +UP +Dn +UP dA -sp +Dn dA -WK -WK +UP +UP dA -WK -sp +UP +Dn dA dA dA @@ -49006,76 +49006,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (157,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -49102,12 +49102,12 @@ ac ac ac ac -WK -WK -CH -Hy -WK -WK +UP +UP +Aa +TU +UP +UP ac ac ac @@ -49126,62 +49126,62 @@ ae dA dA dA -sp -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -WK -SN -Bg -Xu -Va -Va -vg -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -QB -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -yp -WK -sp -WK +Dn +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +UP +QD +BJ +bc +Mv +Mv +dX +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +LH +Mv +Mv +tb +tb +tb +tb +tb +tb +xc +UP +Dn +UP dA dA dA @@ -49263,76 +49263,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (158,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -49359,12 +49359,12 @@ ac ac ac ac -WH -WK -Xl -WK -WK -WK +sT +UP +Mi +UP +UP +UP ac ac ac @@ -49386,55 +49386,55 @@ dA dA dA dA -WK -WK -WK -WK -WK -WK -WK -WK -WK -sp -Bo -Bo -Bo -vg -Va -Va -Va -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -xU -Bo -Va -Va -Va -Va -Bo -Bo -Bo -Bo +UP +UP +UP +UP +UP +UP +UP +UP +UP +Dn +tb +tb +tb +dX +Mv +Mv +Mv +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +zk +tb +Mv +Mv +Mv +Mv +tb +tb +tb +tb dA dA dA @@ -49520,76 +49520,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (159,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -49617,11 +49617,11 @@ ac ac ac ac -Hr -RE -IY -Dg -WK +Jn +Fd +wY +RB +UP ac ac ac @@ -49644,54 +49644,54 @@ dA dA dA dA -WK -WK -sp -WK -WK -WK -WK +UP +UP +Dn +UP +UP +UP +UP dA dA -Bo -Bo -Bo -Va -Va -Va -Va -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -xU -Bo -Bo -Va -Va -Va -QB -Bo -Bo -Bo +tb +tb +tb +Mv +Mv +Mv +Mv +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +zk +tb +tb +Mv +Mv +Mv +LH +tb +tb +tb dA dA dA @@ -49777,76 +49777,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (160,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -49875,8 +49875,8 @@ ac ac ac ac -pc -SH +Zq +ZS ac ac ac @@ -49910,56 +49910,56 @@ dA dA dA dA -Bo -Bo -Bo -Bo -Va -Va -Va -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -xU -Bo -Bo -Va -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -SG -SG -SG -SG -SG -SG +tb +tb +tb +tb +Mv +Mv +Mv +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +zk +tb +tb +Mv +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +Ep +Ep +Ep +Ep +Ep +Ep ac ac ac @@ -50034,76 +50034,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (161,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -50167,56 +50167,56 @@ dA dA dA dA -Bo -Bo -xU -Bo -zj -Va -Va -zj -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -xU -Bo -Bo -Bo -Bo -zj -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -SG -SG -SG -SG -SG -SG +tb +tb +zk +tb +DC +Mv +Mv +DC +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +zk +tb +tb +tb +tb +DC +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +Ep +Ep +Ep +Ep +Ep +Ep ac ac ac @@ -50291,76 +50291,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (162,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -50424,56 +50424,56 @@ dA dA dA ae -Bo -xU -xU -Bo -Bo -Va -Va -Va -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -xU -Bo -Bo -Bo -xU -Bo -Va -Va -Cq -Bo -Bo -Bo -Bo -Bo -Bo -SG -SG -SG -SG -SG -SG +tb +zk +zk +tb +tb +Mv +Mv +Mv +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +zk +tb +tb +tb +zk +tb +Mv +Mv +jj +tb +tb +tb +tb +tb +tb +Ep +Ep +Ep +Ep +Ep +Ep ac ac ac @@ -50548,76 +50548,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (163,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -50681,56 +50681,56 @@ ae ae ae ae -xU -xU -xU -xU -Bo -Va -Va -Va -Va -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -xU -Bo -Bo -Bo -xU -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -SG -SG -SG -SG -SG -SG +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +zk +tb +tb +tb +zk +tb +tb +Mv +Mv +Mv +tb +tb +tb +tb +tb +Ep +Ep +Ep +Ep +Ep +Ep ac ac ac @@ -50805,76 +50805,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (164,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -50938,56 +50938,56 @@ ae ae ae ae -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -xU -Bo -Bo -Bo -xU -Bo -xU -Bo -QB -Va -zj -Bo -Bo -Bo -Bo -SG -SG -SG -SG -SG -SG +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +zk +tb +tb +tb +zk +tb +zk +tb +LH +Mv +DC +tb +tb +tb +tb +Ep +Ep +Ep +Ep +Ep +Ep ac ac ac @@ -51062,76 +51062,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (165,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -51195,60 +51195,60 @@ ae ae ae ae -xU -xU -xU -xU -xU -Bo -Bo -QB -Va -Va -Va -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -xU -Bo -Bo -Bo -xU -Bo -xU -Bo -Bo -Va -vH -Va -QB -Bo -Bo -SG -SG -SG -SG -SG -SG -SG -SG -SG -SG +zk +zk +zk +zk +zk +tb +tb +LH +Mv +Mv +Mv +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +zk +tb +tb +tb +zk +tb +zk +tb +tb +Mv +ie +Mv +LH +tb +tb +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep ac ac ac @@ -51319,76 +51319,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (166,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -51452,60 +51452,60 @@ ae ae ae ae -xU -xU -xU -xU -xU -xU -xU -zj -Va -Va -Va -zj -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -xU -Bo -Bo -Bo -xU -Bo -xU -Bo -Bo -Va -Va -Va -Va -Bo -Bo -SG -SG -SG -SG -SG -SG -SG -SG -SG -SG +zk +zk +zk +zk +zk +zk +zk +DC +Mv +Mv +Mv +DC +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +zk +tb +tb +tb +zk +tb +zk +tb +tb +Mv +Mv +Mv +Mv +tb +tb +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep ac ac ac @@ -51576,76 +51576,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (167,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -51709,60 +51709,60 @@ ae ae ae ae -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -xU -Bo -xU -Bo -Bo -Bo -QB -Va -vH -Va -Bo -SG -SG -SG -SG -SG -SG -SG -SG -SG -SG +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +zk +tb +zk +tb +tb +tb +LH +Mv +ie +Mv +tb +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep ac ac ac @@ -51833,76 +51833,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (168,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -51966,60 +51966,60 @@ ae ae ae ae -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -xU -Bo -xU -Bo -Bo -Bo -Bo -zj -Va -Va -Va -Bo -SG -SG -SG -SG -SG -SG -SG -SG -SG +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +zk +tb +zk +tb +tb +tb +tb +DC +Mv +Mv +Mv +tb +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep ac ac ac @@ -52090,76 +52090,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (169,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -52223,64 +52223,64 @@ ae ae ae ae -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -QB -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -xU -Bo -Bo -Bo -Bo -Bo -Va -Va -vH -Bo -Bo -SG -SG -SG -SG -SG -SG -SG -SG -SG -SG -xU -xU +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +LH +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +zk +tb +tb +tb +tb +tb +Mv +Mv +ie +tb +tb +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +zk +zk ae ae ae @@ -52347,76 +52347,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (170,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -52480,64 +52480,64 @@ ae ae ae ae -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -Va -Bo -Bo -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -Bo -xU -Bo -Bo -Bo -Bo -Bo -QB -Va -Va -zj -Bo -SG -SG -SG -SG -SG -SG -SG -SG -SG -SG -xU -xU +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +Mv +tb +tb +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +tb +zk +tb +tb +tb +tb +tb +LH +Mv +Mv +DC +tb +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +zk +zk ae ae ae @@ -52604,76 +52604,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (171,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -52737,68 +52737,68 @@ ae ae ae ae -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -zj -Va -Va -Va -zj -Bo -xU -xU -xU -xU -xU -Bo -Oj -vH -Bo -Bo -Bo -xU -xU -xU -xU -xU -Bo -xU -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -Va -Bo -SG -SG -SG -SG -SG -SG -SG -SG -SG -SG -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +DC +Mv +Mv +Mv +DC +tb +zk +zk +zk +zk +zk +tb +Kr +ie +tb +tb +tb +zk +zk +zk +zk +zk +tb +zk +tb +tb +tb +tb +tb +Mv +Mv +Mv +Mv +tb +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +zk +zk +zk +zk +zk +zk ae ae ae @@ -52861,76 +52861,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (172,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -52994,68 +52994,68 @@ ae ae ae ae -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -Bo -xU -xU -xU -xU -xU -Bo -UF -vH -Bo -Bo -Bo -xU -Bo -Bo -xU -xU -Bo -xU -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -vH -Bo -SG -SG -SG -SG -SG -SG -SG -SG -SG -xU -xU -xU -xU -xU -xU +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +tb +zk +zk +zk +zk +zk +tb +am +ie +tb +tb +tb +zk +tb +tb +zk +zk +tb +zk +tb +tb +tb +tb +tb +tb +Mv +Mv +Mv +ie +tb +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +zk +zk +zk +zk +zk +zk ae ae ae @@ -53118,76 +53118,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (173,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -53234,85 +53234,85 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -Bo -xU -Bo -Bo -Bo -Bo -ag -vH -Bo -Bo -Bo -xU -Bo -Bo -xU -xU -Bo -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -QB -Va -vH -Bo -Bo -Bo -Bo -Bo -SG -SG -SG -SG -SG -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +tb +zk +tb +tb +tb +tb +NH +ie +tb +tb +tb +zk +tb +tb +zk +zk +tb +zk +tb +tb +tb +tb +tb +tb +tb +LH +Mv +ie +tb +tb +tb +tb +tb +Ep +Ep +Ep +Ep +Ep +zk +zk +zk +zk +zk +zk ae ae ae @@ -53375,76 +53375,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (174,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -53491,119 +53491,119 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -Bo -xU -Bo -Cq -vH -Bo -Bo -vH -Oj -Bo -Bo -xU -Bo -Bo -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -zj -vH -Va -vH -Bo -vH -vH -sG -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +tb +zk +tb +jj +ie +tb +tb +ie +Kr +tb +tb +zk +tb +tb +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +DC +ie +Mv +ie +tb +ie +ie +QP +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae ae ae ae @@ -53632,76 +53632,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (175,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -53748,119 +53748,119 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -zj -Va -Va -Va -Bo -Bo -vH -vH -vH -vH -vH -Cq -Bo -Bo -xU -Bo -Bo -Bo -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -vH -Va -vH -vH -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +DC +Mv +Mv +Mv +tb +tb +ie +ie +ie +ie +ie +jj +tb +tb +zk +tb +tb +tb +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +Mv +ie +Mv +ie +ie +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae ae ae ae @@ -53889,76 +53889,76 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (176,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM ae ae ae @@ -54000,107 +54000,107 @@ ae ae ae ae -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -Oj -vH -Bo -Bo -vH -Bo -Bo -xU -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -WS -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +tb +tb +tb +Kr +ie +tb +tb +ie +tb +tb +zk +tb +tb +tb +zk +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +Mv +Mv +FK +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -54146,218 +54146,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (177,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -QB -Va -zj -Bo -Bo -Bo -vH -vH -vH -vH -Va -Bo -Bo -Bo -Bo -Bo -xU -Bo -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Cq -Va -vH -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +LH +Mv +DC +tb +tb +tb +ie +ie +ie +ie +Mv +tb +tb +tb +tb +tb +zk +tb +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +jj +Mv +ie +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -54403,218 +54403,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (178,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -Va -Bo -Cq -Va -Va -vH -vH -Va -Bo -Bo -Bo -xU -sf -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -zj -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +Mv +tb +jj +Mv +Mv +ie +ie +Mv +tb +tb +tb +zk +XP +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +DC +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -54660,218 +54660,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (179,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -Va -Va -Bo -Bo -Oj -vH -vH -Va -Va -Bo -Bo -xU -Bo -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +Mv +Mv +tb +tb +Kr +ie +ie +Mv +Mv +tb +tb +zk +tb +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -54917,218 +54917,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (180,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -Va -Bo -Bo -UF -vH -vH -vH -QB -Bo -Bo -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -AA -Va -QB -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +Mv +tb +tb +am +ie +ie +ie +LH +tb +tb +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +tb +Mv +Qz +Mv +LH +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -55174,218 +55174,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (181,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -zj -Va -Va -Va -Va -zj -Bo -Bo -ag -vH -Va -vH -vH -wk -Bo -Bo -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -zj -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +DC +Mv +Mv +Mv +Mv +DC +tb +tb +NH +ie +Mv +ie +ie +tY +tb +tb +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +DC +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -55431,218 +55431,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (182,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -QB -Va -Va -Va -QB -Bo -Bo -Cq -vH -vH -Va -Bo -Bo -Bo -Bo -Bo -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -QB -Va -Va -vH -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -AN -AN -AN -AN -AN -AN -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +LH +Mv +Mv +Mv +LH +tb +tb +jj +ie +ie +Mv +tb +tb +tb +tb +tb +zk +zk +tb +tb +tb +tb +tb +tb +LH +Mv +Mv +ie +tb +tb +tb +tb +tb +tb +tb +tb +Id +Id +Id +Id +Id +Id +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -55688,218 +55688,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (183,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -Va -Bo -Bo -vH -Va -vH -QB -Bo -Bo -Bo -Bo -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -AA -Va -WS -Bo -Bo -Bo -Bo -Bo -AN -AN -vH -ag -LQ -vH -LQ -vH -AN -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +Mv +tb +tb +ie +Mv +ie +LH +tb +tb +tb +tb +zk +zk +tb +tb +tb +tb +tb +tb +tb +Mv +Qz +Mv +FK +tb +tb +tb +tb +tb +Id +Id +ie +NH +zV +ie +zV +ie +Id +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -55945,218 +55945,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (184,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -zj -Va -Va -Va -Bo -Bo -Bo -Va -Va -Bo -Bo -Bo -Bo -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -AN -vH -vH -vH -Cq -vH -vH -vH -ag -AN -AN -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +tb +DC +Mv +Mv +Mv +tb +tb +tb +Mv +Mv +tb +tb +tb +tb +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +Mv +Mv +Mv +tb +tb +tb +tb +tb +Id +ie +ie +ie +jj +ie +ie +ie +NH +Id +Id +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -56202,218 +56202,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (185,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Va -Va -Va -Va -Va -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -AN -vH -vH -vH -vH -vH -vH -vH -vH -vH -Cq -AN -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +tb +Mv +Mv +Mv +Mv +Mv +tb +Mv +Mv +Mv +tb +tb +tb +tb +zk +zk +zk +tb +tb +tb +tb +tb +tb +Mv +Mv +Mv +tb +tb +tb +tb +Id +ie +ie +ie +ie +ie +ie +ie +ie +ie +jj +Id +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -56459,218 +56459,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (186,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Va -Va -Va -Va -Bo -Va -Va -QB -Bo -Bo -Bo -Bo -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -QB -Bo -Bo -AN -ag -vH -vH -vH -vH -vH -LQ -vH -vH -vH -vH -vH -AN -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +tb +Mv +Mv +Mv +Mv +tb +Mv +Mv +LH +tb +tb +tb +tb +zk +zk +zk +tb +tb +tb +tb +tb +tb +Mv +Mv +Mv +LH +tb +tb +Id +NH +ie +ie +ie +ie +ie +zV +ie +ie +ie +ie +ie +Id +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -56716,218 +56716,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (187,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Va -Va -Va -Va -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -Va -AA -vH -zj -Bo -Bo -AN -vH -vH -vH -ag -vH -LQ -LQ -LQ -LQ -OK -vH -vH -vH -AN -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +Mv +Mv +Mv +Mv +tb +Mv +Mv +Mv +tb +tb +tb +tb +zk +zk +zk +tb +tb +tb +tb +tb +tb +Mv +Qz +ie +DC +tb +tb +Id +ie +ie +ie +NH +ie +zV +zV +zV +zV +YZ +ie +ie +ie +Id +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -56973,218 +56973,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (188,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -zj -Va -Va -Bo -Va -Va -zj -Bo -Bo -Bo -Bo -Bo -Bo -xU -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -Va -Bo -Bo -AN -vH -vH -vH -vH -vH -vH -LQ -Cq -vH -vH -vH -vH -ag -AN -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +DC +Mv +Mv +tb +Mv +Mv +DC +tb +tb +tb +tb +tb +tb +zk +tb +tb +tb +tb +tb +tb +Mv +Mv +Mv +Mv +tb +tb +Id +ie +ie +ie +ie +ie +ie +zV +jj +ie +ie +ie +ie +NH +Id +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -57230,218 +57230,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (189,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Bo -Bo -Va -QB -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -xU -Bo -Bo -Bo -Bo -Bo -zj -vH -Va -Ob -Va -Bo -Bo -AN -vH -vH -Cq -vH -vH -vH -vH -ag -vH -vH -vH -vH -vH -AN -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +tb +tb +Mv +LH +tb +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +zk +tb +tb +tb +tb +tb +DC +ie +Mv +zP +Mv +tb +tb +Id +ie +ie +jj +ie +ie +ie +ie +NH +ie +ie +ie +ie +ie +Id +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -57487,218 +57487,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (190,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -zj -Va -Va -QB -Va -Bo -Va -Va -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -xU -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -pv -vH -Bo -Bo -AN -vH -vH -LQ -vH -LQ -vH -LQ -vH -LQ -vH -Cq -vH -vH -vH -AN -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +DC +Mv +Mv +LH +Mv +tb +Mv +Mv +tb +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +zk +tb +tb +tb +tb +tb +Mv +Mv +Mv +Cp +ie +tb +tb +Id +ie +ie +zV +ie +zV +ie +zV +ie +zV +ie +jj +ie +ie +ie +Id +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -57744,218 +57744,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (191,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -WS -Va -Va -Bo -Va -Va -Bo -Va -Va -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -vH -UP -Bo -Bo -AN -vH -ag -LQ -Sh -LQ -LQ -LQ -Sh -LQ -Sh -Sh -Sh -LQ -OK -vH -AN -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +FK +Mv +Mv +tb +Mv +Mv +tb +Mv +Mv +tb +tb +tb +tb +tb +zk +zk +zk +tb +tb +tb +tb +Mv +Mv +tb +tb +ie +ZI +tb +tb +Id +ie +NH +zV +Gg +zV +zV +zV +Gg +zV +Gg +Gg +Gg +zV +YZ +ie +Id +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -58001,218 +58001,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (192,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -Va -Va -Va -Va -Va -Va -Bo -Va -QB -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -Bo -Bo -Bo -Va -vH -QB -Bo -Bo -Bo -ag -vH -Bo -AN -vH -vH -LQ -OK -vH -vH -vH -Cq -LQ -vH -ag -vH -LQ -vH -vH -AN -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +tb +Mv +LH +tb +tb +tb +tb +tb +zk +zk +zk +tb +tb +tb +Mv +ie +LH +tb +tb +tb +NH +ie +tb +Id +ie +ie +zV +YZ +ie +ie +ie +jj +zV +ie +NH +ie +zV +ie +ie +Id +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -58258,218 +58258,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (193,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -Bo -Bo -Va -Va -Va -Va -Va -Bo -Va -Va -Bo -Bo -xU -xU -xU -xU -xU -xU -Bo -Bo -WS -Va -Va -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -AN -vH -vH -vH -vH -vH -vH -vH -vH -vH -vH -LQ -LQ -LQ -vH -AN -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +tb +tb +Mv +Mv +Mv +Mv +Mv +tb +Mv +Mv +tb +tb +zk +zk +zk +zk +zk +zk +tb +tb +FK +Mv +Mv +tb +tb +tb +tb +Mv +Mv +tb +tb +Id +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +zV +zV +zV +ie +Id +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -58515,218 +58515,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (194,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -WS -Va -Va -Bo -Bo -dU -Va -Va -Va -Va -Bo -Va -Va -Bo -Bo -xU -xU -xU -Bo -Bo -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -WS -Va -Va -Bo -AN -AN -AN -AN -AN -AN -AN -vH -vH -vH -vH -vH -LQ -Cq -vH -AN -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +FK +Mv +Mv +tb +tb +wr +Mv +Mv +Mv +Mv +tb +Mv +Mv +tb +tb +zk +zk +zk +tb +tb +tb +tb +Mv +Mv +Mv +tb +tb +tb +tb +tb +FK +Mv +Mv +tb +Id +Id +Id +Id +Id +Id +Id +ie +ie +ie +ie +ie +zV +jj +ie +Id +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -58772,218 +58772,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (195,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -zj -Va -Va -Va -Bo -Bo -Bo -Va -Va -Va -Va -QB -Bo -Va -WS -Bo -Bo -xU -xU -xU -Bo -Bo -Bo -Bo -Va -Va -zj -Bo -Bo -Bo -Bo -Bo -Bo -zj -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -AN -ag -vH -vH -vH -vH -LQ -vH -vH -AN -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +DC +Mv +Mv +Mv +tb +tb +tb +Mv +Mv +Mv +Mv +LH +tb +Mv +FK +tb +tb +zk +zk +zk +tb +tb +tb +tb +Mv +Mv +DC +tb +tb +tb +tb +tb +tb +DC +Mv +tb +tb +tb +tb +tb +tb +tb +Id +NH +ie +ie +ie +ie +zV +ie +ie +Id +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -59029,218 +59029,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (196,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -QB -Bo -Bo -zj -Va -Va -Kz -Va -Bo -zj -Va -Va -Bo -xU -xU -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -AN -vH -vH -vH -vH -Cq -LQ -vH -ag -AN -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +LH +tb +tb +DC +Mv +Mv +Jq +Mv +tb +DC +Mv +Mv +tb +zk +zk +tb +tb +tb +tb +tb +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +Id +ie +ie +ie +ie +jj +zV +ie +NH +Id +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -59286,218 +59286,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (197,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -wk -Bo -Bo -Bo -Kz -Va -Va -QB -Va -Bo -Va -Va -Bo -Bo -xU -xU -Bo -Bo -Bo -Bo -zj -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -QB -Va -Va -Va -qE -QB -Va -Va -Va -xH -Cq -vH -vH -vH -vH -vH -LQ -vH -AN -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +tY +tb +tb +tb +Jq +Mv +Mv +LH +Mv +tb +Mv +Mv +tb +tb +zk +zk +tb +tb +tb +tb +DC +Mv +tb +tb +tb +tb +tb +tb +tb +tb +LH +Mv +Mv +Mv +eP +LH +Mv +Mv +Mv +PQ +jj +ie +ie +ie +ie +ie +zV +ie +Id +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -59543,218 +59543,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (198,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -QB -Va -Va -Va -Bo -Bo -Bo -Bo -Va -Va -Va -Va -Bo -Bo -Va -QB -Bo -Bo -xU -xU -Bo -Bo -WS -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -Va -Va -Va -Va -Va -Va -qE -Va -Va -vH -vH -vH -LZ -AN -AN -AN -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +LH +Mv +Mv +Mv +tb +tb +tb +tb +Mv +Mv +Mv +Mv +tb +tb +Mv +LH +tb +tb +zk +zk +tb +tb +FK +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +Mv +Mv +Mv +Mv +Mv +Mv +eP +Mv +Mv +ie +ie +ie +NK +Id +Id +Id +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -59800,218 +59800,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (199,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -Bo -Bo -Bo -Bo -WS -Va -Va -Re -Bo -WS -Va -Va -Bo -xU -Bo -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -dU -Va -Va -Va -Va -Va -Va -Va -Va -Va -vH -vH -AN -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +tb +tb +tb +tb +FK +Mv +Mv +zW +tb +FK +Mv +Mv +tb +zk +tb +tb +tb +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +wr +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +ie +ie +Id +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -60057,218 +60057,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (200,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -Bo -Bo -Bo -Bo -Va -Va -Va -Re -Bo -Va -Va -dU -Bo -xU -Bo -Bo -wk -Va -Va -Va -dU -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -QB -Va -Va -Va -Va -Va -vH -vH -AN -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +tb +tb +tb +tb +Mv +Mv +Mv +zW +tb +Mv +Mv +wr +tb +zk +tb +tb +tY +Mv +Mv +Mv +wr +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +LH +Mv +Mv +Mv +Mv +Mv +ie +ie +Id +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -60314,218 +60314,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (201,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -QB -Va -Va -Va -Va -Bo -Bo -Bo -dU -Va -Va -Va -Va -Bo -Va -Va -zj -Bo -Bo -Va -Va -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Va -qE -Va -Va -QB -AN -AN -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +LH +Mv +Mv +Mv +Mv +tb +tb +tb +wr +Mv +Mv +Mv +Mv +tb +Mv +Mv +DC +tb +tb +Mv +Mv +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Mv +eP +Mv +Mv +LH +Id +Id +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -60571,218 +60571,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (202,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -QB -Bo -Bo -Bo -wk -Va -Va -Va -Kz -Bo -Va -Va -Va -Va -Va -Va -Va -Va -zj -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +LH +tb +tb +tb +tY +Mv +Mv +Mv +Jq +tb +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +DC +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -60828,218 +60828,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (203,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -WS -Va -Va -Va -Va -Bo -Bo -Bo -Kz -QB -Va -QB -Bo -Bo -Va -Va -Va -Va -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +FK +Mv +Mv +Mv +Mv +tb +tb +tb +Jq +LH +Mv +LH +tb +tb +Mv +Mv +Mv +Mv +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -61085,218 +61085,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (204,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -Va -Bo -Bo -Bo -Bo -Va -Va -Bo -Bo -zj -Va -Va -Va -Va -Va -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +Mv +tb +tb +tb +tb +Mv +Mv +tb +tb +DC +Mv +Mv +Mv +Mv +Mv +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -61342,218 +61342,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (205,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -WS -Bo -Bo -SX -Va -Bo -Bo -Va -Va -Va -QB -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +FK +tb +tb +LP +Mv +tb +tb +Mv +Mv +Mv +LH +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -61599,218 +61599,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (206,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -zj -Va -Va -Va -Va -wk -Bo -Bo -Bo -Bo -dU -Va -Va -Va -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +DC +Mv +Mv +Mv +Mv +tY +tb +tb +tb +tb +wr +Mv +Mv +Mv +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -61856,218 +61856,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (207,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Va -Va -Va -Va -Va -Va -Va -Va -QB -Bo -Bo -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +LH +tb +tb +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -62113,218 +62113,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (208,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Va -Va -Va -Va -Va -Va -Va -Va -Va -Va -Va -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +Mv +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -62370,218 +62370,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (209,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -Va -Bo -Bo -Bo -QB -Va -Va -WS -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +Mv +tb +tb +tb +LH +Mv +Mv +FK +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -62627,218 +62627,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (210,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Va -Va -QB -Bo -Bo -Bo -Va -Va -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +Mv +Mv +LH +tb +tb +tb +Mv +Mv +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -62884,218 +62884,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (211,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -WS -Va -Va -Va -Va -Va -Va -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +FK +Mv +Mv +Mv +Mv +Mv +Mv +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -63141,218 +63141,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (212,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -zj -Va -Va -Va -Va -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +DC +Mv +Mv +Mv +Mv +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -63398,218 +63398,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (213,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Bo -Bo -Bo -Bo -Bo -Bo -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +tb +tb +tb +tb +tb +tb +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -63655,218 +63655,218 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (214,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk aa aa aa @@ -63912,10596 +63912,10596 @@ aa aa aa aa -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (215,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (216,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (217,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (218,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -xU -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +zk +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (219,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (220,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (221,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (222,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (223,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (224,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (225,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (226,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (227,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (228,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (229,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (230,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (231,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (232,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (233,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (234,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (235,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (236,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (237,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (238,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (239,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (240,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (241,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (242,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (243,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (244,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (245,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (246,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (247,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (248,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (249,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (250,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (251,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (252,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (253,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (254,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} (255,1,1) = {" -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc -Rc +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM +IM "} diff --git a/_maps/RandomZLevels/undergroundoutpost45.dmm b/_maps/RandomZLevels/undergroundoutpost45.dmm index 49a897b27f7..1586d6d5a9a 100644 --- a/_maps/RandomZLevels/undergroundoutpost45.dmm +++ b/_maps/RandomZLevels/undergroundoutpost45.dmm @@ -468,14 +468,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/central) -"bt" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/airalarm/directional/south, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/central) "bu" = ( /turf/open/floor/iron/freezer{ heat_capacity = 1e+006 @@ -882,45 +874,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/central) -"cx" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ - dir = 10 - }, -/turf/open/floor/carpet{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/central) -"cz" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/structure/filingcabinet, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/central) -"cA" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ - dir = 10 - }, -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/carpet{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/central) "cB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /obj/structure/table/wood, @@ -1251,16 +1204,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/closed/wall/r_wall, /area/awaymission/undergroundoutpost45/central) -"dw" = ( -/obj/machinery/light/blacklight/directional/west, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/iron{ - dir = 8; - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/central) "dx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ dir = 5 @@ -1328,20 +1271,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/central) -"dE" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/light/blacklight/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/central) "dF" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -2062,17 +1991,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/central) -"fs" = ( -/obj/machinery/light/blacklight/directional/east, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/central) "ft" = ( /obj/structure/closet/crate/hydroponics, /obj/item/shovel/spade, @@ -2242,18 +2160,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/central) -"fR" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/airalarm/directional/south, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/dresser, -/turf/open/floor/carpet{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/central) "fS" = ( /obj/structure/bed, /obj/item/bedsheet, @@ -2632,18 +2538,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/research) -"gY" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/light/small/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Research Lab"; - network = list("uo45","uo45r") - }, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/research) "gZ" = ( /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/white{ @@ -2682,13 +2576,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"hg" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "hh" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -2781,23 +2668,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"hs" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/camera/directional/east{ - c_tag = "Kitchen"; - network = list("uo45") - }, -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5; - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "hu" = ( /obj/machinery/gateway/away{ calibrated = 0 @@ -3078,17 +2948,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/gateway) -"ic" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/iron/dark{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/gateway) "id" = ( /obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/plating{ @@ -3482,15 +3341,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"jb" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "jc" = ( /obj/machinery/light/blacklight/directional/east, /obj/machinery/computer/security/telescreen/entertainment/directional/east, @@ -3536,18 +3386,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"jg" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/camera/directional/west{ - c_tag = "Gateway Chamber"; - network = list("uo45","uo45r") - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/gateway) "jh" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4 @@ -3781,16 +3619,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/gateway) -"jK" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/gateway) "jM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /obj/effect/spawner/structure/window, @@ -4052,13 +3880,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"ko" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "kp" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -4243,20 +4064,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/gateway) -"kJ" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/light/small/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/gateway) "kK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ dir = 1 @@ -4350,20 +4157,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/research) -"kT" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/light/small/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/iron/white{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/research) "kU" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 @@ -4503,20 +4296,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"lk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ - dir = 4 - }, -/obj/machinery/airalarm/directional/south, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "ll" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -4550,21 +4329,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/gateway) -"lr" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ - dir = 4 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Gateway Ready Room"; - network = list("uo45","uo45r") - }, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/gateway) "lt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ dir = 4 @@ -5071,14 +4835,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"ms" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/carpet{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "mt" = ( /obj/structure/bed, /obj/item/bedsheet, @@ -5093,17 +4849,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"mv" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/carpet{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "mw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible{ dir = 4 @@ -5750,32 +5495,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/research) -"nO" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/light/small/directional/west, -/obj/structure/table, -/obj/item/radio/off, -/obj/item/laser_pointer, -/turf/open/floor/iron/cafeteria{ - dir = 5; - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/research) -"nP" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/folder/white, -/obj/item/stamp/rd{ - pixel_x = 3; - pixel_y = -2 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5; - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/research) "nQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /obj/structure/table/reinforced, @@ -5817,21 +5536,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/research) -"nT" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/light/blacklight/directional/west, -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/research) "nU" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on, /turf/open/floor/iron{ @@ -5864,21 +5568,6 @@ }, /turf/closed/wall/r_wall/rust, /area/awaymission/undergroundoutpost45/research) -"nZ" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "oa" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -5986,24 +5675,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"oh" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "oi" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -6415,20 +6086,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"oT" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/light/small/directional/east, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "oU" = ( /obj/machinery/light/small/directional/west, /obj/effect/decal/cleanable/dirt, @@ -6991,17 +6648,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/research) -"qp" = ( -/obj/structure/table, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, -/obj/item/hand_labeler, -/obj/item/clothing/neck/stethoscope, -/turf/open/floor/iron/white/side{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/research) "qq" = ( /obj/machinery/vending/medical{ req_access = list("away_maintenance") @@ -7024,14 +6670,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"qt" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/carpet{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "qu" = ( /obj/machinery/light/small/directional/west, /obj/structure/dresser, @@ -7039,21 +6677,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"qv" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/carpet{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) -"qw" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/iron/freezer{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "qx" = ( /obj/structure/sink/directional/west, /obj/effect/decal/cleanable/dirt, @@ -7199,15 +6822,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/research) -"qP" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/rnd/server{ - req_access = null - }, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/turf/open/floor/circuit/telecomms/server, -/area/awaymission/undergroundoutpost45/research) "qQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general, /turf/open/floor/iron/dark/telecomms, @@ -7752,23 +7366,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) -"rT" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/crew_quarters) "rU" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -8902,18 +8499,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/engineering) -"ul" = ( -/obj/machinery/light/blacklight/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible{ - dir = 5 - }, -/obj/machinery/airalarm/directional/south, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/engineering) "um" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ dir = 4 @@ -9255,18 +8840,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/engineering) -"uX" = ( -/obj/machinery/light/blacklight/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/engineering) "uZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ dir = 4 @@ -9863,14 +9436,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/engineering) -"wC" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/mining) "wD" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -9984,6 +9549,20 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/mining) +"xc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) "xg" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, @@ -10047,16 +9626,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/mining) -"xp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/mining) "xr" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating{ @@ -10345,15 +9914,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/mining) -"xZ" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/mining) "ya" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 1 @@ -10415,17 +9975,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/gateway) -"yy" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/engineering) "yN" = ( /obj/structure/chair/office/light{ dir = 1; @@ -10436,6 +9985,20 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/engineering) +"yR" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/gateway) "zb" = ( /obj/structure/alien/weeds, /obj/structure/alien/resin/wall, @@ -10469,6 +10032,17 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/research) +"zn" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/engineering) "zq" = ( /turf/open/misc/asteroid{ heat_capacity = 1e+006; @@ -10529,6 +10103,14 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/central) +"Ac" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) "Ae" = ( /obj/structure/chair, /obj/effect/decal/cleanable/dirt, @@ -10548,6 +10130,17 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/caves) +"Ap" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, +/obj/item/hand_labeler, +/obj/item/clothing/neck/stethoscope, +/turf/open/floor/iron/white/side{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/research) "Ar" = ( /obj/machinery/oven/range, /turf/open/floor/iron/cafeteria{ @@ -10570,6 +10163,34 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/engineering) +"AT" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/iron/freezer{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/central) +"AZ" = ( +/obj/machinery/light/blacklight/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible{ + dir = 5 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/engineering) +"Ba" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/mining) "Bh" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -10579,18 +10200,37 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/central) -"BK" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/clothing/glasses/meson{ - pixel_y = 4 +"Bq" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ + dir = 10 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/carpet{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/central) +"BI" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/obj/item/stamp/ce, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron{ heat_capacity = 1e+006 }, -/area/awaymission/undergroundoutpost45/engineering) +/area/awaymission/undergroundoutpost45/crew_quarters) "BL" = ( /obj/structure/alien/weeds, /obj/effect/decal/cleanable/blood/gibs/down, @@ -10642,6 +10282,20 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/research) +"Cj" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/folder/white, +/obj/item/stamp/head/rd{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5; + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/research) "Cr" = ( /obj/machinery/vending/hydronutrients, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -10797,6 +10451,14 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/central) +"EJ" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/carpet{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) "EP" = ( /obj/structure/closet/secure_closet{ icon_state = "hydro"; @@ -10813,6 +10475,23 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/central) +"EQ" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/camera/directional/east{ + c_tag = "Kitchen"; + network = list("uo45") + }, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5; + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) "Fd" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/command/glass{ @@ -10826,6 +10505,13 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/engineering) +"Fw" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/carpet{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) "Fx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ dir = 1 @@ -10848,6 +10534,20 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/caves) +"FA" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/light/small/directional/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) "FS" = ( /obj/machinery/biogenerator, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -10866,6 +10566,30 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/caves) +"Gc" = ( +/obj/machinery/light/blacklight/directional/west, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron{ + dir = 8; + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/central) +"Ge" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/structure/filingcabinet, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/central) "Gn" = ( /obj/structure/alien/weeds, /turf/open/misc/asteroid{ @@ -10912,6 +10636,17 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/crew_quarters) +"HR" = ( +/obj/machinery/light/blacklight/directional/east, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/central) "HW" = ( /obj/structure/alien/weeds, /obj/structure/glowshroom/single, @@ -10929,6 +10664,14 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/engineering) +"Ie" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/carpet{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) "IK" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, @@ -10951,6 +10694,57 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/caves) +"IX" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/research) +"Ji" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ + dir = 4 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Gateway Ready Room"; + network = list("uo45","uo45r") + }, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/gateway) +"JD" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) +"JJ" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) "Km" = ( /obj/structure/table, /obj/item/storage/medkit/toxin{ @@ -11000,6 +10794,20 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/caves) +"KW" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/light/blacklight/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/central) "KY" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron{ @@ -11035,6 +10843,18 @@ temperature = 351.9 }, /area/awaymission/undergroundoutpost45/caves) +"LT" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/obj/item/stamp/head/ce, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/engineering) "LW" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark{ @@ -11097,6 +10917,36 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/central) +"Nd" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) +"Ni" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/mining) +"Nl" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/light/small/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Research Lab"; + network = list("uo45","uo45r") + }, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/research) "No" = ( /obj/machinery/door/firedoor, /obj/structure/sign/warning/secure_area/directional/north, @@ -11187,6 +11037,15 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/mining) +"Os" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/rnd/server{ + req_access = null + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/turf/open/floor/circuit/telecomms/server, +/area/awaymission/undergroundoutpost45/research) "Ot" = ( /obj/machinery/computer/station_alert{ dir = 1 @@ -11221,6 +11080,16 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/engineering) +"Qe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/mining) "Qm" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -11256,6 +11125,17 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/engineering) +"Qs" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ + dir = 10 + }, +/turf/open/floor/carpet{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/central) "Qu" = ( /obj/structure/disposaloutlet{ dir = 8 @@ -11270,6 +11150,16 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/caves) +"QC" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/iron/white{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/gateway) "QG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /obj/structure/sign/warning/secure_area/directional/west, @@ -11313,6 +11203,21 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/crew_quarters) +"RC" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/light/blacklight/directional/west, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/research) "RF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ dir = 4 @@ -11347,6 +11252,18 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/engineering) +"Sd" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/camera/directional/west{ + c_tag = "Gateway Chamber"; + network = list("uo45","uo45r") + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/gateway) "Sf" = ( /obj/machinery/light/small/directional/south, /turf/open/misc/asteroid{ @@ -11375,6 +11292,18 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/gateway) +"SO" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/light/small/directional/west, +/obj/structure/table, +/obj/item/radio/off, +/obj/item/laser_pointer, +/turf/open/floor/iron/cafeteria{ + dir = 5; + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/research) "SZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ @@ -11413,6 +11342,17 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/central) +"TP" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/carpet{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) "UG" = ( /obj/machinery/light/small/directional/north, /turf/open/misc/asteroid{ @@ -11443,6 +11383,43 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/caves) +"VH" = ( +/obj/machinery/light/blacklight/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/engineering) +"VM" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) +"VR" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/crew_quarters) "VX" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 1; @@ -11629,6 +11606,29 @@ temperature = 363.9 }, /area/awaymission/undergroundoutpost45/caves) +"ZH" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/dark{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/gateway) +"ZM" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/dresser, +/turf/open/floor/carpet{ + heat_capacity = 1e+006 + }, +/area/awaymission/undergroundoutpost45/central) "ZZ" = ( /obj/structure/table, /obj/item/reagent_containers/spray/plantbgone{ @@ -30790,7 +30790,7 @@ gJ gJ is QX -jg +Sd jF gv gK @@ -31822,7 +31822,7 @@ jk jI gv gK -lr +Ji iP mE gK @@ -32586,7 +32586,7 @@ ad gL gW hx -ic +ZH yh iU jn @@ -33361,7 +33361,7 @@ ie ix iX jq -jK +QC kE kE lw @@ -34905,7 +34905,7 @@ zq zq Mk gw -kJ +yR lA gw Oh @@ -36953,7 +36953,7 @@ ad ad ad gy -gY +Nl hC ih iz @@ -36971,7 +36971,7 @@ gz gz gz KE -qP +Os qh gz nt @@ -37223,7 +37223,7 @@ lH gy kd Yk -nO +SO ox pd gy @@ -37737,7 +37737,7 @@ lJ mh mN nm -nP +Cj oy mP pI @@ -38760,7 +38760,7 @@ zq zq Sf gz -kT +IX lN gx gy @@ -39022,7 +39022,7 @@ lM hH mR no -nT +RC oC ph gy @@ -39540,7 +39540,7 @@ nV nV lu pL -qp +Ap qV rH sw @@ -40540,7 +40540,7 @@ ce ae bf eg -cz +Ge zG eW fo @@ -40802,7 +40802,7 @@ bL eX fm fB -fR +ZM aC ad ad @@ -41041,7 +41041,7 @@ ad ad aC bj -bt +AT aC aC bP @@ -41565,7 +41565,7 @@ cw cH ae aF -dw +Gc aS ej ey @@ -41818,7 +41818,7 @@ aF bP ce aC -cx +Qs cI cZ dl @@ -42106,7 +42106,7 @@ lP QG mV nw -nZ +JD oF pl gr @@ -42350,7 +42350,7 @@ gl gt gA gs -hg +JJ gA gA gA @@ -42871,7 +42871,7 @@ zq XQ gg gg -ko +VM le lR mq @@ -43617,7 +43617,7 @@ aS bQ ck aC -cA +Bq cI db bM @@ -43645,14 +43645,14 @@ gr gs gs fO -ms +EJ mY nB of oJ fO pR -qt +Ie mt gg zq @@ -43884,7 +43884,7 @@ dB dB eP fb -fs +HR fI fY an @@ -44162,7 +44162,7 @@ fN fN fO fN -oh +VR oL fN WQ @@ -44410,7 +44410,7 @@ gg hI il iF -jb +Nd jv jS hK @@ -44423,7 +44423,7 @@ oi oI pq pU -qv +Fw qZ fN ad @@ -44673,7 +44673,7 @@ jT hK iH fO -mv +TP mY nC of @@ -45163,7 +45163,7 @@ ae cN de aC -dE +KW eb eb eb @@ -45451,7 +45451,7 @@ ol oP pr pX -qw +Ac pX rL pX @@ -46234,7 +46234,7 @@ vp vM wf ws -wC +Ba wu wX vK @@ -46470,7 +46470,7 @@ fO fO jV ks -lk +xc fO fO fO @@ -46502,7 +46502,7 @@ xF xN xU ww -xZ +Ni yc ww UM @@ -46990,7 +46990,7 @@ my my nI or -oT +FA my my my @@ -47009,7 +47009,7 @@ wF wF xa xh -xp +Qe wv xz xH @@ -47747,7 +47747,7 @@ go fN gG gP -hs +EQ hU ir Ar @@ -48280,7 +48280,7 @@ zq zq RA gg -rT +BI sH gg UG @@ -50090,7 +50090,7 @@ vQ uE OO GI -BK +LT DU Ot ni @@ -50855,13 +50855,13 @@ XJ ln ln uE -uX +VH vv vT Fd Qo Kt -yy +zn YV ln ln @@ -52909,7 +52909,7 @@ mZ sk sX tF -ul +AZ ln ln ln diff --git a/_maps/map_files/Birdshot/birdshot.dmm b/_maps/map_files/Birdshot/birdshot.dmm index 82cc857eb95..489439c87c5 100644 --- a/_maps/map_files/Birdshot/birdshot.dmm +++ b/_maps/map_files/Birdshot/birdshot.dmm @@ -1,910 +1,48 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aan" = ( +"aaa" = ( +/turf/open/space/basic, +/area/space) +"aas" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"aav" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aaB" = ( /obj/effect/landmark/carpspawn, /turf/open/space/basic, /area/space) -"aav" = ( -/obj/structure/sink/directional/west, -/obj/structure/mirror/directional/east, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/turf/open/floor/iron/small, -/area/station/security/prison/shower) -"aaw" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"abh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"abs" = ( -/obj/structure/rack, -/obj/item/stack/sheet/glass/fifty, -/obj/item/storage/toolbox/mechanical, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos/project) -"abt" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/obj/machinery/power/tracker, -/turf/open/space/basic, -/area/station/solars/aft) -"abJ" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"aaF" = ( +/obj/structure/chair{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/tram) -"acl" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"acn" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"acu" = ( -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/machinery/camera/directional/north, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"acF" = ( -/turf/closed/wall/rust, -/area/station/engineering/atmos/project) -"acJ" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"acN" = ( -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"acO" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"acS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"acY" = ( -/obj/machinery/vending/wardrobe/jani_wardrobe, -/obj/machinery/light/small/directional/east, -/obj/machinery/light_switch/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/directional/east, -/turf/open/floor/iron, -/area/station/service/janitor) -"adB" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"adF" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"adL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"adO" = ( -/obj/structure/rack, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 - }, -/obj/item/pickaxe, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"adR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"aed" = ( -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"aem" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos/project) -"aeq" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/flora/bush/leavy/style_random, -/obj/structure/flora/bush/stalky/style_random, -/obj/structure/window/spawner/directional/north, -/obj/structure/window/spawner, -/turf/open/floor/grass, -/area/station/hallway/secondary/service) -"aes" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "kitchenshutters"; - name = "Kitchen Shutters" - }, -/obj/item/plate, -/obj/item/food/peanut_butter_jelly_sandwich, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"aeA" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"aeC" = ( -/obj/structure/cable, -/obj/machinery/power/floodlight, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"aeF" = ( -/obj/machinery/atmospherics/components/tank/air{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"aeN" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"afi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air to Distro" - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"afl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/stool/directional/south, -/obj/effect/turf_decal/siding/red{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south{ - pixel_y = -31 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/security/office) -"afu" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"afv" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine, -/area/station/science/cytology) -"afA" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/lobby) -"afF" = ( -/obj/structure/table, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"afP" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"afX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"agb" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/virologist, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"agn" = ( -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"agD" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"agE" = ( -/obj/effect/turf_decal/stripes{ - dir = 10 - }, -/obj/machinery/atmospherics/components/binary/valve/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"agI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"agT" = ( -/obj/effect/turf_decal/stripes, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"agY" = ( -/obj/effect/turf_decal/stripes, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"ahe" = ( -/obj/effect/turf_decal/stripes, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"ahj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/station/science/xenobiology) -"ahy" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos/project) -"ahz" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/components/binary/valve/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"ahD" = ( -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/floor/grass, -/area/station/science/xenobiology) -"ahE" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/machinery/computer/monitor{ - dir = 1; - name = "Bridge Power Monitoring Console" - }, -/obj/effect/turf_decal/siding/yellow, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"aia" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"aid" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"ait" = ( -/obj/machinery/atmospherics/components/binary/valve/layer2, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos/project) -"aiA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/rust, -/area/station/engineering/atmos/project) -"aiE" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"aiJ" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"aiN" = ( -/obj/structure/cable, -/obj/machinery/power/port_gen/pacman, -/obj/machinery/power/terminal{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"aiO" = ( -/obj/structure/cable, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"aiV" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"ajg" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"ajo" = ( -/obj/machinery/atmospherics/components/tank/plasma{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"ajw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/line, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"ajG" = ( -/obj/machinery/atmospherics/components/tank/oxygen{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"ajI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall, -/area/station/engineering/atmos/project) -"ajM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"ajQ" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"ajV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"akt" = ( -/obj/structure/table/wood, -/obj/item/clothing/mask/gas/owl_mask, -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"akZ" = ( -/turf/closed/mineral/random/stationside, -/area/space) -"alb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"alc" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer, -/obj/effect/turf_decal/stripes, -/obj/machinery/light/cold/directional/east, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/white/small, -/area/station/medical/cryo) -"alh" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=1.5-PNexus-Vault"; - location = "1.0-Security-PNexus" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"alD" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 9 - }, -/obj/structure/marker_beacon/jade, -/turf/open/space/basic, -/area/space/nearstation) -"alJ" = ( -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/maintenance/solars/starboard/aft) -"alR" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing/corner, -/turf/open/space/basic, -/area/space/nearstation) -"alT" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/security/tram) -"amp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"amq" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"amE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/door/airlock/security/glass{ - id_tag = "permaouter"; - name = "Infirmary" - }, -/turf/open/floor/iron/textured_half, -/area/station/security/execution/transfer) -"amG" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner, -/turf/open/space/basic, -/area/space/nearstation) -"amI" = ( -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"amV" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/turf/open/space/basic, -/area/space/nearstation) -"anb" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta, -/obj/effect/turf_decal/siding/red/corner{ - dir = 1 - }, -/obj/structure/chair/office{ - dir = 1 - }, /turf/open/floor/wood/tile, -/area/station/command/bridge) -"anh" = ( -/obj/structure/cable, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"ani" = ( +/area/station/command/meeting_room) +"aaR" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"ann" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 6 - }, -/obj/structure/marker_beacon/jade, -/turf/open/space/basic, -/area/space/nearstation) -"anv" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"anz" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/item/flashlight/lamp, -/turf/open/floor/iron/small, -/area/station/engineering/supermatter/room) -"anH" = ( -/turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"anJ" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/chem_heater/withbuffer, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"anV" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aoa" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"aoe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aoj" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aop" = ( -/obj/structure/cable, -/obj/structure/steam_vent, +/obj/structure/closet/emcloset, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"aou" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{ - dir = 10 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aoz" = ( -/obj/structure/closet/secure_closet/captains, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/item/storage/lockbox/medal, -/turf/open/floor/carpet/executive, -/area/station/command/heads_quarters/captain/private) -"aoT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"api" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/machinery/airalarm/directional/north, -/obj/item/wrench, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/white/small, -/area/station/science/server) -"apk" = ( +/area/station/maintenance/department/engine) +"abc" = ( /obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/siding/wideplating/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security) -"apy" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/dim/directional/south, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"apB" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"apF" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/lab) -"apZ" = ( -/obj/structure/table, -/obj/item/wirecutters, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"aqr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aqw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"aqU" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"aqV" = ( -/obj/structure/chair/sofa/bench/left, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"aqW" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"ark" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue/full, -/obj/structure/window/spawner, -/obj/item/storage/medkit/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/fire{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/storage) -"arA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/station_engineer, -/obj/machinery/meter, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"arJ" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 15 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 8 - }, +/area/station/service/hydroponics) +"abi" = ( +/obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/small, -/area/station/engineering/supermatter/room) -"arK" = ( -/obj/structure/sign/warning/secure_area{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/closed/wall, -/area/station/science/ordnance/bomb) -"arP" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"asb" = ( -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/dark/small, -/area/station/hallway/secondary/dock) -"asc" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/maintenance/aft) -"asf" = ( -/obj/effect/turf_decal/stripes{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"ask" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/public/glass{ - name = "Prison Cafeteria" - }, -/turf/open/floor/iron/textured_half, -/area/station/security/prison/workout) -"asn" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/chair/pew/right{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/station/service/theater) -"asq" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"ate" = ( -/turf/closed/indestructible/riveted{ - desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; - name = "hyper-reinforced wall" - }, -/area/station/science/ordnance/bomb) -"atm" = ( -/obj/structure/table, -/obj/item/stack/spacecash/c1{ - pixel_x = 4; - pixel_y = 11 - }, -/obj/structure/sign/poster/contraband/lusty_xenomorph{ - pixel_y = 36 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"atx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"atE" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"atF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"atG" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"atJ" = ( +/area/station/engineering/main) +"abx" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, @@ -914,63 +52,3455 @@ }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"atM" = ( -/obj/effect/decal/cleanable/dirt/dust, +"abA" = ( +/obj/structure/disposalpipe/segment, /turf/open/floor/plating, -/area/station/maintenance/central/greater) -"atN" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ +/area/station/maintenance/department/science/xenobiology) +"abG" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2{ dir = 4 }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/space/basic, -/area/space/nearstation) -"atW" = ( -/turf/open/floor/iron/chapel{ - dir = 8 +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/area/station/maintenance/starboard/greater) -"atY" = ( -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"aun" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"abL" = ( /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"auB" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/obj/machinery/airalarm/directional/south, /turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"auG" = ( +/area/station/commons/storage/art) +"abN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/mail_sorting/service/bar, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"abP" = ( /obj/structure/chair{ dir = 1 }, -/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"abS" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"abZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"acc" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"acf" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"acm" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"acz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/dropper{ + pixel_y = -3 + }, +/obj/item/stack/sheet/mineral/plasma/thirty{ + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"acK" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"acX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/science/research) +"adg" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat_interior) +"adn" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"adt" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"adP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/atmospheric_sanity/ignore_area, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"adS" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/window{ + id = "atmosbridge" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"adW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"aen" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"aep" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"aeq" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/glass, +/obj/item/ammo_box/magazine/toy/smgm45, +/obj/item/ammo_box/magazine/toy/smgm45{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"aev" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"aeU" = ( +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"aeY" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"afa" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"afd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"afE" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"afK" = ( +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/machinery/air_sensor/nitrogen_tank, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"afL" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/hos) +"afN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"afZ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"agd" = ( +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"agm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"agr" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/conveyor{ + dir = 9; + id = "fab2" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"agt" = ( +/turf/closed/wall/rust, +/area/space/nearstation) +"agA" = ( +/obj/structure/table, +/obj/item/taperecorder{ + pixel_x = -16; + pixel_y = 3 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 8; + pixel_y = 3 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"agJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"agW" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/box/red/corners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"agY" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green{ + pixel_y = 12 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"ahn" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs/auxiliary) +"ahq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/structure/tank_dispenser, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"ahr" = ( +/obj/structure/fluff/broken_flooring, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ahy" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ahH" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ahL" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ahO" = ( +/obj/structure/fermenting_barrel/gunpowder, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ahT" = ( +/obj/structure/dresser, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"ahX" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/airless{ + luminosity = 2 + }, +/area/station/science/ordnance/bomb) +"aif" = ( +/obj/structure/cable, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"auI" = ( -/obj/structure/closet/emcloset, +/area/station/medical/coldroom) +"aih" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Detective's Office"; + name = "Detective's Fax Machine"; + pixel_y = 1 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"ait" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aiv" = ( +/obj/machinery/hydroponics/soil, +/obj/item/food/grown/mushroom/reishi, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"aiM" = ( +/obj/structure/chair/stool/directional/south, +/obj/structure/mirror/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/grimy, +/area/station/cargo/boutique) +"aiP" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"aiT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"ajd" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"ajf" = ( +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"ajA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"ajK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"ajO" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"ajV" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/vending/wardrobe/science_wardrobe, +/turf/open/floor/iron/white, +/area/station/science/research) +"aka" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/security/armory) +"akt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"akA" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"akW" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"alc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/theater) +"alf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"ali" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"alk" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/window/reinforced/tram/left/directional/west, +/obj/structure/chair/comfy/shuttle, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"alp" = ( +/turf/closed/wall, +/area/station/maintenance/fore/lesser) +"alD" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"auK" = ( +"alE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"alF" = ( +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/maintenance/solars/port/aft) +"alV" = ( +/turf/closed/wall/r_wall/rust, +/area/station/ai_monitored/turret_protected/aisat_interior) +"amd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"ame" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/rcl/pre_loaded, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"amp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"amt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/morgue{ + name = "Secret Corridor"; + req_access = list("library") + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"amW" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/medical/glass{ + name = "Medical Cold Room" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/medical/coldroom) +"anc" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"anl" = ( +/obj/structure/bed/maint, +/obj/item/melee/baseball_bat, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"anB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"anH" = ( +/turf/closed/wall, +/area/space/nearstation) +"anS" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"anT" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"aob" = ( +/obj/structure/table, +/obj/machinery/computer/libraryconsole/bookmanagement{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"aoh" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"aos" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"aoP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"aoS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/storage) +"apb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Service Breakroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/general, +/obj/machinery/duct, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/service) +"apc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"apq" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 5 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"apK" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"apM" = ( +/obj/structure/chair/sofa/left, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"apR" = ( +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"aqd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"aqm" = ( +/obj/machinery/gateway/centerstation, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/gateway) +"aqo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"aqy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"aqF" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/gloves/color/fyellow{ + pixel_y = 7 + }, +/obj/structure/canister_frame/machine, +/obj/machinery/camera/autoname/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"aqJ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/table/wood, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"aqM" = ( +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"aqP" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-3" + }, +/obj/machinery/computer/tram_controls/directional/east{ + specific_lift_id = "maint_tram" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"aqT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"aqX" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"arf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"arl" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai_upload) +"arr" = ( +/obj/structure/chair/stool/directional/west, +/obj/machinery/light/dim/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"ary" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"arB" = ( +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"arQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/maintenance{ + name = "Incinerator Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"asg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood, +/obj/structure/bed/dogbed/ian, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"asi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/service/theater) +"asp" = ( +/obj/machinery/plate_press, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/plating, +/area/station/security/prison/work) +"asA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"asR" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/decoration/flower, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"asZ" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai) +"ato" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/camera/autoname/directional/north, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"atx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"atE" = ( +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/central/fore) +"atV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"aue" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse_aft"; + name = "Warehouse Shutters" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"aut" = ( +/obj/effect/spawner/random/structure/crate, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"auE" = ( +/turf/closed/wall/r_wall, +/area/station/construction/mining/aux_base) +"auG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Zoo" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/hallway/secondary/entry) +"auU" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"ava" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"avh" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "N2 to Pure" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"avr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Starboard Quarter Solar Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/medical/central) +"avw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"avD" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Engine" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"avY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/disposal/incinerator) +"awd" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"awg" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"awj" = ( +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/secondary/construction) +"awr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"awu" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"awF" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"awI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"awO" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"awU" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"axc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 5 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/item/wrench, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"axg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"axl" = ( +/obj/machinery/power/supermatter_crystal/engine, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"axq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"axr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/iron/textured_half, +/area/station/service/chapel/office) +"axv" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"axx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"axC" = ( +/obj/machinery/button/door/directional/west{ + id = "private_b"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"axL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"axY" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "main_surgery" + }, +/turf/open/floor/plating, +/area/station/medical/surgery/theatre) +"ayf" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 5 + }, +/obj/machinery/power/shieldwallgen, +/turf/open/floor/iron/smooth_large, +/area/station/command/teleporter) +"ayn" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/flowers_yw, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/science/genetics) +"ayN" = ( +/obj/effect/spawner/random/structure/chair_maintenance{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ayW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons/storage/tools) +"azk" = ( +/obj/machinery/door/airlock/external{ + name = "Primary Docking Bay" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"azm" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/basic, +/area/space) +"azA" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/instrument/eguitar, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"azC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"azE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/service/theater) +"azG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"azQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"azU" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"azZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"aAa" = ( +/obj/structure/table/glass, +/obj/item/storage/secure/briefcase, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"aAg" = ( +/turf/closed/wall/r_wall/rust, +/area/station/ai_monitored/turret_protected/ai) +"aAj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"aAl" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/open/floor/iron/diagonal, +/area/station/maintenance/department/engine/atmos) +"aAn" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"aAp" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"aAw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"aAz" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"aAF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"aAH" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/light_switch/directional/south, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"aAI" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"aAS" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/security/courtroom) +"aAY" = ( +/obj/structure/cable, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"aBg" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"aBo" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/decoration/flower, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"aBv" = ( +/obj/machinery/door/airlock/external/glass, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"aBw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"aBx" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"aBz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"aBE" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"aBL" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"aBP" = ( +/obj/structure/cannon{ + dir = 4 + }, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"aBU" = ( +/obj/structure/table_frame, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"aBW" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "com_guest"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/command/corporate_suite) +"aCd" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aCf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/research) +"aCg" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"aCj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"aCm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"aCs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"aCt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"aCy" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-6" + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"aCA" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"aCO" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/status_display/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"aCV" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"aCX" = ( +/obj/machinery/door/airlock/external{ + name = "Dock Airlock" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"aDb" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"aDj" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"aDC" = ( +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"aDG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"aEw" = ( +/obj/machinery/computer/security/mining, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"aEE" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"aER" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"aEV" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clipboard{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/tram) +"aEZ" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/cargo/storage) +"aFb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/bronze, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/item/pizzabox/margherita{ + pixel_x = 4; + pixel_y = 24 + }, +/obj/item/storage/bag/tray{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"aFm" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"aFA" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/machinery/light/small/broken/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"aFB" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"aFE" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"aFG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/tank{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"aFO" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets/donkpocketpizza, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"aFT" = ( +/obj/item/cultivator/rake, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"aFV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/east{ + id = "qm_warehouse_aft"; + name = "Warehouse Door Control"; + pixel_x = -24; + pixel_y = 23; + req_access = list("cargo") + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"aGf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"aGh" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/commons) +"aGj" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"aGr" = ( +/obj/structure/chair/wood/wings, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"aGt" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Equipment Storage"; + pixel_x = -1; + req_access = list("eva") + }, +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/machinery/camera/directional/south, +/turf/open/floor/iron/large, +/area/station/ai_monitored/command/storage/eva) +"aGA" = ( +/obj/structure/hedge, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"aGF" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"aGV" = ( +/obj/effect/turf_decal/tile/dark_red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison) +"aGY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"aHb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"aHs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/end, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"aHU" = ( +/obj/structure/table, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"aHV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"aHW" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/photocopier, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"aIy" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"aIB" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/light/cold/directional/south, +/obj/machinery/status_display/supply{ + pixel_y = -32 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"aIR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"aIS" = ( +/obj/effect/turf_decal/tile/brown/full, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"aIU" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"aIX" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"aJo" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"aJw" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"aJA" = ( +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/command/bridge) +"aJC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"aJL" = ( +/obj/item/bodypart/leg/left, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aJN" = ( +/obj/machinery/telecomms/processor/preset_four, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"aJO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"aJZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/closet/secure_closet/bar, +/obj/item/stack/spacecash/c100, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c1, +/obj/item/stack/spacecash/c1, +/obj/item/stack/spacecash/c1, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"aKc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"aKf" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"aKg" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/door/window/survival_pod{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"aKt" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron, +/area/station/service/bar) +"aKB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/spawner/random/vending/snackvend, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"aKM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"aLc" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/crate/cardboard, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/alien, +/turf/open/floor/plating, +/area/station/science/auxlab/firing_range) +"aLd" = ( +/obj/structure/cable, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"aLk" = ( +/turf/open/floor/iron/dark, +/area/station/hallway/primary/central/fore) +"aLu" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/ce) +"aLA" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aLT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"aLU" = ( +/obj/structure/table/glass, +/obj/item/wrench, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"aMe" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"aMs" = ( +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/security/prison) +"aMu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"aMw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"aMz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/security/tram) +"aMD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"aMO" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three"; + space_dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"aMQ" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/servingdish, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"aMZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"aNb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/item/storage/secure/safe/hos{ + pixel_x = 15; + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"aNi" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/prison) +"aNj" = ( +/obj/item/flashlight/lantern, +/turf/open/floor/plating/rust, +/area/station/maintenance/starboard/greater) +"aND" = ( +/turf/closed/wall/r_wall, +/area/station/science/lab) +"aNJ" = ( +/obj/structure/bed/dogbed/renault, +/mob/living/simple_animal/pet/fox/renault, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"aNN" = ( +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"aNO" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"aNP" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/sign/departments/vault/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"aNX" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"aOd" = ( +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"aOe" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/turf/closed/wall/rust, +/area/station/engineering/atmos/pumproom) +"aOh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"aON" = ( +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"aOZ" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/machinery/computer/security/labor{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"aPd" = ( +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/large/style_random{ + pixel_x = -17; + pixel_y = 2 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/machinery/status_display/evac/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"aPi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"aPk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth_half, +/area/station/hallway/primary/central/fore) +"aPu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"aPz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"aPC" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"aPP" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"aPQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"aPS" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + shuttledocked = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/dark/small, +/area/station/security/processing) +"aPW" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"aQk" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"aQm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"aQn" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_security, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"aQu" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"aQv" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"aQy" = ( +/obj/machinery/atmospherics/components/tank/plasma, +/obj/structure/window/reinforced/plasma/spawner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"aQD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"aQG" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/wardrobe/miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"aQS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"aQY" = ( +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"aRb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"aRe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"aRl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Research Director's Office" + }, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"aRC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Central Atmospherics" + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"aRE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aRN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"aRQ" = ( +/obj/machinery/door/poddoor/massdriver_ordnance, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"aSe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/north, +/obj/item/stack/spacecash/c1{ + pixel_x = 4; + pixel_y = 11 + }, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"aSn" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"aSw" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/book/manual/wiki/infections{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aSz" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"aSG" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"aSW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"aSY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"aTd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"aTh" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/obj/machinery/light/cold/directional/south, +/obj/machinery/button/door/directional/south{ + id = "bridge blast"; + name = "Bridge Access Blast Door Control"; + req_access = list("command") + }, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"aTk" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"aTA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/cargo/storage) +"aTB" = ( +/obj/machinery/food_cart, +/obj/machinery/button/door/directional/west{ + id = "barki"; + name = "Shutters Control" + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"aTC" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/commons/dorms) +"aTH" = ( +/turf/open/floor/plating/airless, +/area/station/engineering/supermatter/room) +"aTN" = ( +/obj/machinery/computer/upload/ai{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"aUd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"aUj" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"aUq" = ( +/obj/machinery/light/small/broken{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/dresser, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"aUr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"aUt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"aUD" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"aUF" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/lower) +"aUJ" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"aUN" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"aUS" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/button/tram{ + id = 2; + lift_id = "prison_tram"; + pixel_y = 32 + }, +/obj/machinery/destination_sign/indicator{ + pixel_y = 32; + tram_id = "prison_tram" + }, +/turf/open/floor/noslip, +/area/station/security/tram) +"aVk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"aVp" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"aVE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"aVK" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/workout) +"aVL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"aVP" = ( +/obj/machinery/shower/directional/east, +/obj/effect/turf_decal/siding/wideplating/dark/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"aVV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"aWl" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"aWq" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"aWD" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/storage/gas) +"aWJ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/structure/closet/crate/large, +/obj/effect/spawner/random/entertainment/plushie, +/obj/effect/spawner/random/entertainment/plushie, +/obj/effect/spawner/random/entertainment/plushie, +/obj/effect/spawner/random/entertainment/plushie, +/obj/effect/spawner/random/entertainment/plushie, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"aWW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/bookcase/random, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"aWX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"aXa" = ( +/obj/item/wirecutters, +/turf/open/floor/iron/white/diagonal, +/area/station/maintenance/department/science/xenobiology) +"aXk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/mob/living/basic/pet/dog/corgi/ian, +/turf/open/floor/iron/dark/textured_edge, +/area/station/command/heads_quarters/hop) +"aXl" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"aXt" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/machinery/light/cold/directional/south, +/obj/machinery/requests_console/directional/south{ + department = "Kitchen"; + name = "Kitchen Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"aXx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"aXG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"aXL" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/chem_heater/withbuffer, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"aXO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"aXQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"aXT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"aXU" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"aXX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/crematorium{ + id = "cremateme"; + pixel_y = -30 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"aYk" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"aYm" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"aYO" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plating, +/area/station/cargo/warehouse) +"aYQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aYR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"aYY" = ( +/obj/effect/turf_decal/tile/brown/half, +/obj/effect/turf_decal/tile/brown/half{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured_half, +/area/station/cargo/miningoffice) +"aZf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=9.0-StarboardHall-ScienceFoyer"; + location = "8.0-Pharmacy-StarboardHall" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"aZm" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmospherics_engine) +"aZs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"aZt" = ( +/obj/structure/closet/crate/wooden{ + name = "Alms Box" + }, +/obj/effect/spawner/random/entertainment/money_medium, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/maintenance/starboard/greater) +"aZC" = ( +/obj/machinery/atmospherics/components/tank/carbon_dioxide{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos) +"aZO" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/hedge, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"aZQ" = ( +/obj/structure/closet, +/turf/open/floor/iron/smooth, +/area/station/cargo/office) +"baf" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"bav" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"bay" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/light/small/directional/east, +/turf/open/floor/carpet/royalblack, +/area/station/commons/dorms) +"baM" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, /obj/structure/chair/office{ dir = 8 }, -/obj/effect/turf_decal/siding/white{ +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"baO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/landmark/start/medical_doctor, +/obj/structure/plasticflaps/opaque, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + location = "Research" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"baW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, /turf/open/floor/iron/small, -/area/station/medical/morgue) -"avc" = ( +/area/station/hallway/secondary/exit/departure_lounge) +"bbd" = ( +/obj/machinery/door/poddoor/shutters/window{ + dir = 4; + id = "armory"; + name = "Armory Shutters" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/ai_monitored/security/armory) +"bbk" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"bbo" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"bbM" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/west, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"bbN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"bbT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"bck" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/maintenance/starboard/central) +"bcx" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"bcC" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"bcJ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"bcT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"bda" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"bdy" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"bdJ" = ( +/obj/structure/cable, +/obj/machinery/door/window/right/directional/east{ + name = "Access Shutter"; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/depsec/engineering, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/break_room) +"bdN" = ( +/obj/structure/cable, +/obj/structure/table/bronze, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = 7; + pixel_y = 11 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = -1; + pixel_y = 11 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"bdO" = ( +/obj/structure/closet/emcloset, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"bdV" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/iron, +/area/station/security/courtroom) +"bea" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"bef" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"bev" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/stack/sheet/plasteel/fifty, +/obj/machinery/firealarm/directional/east, +/obj/structure/rack, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bex" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"beD" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"beH" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"beR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hydroponics{ + name = "Hydroponics Supply Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/open/floor/iron/textured_half, +/area/station/service/hydroponics) +"beV" = ( +/obj/machinery/door/airlock/maintenance/external{ + name = "Command Storeroom" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"bft" = ( +/obj/structure/table, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"bfB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"bfE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"bfH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"bga" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 15 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 8 + }, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"bge" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"bgj" = ( +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = 8 + }, +/obj/item/flashlight{ + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"bgl" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/hop) +"bgo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/structure/rack, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"bgp" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/vending/wardrobe/gene_wardrobe, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"bgC" = ( +/obj/machinery/door/airlock/engineering{ + name = "Smoke Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"bgL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"bgP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bgR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"bgZ" = ( +/obj/vehicle/ridden/wheelchair{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/sign/departments/psychology/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"bhc" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bhf" = ( +/turf/open/floor/wood, +/area/station/service/chapel/office) +"bhD" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/table, +/obj/item/trash/cnds, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"bhF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"bhK" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer's Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/heads_quarters/ce) +"bhQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bhT" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"bhV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"bhZ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"bia" = ( +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"bij" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"biC" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"biG" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/dim/directional/west, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/machinery/atmospherics/components/binary/pump/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/prison/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"biH" = ( +/obj/structure/closet/crate, +/obj/item/food/breadslice/plain, +/obj/item/food/breadslice/plain, +/obj/item/food/breadslice/plain, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/onion, +/obj/item/food/grown/onion, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"biX" = ( +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"biY" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"bjq" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Primary Treatment Centre" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"bjr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"bju" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"bjv" = ( +/obj/machinery/computer/teleporter, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"bjD" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"bjM" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"bkk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"bkr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/research) +"bkv" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"bkC" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"bkH" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bkI" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"bkX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"blf" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"blh" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"bll" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"blt" = ( +/turf/closed/wall, +/area/station/security/tram) +"blz" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"blL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"blN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/catwalk_floor/iron_white, +/area/station/engineering/atmos) +"bml" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/siding/white{ @@ -984,94 +3514,3009 @@ }, /turf/open/floor/iron/dark/small, /area/station/science/xenobiology) -"ave" = ( -/turf/open/space, -/area/space) -"avp" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/engine_smes) -"avB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 +"bmB" = ( +/obj/machinery/door/poddoor/incinerator_ordmix, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"bmS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"bnd" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/sillycup{ + pixel_x = 7; + pixel_y = 8 }, -/turf/open/floor/iron/white/corner{ +/obj/item/reagent_containers/cup/glass/sillycup{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/glass/sillycup{ + pixel_x = 7 + }, +/obj/item/reagent_containers/cup/glass/sillycup, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = -6; + pixel_y = 9 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"bne" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/terminal{ dir = 1 }, -/area/station/hallway/secondary/exit/departure_lounge) -"avD" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/misc/asteroid, -/area/station/maintenance/department/engine) -"avL" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/spawner/random/maintenance, /turf/open/floor/plating, -/area/station/maintenance/department/engine) -"awi" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/plastic{ +/area/station/hallway/secondary/construction) +"bng" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bnk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"bnp" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/storage) +"bnA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public{ + name = "Old Command Hallway" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/maintenance/hallway/abandoned_command) +"bnK" = ( +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"bnP" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"bnR" = ( +/obj/effect/turf_decal/stripes/white/line{ dir = 8 }, +/turf/open/floor/engine, +/area/station/science/cytology) +"bnZ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bov" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"bow" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"boC" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security) +"boO" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"boT" = ( +/obj/structure/cable, +/obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, -/area/station/maintenance/department/engine) -"aws" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/blue/half, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"awL" = ( -/obj/structure/chair{ +/area/station/maintenance/fore/lesser) +"boU" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/sofa/bench/left{ dir = 4 }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"boW" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"bpf" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"bpo" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/south{ + c_tag = "Engineering - Desk" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"bpv" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/cargo/storage) +"bpA" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"bpE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/command) +"bpL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"bpP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"bpQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/floor, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"bpU" = ( +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"bqc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"bqo" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"bqr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"bqH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"bqL" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"bqT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"brk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Clinic" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medlock"; + name = "Lockdown Shutters" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"bro" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"brx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"brI" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/table, +/obj/item/reagent_containers/dropper, +/obj/machinery/reagentgrinder{ + pixel_x = -7; + pixel_y = 17 + }, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"brL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"brO" = ( +/obj/machinery/light_switch/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"bsy" = ( +/obj/structure/sign/poster/official/pda_ad{ + pixel_y = 32 + }, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"bsS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"bsX" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/dark_red, +/obj/item/flashlight/lamp, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"bth" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"btl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bts" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"btu" = ( +/mob/living/simple_animal/hostile/asteroid/lobstrosity, +/turf/open/misc/asteroid/airless, +/area/station/engineering/supermatter/room) +"btz" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"btQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"btZ" = ( +/obj/machinery/door/airlock/wood{ + desc = "Sessions held every Friday."; + name = "The Sunfinder Society" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"bue" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/sink/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"bui" = ( +/obj/structure/table, +/obj/item/camera, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"bus" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"buw" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"buG" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/mail_sorting/science/ordnance, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"buO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"buV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"buY" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"bvc" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/table/reinforced/titaniumglass, +/obj/item/stack/sheet/rglass{ + pixel_y = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"bvj" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"bvv" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/west, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"bvw" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"awQ" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"bvY" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/large/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"bvZ" = ( +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"bwd" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"bwn" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"bws" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/cryo) +"bwx" = ( /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"bwT" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/mortar, +/obj/item/pestle, +/obj/item/reagent_containers/cup/bottle/thermite{ + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"bxa" = ( +/mob/living/basic/mouse/brown/tom, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/prison/directional/south, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"bxl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"bxn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"bxp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/greenglow, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"bxy" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/landmark/start/clown, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"bxB" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/item/folder/red, +/turf/open/floor/iron, +/area/station/security/courtroom) +"bxF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/plating, +/area/station/security/tram) +"byj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"byn" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"byq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"byz" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"byC" = ( +/obj/structure/table/wood, +/obj/machinery/computer/pod/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"byG" = ( +/obj/structure/cable/layer3, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"byO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"bzf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/research/anomaly_refinery, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"bzh" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/clothing/head/helmet/toggleable/riot{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/clothing/head/helmet/toggleable/riot{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/gun/energy/e_gun/dragnet, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"bzj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"bzv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/brig/entrance) +"bzx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"bzK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"bzM" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/cafeteria) +"bzN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"bzQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"bAg" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram, +/obj/machinery/door/window/tram/right/directional/north{ + pixel_y = -25 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"bAm" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"bAv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/radio/intercom/command, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"bAC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"bAY" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet1"; + name = "Unit 1" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"bBa" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/rock/pile/jungle/style_2, +/obj/machinery/light/small/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"bBi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"bBl" = ( +/obj/structure/table/glass, +/obj/item/gun/ballistic/automatic/c20r/toy/unrestricted, +/obj/machinery/light/small/directional/east, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"bBs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"bBw" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"bBF" = ( +/turf/closed/wall/r_wall, +/area/station/science/robotics/lab) +"bBS" = ( +/turf/closed/wall/r_wall, +/area/station/command/teleporter) +"bBU" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/research) +"bCc" = ( +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Security Office"; + name = "Security Office Fax Machine"; + pixel_y = 6 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron, +/area/station/security) +"bCi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/work) +"bCo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"bCr" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron, +/area/station/security/processing) +"bCu" = ( +/turf/closed/wall/r_wall, +/area/station/security/tram) +"bCw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"bCx" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/power/floodlight, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"bCB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"bCC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"bCI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"bCW" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_y = 5 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"bCZ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/sign/warning/pods/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"bDb" = ( +/obj/item/pickaxe, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"bDg" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bDh" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/rnd/production/circuit_imprinter, +/obj/machinery/camera{ + c_tag = "Engineering - Foyer - Starboard"; + dir = 9 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"bDn" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"bDq" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"bDC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"bDD" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"bDS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"bEl" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"bEw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"bEB" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"bEE" = ( +/obj/machinery/computer/bank_machine{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"bEF" = ( +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/science/research) +"bEH" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sink/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"bEJ" = ( +/obj/machinery/light/directional/north, +/obj/machinery/computer/records/security, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"bEN" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/medical/cryo) +"bEY" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute{ + desc = "Only the worthy may claim the belt"; + dir = 1; + name = "PubbyStation Memorial Trash Chute" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"bFf" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Pure to West Ports" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"bFo" = ( +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"bFC" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"bFH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"bFR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Services Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/primary/central/aft) +"bFY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/blue, +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/suit/hazardvest{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/clothing/suit/hazardvest{ + pixel_x = -2 + }, +/obj/item/electronics/airalarm{ + pixel_x = 15; + pixel_y = -5 + }, +/obj/item/electronics/airalarm{ + pixel_x = 18; + pixel_y = -3 + }, +/obj/item/multitool{ + pixel_x = 11; + pixel_y = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"bGq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"bGz" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"bGA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Gun Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/auxlab/firing_range) +"bGB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/mecha_part_fabricator{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"bGJ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"bGK" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/pharmacy) +"bGP" = ( +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"bHf" = ( +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"bHA" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"bHC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"bHG" = ( +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"bHU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"bHY" = ( +/obj/machinery/light_switch/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"bIe" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"bIo" = ( +/obj/structure/table/wood, +/obj/item/storage/book/bible, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/maintenance/starboard/greater) +"bIt" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"bIw" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/obj/machinery/firealarm/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"bII" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"bIP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/window/right/directional/north{ + name = "Kitchen Delivery Access"; + req_access = list("kitchen") + }, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"bIS" = ( /obj/structure/disposalpipe/segment{ dir = 5 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"bJc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"bJd" = ( +/obj/machinery/skill_station, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"bJh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/light/cold/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/lower) -"awT" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/large/style_3{ +/area/station/security) +"bJr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"bJs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/engineering/glass{ + name = "Abandoned Power Monitoring" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine) +"bJz" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"bJJ" = ( +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"bJQ" = ( +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"bKD" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"bKK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bKN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"bKY" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/recharge_station, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"bLe" = ( +/obj/machinery/door/airlock/hatch{ + name = "Creature Pen" + }, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/cytology) +"bLo" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison/work) +"bLs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"bLx" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/medical/gauze{ + pixel_x = -2; pixel_y = 7 }, +/obj/item/stack/medical/gauze{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/machinery/light/cold/directional/west, +/obj/item/radio/intercom/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"bLA" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/service/janitor) +"bLM" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/brown, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"bLP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"bLS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"bLT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/book/manual/wiki/tcomms, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"bLW" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"bLY" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"bMd" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"bMh" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"bMo" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/maintenance/disposal/incinerator) +"bMA" = ( +/obj/structure/table/glass, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"bME" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"bMO" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"bMP" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"bMQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"bMS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/box/white, +/obj/effect/turf_decal/arrows/white, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"bMV" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/window/spawner/directional/east, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"bNf" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/break_room) +"bNl" = ( +/obj/docking_port/stationary/escape_pod{ + dir = 4 + }, +/turf/open/space/basic, +/area/space) +"bNn" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/maintenance/external{ + name = "Maintenance Access" + }, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"bNo" = ( +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"bNq" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch/directional/west, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"bNs" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"bND" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"bNR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"bNW" = ( +/obj/structure/cannon{ + dir = 8 + }, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bNY" = ( +/obj/structure/table/optable{ + desc = "A cold, hard place for your final rest."; + name = "Morgue Slab" + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"bOe" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"bOk" = ( +/obj/structure/cable, +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"bOl" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/decal/cleanable/glass, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"bOm" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"bOq" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"bOr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"bOF" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"bON" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/flasher/directional/west{ + id = "brigentry" + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"bOS" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bOY" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"bPi" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"bPs" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"bPx" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/pushbroom, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"bPE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lobby) +"bPM" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/machinery/computer/atmos_control/nitrogen_tank{ + dir = 1 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"bQd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/maintenance/port/fore) +"bQh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"bQB" = ( +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"bQG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"bRw" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bRA" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"bRK" = ( +/obj/effect/turf_decal/siding/white, +/obj/machinery/light/floor, +/turf/open/floor/noslip, +/area/station/medical/treatment_center) +"bRZ" = ( +/obj/structure/cable, +/obj/machinery/telecomms/broadcaster/preset_left, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"bSd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"bSf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"bSl" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 6 + }, +/obj/machinery/power/shieldwallgen, +/turf/open/floor/iron/smooth_large, +/area/station/command/teleporter) +"bSv" = ( +/obj/structure/rack, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/item/pickaxe, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"bSz" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/external{ + name = "Command Maintanence" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"bSJ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"bSO" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"bSR" = ( +/turf/open/misc/asteroid/airless, +/area/station/engineering/atmospherics_engine) +"bTb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/west, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"bTn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"bTp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"bTB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/chem_heater/withbuffer, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"bTD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"bTG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"bTQ" = ( +/obj/machinery/light/cold/directional/east, +/obj/effect/spawner/random/vending/colavend, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"bTS" = ( +/obj/machinery/light/floor, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"bTZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"bUa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"bUc" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bUh" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"bUv" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/science/ordnance/testlab) +"bUA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"bUQ" = ( +/obj/structure/table/bronze, +/obj/machinery/airalarm/directional/north, +/obj/item/food/grown/cannabis{ + pixel_x = -11 + }, +/obj/item/food/grown/cannabis{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"bVu" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"bVA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"bVO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/camera/autoname/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/filingcabinet/security{ + pixel_x = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"bVU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Security Doors" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"bWa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"bWt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bWv" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/full, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/storage/box/gloves{ + pixel_x = -3; + pixel_y = -1 + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/medbay/lobby) +"bWw" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"bWA" = ( +/obj/machinery/computer/exodrone_control_console{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"bWL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"bWN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"bXg" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -5; + pixel_y = 14 + }, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = 16; + pixel_y = 14 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 12; + pixel_y = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"bXh" = ( +/obj/effect/spawner/random/structure/girder, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bXm" = ( +/turf/closed/wall/r_wall, +/area/station/command/meeting_room) +"bXt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"bXz" = ( +/turf/closed/wall, +/area/station/service/kitchen/coldroom) +"bXO" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/atmospheric_sanity/ignore_area, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"bXQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"bXV" = ( +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"bXW" = ( +/turf/open/floor/grass, +/area/station/science/xenobiology) +"bYf" = ( +/turf/closed/wall, +/area/station/service/cafeteria) +"bYm" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"bYr" = ( +/turf/closed/wall, +/area/station/engineering/engine_smes) +"bYx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Security Desk"; + req_access = list("security") + }, +/obj/machinery/door/window/left/directional/north{ + name = "Security Desk" + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 11 + }, +/turf/open/floor/iron/textured_large, +/area/station/security/brig/entrance) +"bYz" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"bYD" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/table, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/sorting) +"bYJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 5 + }, +/obj/machinery/fax{ + fax_name = "Head of Security's Office"; + name = "Head of Security's Fax Machine"; + pixel_y = 9 + }, +/obj/structure/table/glass, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"bYR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/smooth_edge{ + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"bYW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "AISat Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bZf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"bZk" = ( +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"bZL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"bZM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"bZR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bZU" = ( +/obj/effect/turf_decal/siding/dark_red/corner, +/obj/structure/rack, +/obj/item/gun/energy/temperature/security, +/obj/item/clothing/suit/hooded/ablative, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"cal" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/storage/box/petridish{ + pixel_x = -8; + pixel_y = -4 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"cao" = ( +/obj/structure/window/spawner, /obj/structure/flora/bush/flowers_pp/style_random, /obj/structure/sign/poster/official/random/directional/north, /turf/open/misc/sandy_dirt, -/area/station/hallway/secondary/entry) -"axq" = ( -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"axs" = ( -/obj/item/bodypart/arm/left, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"axz" = ( -/obj/machinery/light/directional/north, -/obj/structure/window/spawner/directional/east, +/area/station/commons) +"caq" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/table/glass, +/obj/machinery/requests_console/directional/south{ + department = "Virology"; + name = "Virology Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"cax" = ( +/obj/machinery/lapvend, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"caC" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"caE" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"caF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"cbb" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/yellow, +/obj/machinery/recharger{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/folder/yellow{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/assembly/signaler{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"cbl" = ( +/obj/structure/table, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood, +/area/station/service/theater) +"cbB" = ( +/obj/machinery/exodrone_launcher, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"cbN" = ( +/obj/structure/cable, +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"cbY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/autolathe, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/sorting) +"ccj" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"cck" = ( /obj/structure/table/wood, -/obj/machinery/cell_charger{ - pixel_y = 5 +/obj/item/storage/fancy/cigarettes/cigars/cohiba{ + pixel_y = 8 }, -/obj/item/stock_parts/cell/crap{ - pixel_y = 5 +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_x = 5; + pixel_y = 19 }, -/obj/item/clothing/mask/cigarette/pipe/cobpipe{ - pixel_x = 1; +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"ccA" = ( +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"ccC" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"ccE" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"ccX" = ( +/obj/machinery/vending/wardrobe/chef_wardrobe, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"cdh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/mob/living/simple_animal/sloth/citrus, +/turf/open/floor/iron, +/area/station/cargo/storage) +"cdq" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"cdw" = ( +/turf/closed/wall, +/area/station/hallway/secondary/recreation) +"cdE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"cdG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"cdK" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"cdY" = ( +/turf/closed/wall, +/area/station/ai_monitored/turret_protected/ai) +"cdZ" = ( +/turf/closed/wall/rust, +/area/station/ai_monitored/turret_protected/ai) +"cei" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/space_heater, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"cem" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"cen" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/machinery/shower/directional/west, +/obj/machinery/light/cold/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"ceH" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"cfa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"cfj" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"cft" = ( +/obj/structure/cable, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"cfD" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"cfE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"cfL" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/aft) +"cfM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cfQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"cga" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"cge" = ( +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"cgf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/lab) +"cgn" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"cgo" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 9; + height = 25; + name = "MetaStation emergency evac bay"; + shuttle_id = "emergency_home"; + width = 29 + }, +/turf/open/space/basic, +/area/space) +"cgw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"cgy" = ( +/obj/structure/sign/directions/supply{ + dir = 1; + pixel_y = -8 + }, +/obj/structure/sign/directions/command{ + dir = 1 + }, +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"cha" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"chf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Auxiliary Bathrooms" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons/toilet/auxiliary) +"chI" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"chN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"cif" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"cii" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/recreation) +"cil" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/greyscale, +/obj/item/folder/yellow, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ciJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"ciO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light/cold/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ciS" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"ciX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cja" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"cje" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"cjg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/science/rd_office, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"cjj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/lab) +"cjm" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"cjB" = ( +/obj/structure/table, +/obj/item/disk/cargo{ + pixel_x = 6 + }, +/obj/item/paper/crumpled{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/item/pen{ + pixel_x = -5 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = 7; + pixel_y = 15 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"cjJ" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = -32; + spawn_loot_chance = 50 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"cjO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/structure/cable, +/obj/item/radio/intercom/directional/north{ + frequency = 1423; + name = "Interrogation Intercom" + }, +/turf/open/floor/iron, +/area/station/security) +"cjT" = ( +/obj/structure/chair{ + dir = 1; pixel_y = -2 }, -/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"cjY" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"ckg" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 4; + id = "prisonsol"; + name = "Prison Solar Control" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"ckm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"cko" = ( +/turf/open/floor/plating/airless, +/area/space/nearstation) +"ckq" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, /turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"ayf" = ( +/area/station/command/bridge) +"ckE" = ( +/turf/closed/wall/r_wall/rust, +/area/station/engineering/atmos/pumproom) +"ckF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"ckU" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"clb" = ( +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"cll" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"clv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"cly" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/lockers) +"clJ" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/table, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"cmo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"cmp" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cmA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"cmC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"cmE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"cmJ" = ( +/obj/structure/table/glass, +/obj/machinery/fax{ + fax_name = "Chief Medical Officer's Office"; + name = "Chief Medical Officer's Fax Machine"; + pixel_y = 13 + }, +/obj/machinery/light/cold/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/button/door/directional/south{ + id = "cmoprivacy"; + name = "CMO Privacy Shutters"; + pixel_x = -6; + req_access = list("cmo") + }, +/obj/machinery/camera/autoname/directional/south, +/obj/machinery/button/door/directional/south{ + id = "medlock"; + name = "Medbay Lockdown Control"; + pixel_x = 6; + req_access = list("medical") + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"cmL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/atmospheric_sanity/ignore_area, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"cmS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"cmU" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cmY" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod One"; + space_dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"cnm" = ( +/obj/structure/window/reinforced/plasma/spawner{ + dir = 4 + }, +/obj/machinery/computer/atmos_control/nocontrol/incinerator{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/disposal/incinerator) +"cnp" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"cnr" = ( +/obj/machinery/camera/directional/south{ + c_tag = "AI Chamber - Aft"; + network = list("aicore") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"cnt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"cnE" = ( +/obj/machinery/light/cold/directional/south, +/obj/structure/sign/warning/pods/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"cnI" = ( +/obj/structure/table, +/obj/item/stock_parts/matter_bin{ + pixel_x = 6; + pixel_y = 15 + }, +/obj/item/stock_parts/matter_bin{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"cnJ" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cnL" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/bottle/wine{ + pixel_x = 3; + pixel_y = 18 + }, +/obj/item/reagent_containers/cup/glass/bottle/wine{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"cnO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"cnU" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"cnY" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"coj" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"col" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/cyborg, +/obj/machinery/holopad/secure, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"coR" = ( +/obj/item/cultivator/rake, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"coT" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/server) +"coY" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, @@ -1090,335 +6535,17 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"ayi" = ( -/turf/closed/wall, -/area/station/engineering/atmos/project) -"ays" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/frame/machine, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"ayu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"ayK" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter/room) -"ayV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/holopad, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"aza" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/obj/machinery/light/floor{ - pixel_x = 32 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"azh" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"azq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - name = "Engineering Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"azz" = ( -/turf/open/floor/iron, -/area/station/security/prison/workout) -"aAt" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"aAw" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 8 - }, -/obj/machinery/light/cold/directional/north, -/obj/machinery/firealarm/directional/east, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"aAD" = ( +"cpm" = ( +/obj/machinery/status_display/ai/directional/north, /obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/book/manual/wiki/tcomms, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"aAE" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/iron/smooth, -/area/station/engineering/engine_smes) -"aAL" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"aBs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/engine_smes) -"aBy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"aBK" = ( -/obj/structure/dresser, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/iron/small, -/area/station/security/prison/shower) -"aBV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/departments/science/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"aCf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/misc/asteroid, -/area/station/maintenance/department/engine) -"aCi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"aCF" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/station/engineering/storage/tech) -"aCG" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/misc/sandy_dirt, -/area/station/hallway/secondary/recreation) -"aCM" = ( -/obj/effect/spawner/random/structure/crate_abandoned, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"aCO" = ( -/obj/structure/sign/directions/evac{ - dir = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/supply{ - dir = 8; - pixel_y = -8 - }, -/turf/closed/wall, -/area/station/hallway/primary/central/fore) -"aCZ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"aDe" = ( -/obj/item/target, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aDk" = ( +"cpr" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"aEc" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"aEA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"aEB" = ( -/obj/structure/table, -/obj/effect/spawner/random/food_or_drink/seed_rare, -/obj/item/storage/bag/plants/portaseeder, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"aEJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/hidden, -/turf/open/floor/wood/tile, -/area/station/tcommsat/server) -"aFh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aFj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/science/ordnance) -"aFo" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aFq" = ( -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ - dir = 1 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"aFt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aFA" = ( -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"aFE" = ( -/obj/item/target, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aFR" = ( -/turf/open/floor/plating, -/area/station/security/tram) -"aGa" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/fuchsia, -/turf/open/space/basic, -/area/space/nearstation) -"aGv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/glass, -/area/station/command/heads_quarters/rd) -"aGF" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/space/basic, -/area/space/nearstation) -"aHc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aHh" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/directional/west{ - c_tag = "Xenobiology - Cell 4"; - network = list("ss13","rd","xeno") - }, -/obj/effect/turf_decal/box/red/corners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"aHq" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"aHu" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"aHJ" = ( -/obj/structure/window/spawner/directional/north, -/obj/machinery/hydroponics/soil, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/grass, -/area/station/security/prison/garden) -"aHS" = ( /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, /obj/effect/turf_decal/trimline/neutral/line{ dir = 8 }, @@ -1426,1144 +6553,247 @@ dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"aIr" = ( +/area/station/hallway/primary/fore) +"cps" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/structure/window/spawner, -/obj/effect/turf_decal/tile/red, -/obj/machinery/vending/tool, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"aII" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Cooling Loop Bypass" - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 10 - }, -/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aIW" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"aJc" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"aJn" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/machinery/door/window/survival_pod{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"aJq" = ( -/turf/closed/mineral/random/stationside, -/area/space/nearstation) -"aJu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/power/terminal, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/engine_smes) -"aJE" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"aJX" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock{ - id_tag = "AuxToilet3"; - name = "Unit 3" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"aKm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/power/terminal, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/engine_smes) -"aKG" = ( -/obj/machinery/power/terminal, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/engine_smes) -"aKH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"aKJ" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"aKZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/engineering/engine_smes) -"aLe" = ( -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/small, -/area/station/engineering/engine_smes) -"aLh" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/aft) -"aLr" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"aLA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"aLQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"aLT" = ( -/obj/structure/rack, -/obj/item/pickaxe, -/obj/effect/spawner/random/maintenance, -/turf/open/misc/asteroid, -/area/station/maintenance/department/engine) -"aLU" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aMa" = ( -/obj/item/bodypart/leg/left, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aMc" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aMm" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/vending/tool, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"aMy" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"aME" = ( -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"aNe" = ( -/obj/structure/window/reinforced/survival_pod/spawner/directional/east, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Gas to Chamber" - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"aNk" = ( -/obj/machinery/suit_storage_unit/security, -/turf/open/floor/iron/small, -/area/station/security/tram) -"aNl" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/medical/storage) -"aNB" = ( -/obj/machinery/power/smes/engineering, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"aNH" = ( -/obj/structure/rack, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_y = 4 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/clothing/mask/gas{ - pixel_y = 4 - }, -/obj/item/clothing/mask/gas, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/engineering/main) -"aNL" = ( -/turf/closed/wall, -/area/station/science/ordnance/bomb) -"aNM" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"aNX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/north, /obj/effect/turf_decal/tile/blue{ dir = 4 }, -/turf/open/floor/iron/white/corner{ +/turf/open/floor/iron/dark/corner{ dir = 1 }, -/area/station/hallway/secondary/entry) -"aOx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"aOK" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"aOM" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/north, -/obj/effect/turf_decal/stripes/white/line{ +/area/station/engineering/atmos) +"cpu" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"cpx" = ( +/obj/effect/turf_decal/siding{ dir = 6 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/stack/sheet/mineral/plasma, -/turf/open/floor/engine, -/area/station/maintenance/department/engine) -"aOP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aOZ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/pickaxe, -/turf/open/floor/iron/small, -/area/station/engineering/supermatter/room) -"aPa" = ( +/obj/item/assembly/igniter, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"cpD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"cpJ" = ( +/obj/effect/landmark/secequipment, +/obj/item/clothing/under/rank/security/officer/formal, +/obj/item/clothing/under/rank/security/officer/formal, +/obj/item/clothing/suit/jacket/officer/blue, +/obj/item/clothing/suit/jacket/officer/blue, +/obj/item/clothing/head/beret/sec/navyofficer, +/obj/item/clothing/head/beret/sec/navyofficer, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/security/tram) +"cpM" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"aPb" = ( -/turf/open/floor/plating/rust, -/area/station/engineering/atmos/project) -"aPh" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/north, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/passive_vent, -/turf/open/floor/engine, -/area/station/maintenance/department/engine) -"aPm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/greenglow, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/engine) -"aPn" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/rack, -/obj/machinery/light/broken/directional/north, -/obj/item/stack/sheet/mineral/plasma/five, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/engine) -"aPx" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aPz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless{ - luminosity = 2 - }, -/area/station/science/ordnance/bomb) -"aPD" = ( -/obj/structure/chair{ - dir = 1 - }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"cpQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aPG" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"aPO" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/camera/directional/south, -/obj/item/storage/box/syringes{ - pixel_x = 3; - pixel_y = 14 - }, -/obj/machinery/button/door/directional/south{ - id = "medbreach"; - name = "Breach Shutters Control" - }, -/obj/machinery/light/cold/directional/south, -/obj/item/storage/box/masks{ - pixel_x = -2; - pixel_y = 5 + dir = 1 }, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"aPU" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/rcl/pre_loaded, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"aPX" = ( -/obj/structure/cable, -/obj/machinery/holopad, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"aQm" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/security/checkpoint/customs) -"aQn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible, -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/station/engineering/supermatter) -"aQr" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/iron/dark, -/area/station/medical/cryo) -"aQy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/engine_smes) -"aQB" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 9 - }, -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/station/engineering/supermatter) -"aQF" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/obj/effect/turf_decal/siding/wideplating/dark/corner, -/turf/open/floor/iron, -/area/station/security) -"aQI" = ( -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/maintenance/department/engine) -"aRh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aRv" = ( -/obj/structure/sign/warning/electric_shock, -/turf/closed/wall/r_wall, -/area/station/maintenance/department/engine) -"aRw" = ( -/turf/open/floor/iron/chapel{ - dir = 4 - }, -/area/station/maintenance/starboard/greater) -"aRC" = ( -/obj/structure/table, -/obj/item/flashlight/lamp/green{ - pixel_y = 4 - }, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"aRF" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/maintenance/department/engine) -"aRI" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 1 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"aRJ" = ( +/area/station/hallway/primary/starboard) +"cpR" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/end, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"aRR" = ( -/obj/machinery/power/supermatter_crystal/engine, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"aRT" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"aRY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aSa" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/maintenance/department/engine) -"aSd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 5 - }, -/obj/structure/cable, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aSy" = ( -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"aSI" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/emcloset, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"aSM" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/hallway/secondary/dock) -"aSP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"aTc" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"aTd" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/spawner/random/maintenance, -/obj/item/wallframe/apc, -/turf/open/floor/iron/small, -/area/station/maintenance/department/engine) -"aTf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/directional/east{ - c_tag = "Xenobiology Lab - Test Chamber"; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"aTn" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"aTq" = ( -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/office) -"aTr" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"aTx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aTA" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"cpT" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aTP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{ + dir = 10 }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aTW" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"aUA" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/smooth_edge, -/area/station/maintenance/starboard/greater) -"aUQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aVj" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aVq" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Radiation-Proof Airlock" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/department/engine) -"aVr" = ( -/obj/machinery/modular_computer/console/preset/id, -/obj/effect/turf_decal/tile/dark_red/fourcorners, /obj/machinery/camera/autoname/directional/north, /turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"aVz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/department/engine) -"aVT" = ( -/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/obj/machinery/button/ignition/incinerator/ordmix{ - pixel_x = 24; - pixel_y = -9 - }, -/obj/machinery/button/door/incinerator_vent_ordmix{ - pixel_x = 25; - pixel_y = 6 - }, -/obj/machinery/airlock_controller/incinerator_ordmix{ - pixel_x = -24; - pixel_y = -2 - }, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"aVX" = ( -/obj/structure/cable, -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"aVZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/autoname/directional/west, +/area/station/engineering/supermatter/room) +"cqf" = ( +/obj/machinery/vending/autodrobe/all_access, +/obj/item/radio/intercom/directional/east, /turf/open/floor/iron, -/area/station/security/prison/rec) -"aWc" = ( -/turf/open/floor/iron/small, -/area/station/security/tram) -"aWi" = ( -/obj/structure/cable, +/area/station/commons) +"cqn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - id_tag = "permaouter"; - name = "Permabrig Transfer" +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/commons/dorms) +"cqz" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"cqH" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" }, /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/execution/transfer) -"aWE" = ( -/obj/machinery/door/airlock/hatch, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +/obj/machinery/door/window/brigdoor/right/directional/south{ + name = "Security Desk"; + req_access = list("security") }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/department/engine) -"aXI" = ( -/turf/closed/wall/r_wall, -/area/station/science/lobby) -"aXL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"aXR" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"aYd" = ( -/obj/structure/window/reinforced/plasma/spawner, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 +/obj/machinery/door/window/right/directional/north{ + name = "Security Desk" }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/passive_vent{ +/obj/structure/sign/directions/command/directional/east{ dir = 1 }, -/turf/open/floor/engine, -/area/station/maintenance/department/engine) -"aYe" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"aYp" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/structure/sign/directions/medical/directional/east{ + pixel_y = 8 }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"aYr" = ( +/obj/structure/sign/directions/vault/directional/east{ + pixel_y = -8 + }, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/iron/textured_large, +/area/station/security/brig/entrance) +"cqM" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/north, -/obj/machinery/camera/directional/north, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/command/corporate_showroom) -"aYD" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/chapel{ - dir = 4 - }, -/area/station/maintenance/starboard/greater) -"aYO" = ( -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 4 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"aZi" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/structure/window/reinforced/plasma/spawner/directional/west, -/turf/open/floor/engine, -/area/station/maintenance/department/engine) -"aZG" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/structure/table/wood, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"aZM" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bab" = ( -/obj/machinery/door/airlock/external{ - name = "Common Mining Dock" - }, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"bat" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 5 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/engine) -"baE" = ( -/obj/structure/table, -/obj/item/gps/mining{ - pixel_x = 5 - }, -/obj/item/gps/mining{ - pixel_x = -8; - pixel_y = 6 - }, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"baW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/maintenance/department/engine) -"bba" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 8 - }, -/obj/machinery/door/window/right/directional/west{ - name = "Medical Supplies"; - req_access = list("medical") - }, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"bbe" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/station/science/xenobiology) -"bbh" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"bbj" = ( -/obj/structure/cable, -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bbU" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"bch" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/end{ - dir = 1 - }, -/obj/item/toy/plush/pkplush{ - name = "Bruder" - }, -/turf/open/floor/wood/tile, -/area/station/maintenance/aft) -"bcr" = ( -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"bcu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bcv" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/small, -/area/station/medical/medbay/lobby) -"bcK" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bcY" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/tram) -"bda" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bdJ" = ( -/obj/structure/frame/machine, -/obj/item/circuitboard/machine/smes, -/obj/item/stack/cable_coil/five, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bem" = ( -/obj/structure/cable, -/turf/closed/wall, -/area/station/maintenance/department/engine) -"beL" = ( -/obj/structure/railing{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"beM" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/structure/chair{ - pixel_y = -2 - }, -/turf/open/floor/wood/tile, -/area/station/science/lower) -"beO" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ +/obj/machinery/door/poddoor/shutters/preopen{ dir = 4; - name = "Engine Exhaust" + id = "secbreach"; + name = "Breach Shutters" }, -/turf/open/floor/plating/airless, -/area/station/engineering/supermatter/room) -"bfj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/table/reinforced/titaniumglass, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bfo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bft" = ( +/area/station/security) +"cqP" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bfF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bfG" = ( -/obj/structure/railing{ dir = 9 }, -/turf/open/misc/asteroid/airless, -/area/station/engineering/atmospherics_engine) -"bfN" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"bfX" = ( -/obj/structure/railing{ - dir = 5 - }, -/turf/open/misc/asteroid/airless, -/area/station/engineering/atmospherics_engine) -"bfZ" = ( -/obj/machinery/power/emitter{ +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"cqU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"cqZ" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"crb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"crv" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"crx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"cry" = ( +/turf/open/space/basic, +/area/space/nearstation) +"crA" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/security/interrogation) +"crJ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/central/fore) +"crT" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"crU" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/closet/l3closet, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"crW" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"csa" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"csi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Kitchen Cold Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/service/kitchen/coldroom) +"csy" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/siding/purple{ dir = 8 }, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bgB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"bgH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"bgQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"bhc" = ( -/obj/structure/reflector/box{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bho" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/structure/hedge, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"bhv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"bhI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"bhR" = ( -/obj/machinery/door/airlock/engineering{ - name = "Main Engine" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"bhU" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/engineering{ - name = "Main Engine" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"bhV" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"bia" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/greyscale, -/obj/item/folder/yellow, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"bio" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"biq" = ( +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"csH" = ( /obj/effect/turf_decal/tile/dark_red/opposingcorners, /obj/structure/table/reinforced, /obj/machinery/recharger{ @@ -2576,103 +6806,484 @@ }, /turf/open/floor/iron, /area/station/security/warden) -"biB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/bridge) -"biM" = ( +"csI" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, -/obj/machinery/holopad, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"biW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/hallway/secondary/spacebridge) +"csQ" = ( +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/airlock/security{ + name = "Transfer E.V.A." + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/tram) +"csV" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"csX" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"ctb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 10 + }, +/obj/effect/spawner/random/bureaucracy/folder{ + pixel_x = -2; + pixel_y = -9 + }, +/obj/structure/sign/picture_frame/portrait{ + pixel_x = -26 + }, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"cte" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"ctj" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"ctn" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ctr" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"ctC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"cum" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"cuq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"cux" = ( +/obj/structure/table, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"cuy" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"cuC" = ( +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/hand_labeler, +/obj/item/camera, +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"cuM" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"cuO" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"cuQ" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"cuR" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/port/aft) +"cuV" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/aft) +"cvb" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Hull Breach Emergency Storage" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/open/floor/catwalk_floor/iron, +/area/station/commons/storage/tools) +"cvc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cvh" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"cvo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/sofa/left/maroon{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"cvx" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"cvS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/command{ + name = "Research Division Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/server) +"cwf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/ordnance) +"cwi" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/box, +/obj/effect/spawner/random/trash/soap{ + spawn_scatter_radius = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"cwo" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"cwN" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/cargo/storage) +"cwW" = ( +/obj/structure/table, +/obj/item/stock_parts/matter_bin{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/storage/toolbox/emergency{ + pixel_x = 2; + pixel_y = -8 + }, +/obj/item/stock_parts/matter_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/toolbox/emergency{ + pixel_x = 2; + pixel_y = -8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"cwY" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"cxc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"cxi" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/painting/large/library{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"cxk" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"cxr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"cxv" = ( +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"cxz" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"cxB" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bjf" = ( -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stock_parts/cell/high, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/item/gps, -/obj/structure/closet/crate/engineering, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"bjp" = ( -/obj/structure/cable, /obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"bjv" = ( -/obj/machinery/status_display/ai/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"bjx" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Garbage Incinerator Access" +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "vaco"; + name = "Comissary Shutters" }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, /turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bjL" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"bjQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/turf/open/space/basic, -/area/space/nearstation) -"bjX" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"bka" = ( +/area/station/commons/vacant_room/commissary) +"cxH" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/landmark/start/hangover, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=13.2-Tcommstore"; + location = "13.1-Engineering-Enter" + }, +/obj/effect/turf_decal/trimline/neutral/line{ dir = 8 }, -/obj/structure/sign/departments/chemistry/pharmacy/directional/west, -/turf/open/floor/iron/white/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 }, -/area/station/hallway/primary/aft) -"bkd" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/lime, -/turf/open/space/basic, -/area/space/nearstation) -"bkl" = ( -/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"cxT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"cya" = ( +/obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"bku" = ( +"cyb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"cyd" = ( +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"cye" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"cyj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"cyk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cyl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"cyu" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"cyy" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/table/glass, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"cyA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/science/ordnance/testlab) +"cyF" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"cyQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"cyS" = ( +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"czi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"czp" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"czw" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"czA" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown/full, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"czE" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"czG" = ( +/obj/structure/bookcase/random, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"czI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"czK" = ( /obj/structure/disposalpipe/segment{ dir = 9 }, @@ -2684,280 +7295,499 @@ /obj/structure/cable, /turf/open/floor/iron/small, /area/station/security/office) -"bkz" = ( -/turf/open/misc/asteroid/airless, -/area/station/engineering/atmospherics_engine) -"bkH" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/box, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"blb" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"blh" = ( -/obj/structure/hedge, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"blk" = ( -/obj/effect/turf_decal/siding/white/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"blq" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"bly" = ( -/obj/structure/closet/crate/miningcar, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"blG" = ( -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" - }, -/obj/effect/turf_decal/arrows/white, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"blU" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"bmk" = ( -/obj/machinery/suit_storage_unit/atmos, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bmn" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bmr" = ( -/obj/structure/cable, -/obj/machinery/telecomms/broadcaster/preset_right, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"bmA" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"bmB" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/mob/living/simple_animal/bot/medbot/autopatrol, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"bmM" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"bmP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/wrench, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bng" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bno" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/external{ - name = "Tram Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"bnu" = ( -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/closet/firecloset, -/obj/machinery/firealarm/directional/north, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/plating, -/area/station/engineering/main) -"bob" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, +"czM" = ( +/obj/machinery/nuclearbomb/selfdestruct, /turf/open/floor/circuit/green, /area/station/ai_monitored/command/nuke_storage) -"boe" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"boK" = ( -/obj/effect/turf_decal/stripes/asteroid/end{ - dir = 1 - }, -/turf/open/floor/circuit/green, -/area/station/science/robotics/mechbay) -"boL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"boP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"boW" = ( -/obj/structure/table/glass, -/obj/machinery/status_display/ai/directional/south, -/obj/item/surgical_drapes, -/obj/item/lighter{ - pixel_x = 15 - }, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"boY" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"bpg" = ( -/obj/machinery/power/emitter, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"bpl" = ( -/obj/machinery/flasher/directional/north{ - id = "IsolationFlash" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white/small, -/area/station/security/execution/education) -"bpm" = ( -/obj/machinery/field/generator, +"cAf" = ( +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/structure/window/reinforced/plasma/spawner/directional/east, /obj/effect/turf_decal/stripes/white/line{ dir = 8 }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"cAh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"cAw" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"cAC" = ( +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"cAD" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"cAG" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"cAW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"cAX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"bpo" = ( +/area/station/security/evidence) +"cBe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Commons" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/commons/dorms) +"cBh" = ( +/turf/closed/wall, +/area/station/science/auxlab/firing_range) +"cBy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"cBX" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/industrial_lift/tram, +/obj/structure/window/reinforced/tram/mid/directional/south, +/obj/structure/rack, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"cCb" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"cCk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"cCr" = ( +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"cDb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"cDd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/command/heads_quarters/hop) +"cDm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"cDo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"cDy" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/head/cone{ - pixel_x = 6; - pixel_y = -8 - }, -/obj/effect/decal/cleanable/blood, -/obj/machinery/light/broken/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"cDB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/prison/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"bpG" = ( -/obj/machinery/field/generator, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 +/area/station/security/prison/work) +"cDE" = ( +/obj/effect/turf_decal/siding/red{ + dir = 1 }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"bpS" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"bqd" = ( -/obj/item/reagent_containers/cup/bottle/ammonia, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/security/prison/safe) -"bqm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/starboard) -"bqs" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bqE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/machinery/door/airlock/medical/glass{ - name = "Quarentine" +/obj/structure/closet/secure_closet/warden, +/obj/item/gun/energy/laser, +/obj/machinery/button/door/directional/north{ + id = "armory"; + name = "Armory Shutters"; + req_access = list("armory") }, /turf/open/floor/iron/white/small, -/area/station/medical/virology) -"bqZ" = ( +/area/station/security/warden) +"cDG" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"brb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/security/prison/workout) -"brw" = ( -/obj/effect/decal/cleanable/glass, -/obj/structure/grille, +/obj/structure/table, +/obj/item/stack/spacecash/c1, +/obj/item/clothing/mask/cigarette/cigar/havana, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"cDK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security{ + aiControlDisabled = 1; + name = "Reflection Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/execution/education) +"cDL" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/blue/half, +/obj/effect/turf_decal/tile/blue/half{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/half, +/area/station/hallway/primary/central/fore) +"cDM" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, /turf/open/floor/plating, -/area/station/hallway/primary/port) -"brD" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/tile/neutral{ +/area/station/maintenance/central/lesser) +"cDV" = ( +/turf/open/floor/iron/small, +/area/station/engineering/atmospherics_engine) +"cDW" = ( +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"cEh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/central) +"cEi" = ( +/obj/effect/turf_decal/siding/green, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"cEl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"cEq" = ( +/obj/structure/chair{ dir = 1 }, /turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"cEr" = ( +/turf/closed/wall, +/area/station/command/bridge) +"cEx" = ( +/obj/machinery/door/airlock/external{ + name = "Departure Lounge Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/exit/departure_lounge) +"cEI" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"cEZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"cFb" = ( +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"cFn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"cFo" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"cFp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"cFw" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"cFH" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"cFN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"cFP" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ + dir = 1 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/freezerchamber) +"cFW" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"cGc" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"cGd" = ( +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"cGe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/cargo/storage) +"cGi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/east, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"cGu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"cGB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/curtain/cloth, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured_half, +/area/station/service/janitor) +"cGE" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"cGK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"cGU" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/order_console/mining, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"cGX" = ( +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"cHb" = ( +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"cHi" = ( +/obj/structure/sign/poster/official/soft_cap_pop_art{ + pixel_y = 32 + }, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"cHk" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"cHq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"cHy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Bar Backroom Maintenence" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"cHM" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"cHT" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, /area/station/hallway/primary/aft) -"brZ" = ( +"cIm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"cIn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"cIp" = ( /obj/machinery/door/airlock{ name = "Maintenance" }, @@ -2966,374 +7796,974 @@ /obj/structure/barricade/wooden/crude, /turf/open/floor/plating, /area/station/maintenance/aft) -"bsh" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"bsl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"cIv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/white/small, -/area/station/security/warden) -"bst" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Escape Pod Three"; - space_dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/maintenance/department/engine) -"bsu" = ( -/obj/structure/barricade/wooden/crude, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"bsv" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"bsy" = ( -/obj/machinery/camera/directional/east{ - c_tag = "MiniSat Exterior - Fore Port"; - network = list("minisat") - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bsz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Cold Loop" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bsF" = ( -/obj/structure/cable, -/obj/machinery/door/window/brigdoor/security/cell/left{ - dir = 4; - id = "engicell"; - name = "Cell Door"; - req_access = list("security") - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/engineering/break_room) -"bsI" = ( -/turf/open/floor/iron/dark/smooth_corner{ - dir = 4 - }, -/area/station/maintenance/starboard/greater) -"bsP" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"bsQ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/arrows{ - dir = 4 +/area/station/service/hydroponics) +"cIH" = ( +/obj/machinery/door/poddoor{ + id = "pubminingdoor"; + name = "Mining Shuttle Hangar" }, /turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"btv" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/warden) -"btC" = ( -/turf/closed/mineral/random/stationside, -/area/station/engineering/atmos/project) -"btG" = ( -/obj/structure/rack, -/obj/effect/turf_decal/delivery/white, -/obj/effect/spawner/random/maintenance, -/obj/item/airlock_painter/decal, -/turf/open/floor/iron/smooth, -/area/station/cargo/sorting) -"btL" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"btP" = ( -/obj/machinery/door/airlock/external/glass{ - name = "ATMOS PROJECT Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/iron/small, -/area/station/engineering/atmospherics_engine) -"btQ" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/office) -"buk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/storage/box{ - pixel_x = -8; - pixel_y = 15 - }, -/obj/machinery/light_switch/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/service/theater) -"buy" = ( -/turf/open/floor/iron/small, -/area/station/engineering/atmospherics_engine) -"buA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/corner{ - dir = 8 - }, -/area/station/science/xenobiology) -"buI" = ( -/obj/machinery/door/airlock/external/glass{ - name = "ATMOS PROJECT Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/iron/small, -/area/station/engineering/atmospherics_engine) -"buL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=6.2-Arrivals"; - location = "6.1-Arrivals" - }, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"buN" = ( -/obj/effect/turf_decal/arrows{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"buS" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/east, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"buV" = ( +/area/station/hallway/secondary/dock) +"cIO" = ( /obj/effect/turf_decal/tile/green/half/contrasted{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/medical/chemistry) -"buW" = ( -/obj/effect/turf_decal/arrows{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, +"cIR" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bvh" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 8 +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) -"bvK" = ( -/obj/effect/turf_decal/siding/red{ - dir = 9 - }, -/obj/machinery/computer/crew{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"bvO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bvT" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"cIT" = ( /obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/arrows{ +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/bed/maint, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"cIV" = ( +/turf/closed/wall, +/area/station/construction/mining/aux_base) +"cIX" = ( +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"cIY" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"cJg" = ( +/mob/living/simple_animal/hostile/asteroid/basilisk, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"cJn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"cJo" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Desk" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"cJq" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, +/obj/machinery/door/airlock/medical{ + name = "Pychologists Office" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"cJD" = ( +/obj/structure/sink/kitchen/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"cJL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=6.1-Arrivals"; + location = "5.0-AftHall-Arrivals" + }, /turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bwg" = ( +/area/station/hallway/primary/aft) +"cJS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/courtroom) +"cJU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"cKx" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/bot_white, +/obj/machinery/camera/autoname/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"cKE" = ( +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"cKK" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"cKM" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = -3 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/obj/machinery/light/floor{ + pixel_x = -32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"cKN" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"cKZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"cLh" = ( +/turf/closed/wall, +/area/station/maintenance/department/medical/central) +"cLi" = ( +/obj/structure/cable, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"cLp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"cLA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"cLQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 10 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bwz" = ( -/obj/effect/spawner/random/entertainment/arcade, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"bwE" = ( -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"bwH" = ( -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/plating, -/area/station/engineering/main) -"bwJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"bwX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bwY" = ( -/obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/maintenance/department/engine) -"bxa" = ( -/obj/structure/chair/sofa/bench/right{ +"cLX" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/courtroom) +"cLZ" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"bxc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/table/reinforced/titaniumglass, -/obj/structure/sign/poster/official/random/directional/north, -/obj/item/radio/intercom/directional/west, -/obj/effect/decal/cleanable/cobweb, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/turf/open/floor/iron/smooth_corner, -/area/station/maintenance/disposal/incinerator) -"bxq" = ( -/obj/structure/closet/emcloset, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"cMh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, /obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"cMi" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"cMl" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"cMn" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"cMu" = ( +/mob/living/simple_animal/hostile/mimic/crate, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"cMJ" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den/gaming) +"cMN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"cMP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"cMQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"cMU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"cNr" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/beaker/large, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 8; + pixel_y = -6 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"cNx" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"cND" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"cNS" = ( +/obj/machinery/airalarm/directional/east, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/entry) +"cNU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"cOa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"cOb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=22.0-Porthall-Evac"; + location = "21.0-Bar-Porthall" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"cOh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"cOu" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = -3 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"cOv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cOz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"cOE" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "AISat Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"cOL" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"cOO" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"cPc" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"cPm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"cPy" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"cPz" = ( +/obj/effect/turf_decal/bot_white/right, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"cPH" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/turf/open/floor/iron, +/area/station/security/courtroom) +"cPQ" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"cPR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/hydroponics/soil{ + pixel_y = 8 + }, +/obj/effect/spawner/random/food_or_drink/seed, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/aft) +"cPX" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/toy/figure/rd{ + pixel_y = 10 + }, +/obj/item/stamp/head/rd, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"cQh" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/hfr_box/core, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"cQi" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"cQr" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"cQC" = ( +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/closet{ + anchored = 1; + can_be_unanchored = 1; + name = "Cold protection gear" + }, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"cQI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"cRj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"cRt" = ( +/obj/structure/table/reinforced, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"cRD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cRH" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/bridge) +"cRS" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"cRZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, /turf/open/floor/plating/rust, /area/station/maintenance/department/engine) -"bxx" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/structure/window/reinforced/plasma/spawner/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/engine, -/area/station/maintenance/department/engine) -"bxA" = ( +"cSb" = ( /obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"cSH" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #1" + }, +/obj/effect/turf_decal/delivery, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #1"; + suffix = "#1" }, /turf/open/floor/iron, -/area/station/hallway/primary/port) -"bxH" = ( -/obj/structure/railing{ - dir = 10 +/area/station/cargo/storage) +"cSK" = ( +/turf/closed/wall, +/area/station/tcommsat/server) +"cSL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"bxI" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/library) +"cTd" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cTe" = ( /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"cTf" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs{ dir = 8 }, +/area/station/engineering/break_room) +"cTg" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/obj/machinery/light/floor{ + pixel_x = 32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"cTJ" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"cTP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Public Shrine" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/port) +"cUq" = ( +/obj/structure/table/glass, +/obj/machinery/light/small/directional/south, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_y = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"cUt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"cUP" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera/directional/east{ + c_tag = "Prison Isolation Cell"; + network = list("ss13","prison","isolation") + }, +/obj/structure/chair, +/turf/open/floor/iron/white/small, +/area/station/security/execution/education) +"cVa" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/iron/fifty, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/airlock_painter, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"cVo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"cVp" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cVu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"cVy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Security Desk"; + req_access = list("security") + }, +/obj/machinery/door/window/left/directional/north{ + name = "Security Desk" + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/escape) +"cVB" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) +"cVC" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"cVF" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/effect/turf_decal/bot_red, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"cVG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner, +/area/station/science/lower) +"cVO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Transferring Center" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured_half, +/area/station/security/processing) +"cVP" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"cVX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"cVZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/mail_sorting/science/robotics, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"cWt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"cWA" = ( +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/gateway) +"cWD" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/medical/medbay/lobby) +"cWM" = ( +/obj/machinery/computer/piratepad_control/civilian{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/central/fore) +"cXc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public{ + name = "Abandoned Dock" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"cXf" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/item/toy/plush/pkplush{ + name = "Bruder" + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/aft) +"cXh" = ( +/turf/closed/wall, +/area/station/security/brig) +"cXj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"cXt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"cXI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"cXJ" = ( +/obj/structure/rack, +/obj/item/storage/medkit/regular, +/obj/item/healthanalyzer{ + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"cXK" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/stack/sheet/titaniumglass, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"cXO" = ( +/obj/item/radio/intercom/directional/west, /turf/open/floor/iron/white/side{ - dir = 6 + dir = 4 }, -/area/station/science/lower) -"bxN" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/box/white, -/obj/effect/turf_decal/arrows/white, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"byk" = ( -/obj/structure/railing{ - dir = 6 +/area/station/science/xenobiology) +"cXS" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/jungle/a/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"cXW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"byx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"cXZ" = ( +/turf/closed/wall, +/area/station/hallway/primary/fore) +"cYe" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"cYh" = ( +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"cYj" = ( +/turf/closed/wall/rust, +/area/station/maintenance/fore/lesser) +"cYn" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"cYo" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/asteroid/end{ + dir = 1 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"cYx" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"cYD" = ( +/turf/closed/wall, +/area/station/hallway/secondary/construction) +"cYM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"cYO" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Old Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"cYR" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"cZi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"cZl" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"cZm" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"cZt" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 @@ -3348,1706 +8778,58 @@ dir = 1 }, /area/station/hallway/secondary/dock) -"byD" = ( -/obj/effect/turf_decal/stripes/asteroid/end, -/turf/open/floor/circuit/green, -/area/station/science/robotics/mechbay) -"byV" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/item/radio/intercom/directional/west, +"cZu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/bed/maint, /turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"byW" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Waste to Exhaust" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bze" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/item/clothing/suit/hazardvest{ - pixel_y = 8 - }, -/obj/item/clothing/suit/hazardvest{ - pixel_y = 5 - }, -/obj/item/clothing/suit/hazardvest{ - pixel_y = 2 - }, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_y = 7 - }, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_y = 4 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/small, -/area/station/engineering/supermatter/room) -"bzf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bzn" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/item/stack/sheet/plasteel/fifty, -/obj/machinery/firealarm/directional/east, -/obj/structure/rack, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bzs" = ( -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bzv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/power/emitter{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bzT" = ( -/obj/machinery/shower/directional/east, -/obj/effect/turf_decal/siding/wideplating/dark/end{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/engineering/atmos) -"bzV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold/orange/visible, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bzZ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/construction) -"bAi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/smooth_edge{ - dir = 8 - }, -/area/station/maintenance/disposal/incinerator) -"bAk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/structure/chair/plastic{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal/incinerator) -"bAo" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"bAq" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"bAs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"bAI" = ( -/obj/structure/chair/office, -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"bAK" = ( -/obj/structure/window/reinforced/spawner, -/obj/item/kirbyplants/random, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bAL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bAT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/hallway/secondary/entry) -"bBa" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating/airless, -/area/station/maintenance/department/engine) -"bBe" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/security) -"bBf" = ( -/obj/structure/railing{ - dir = 10 - }, -/turf/open/misc/asteroid/airless, -/area/station/engineering/atmospherics_engine) -"bBl" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/arrows{ - dir = 4 - }, -/obj/structure/railing{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"bBu" = ( -/obj/effect/turf_decal/siding, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"bBv" = ( -/obj/machinery/light/cold/directional/west, -/obj/structure/chair/sofa/corp/left{ - dir = 4 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"bBw" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"bBy" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmospherics_engine) -"bCf" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/processing) -"bCi" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/components/binary/crystallizer{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bCl" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/structure/window/reinforced/plasma/spawner/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/engine, -/area/station/maintenance/department/engine) -"bCn" = ( -/obj/effect/turf_decal/tile/blue, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"bCu" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bCz" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/light/cold/directional/south, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/warden) -"bCG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/red{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/security/office) -"bCM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bCQ" = ( -/obj/structure/cable, +/area/station/maintenance/hallway/abandoned_recreation) +"cZx" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/lower) -"bCX" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"bCZ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/arrows{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"bDj" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/medical/cryo) -"bDp" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 10 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"bDq" = ( -/obj/structure/table, -/obj/item/shovel, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"bDr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"bDM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bDN" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"bDP" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bDQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"bDY" = ( -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 4 - }, -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/light/cold/directional/east, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"bEd" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"bEi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bEw" = ( -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = -8 - }, -/obj/structure/sign/directions/command{ - dir = 1 - }, -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = 8 - }, -/turf/closed/wall, -/area/station/hallway/secondary/entry) -"bEB" = ( -/obj/machinery/vending/cigarette, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/science/lower) -"bEC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/science/ordnance/testlab) -"bEG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Engine Coolant Bypass" - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bEN" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"bEP" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/north, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"bFb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Project EVA Prep Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/engineering/atmospherics_engine) -"bFw" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"bFM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bFW" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/rnd_all, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"bGi" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/cup/glass/mug{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/storage/fancy/cigarettes/cigpack_shadyjims{ - pixel_x = -6; - pixel_y = 3 - }, -/obj/effect/spawner/random/entertainment/lighter, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"bGn" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"bGs" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"bGv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 9 - }, -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/button/door/directional/north{ - id = "chem_lockdown"; - name = "chemistry lockdown control"; - req_access = list("pharmacy") - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"bGC" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"bGL" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"bGP" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bGU" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Filing Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/office) -"bGY" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/machinery/chem_heater/withbuffer, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"bHd" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Old Engine" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bHp" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"bHs" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"bHA" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"bHU" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/carpet/blue, -/area/station/cargo/boutique) -"bHV" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green, -/obj/structure/table, -/obj/item/multitool/circuit{ - pixel_x = 7 - }, -/obj/item/multitool/circuit, -/obj/item/multitool/circuit{ - pixel_x = -8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"bHW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bIf" = ( -/obj/structure/window/reinforced/plasma/spawner, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/station/maintenance/department/engine) -"bIp" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_x = -28; - pixel_y = 8 - }, -/obj/structure/flora/rock/pile/jungle/style_random, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/window/spawner, -/turf/open/misc/sandy_dirt, -/area/station/science/research) -"bIG" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/power/terminal, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/engine) -"bIW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bJd" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bJe" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bJi" = ( -/obj/machinery/door/airlock/engineering{ - name = "Smoke Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/engineering/atmospherics_engine) -"bJw" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"bJE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"bJL" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible, -/obj/machinery/meter, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bJN" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "External Gas to Loop" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"bJU" = ( -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"bJZ" = ( -/obj/structure/chair/stool/directional/south, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"bKk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bKt" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/item/food/grown/banana, -/turf/open/floor/grass, -/area/station/medical/virology) -"bKu" = ( -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bKy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"bKE" = ( -/obj/effect/turf_decal/siding/red{ - dir = 1 - }, -/obj/structure/closet/secure_closet/warden, -/obj/item/gun/energy/laser, -/obj/machinery/button/door/directional/north{ - id = "armory"; - name = "Armory Shutters"; - req_access = list("armory") - }, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"bKN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/window/brigdoor/left/directional/west{ - name = "E.V.A. Storage"; - req_access = list("security") - }, -/turf/open/floor/iron/small, -/area/station/security/tram) -"bKU" = ( -/obj/item/toy/crayon/spraycan{ - pixel_x = -7 - }, -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"bLE" = ( -/obj/structure/bodycontainer/morgue{ - dir = 1 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"bLK" = ( -/obj/machinery/door/airlock/engineering{ - name = "Smoke Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"bLN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"bLT" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"bLW" = ( -/obj/structure/cable, -/obj/item/kirbyplants/random, -/obj/item/clothing/under/costume/griffin, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/aft) -"bMq" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bMt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"bMN" = ( -/obj/machinery/button/door/directional/west{ - id = "Secure Storage"; - name = "Engineering Secure Storage"; - pixel_y = 24; - req_access = list("engine_equip") - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"bNg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"bNq" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/engine/atmos) -"bNG" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Old Engine" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bNJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"bNK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/ordnance/testlab) -"bNP" = ( -/obj/structure/cable, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"bNQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"bNX" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Research Director's Office" - }, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/cubicle) -"bOe" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/engineering/atmos) -"bOl" = ( -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"bOs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/smooth_edge{ - dir = 8 - }, -/area/station/maintenance/disposal/incinerator) -"bOH" = ( -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"bOL" = ( -/obj/machinery/door/airlock/external/glass, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bOR" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/flora/bush/flowers_yw, -/obj/structure/window/spawner/directional/east, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/misc/sandy_dirt, -/area/station/hallway/secondary/entry) -"bPb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"bQh" = ( -/obj/structure/closet/emcloset, -/obj/item/reagent_containers/pill/maintenance, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bQi" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/engine, -/area/station/engineering/gravity_generator) -"bQk" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/holopad, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"bQz" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"bQU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bRg" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"bRk" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"bRo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bRr" = ( -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/obj/effect/turf_decal/siding/brown, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"bRt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"bRA" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bRN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall, -/area/station/maintenance/department/science/xenobiology) -"bSj" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance/two, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bSn" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bSo" = ( -/turf/open/space/basic, -/area/space/nearstation) -"bSs" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"bSH" = ( -/obj/structure/cable, -/obj/machinery/power/solar_control{ - dir = 4; - id = "prisonsol"; - name = "Prison Solar Control" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"bSN" = ( -/obj/structure/cable, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/machinery/camera/directional/north{ - c_tag = "AI Chamber - SMES"; - network = list("aicore") - }, -/obj/machinery/flasher/directional/north, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"bSW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"bSX" = ( -/obj/machinery/flasher/directional/east{ - id = "AI"; - pixel_y = 26 - }, -/turf/closed/wall, -/area/station/ai_monitored/turret_protected/ai) -"bTa" = ( -/obj/structure/railing, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"bTg" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/item/hfr_box/core, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bTv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bTN" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bUf" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"bUk" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bUo" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"bUt" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/hallway/primary/central/fore) -"bUv" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"bUy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Project EVA Prep Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/engineering/atmospherics_engine) -"bUz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"bUE" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/sepia, -/area/station/maintenance/aft) -"bUF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bUJ" = ( /obj/structure/chair/sofa/bench{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"bUX" = ( -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bVk" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"bVs" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bVv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ dir = 1 }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=1.0-Security-PNexus"; - location = "23.2-Evac-Garden" - }, +/obj/machinery/newscaster/directional/south, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/hallway/primary/port) -"bVB" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/tram) -"bVD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"bVI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/small, -/area/station/security/execution/education) -"bVO" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/siding/red, -/obj/effect/landmark/start/head_of_security, -/turf/open/floor/iron/small, -/area/station/security/office) -"bWa" = ( -/obj/effect/turf_decal/siding/white{ - dir = 10 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/closet{ - anchored = 1; - can_be_unanchored = 1; - name = "Cold protection gear" - }, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/item/clothing/suit/hooded/wintercoat/science, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"bWh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"bWs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/chem_heater/withbuffer, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"bWt" = ( +/area/station/hallway/secondary/dock) +"cZG" = ( +/obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"bWJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bWQ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bWZ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"bXb" = ( -/obj/machinery/door/airlock/engineering{ - name = "Smoke Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"bXg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"bXG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/robotics/augments) -"bXO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/blue{ - dir = 5 - }, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"bXV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"bXW" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"bYf" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"bYk" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"bYE" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bYS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"bZt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, -/turf/open/floor/wood/tile, -/area/station/tcommsat/server) -"bZy" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom/directional/west{ - freerange = 1; - listening = 0; - name = "Common Channel" - }, -/obj/item/radio/intercom/directional/north{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -10 - }, -/obj/machinery/door/window{ - atom_integrity = 300; - base_state = "rightsecure"; - dir = 4; - icon_state = "rightsecure"; - layer = 4.1; - name = "Secondary AI Core Access"; - pixel_x = 4; - req_access = list("ai_upload") - }, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel"; - pixel_x = -26; - pixel_y = -13 - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"bZL" = ( -/obj/machinery/light/directional/south, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"bZN" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"cam" = ( -/obj/machinery/flasher/directional/east{ - id = "AI"; - pixel_y = 26 - }, -/obj/structure/cable/multilayer/connected, -/obj/effect/turf_decal/box/red, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"caE" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/button/tram{ - lift_id = "maint_tram"; - pixel_y = -32 - }, -/obj/machinery/destination_sign/indicator{ - pixel_y = -32; - tram_id = "maint_tram" - }, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"caI" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"cbg" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box, -/turf/open/floor/iron/chapel, -/area/station/maintenance/starboard/greater) -"cbi" = ( -/obj/machinery/door/window{ - atom_integrity = 300; - base_state = "leftsecure"; - dir = 8; - icon_state = "leftsecure"; - layer = 4.1; - name = "Tertiary AI Core Access"; - pixel_x = -3; - req_access = list("ai_upload") - }, -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom/directional/north{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 10 - }, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - listening = 0; - name = "Common Channel" - }, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel"; - pixel_x = 26; - pixel_y = -13 - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"cbm" = ( -/turf/closed/wall/rust, -/area/station/ai_monitored/aisat/exterior) -"cbu" = ( -/obj/machinery/vending/engivend, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"cbM" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/item/stack/sheet/iron/fifty{ - pixel_y = 13 - }, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/cable_coil{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/stack/cable_coil{ - pixel_x = -1; - pixel_y = -3 - }, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"cbN" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"cbO" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/small, -/area/station/medical/storage) -"cbT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Services Corridor" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/hallway/primary/central/aft) -"cbU" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"cce" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/machinery/light/cold/directional/south, -/obj/machinery/button/door/directional/south{ - id = "kihall"; - name = "Hallway Cutoff"; - pixel_x = -7 - }, -/obj/machinery/button/door/directional/south{ - id = "kitchenshutters"; - name = "Kitchen Shutters"; - pixel_x = 7 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"ccs" = ( -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"ccy" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/asteroid/end, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/circuit/green, -/area/station/science/robotics/mechbay) -"ccD" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/tram) -"ccF" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/command{ - name = "Telecomms Server Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/tcommsat/server) -"ccK" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"ccN" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Gear Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/engineering/main) -"cdf" = ( -/obj/structure/reflector/single{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"cdg" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/grass, -/area/station/science/xenobiology) -"cdi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"cdn" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"cdq" = ( /obj/structure/fluff/broken_flooring{ dir = 4; - icon_state = "pile" + icon_state = "singular" }, /turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"cdt" = ( +/area/station/maintenance/starboard/aft) +"dao" = ( +/obj/structure/cable, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"dar" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "fab1" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"dat" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"daw" = ( /obj/effect/turf_decal/stripes/red/line, /obj/structure/chair{ pixel_y = -2 @@ -5058,486 +8840,2404 @@ /obj/machinery/camera/autoname/directional/east, /turf/open/floor/iron/dark, /area/station/maintenance/department/engine/atmos) -"cdB" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/machinery/airalarm/directional/west, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4 - }, -/turf/open/floor/iron/smooth_edge{ - dir = 8 - }, -/area/station/maintenance/disposal/incinerator) -"cdW" = ( -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/disposal/incinerator) -"cea" = ( -/obj/structure/window/spawner, -/turf/open/space/basic, -/area/space/nearstation) -"ced" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/security/prison) -"cek" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"ceE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"ceK" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/bed/roller, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"ceZ" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"cfc" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{ - dir = 6 - }, -/turf/closed/wall/rust, -/area/station/ai_monitored/turret_protected/ai) -"cfk" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI Core Shutter" - }, -/obj/effect/spawner/structure/window/survival_pod, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/ai) -"cfH" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"cfT" = ( -/obj/machinery/flasher/portable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/security/tram) -"cgb" = ( -/obj/machinery/duct, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"cgs" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"cgy" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"cgB" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/plating, -/area/station/engineering/main) -"cgD" = ( -/obj/machinery/door/airlock{ - name = "Mineshaft" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"cgM" = ( -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"cgO" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"cgU" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"cgY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/button/door/directional/east{ - id = "AuxToilet2"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/structure/toilet, -/obj/machinery/light/small/directional/west, -/obj/effect/spawner/random/trash/soap{ - spawn_scatter_radius = 1 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"cgZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/machinery/door/airlock/medical/glass{ - name = "Medical Supplies" - }, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"chp" = ( -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/hallway/primary/aft) -"chF" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/industrial_lift/tram, -/obj/structure/window/reinforced/tram/mid/directional/south, -/obj/structure/rack, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"chO" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"cis" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 9 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"cjm" = ( -/obj/structure/closet/firecloset, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"cjR" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/plasticflaps/opaque, -/turf/open/floor/iron, -/area/station/maintenance/port/lesser) -"cku" = ( -/obj/structure/barricade/wooden/crude, -/turf/open/floor/noslip, -/area/station/maintenance/department/medical/central) -"ckH" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/iron, -/area/station/security/tram) -"ckL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"ckV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"clc" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"cld" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"clf" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Auxiliary Bathrooms" - }, -/turf/open/floor/plating, -/area/station/commons/toilet/auxiliary) -"clq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"clt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/blue, -/obj/structure/cable, -/turf/open/floor/iron/white/small, -/area/station/command/heads_quarters/cmo) -"clH" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/firealarm/directional/north, -/obj/item/clothing/head/cone{ - pixel_x = 16; - pixel_y = 11 - }, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"clJ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"clZ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/sign/departments/restroom/directional/north, -/turf/open/floor/wood, -/area/station/hallway/secondary/entry) -"cmd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/terracotta, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"cmf" = ( -/turf/closed/wall/rust, -/area/station/maintenance/department/engine/atmos) -"cmw" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"cmz" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"cmA" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/item/clothing/mask/cigarette/cigar, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"cmY" = ( +"dax" = ( /mob/living/simple_animal/bot/firebot, /obj/machinery/camera/autoname/directional/north, /turf/open/floor/iron/smooth_large, /area/station/engineering/atmos) -"cns" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 5 +"day" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured_half, +/area/station/security/lockers) +"daC" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"daP" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"daU" = ( +/obj/item/kirbyplants/random, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/commons/dorms) +"daZ" = ( +/obj/structure/cable, +/obj/structure/closet/crate, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/spawner/random/maintenance/two, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/grenade/chem_grenade/antiweed{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"dbg" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/quartermaster, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"dbl" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dbv" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/iron, +/area/station/service/janitor) +"dbF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/item/storage/crayons{ + pixel_y = -2 + }, +/turf/open/floor/stone, +/area/station/maintenance/aft) +"dbJ" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/department/engine) +"dbN" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"dbX" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/camera/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"dco" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/trash/popcorn/caramel{ + pixel_y = 5 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"dcs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"dcu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"dcG" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"dcV" = ( +/turf/closed/wall, +/area/station/science/research) +"dcW" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"dcX" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"dcY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"ddk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"ddA" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/bed/maint, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"ddD" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Fuel Pipe to Incinerator" }, /turf/open/floor/iron/dark, -/area/station/science/ordnance) -"cnG" = ( -/obj/machinery/suit_storage_unit/rd, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/rd) -"cnI" = ( +/area/station/engineering/atmos) +"ddH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"ddM" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"deb" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door/directional/east{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -24; + pixel_y = -24; + req_access = list("cargo") + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"dec" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"def" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 5" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/safe) +"deg" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L2" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"del" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Cubicle" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/cubicle) +"deo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig Cells" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/brig) +"dep" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical/central) +"deu" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"deB" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"deE" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"deR" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"deU" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/meeting_room) +"deV" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"dfa" = ( +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate_empty, +/obj/item/circuitboard/machine/thermomachine, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"dfh" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/lighter{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/lighter{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"dgb" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"dgc" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"dgn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"dgr" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"dgy" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/cytology) +"dgL" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/science/robotics/augments) +"dgN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/glass, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"dgX" = ( +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"dgY" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"dha" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"dhf" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"dhi" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"dhu" = ( +/turf/closed/wall, +/area/station/cargo/office) +"dhB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"dhE" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/item/clothing/gloves/latex{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/gloves/latex{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/storage/box/disks{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/machinery/light/dim/directional/north, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"dhK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"dhP" = ( +/obj/structure/table/reinforced, +/obj/item/binoculars, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"did" = ( +/obj/machinery/recharge_station, +/obj/machinery/button/door/directional/west{ + id = "Toilet3"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_x = 0; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"dim" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Commons" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/commons/dorms) +"dip" = ( +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"diz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"diK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Backstage Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/turf/open/floor/stone, +/area/station/maintenance/central/greater) +"diR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"diT" = ( +/turf/closed/wall/rust, +/area/station/ai_monitored/aisat/exterior) +"diX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"djc" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/computer/monitor{ + dir = 1; + name = "Bridge Power Monitoring Console" + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"djr" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"djw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"djB" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"djG" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"djJ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/cafeteria) +"djS" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"dkk" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"dkr" = ( +/obj/structure/fireplace, +/obj/effect/turf_decal/siding/wood/end, +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/directional/east, +/turf/open/floor/stone, +/area/station/service/bar) +"dku" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"dkF" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"dkS" = ( +/obj/machinery/computer/prisoner/management{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"dkY" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"dkZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"dlp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"dlr" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"cnL" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/structure/closet/crate{ - name = "Materials Crate" - }, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/plasteel/fifty, -/obj/item/stack/sheet/plastic/five, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/titaniumglass/fifty, -/obj/item/stack/sheet/mineral/titanium/fifty, -/obj/item/stack/rods/fifty, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"cnS" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"dls" = ( /obj/effect/turf_decal/stripes/line{ - dir = 5 + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Cold Loop" }, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/directional/north{ - c_tag = "Engineering - Power Monitoring" - }, -/obj/structure/sign/poster/random/directional/north, -/obj/structure/frame/machine, -/obj/item/circuitboard/machine/pacman, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"cok" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dlC" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"dlD" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/station/maintenance/department/engine) -"col" = ( +/area/station/engineering/atmos/project) +"dlE" = ( +/obj/machinery/atmospherics/components/tank/plasma{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"dlQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Captain's Office" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/captain) +"dlU" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"dlX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/basic, +/area/space/nearstation) +"dma" = ( +/obj/machinery/shower/directional/east, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"dmc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"dmd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"dmj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"dmm" = ( +/obj/structure/table, +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"dmr" = ( +/turf/closed/wall/r_wall, +/area/station/science/auxlab/firing_range) +"dms" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"dmF" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"dmQ" = ( +/obj/structure/cable, +/obj/item/kirbyplants/photosynthetic, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"dmR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dnc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/decal/cleanable/robot_debris, +/obj/item/crowbar, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"dnr" = ( +/obj/machinery/atmospherics/components/trinary/filter/critical{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dnA" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic{ + pixel_x = -8 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"dnJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/security{ + name = "Detective's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/turf/open/floor/iron/textured_half, +/area/station/security/detectives_office) +"doq" = ( +/obj/item/mod/core/standard{ + pixel_x = -4 + }, +/obj/item/mod/core/standard{ + pixel_x = 4 + }, +/obj/item/mod/core/standard{ + pixel_y = 4 + }, +/obj/structure/closet/crate/science{ + name = "MOD core crate" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"dow" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"doz" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"doA" = ( +/obj/machinery/hydroponics/soil, +/obj/item/cultivator/rake, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"doL" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/storage/tcomms) +"doP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + name = "Captain's Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/captain/private) +"doT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"dpv" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/security{ + name = "Security Transfer Center" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/breakroom) +"dpK" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/psychologist, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"dpO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbreach"; + name = "Anti-Breach Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/treatment_center) +"dpW" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/directional/east, /turf/open/floor/iron/small, /area/station/engineering/atmos) -"coA" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/engine_access, -/obj/effect/turf_decal/stripes/line{ +"dql" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"dqm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/storage/secure/briefcase{ + pixel_y = -10 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 11 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"dqK" = ( +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/airlock/hatch{ + name = "Centcom Dock" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"dqO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"dqV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig Cells" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/brig) +"dqW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ dir = 8 }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter) -"coH" = ( -/obj/machinery/mecha_part_fabricator/maint{ - name = "forgotten exosuit fabricator" +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"dro" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/engine) +"drt" = ( +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"drD" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"drL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Recreation" }, -/obj/machinery/light/small/broken/directional/west, /turf/open/floor/iron, -/area/station/maintenance/port/aft) -"coJ" = ( -/obj/structure/chair/stool/directional/east, +/area/station/hallway/secondary/recreation) +"drU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"dsj" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"dsl" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, /obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/small, -/area/station/engineering/engine_smes) -"cpc" = ( +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"dso" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"dsq" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"dsv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dsA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"dsE" = ( +/obj/machinery/vending/assist, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"dsF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"dsP" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"dsV" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"dtc" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"dtd" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"dtk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"dtn" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"dts" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"dtw" = ( +/obj/machinery/door/airlock/glass_large{ + name = "Theatre" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/theater) +"dty" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"dtN" = ( +/obj/machinery/computer/department_orders/science{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"dtR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/central/fore) +"dtV" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"duc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/chem_heater/withbuffer, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"duy" = ( +/obj/structure/table/wood, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"duD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"duO" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"duV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"duY" = ( +/obj/structure/table, +/obj/structure/sign/poster/official/corporate_perks_vacation{ + pixel_x = 32 + }, +/obj/item/newspaper, +/obj/item/newspaper{ + pixel_y = 5 + }, +/obj/item/newspaper{ + pixel_y = 10 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"dvo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"dvx" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs/cable{ + pixel_x = -1 + }, +/obj/item/paper/crumpled{ + pixel_x = 9; + pixel_y = -5 + }, +/obj/item/dest_tagger{ + pixel_x = 19; + pixel_y = 6 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"dvy" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Lair" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dvE" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/camera/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dvI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"dvJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"cph" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/science/lower) -"cpt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"cpA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "AISat Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"dvR" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dvW" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"dwD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dwF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dxe" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "Toilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_x = 0; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"dxj" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/aft) +"dxv" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"dxF" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"dxN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"dxV" = ( +/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"dxZ" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"dyb" = ( +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/structure/mirror/directional/north, +/turf/open/floor/iron/freezer, +/area/station/command/corporate_suite) +"dyj" = ( +/turf/closed/wall/rust, +/area/station/security/checkpoint/supply) +"dyo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"dyt" = ( +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"dyy" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"dyE" = ( +/obj/item/reagent_containers/cup/bottle/ammonia, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"dyI" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"dyM" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/vending/wardrobe/viro_wardrobe, +/obj/machinery/light/cold/directional/north, +/obj/machinery/camera/directional/west, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"dyN" = ( +/obj/structure/table, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/command/teleporter) +"dzb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"dzd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, /turf/open/floor/plating, /area/station/maintenance/department/engine) -"cpE" = ( -/obj/structure/closet/emcloset, +"dzD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/motion/directional/south{ + c_tag = "Captain's Office - Emergency" + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"dzS" = ( +/turf/closed/wall, +/area/station/security/lockers) +"dzU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dAh" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"dAj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/closet/firecloset, /turf/open/floor/iron, /area/station/hallway/secondary/dock) -"cpH" = ( +"dAk" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/button/door/directional/west{ + id = "study_a"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/tile, +/area/station/commons) +"dAp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"dAF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"dAX" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"dBf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dBv" = ( +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 8 + }, +/turf/closed/wall, +/area/station/commons/storage/art) +"dBD" = ( +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/cargo/storage) +"dBI" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"dBJ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"dBS" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"dBW" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Security's Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/hos, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/command/heads_quarters/hos) +"dBZ" = ( +/obj/item/shovel, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"dCx" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"dCC" = ( +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"dCF" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"dCK" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"dCL" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/turf/open/floor/engine/airless, +/area/station/maintenance/disposal/incinerator) +"dCY" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"dCZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/chapel, +/area/station/maintenance/starboard/greater) +"dDm" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/ordnance) +"dDA" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"dDL" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/vending/security, +/turf/open/floor/iron, +/area/station/security/lockers) +"dEd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"dEf" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"dEk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"dEn" = ( +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"dEF" = ( +/turf/closed/wall/r_wall, +/area/station/medical/virology) +"dEO" = ( +/obj/structure/chair/sofa/bench, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"dET" = ( +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"dEZ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"dFp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"dFr" = ( +/obj/structure/cable, +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"dFs" = ( +/obj/structure/closet/secure_closet/courtroom, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"dFu" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"dFG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"dGa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"dGc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/left/directional/east{ + name = "Monkey Pen"; + req_access = list("medical") + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"dGn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"dGq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"dGt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"dGy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"dGz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Mech Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/mechbay) +"dGB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"dGH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"dGJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dGO" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"dGU" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"dHm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 8 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"dHo" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"dHt" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"dHI" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "mechbay"; + name = "Mech Bay Shutters" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/science/robotics/mechbay) +"dHY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Testing Chamber" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"dIk" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"dID" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dIK" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/east, +/obj/machinery/coffeemaker{ + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/coffeepot{ + pixel_x = 3; + pixel_y = -5 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"dIV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"dJt" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"dJA" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Aft Corridor" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/aft) +"dJO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"dJP" = ( +/obj/machinery/vending/clothing, +/obj/machinery/camera/directional/north, +/turf/open/floor/iron, +/area/station/commons) +"dJV" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, /turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"cpP" = ( +/area/station/maintenance/central/lesser) +"dKd" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/machinery/computer/mech_bay_power_console{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"dKk" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Cryogenics Bay" + }, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"dKq" = ( +/obj/structure/chair/stool/directional/east, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"dKL" = ( +/obj/structure/table, +/obj/item/trash/cheesie{ + pixel_x = 7; + pixel_y = 8 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"dKM" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"dKX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"dLf" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"dLo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dLp" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/paper/guides/jobs/hydroponics, +/obj/item/pen{ + pixel_x = 11 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"dLq" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"dLx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/effect/landmark/start/hangover, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"dLy" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"dLF" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"dLW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small/directional/east, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dMe" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/obj/structure/table/glass, +/obj/machinery/light/cold/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"dMh" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"dMo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dME" = ( +/turf/closed/wall, +/area/station/cargo/warehouse) +"dMF" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/security/prison) +"dMJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"dMQ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/brig/entrance) +"dNb" = ( +/obj/machinery/airalarm/directional/south, +/obj/item/stack/sheet/cardboard{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/storage/box{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"dNf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 10 }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/station_engineer, +/obj/machinery/meter, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dNg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"dNj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/easel, +/obj/effect/turf_decal/siding/wood, +/obj/item/canvas/twentythree_twentythree, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"dNk" = ( +/obj/structure/toilet, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/iron/white/small, +/area/station/maintenance/port/aft) +"dNr" = ( +/obj/structure/cable, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"dNs" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"dNz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, /turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cpW" = ( +/area/station/maintenance/port/greater) +"dNB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/modular_computer/console/preset/cargochat/cargo, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"dNG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"dNH" = ( +/obj/structure/lattice, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"dNM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"dNT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"dNU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"dNV" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"dOh" = ( +/obj/structure/table, +/obj/effect/spawner/random/techstorage/rnd_secure_all, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"dOA" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/security/courtroom) +"dOD" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"dOT" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bridge Closet" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"dOU" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"dOV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dPm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"dPp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"dPx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"dPy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/testlab) +"dPA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/airlock/command/glass{ + name = "Command Hallway" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/command) +"dPJ" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/side, +/area/station/hallway/secondary/construction) +"dPQ" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/cargo/storage) +"dPS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"dQa" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"dQf" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"dQm" = ( +/obj/machinery/shower/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/shower) +"dQt" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"dQz" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"dQX" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three"; + space_dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"dQZ" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/jungle/a/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/window/spawner/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/service/hydroponics) +"dRl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Augment Corridor" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"dRo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"dRu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dRC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/pickaxe, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"dRL" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 6 @@ -5549,1610 +11249,932 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"cqa" = ( -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"cqc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"cqo" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/item/stack/sheet/titaniumglass, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"cqp" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"cqr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/chapel{ - dir = 8 - }, -/area/station/maintenance/starboard/greater) -"cqx" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/tank{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"cqR" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/air_sensor/incinerator_tank, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"crm" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"crq" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/south, -/obj/item/clothing/suit/utility/radiation, -/obj/item/clothing/head/utility/radiation{ - pixel_x = 10; - pixel_y = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/plating, -/area/station/engineering/gravity_generator) -"crr" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"crE" = ( -/obj/structure/window/spawner/directional/north, -/turf/open/space/basic, -/area/space/nearstation) -"crJ" = ( -/obj/effect/turf_decal/siding/red{ - dir = 6 - }, -/turf/open/floor/iron/small, -/area/station/security/brig) -"csl" = ( -/obj/structure/cable, +"dRN" = ( /obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"csp" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"csq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ - dir = 4 - }, -/turf/open/floor/engine/n2o, -/area/station/ai_monitored/turret_protected/ai) -"csE" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"csF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/green/visible, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "aigas" - }, -/obj/effect/spawner/structure/window/survival_pod, -/turf/open/floor/engine, -/area/station/ai_monitored/turret_protected/ai) -"csI" = ( -/obj/machinery/door/airlock/glass, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"ctq" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 1 +/obj/machinery/door/airlock{ + name = "Greenroom Maintenance" }, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"ctI" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"ctJ" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"ctV" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"ctZ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"cuB" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/engineering/main) -"cuG" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"cuO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"cuS" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood/tile, -/area/station/commons/vacant_room/commissary) -"cuZ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine/atmos) -"cvy" = ( -/obj/structure/bed/roller, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"cvJ" = ( -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"cwb" = ( -/obj/effect/turf_decal/stripes/white/end{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"cwf" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"cwg" = ( -/mob/living/simple_animal/hostile/asteroid/lobstrosity, -/turf/open/misc/asteroid/airless, -/area/station/engineering/supermatter/room) -"cwt" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/north{ - name = "Security Desk" - }, -/obj/item/folder/red, -/turf/open/floor/iron/textured_large, -/area/station/security/checkpoint/customs) -"cwC" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/door/airlock/maintenance{ - name = "Incinerator Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/smooth_half, -/area/station/maintenance/disposal/incinerator) -"cwG" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table/reinforced/titaniumglass, -/obj/item/folder/yellow{ - pixel_x = 4 - }, -/obj/item/pen{ - pixel_x = 5 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = -7; - pixel_y = 4 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"cwS" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"cwX" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "aigas" - }, -/obj/effect/spawner/structure/window/survival_pod, -/turf/open/floor/engine, -/area/station/ai_monitored/turret_protected/ai) -"cxr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"cxy" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"cxO" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/turf/open/floor/plating, -/area/station/science/cubicle) -"cxT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"cyf" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kirbyplants/random, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"cyh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, /turf/open/floor/plating, /area/station/maintenance/central/greater) -"cyk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"cyp" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"cyx" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 +"dRS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"cyB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, /obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"cze" = ( -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = 3; - pixel_y = -23 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/turret_protected/ai) -"czg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"czi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/machinery/airalarm/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"czm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"czV" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/status_display/door_timer{ - id = "Cell 3"; - name = "Cell 3"; - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"cAb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"cAc" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/button/door/directional/south{ - id = "secbreach"; - name = "Emergency Breach Shutters"; - req_access = list("security") - }, -/turf/open/floor/iron/dark, -/area/station/security/office) -"cAd" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"cAg" = ( -/obj/structure/tank_dispenser, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/engineering/main) -"cAh" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/station/maintenance/department/engine) -"cAj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, -/obj/machinery/door/airlock/medical{ - name = "Operating Theater" - }, -/turf/open/floor/iron/white/small, -/area/station/medical/surgery/theatre) -"cAm" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/box/corners{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/science/explab) -"cAr" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"cAt" = ( -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id = "mechbay"; - name = "Mech Bay Shutters" - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/science/robotics/mechbay) -"cAB" = ( -/obj/effect/landmark/secequipment, -/obj/item/clothing/under/rank/security/officer/formal, -/obj/item/clothing/under/rank/security/officer/formal, -/obj/item/clothing/suit/jacket/officer/blue, -/obj/item/clothing/suit/jacket/officer/blue, -/obj/item/clothing/head/beret/sec/navyofficer, -/obj/item/clothing/head/beret/sec/navyofficer, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, -/area/station/security/tram) -"cAC" = ( -/obj/structure/reagent_dispensers/fueltank/large, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"cBc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cBn" = ( +/area/station/maintenance/port/fore) +"dSa" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/engineering/glass{ - name = "Abandoned Power Monitoring" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine) -"cBz" = ( -/obj/machinery/door/airlock/atmos{ - name = "Central Atmospherics" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/engineering/atmos) -"cBN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cCb" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"cCc" = ( -/obj/structure/closet/secure_closet/cytology, -/obj/effect/turf_decal/stripes{ - dir = 6 - }, -/obj/item/storage/bag/xeno, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"cCl" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"cCw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cCD" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance/external{ - name = "Captain's Quarters Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) -"cCE" = ( -/obj/docking_port/stationary/escape_pod{ - dir = 8 - }, -/turf/open/misc/asteroid/airless, -/area/space/nearstation) -"cCW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"cDa" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Fuel Pipe to Incinerator" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cDb" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/head_of_security, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/hos) -"cDh" = ( +"dSp" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/engine) -"cDk" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cDy" = ( -/obj/structure/cable, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/lower) -"cDH" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Outer Window" - }, -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Brig Control Desk"; - req_access = list("armory") - }, -/obj/item/folder/red, -/obj/item/storage/fancy/donut_box{ - pixel_y = 8 - }, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "wardshut"; - name = "Privacy Shutters" - }, -/turf/open/floor/iron/textured_large, -/area/station/security/warden) -"cDI" = ( -/obj/structure/table/wood, -/obj/item/food/cracker, -/obj/item/food/cracker{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/food/cracker{ - pixel_x = -5; - pixel_y = 7 - }, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 1 - }, -/area/station/maintenance/starboard/greater) -"cDJ" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/machinery/light/cold/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"cEc" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"cEn" = ( /obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"cEp" = ( -/obj/structure/table/wood/fancy/red, -/obj/item/gun/ballistic/automatic/c20r/toy/unrestricted, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood/parquet, -/area/station/service/greenroom) -"cEs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/window/brigdoor/right/directional/north{ - atom_integrity = 300; - name = "AI Core Chamber Access"; - req_access = list("ai_upload") - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI Core Shutter" - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"cEJ" = ( -/obj/machinery/door/window/brigdoor/right/directional/west{ - id = "Cell 3"; - name = "Cell 3"; - req_access = list("security") - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"cEK" = ( -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel" - }, -/obj/machinery/button/door/directional/south{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber Entrance Shutters Control"; - pixel_x = -24; - req_access = list("ai_upload") - }, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = -8 - }, -/obj/item/radio/intercom/directional/west{ - freerange = 1; - listening = 0; - name = "Common Channel"; - pixel_y = -8 - }, -/obj/machinery/button/door/directional/south{ - id = "AI Core shutters"; - name = "AI Core Shutters Control"; - pixel_x = 24; - req_access = list("ai_upload") - }, -/obj/machinery/button/door/directional/east{ - id = "aigas"; - name = "Gas Tank Shutters"; - pixel_y = 7; - req_access = list("ai_upload") - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"cEQ" = ( -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/station/engineering/main) -"cFg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security) -"cFq" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"cFt" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/engine) -"cFz" = ( -/obj/structure/cable/layer3, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/window/brigdoor/left/directional/north{ - atom_integrity = 300; - name = "AI Core Chamber Access"; - req_access = list("ai_upload") - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI Core Shutter" - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"cFC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/turf/open/floor/plating/rust, -/area/station/engineering/supermatter) -"cFI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/maintenance/department/engine) -"cFS" = ( -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Pod Two"; - space_dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"cGj" = ( -/turf/closed/wall/r_wall, -/area/station/security/execution/education) -"cGy" = ( -/obj/machinery/atmospherics/components/tank/nitrous{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"cGG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"cGI" = ( -/obj/machinery/firealarm/directional/south, -/obj/structure/closet/secure_closet/medical3, -/obj/item/storage/belt/medical, -/obj/effect/turf_decal/bot_white, -/obj/item/clothing/mask/surgical, -/turf/open/floor/iron/small, -/area/station/medical/storage) -"cHO" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue/full, -/obj/structure/window/spawner, -/obj/item/storage/medkit/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/toxin{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/storage) -"cHR" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"cHX" = ( -/obj/structure/filingcabinet, -/obj/item/folder/documents, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"cIe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/remains/human/grave{ - pixel_x = 6; - pixel_y = 6 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cIs" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/item/clothing/head/cone{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cIy" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"cID" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/structure/industrial_lift/tram/white, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"cIU" = ( -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/medical/virology) -"cIX" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/iron/small, -/area/station/maintenance/department/engine) -"cJu" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"cKc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/flasher/directional/west{ - id = "ai" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/stairs, -/area/station/ai_monitored/turret_protected/ai) -"cKk" = ( -/turf/closed/mineral/random/stationside, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cKm" = ( -/obj/machinery/shieldgen, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"cKV" = ( -/obj/machinery/light/floor, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/bridge) -"cLa" = ( -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"cLc" = ( -/obj/structure/cable, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cLe" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"cLg" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/indigo, -/turf/open/space/basic, -/area/space/nearstation) -"cLn" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/disposal/delivery_chute{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/station/maintenance/department/engine) -"cLz" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/west, -/obj/structure/table, -/obj/item/folder/yellow, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"cLB" = ( -/turf/closed/wall/rust, -/area/station/engineering/atmos) -"cLD" = ( -/obj/structure/window/spawner/directional/north, -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/security/courtroom) -"cLH" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"cLS" = ( -/obj/effect/turf_decal/siding/white{ - dir = 10 - }, -/obj/structure/railing{ - dir = 10 - }, -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes{ - pixel_x = 6; - pixel_y = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"cLY" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"cMq" = ( -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cMv" = ( -/obj/structure/window/spawner/directional/north, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cMB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cMI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cMS" = ( -/obj/structure/cable, -/obj/structure/chair/stool/directional/north, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"cMV" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cMW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"cNe" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cNq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cNw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cNy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"cNF" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"cNR" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/structure/plaque/static_plaque/golden/commission{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/very_dim/directional/west, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"cNU" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"cNW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cNZ" = ( -/obj/effect/turf_decal/box/red/corners{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"cOm" = ( -/obj/effect/turf_decal/tile/brown/full, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"cOJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cOP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cOQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/mail_sorting/engineering/atmospherics, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"cOW" = ( -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"cOY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 5 - }, -/obj/machinery/light_switch/directional/east, -/obj/machinery/disposal/bin{ - desc = "A pneumatic waste disposal unit. This one leads to the morgue."; - name = "corpse disposal" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"cPd" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"cPi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/siding/blue/corner, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"cPj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/engineering/general, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"cPD" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cPK" = ( -/obj/structure/closet/crate, -/obj/item/wirecutters, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"cPM" = ( -/obj/machinery/door/airlock/engineering{ - name = "Main Engine" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"cQb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"cQP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/camera/directional/south{ - c_tag = "AI Sat - Port Maint Fore"; - network = list("minisat") - }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cRm" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"cRn" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/lobby) -"cRw" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"cRD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cRH" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating/rust, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cRI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/turret_protected/ai) -"cRS" = ( -/obj/structure/table, -/obj/item/vending_refill/hydroseeds, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"cSk" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/closet/l3closet, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"cSp" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cSs" = ( -/obj/machinery/shower/directional/east, -/obj/effect/spawner/random/trash/soap{ - spawn_scatter_radius = 1 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/prison/shower) -"cSv" = ( -/obj/machinery/atmospherics/components/tank/carbon_dioxide{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos) -"cSz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ - dir = 1 - }, +"dSA" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 8 }, /obj/effect/turf_decal/tile/brown{ dir = 8 }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/south{ + c_tag = "Atmospherics - Secondary" + }, /turf/open/floor/iron/dark/side{ dir = 5 }, /area/station/engineering/atmos) -"cSC" = ( -/turf/closed/wall, -/area/station/commons/vacant_room/office) -"cSD" = ( -/obj/structure/industrial_lift/tram, -/obj/effect/landmark/lift_id{ - specific_lift_id = "maint_tram" +"dSQ" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" }, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/port/aft) -"cSR" = ( -/obj/structure/chair{ +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"dSY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"dTf" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"dTn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"dTs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"dTu" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"dTz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/sofa/bamboo/right{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"dTC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/east, +/obj/effect/landmark/start/quartermaster, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"dTS" = ( +/obj/structure/flora/bush/large/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"dTV" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"dUs" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"dUt" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L6" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=2.5-SNexus-StarboardHall"; + location = "2.0-Vault-SNexus" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"dUD" = ( +/obj/structure/chair/sofa/bench/right{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"dUM" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"dUX" = ( +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + name = "medical bed" + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/bedsheet/medical, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"dVa" = ( +/turf/open/floor/wood/parquet, +/area/station/service/library) +"dVe" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"dVt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"dVy" = ( +/obj/docking_port/stationary/laborcamp_home/kilo{ + dir = 4 + }, +/turf/open/space/basic, +/area/space) +"dVE" = ( +/obj/structure/rack, +/obj/item/storage/medkit/regular, +/turf/open/floor/plating, +/area/station/cargo/storage) +"dVG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table, +/obj/item/folder/yellow, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"dVL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"dVT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/science/xenobiology) +"dVV" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"dVY" = ( +/obj/machinery/gulag_teleporter, +/obj/effect/turf_decal/tile/dark_red, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"cSX" = ( +/area/station/security/processing) +"dWc" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/airlock/command{ + name = "Corporate Showroom" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/corporate_showroom) +"dWh" = ( +/turf/closed/wall/r_wall, +/area/station/commons/fitness/recreation) +"dWx" = ( +/turf/open/floor/iron/white/small, +/area/station/security/prison/safe) +"dWB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/displaycase/trophy, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"dWD" = ( +/obj/effect/turf_decal/stripes, /obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"dWG" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/safe) +"dWH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dWR" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"dWY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dXe" = ( +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"dXl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"dXp" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"dXw" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"dXF" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"dXG" = ( +/obj/structure/window/reinforced/spawner, +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"dXX" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"dYk" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 6 }, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"cSY" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "CO2 Outlet Pump" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cTd" = ( -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/station/engineering/main) -"cTr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/area/station/maintenance/port/fore) +"dYo" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"dYr" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/door/window/right/directional/west{ + name = "Bar Delivery"; + req_access = list("bar") }, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cTw" = ( -/obj/structure/table/wood, -/obj/machinery/light/small/directional/south, -/obj/effect/spawner/random/decoration/flower, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"cTx" = ( -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"cTC" = ( -/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"dYw" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/reinforced/titaniumglass, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"dYF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/line{ +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"dYZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/primary/aft) -"cTD" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics" +/area/station/hallway/secondary/entry) +"dZb" = ( +/obj/structure/cable, +/obj/machinery/camera/directional/north{ + c_tag = "Atmospherics - Port" + }, +/obj/structure/fireaxecabinet/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"cUd" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, +"dZn" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"cUE" = ( +/area/station/maintenance/starboard/aft) +"dZp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/station/service/theater) +"dZQ" = ( /obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"dZV" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/requests_console/directional/south, +/obj/structure/closet/secure_closet/security, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"dZY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"eae" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"eaT" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/corner{ dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/cryo) -"cUF" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/iron, /area/station/engineering/atmos) -"cUG" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"cUK" = ( +"eaZ" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"ebf" = ( /obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"cUU" = ( -/obj/structure/chair/sofa/bench/right{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/landmark/start/hangover, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ebk" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/xenobiology) +"ebm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"ebx" = ( +/obj/machinery/duct, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"ebD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"ebH" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"ebM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, +/obj/structure/sign/departments/chemistry/pharmacy/directional/west, /turf/open/floor/iron/white/corner{ dir = 1 }, /area/station/hallway/primary/aft) -"cVC" = ( -/obj/machinery/computer/operating{ - dir = 1 +"ecd" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/aft) +"ecr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/command/teleporter) +"ecx" = ( +/obj/machinery/ore_silo, +/obj/effect/turf_decal/bot_white, +/obj/machinery/camera/motion/directional/north{ + c_tag = "Vault"; + id_tag = list("vault") }, +/obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"cVK" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/engineering/atmos/pumproom) -"cVQ" = ( -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"cVV" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/west, -/obj/structure/window/reinforced/spawner, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/item/pen{ - pixel_x = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"cWh" = ( -/obj/structure/cable, -/turf/open/floor/iron/stairs{ - dir = 4 - }, -/area/station/maintenance/fore/lesser) -"cWo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, +/area/station/ai_monitored/command/nuke_storage) +"ecV" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_br/style_random, +/mob/living/simple_animal/hostile/lizard/eats_the_roaches, +/turf/open/misc/sandy_dirt, /area/station/maintenance/port/lesser) -"cWB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"cWL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cWM" = ( +"ecX" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/grunge{ - name = "Morgue" +/obj/effect/turf_decal/tile/yellow/opposingcorners{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, -/turf/open/floor/iron/dark/textured_half{ +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/white/corner{ dir = 1 }, /area/station/hallway/primary/aft) -"cWZ" = ( -/obj/machinery/door/airlock/external{ - name = "Primary Docking Bay" +"edp" = ( +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"edr" = ( +/obj/effect/turf_decal/siding{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/iron/textured_half{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/area/station/hallway/secondary/entry) -"cXd" = ( +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"edv" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"edG" = ( +/obj/structure/table, +/obj/item/trash/candle, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"edO" = ( +/obj/structure/window/reinforced/survival_pod/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Gas to Chamber" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"edQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/binary/valve/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"edT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"edV" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"edW" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light/small/directional/west, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/restraints/legcuffs/beartrap, +/turf/open/floor/iron, +/area/station/service/janitor) +"eeh" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"eei" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_exterior"; + name = "Virology Exterior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor, +/obj/machinery/door_buttons/access_button{ + dir = 1; + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 24; + req_access = list("virology") + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/virology) +"eex" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"eeD" = ( +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone{ + pixel_x = 16; + pixel_y = 7 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"eeG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"eeI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/storage/tools) +"eeJ" = ( +/turf/closed/wall/r_wall/rust, +/area/station/maintenance/department/engine/atmos) +"eeZ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space/basic, +/area/space/nearstation) +"efc" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"efd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"efl" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"efo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"efC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"efF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/obj/structure/sign/warning/cold_temp/directional/north{ + name = "\improper CRYOGENICS" + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"efI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"efJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"efU" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/closet{ + name = "janitorial supplies" + }, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/item/pushbroom, +/obj/item/storage/box/bodybags, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"egt" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"egu" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"egv" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/auxlab/firing_range) +"egw" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"egF" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/command/heads_quarters/hop) +"egK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=18.0-ToolStorage-Engineering"; + location = "17.0-CentralPort-ToolStorage" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"egO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"egR" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"egW" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"egX" = ( +/obj/structure/table, +/obj/item/computer_disk{ + pixel_x = 16; + pixel_y = 8 + }, +/obj/item/computer_disk{ + pixel_x = 15; + pixel_y = 6 + }, +/obj/item/computer_disk{ + pixel_x = 14; + pixel_y = 4 + }, +/obj/item/raw_anomaly_core/random{ + pixel_x = 15; + pixel_y = 11 + }, +/obj/item/raw_anomaly_core/random{ + pixel_x = 13; + pixel_y = 9 + }, +/obj/item/raw_anomaly_core/random{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 8 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/ordnance/testlab) +"egY" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"ehj" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"ehm" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"ehr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"eht" = ( +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"ehu" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"ehv" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/table, /obj/item/stack/cable_coil, @@ -7160,419 +12182,1821 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/engine, /area/station/science/xenobiology) -"cXe" = ( +"ehw" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"cXm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"cXJ" = ( +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"ehJ" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/security/prison/shower) -"cXP" = ( -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"ehL" = ( +/obj/structure/bed/roller, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"ehR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"eic" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ dir = 4 }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"cXU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"cYc" = ( -/obj/effect/spawner/random/structure/crate, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"cYd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"cYm" = ( -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/textured_large, -/area/station/engineering/break_room) -"cYs" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"cYC" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark/corner, -/area/station/engineering/break_room) -"cYE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"cYG" = ( +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"eif" = ( /obj/effect/turf_decal/stripes/white/line{ - dir = 8 + dir = 9 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"cYT" = ( -/obj/structure/hedge, -/obj/structure/sign/poster/contraband/random/directional/east, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"cYW" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cZv" = ( -/obj/machinery/modular_computer/console/preset/civilian{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"cZy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"eiq" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eiF" = ( /obj/machinery/door/airlock/engineering{ - name = "Aft Solar Access" + name = "Smoke Room" }, /obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/aft) -"cZL" = ( -/obj/item/reagent_containers/cup/bucket, -/obj/item/mop, -/obj/structure/sink/kitchen/directional/east, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"cZM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"cZP" = ( -/obj/machinery/hydroponics/soil, -/obj/item/cultivator/rake, -/turf/open/floor/grass, -/area/station/security/prison/garden) -"daq" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security) -"dav" = ( -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"daD" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/engineering/atmospherics_engine) -"daK" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth_half{ +/turf/open/floor/iron/textured_half{ dir = 1 }, /area/station/maintenance/department/engine/atmos) -"daT" = ( +"eiL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/optable{ + desc = "A cold, hard place for your final rest."; + name = "Morgue Slab" + }, +/mob/living/carbon/human/species/monkey/humand_legged{ + name = "Charles"; + real_name = "Charles" + }, +/turf/open/floor/iron/white/diagonal, +/area/station/maintenance/department/science/xenobiology) +"eiP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, -/area/station/security/prison/work) -"dba" = ( +/area/station/commons/dorms) +"eiT" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Fore-Starboard Solar Array" + }, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/starboard/fore) +"eiW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"ejq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/station/engineering/atmos/pumproom) +"ejy" = ( +/obj/structure/sink/kitchen/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"ejK" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/effect/spawner/random/engineering/flashlight{ + pixel_y = 22 + }, +/obj/item/hand_tele{ + pixel_y = 2 + }, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron, +/area/station/command/teleporter) +"ekc" = ( +/obj/structure/table, +/obj/effect/spawner/random/techstorage/command_all, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"ekd" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"ekk" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"ekm" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) +"eko" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"ekq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"ekt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ekx" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ekC" = ( +/obj/machinery/igniter/incinerator_ordmix, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"ekJ" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/noslip, +/area/station/maintenance/department/medical/central) +"ekM" = ( +/turf/closed/wall, +/area/station/hallway/primary/aft) +"ekO" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"elq" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"elG" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"elK" = ( +/obj/machinery/power/emitter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"elO" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"elP" = ( +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/engine/atmos) +"eme" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"emj" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"emm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"emr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"ems" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"emt" = ( +/obj/structure/window/reinforced/spawner, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/noslip, +/area/station/maintenance/department/medical/central) +"emv" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"emI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"emO" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"emS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"enb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Cytology Zoo" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/recreation) +"end" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"enm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter/critical{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"enH" = ( +/obj/machinery/camera/directional/west, +/obj/structure/bookcase/random/religion, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"enJ" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/fore/lesser) +"enR" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/misc/asteroid/airless, +/area/station/engineering/atmospherics_engine) +"enT" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"enU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/mid/directional/north, +/obj/structure/chair/sofa/bench/right, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"eoc" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/lower) +"eoh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Public Garden" + }, +/turf/open/floor/iron/textured_half, +/area/station/service/hydroponics/garden) +"eok" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"eoq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eos" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=21.0-Bar-Porthall"; + location = "20.0-CentralPort-Bar" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"eov" = ( +/obj/structure/table, +/obj/item/chisel{ + pixel_y = 7 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"eoz" = ( +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"eoJ" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"eoQ" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"eoZ" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching Prison Wing holding areas."; + dir = 1; + name = "Prison Monitor"; + network = list("prison"); + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"epa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/computer/operating{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"epb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/storage/photo_album/library, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"epg" = ( +/obj/machinery/door/airlock/hatch{ + name = "Tool Supply Corridor" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/commons/storage/tools) +"epj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Research Director's Office" + }, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/command/heads_quarters/rd) +"epr" = ( +/obj/machinery/gibber, +/obj/effect/turf_decal/bot_red, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"eps" = ( +/turf/closed/wall, +/area/station/hallway/secondary/command) +"epw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"epC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"epH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"epK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/bed/roller, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"epL" = ( +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"epS" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "aftstarboard"; + name = "Aft-Starboard Solar Array" + }, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/starboard/aft) +"eqc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"eqg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/station/science/research) +"eqQ" = ( /obj/structure/chair/sofa/bench/left{ dir = 4 }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"eqU" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"erB" = ( +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/delivery_chute{ + name = "Security Deliveries" + }, +/obj/structure/sign/departments/security/directional/north, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/plasticflaps{ + name = "Security Deliveries" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"erE" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"erS" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"erW" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/hallway/abandoned_command) +"esb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"esg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"esu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"esw" = ( +/obj/structure/bed/maint, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"esy" = ( +/obj/structure/lattice, +/obj/structure/railing, +/turf/open/space/basic, +/area/space/nearstation) +"esQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"dbh" = ( -/obj/machinery/firealarm/directional/north, +/area/station/hallway/primary/starboard) +"esX" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/cold/directional/west, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/blood_filter, +/obj/item/circular_saw, +/obj/item/bonesetter, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"esY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Experimentation Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/lower) +"etp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"etJ" = ( +/obj/machinery/flasher/directional/east, +/turf/open/floor/iron/half, +/area/station/hallway/primary/central/fore) +"etL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"etO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"etR" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/gateway) +"etS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"etU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"etZ" = ( +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/atmospheric_sanity/ignore_area, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"euA" = ( +/obj/structure/window/spawner, +/obj/effect/turf_decal/stripes/box, +/obj/structure/sign/warning/pods/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"euF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"euV" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"euY" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/implanter{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/folder/blue{ + pixel_x = 4 + }, +/obj/item/storage/box/evidence{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/inspector{ + pixel_x = -12; + pixel_y = -4 + }, +/turf/open/floor/iron/small, +/area/station/security/office) +"eve" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/fuel_pellet, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"evg" = ( +/obj/structure/frame/machine, +/obj/item/circuitboard/machine/smes, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"evr" = ( +/obj/structure/closet/secure_closet/engineering_welding, /turf/open/floor/iron/small, /area/station/engineering/atmos) -"dbs" = ( -/obj/structure/chair/plastic{ +"evK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"evL" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"evM" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"evR" = ( +/obj/effect/spawner/random/entertainment/lighter, +/obj/item/clothing/mask/cigarette/rollie/mindbreaker{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/clothing/mask/cigarette/rollie/trippy{ + pixel_x = 4 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"evX" = ( +/turf/closed/wall/r_wall, +/area/station/science/lower) +"ewf" = ( +/obj/effect/turf_decal/stripes/asteroid/end{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"ewj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"ewm" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"ewx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 1 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"ewT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"ewU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"ewZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"exc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"exd" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"exo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"exQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"exX" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/vending/medical, +/obj/effect/turf_decal/siding/white{ dir = 8 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"dbv" = ( -/obj/structure/cable/layer3, +/area/station/medical/medbay/aft) +"eyg" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/bush/stalky/style_random, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"eyw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/cyborg, -/obj/machinery/holopad/secure, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/turret_protected/ai) -"dbz" = ( -/obj/structure/cable/layer3, -/obj/structure/chair/office{ +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"eyy" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"eyD" = ( +/obj/structure/cable, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"ezc" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Law Office Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/lawyer, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"eze" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"ezs" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/siding/red, +/obj/effect/landmark/start/head_of_security, +/turf/open/floor/iron/small, +/area/station/security/office) +"ezt" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ezu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"ezv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"ezA" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"dbF" = ( -/turf/open/floor/plating/rust, -/area/station/ai_monitored/turret_protected/aisat/maint) -"dbO" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"dbU" = ( /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"ezH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"ezK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/fuchsia, +/turf/open/space/basic, +/area/space/nearstation) +"ezU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"eAp" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"eAA" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"eAL" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"eAN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/fluff/broken_flooring{ dir = 4; icon_state = "singular" }, /turf/open/floor/plating, -/area/station/maintenance/port/aft) -"dbY" = ( -/obj/structure/railing, -/turf/open/space/basic, -/area/space) -"dcc" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/holopad, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"dcm" = ( -/obj/machinery/atmospherics/components/tank/carbon_dioxide{ +/area/station/maintenance/starboard/aft) +"eAO" = ( +/obj/effect/mob_spawn/corpse/human, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"eAS" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"dcp" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"dcG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark/side{ - dir = 5 - }, -/area/station/engineering/atmos) -"dcH" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"eAV" = ( /obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"ddd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/catwalk_floor/iron_white, -/area/station/engineering/atmos) -"ddh" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"eBc" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ dir = 4 }, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"eBf" = ( +/obj/structure/water_source/puddle, +/obj/structure/flora/bush/large/style_random{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/medical/virology) +"eBr" = ( +/obj/structure/table, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"ddj" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"ddk" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 +/obj/item/storage/crayons, +/obj/item/storage/crayons{ + pixel_y = -3 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"ddl" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/cup/beaker/large, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = 8; +/obj/item/storage/crayons{ pixel_y = -6 }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"ddy" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"ddE" = ( +/obj/item/camera_film{ + pixel_y = 16 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"eBy" = ( /obj/structure/cable, -/obj/structure/chair/stool/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"eBz" = ( +/obj/structure/table/glass, +/obj/machinery/recharger, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -3; + pixel_y = 14 + }, /turf/open/floor/carpet/red, /area/station/command/heads_quarters/hos) -"ddG" = ( +"eBI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security{ + name = "Security Office" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security) +"eBL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/computer/accounting{ + dir = 1 + }, +/turf/open/floor/iron/large, +/area/station/command/heads_quarters/hop) +"eCc" = ( +/obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, /obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"ddK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ dir = 8 }, -/obj/effect/landmark/start/chief_medical_officer, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"ddN" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ +/turf/open/floor/plating, +/area/station/tcommsat/server) +"eCd" = ( +/turf/closed/wall, +/area/station/hallway/secondary/service) +"eCg" = ( +/turf/open/floor/iron/stairs, +/area/station/hallway/primary/central/fore) +"eCC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan{ dir = 4 }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark, +/obj/structure/tank_holder/extinguisher/advanced, +/turf/open/floor/iron, /area/station/engineering/atmos) -"ddT" = ( +"eCE" = ( /turf/open/floor/plating/airless, -/area/station/maintenance/department/engine) -"deh" = ( -/obj/structure/cable, +/area/station/engineering/atmospherics_engine) +"eCH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/green{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"eCI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"eCR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"eDA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"eDL" = ( +/obj/structure/closet, +/turf/open/floor/plating, +/area/station/cargo/office) +"eDW" = ( +/obj/machinery/button/tram{ + id = 2; + lift_id = "maint_tram"; + pixel_y = -32 + }, +/obj/machinery/destination_sign/indicator{ + pixel_y = -32; + tram_id = "maint_tram" + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"eEb" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/red{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"eEc" = ( /obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"eEw" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/medical_all, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"eEx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"eEC" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"eEQ" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white{ +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"eET" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"eEW" = ( /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"dex" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"eFg" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/camera/directional/south, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/central/fore) +"eFl" = ( +/obj/effect/turf_decal/siding/white, +/obj/structure/bed/maint, +/obj/structure/railing, +/turf/open/floor/stone, +/area/station/service/theater) +"eFt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"eFH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, /turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"deB" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ +/area/station/hallway/secondary/dock) +"eFU" = ( +/obj/structure/closet/secure_closet/injection{ + name = "educational injections"; + pixel_x = 2 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"eGa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"eGe" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/aft) +"eGm" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, /obj/effect/turf_decal/stripes/line{ dir = 8 }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"eGo" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"eGr" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"eGu" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/central/fore) +"eGy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"eGG" = ( +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"eGI" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"eGZ" = ( +/obj/machinery/power/smes/engineering, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"eHh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "AISat Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat/maint) +"eHp" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"eHv" = ( +/obj/structure/sign/warning/chem_diamond, +/turf/closed/wall, +/area/station/medical/chemistry) +"eHy" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"eHL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"eHM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"eHS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"eHX" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 5 + }, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"eIc" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/bar) +"eId" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/cargo/storage) +"eIk" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"eIA" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/item/storage/box/mousetraps{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"eIF" = ( +/obj/structure/cable, +/obj/structure/bed, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/item/bedsheet/ce, +/obj/effect/landmark/start/chief_engineer, +/obj/item/storage/secure/safe/directional/south, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/ce) +"eJg" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"eJl" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"eJD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"eJT" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"eJZ" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/bowl, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"eKa" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"eKd" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"eKi" = ( +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"eKu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"eKE" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/work) +"eKI" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"deQ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" +"eKQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/xenobiology) -"deR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"eKS" = ( +/obj/machinery/deepfryer, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"eKZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"eLa" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/item/storage/secure/safe/directional/north{ + name = "evidence safe" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"eLi" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"eLj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "roboticshut"; + name = "Robotics Shutters" + }, +/turf/open/floor/plating, +/area/station/science/robotics/lab) +"eLz" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/delivery_chute{ + name = "Medical Deliveries" + }, +/obj/structure/sign/departments/exam_room/directional/north, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/plasticflaps{ + name = "Medical Deliveries" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"eLA" = ( +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/turf/open/floor/iron/freezer, +/area/station/command/corporate_suite) +"eLF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Prison Washroom" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/shower) +"eLP" = ( +/obj/structure/bed, +/obj/item/bedsheet/centcom, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"eLS" = ( +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"eLT" = ( +/obj/structure/cable, +/obj/machinery/power/floodlight, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"eLX" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Lavatorie" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"eMu" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"eMA" = ( +/obj/structure/frame, +/obj/item/stack/cable_coil/five, +/obj/item/circuitboard/computer/arcade, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"eMD" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"eMK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/aft) +"eMT" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"dfb" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"eNq" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"eNr" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/central/fore) +"eNt" = ( /obj/structure/cable, -/obj/structure/table/glass, -/obj/machinery/computer/records/medical/laptop, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"dfj" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"eNu" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"eNA" = ( +/obj/machinery/light_switch/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"eNN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/landmark/start/assistant, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"eNT" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"eOd" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=5.0-AftHall-Arrivals"; + location = "4.0-TechStorage-AftHall" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"eOk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"eOn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"eOK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"eOM" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"eOP" = ( +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/assembly/timer{ + pixel_y = 7 + }, +/obj/machinery/light_switch/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"eOT" = ( /obj/structure/table, /obj/effect/turf_decal/tile/dark_red, /obj/effect/decal/cleanable/dirt/dust, @@ -7598,125 +14022,913 @@ }, /turf/open/floor/iron/dark, /area/station/security/processing) -"dfo" = ( +"ePg" = ( /obj/structure/cable, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"dfs" = ( -/obj/machinery/biogenerator, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"dfv" = ( -/obj/item/kirbyplants/random, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table, +/obj/item/clothing/gloves/boxing/blue, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"ePx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Chemistry Lab" }, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"dfB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "chem_lockdown"; + name = "Chemistry Shutters" + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"ePA" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/command{ + name = "Telecomms Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"ePM" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"ePN" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"ePP" = ( +/obj/effect/turf_decal/siding/thinplating_new{ dir = 1 }, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"eQa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"eQm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"eQP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"eQQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"eQW" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"eRd" = ( +/obj/structure/table, +/obj/item/exodrone{ + pixel_y = 8 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"eRe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"eRq" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"eRt" = ( +/obj/machinery/atmospherics/components/tank/nitrous{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"eRK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/air_sensor/incinerator_tank, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"eRL" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix Outlet Pump" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"eRQ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/security/engine, +/obj/item/radio/off{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/geiger_counter{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"eSh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"eSn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"eSv" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/security/tram) +"eSN" = ( +/obj/structure/disposalpipe/segment, +/obj/item/banner/cargo, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/west, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"eSQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/office) +"eSR" = ( +/obj/structure/hedge, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eTi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"eTm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"eTp" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/space/basic, +/area/space/nearstation) +"eTv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/spacebridge) +"eTx" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 10 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"eTA" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured_half, +/area/station/engineering/atmos) +"eTD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"eTM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/full, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/textured_large, +/area/station/command/heads_quarters/cmo) +"eUi" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/start/mime, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"eUE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/obj/structure/sink/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eUM" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"eUN" = ( +/turf/closed/wall, +/area/station/medical/psychology) +"eUQ" = ( +/obj/structure/table, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"eUW" = ( +/obj/structure/frame/machine, +/obj/item/circuitboard/computer/security, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"eUZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/bag/construction, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"eVl" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"eVo" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"eVw" = ( +/obj/structure/flora/ash/tall_shroom, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"eVD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"eVI" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"eVM" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"eVY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/wood, +/obj/item/paper/calling_card, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"eVZ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"eWg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dfC" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"dfN" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner, -/turf/open/floor/grass, -/area/station/cargo/storage) -"dgn" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"dgo" = ( -/obj/structure/cable, -/turf/open/floor/iron/white/corner, -/area/station/science/lower) -"dgr" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/decal/cleanable/dirt/dust, +/area/station/maintenance/hallway/abandoned_command) +"eWn" = ( +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dgv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"dgD" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"dhh" = ( -/obj/structure/cable, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/power/terminal{ +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"eWq" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/red{ dir = 8 }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"dhw" = ( -/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"eWx" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"eWJ" = ( /obj/structure/cable, -/obj/item/radio/intercom/directional/south, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/aft) +"eWV" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "CO2 Outlet Pump" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eWX" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/full, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/light/cold/directional/east, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medlock"; + name = "Lockdown Shutters" + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/medbay/lobby) +"eWY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"eXn" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/processing) +"eXu" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"eXv" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"eXE" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/east{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted, +/obj/machinery/recharger, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"eXR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"eYh" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"eYW" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"eZi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"eZl" = ( +/obj/machinery/flasher/portable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/security/tram) +"eZw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"eZE" = ( +/obj/effect/spawner/random/structure/musician/piano/random_piano, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"eZF" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"eZW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/port) +"eZX" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"fad" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"faf" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"fag" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 9 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"fal" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_half, +/area/station/engineering/atmos) +"fav" = ( +/turf/closed/wall/r_wall, +/area/station/science/cytology) +"fay" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"faA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/research/glass{ + name = "Gun Range" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/science/auxlab/firing_range) +"faE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"faG" = ( +/obj/machinery/computer/communications, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"faW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/department/engine) +"fbb" = ( +/obj/item/kirbyplants/random, +/obj/item/shard{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"fbo" = ( +/obj/machinery/light/cold/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"fbp" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology - Cell 3"; + dir = 6; + network = list("ss13","rd","xeno") + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"fbC" = ( +/obj/machinery/camera/directional/east{ + c_tag = "MiniSat Exterior - Fore Port"; + network = list("minisat") + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"fbE" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"fbR" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Distro to Waste" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"fcn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Library Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"fco" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/bush/jungle/c/style_2, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"fct" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"fcy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/east, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fcA" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"fcG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"fcZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"fdj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"fdm" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"fds" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"fdt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fdu" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"fdB" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"fdN" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/storage) +"fdQ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/main) -"dhK" = ( +"fdY" = ( +/turf/closed/wall, +/area/station/medical/medbay/lobby) +"feb" = ( /obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"dhX" = ( -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"dim" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"dis" = ( +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/port/aft) +"fef" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash/garbage, +/obj/effect/spawner/random/trash/garbage, +/obj/effect/spawner/random/contraband/prison, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"fem" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"few" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"fex" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"feB" = ( +/turf/closed/wall, +/area/station/hallway/secondary/dock) +"feE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"feJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/machinery/light/small/directional/east, +/obj/item/clipboard, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"ffc" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"ffe" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ffs" = ( +/obj/structure/chair/stool/directional/east, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"ffA" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/chem_master, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"ffH" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ffV" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"fgg" = ( +/obj/structure/chair/sofa/bench/right, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"fgh" = ( +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"fgj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical/glass{ id_tag = "MedbayFoyer"; @@ -7730,287 +14942,683 @@ /obj/effect/turf_decal/delivery/red, /turf/open/floor/iron/dark/small, /area/station/medical/medbay/lobby) -"diK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"diO" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"fgt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white/side{ dir = 1 }, +/area/station/science/xenobiology) +"fgF" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"fgL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"fgT" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/servingdish, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"fgZ" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"diS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue, -/obj/structure/sink/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"dja" = ( -/obj/effect/turf_decal/tile/yellow, /obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"fhu" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"fhM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"fhS" = ( +/obj/machinery/computer/crew, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/light/cold/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"fhV" = ( +/obj/machinery/holopad, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/security/courtroom) +"fib" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"fiw" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"fiD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"fiG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"fjh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"fjj" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fjr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + name = "Quartermaster's Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/qm) +"fjy" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"fjK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box/red/corners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"fjR" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"fjS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fjY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/spawner/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"fka" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"djf" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"djj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"djC" = ( -/obj/machinery/door/airlock/engineering{ - name = "Smoke Room" +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fke" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"fkf" = ( +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -6 + }, +/obj/machinery/door/window/left/directional/west{ + dir = 4; + name = "Robotics Desk"; + req_access = list("robotics") + }, +/obj/structure/desk_bell{ + pixel_x = 6 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "roboticshut"; + name = "Robotics Shutters" }, -/obj/structure/cable, +/turf/open/floor/iron/textured_large, +/area/station/science/robotics/lab) +"fkg" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"fko" = ( +/obj/structure/sign/directions/dorms{ + dir = 1 + }, +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"fkF" = ( +/obj/machinery/computer/security/telescreen/cmo{ + dir = 4; + pixel_x = -30 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"fkK" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"fkM" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison) +"fkZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/engineering/atmospherics_engine) -"djE" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"fld" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"flj" = ( +/turf/closed/wall/mineral/wood/nonmetal, +/area/station/service/hydroponics/garden/monastery) +"fll" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/open/floor/iron/terracotta/small, +/area/station/security/checkpoint/escape) +"flp" = ( +/obj/machinery/door/airlock/centcom{ + name = "Frozeno!" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den/gaming) +"flF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"flM" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"flR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/storage/tools) +"fmC" = ( +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fmD" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/engineering/atmospherics_engine) -"djR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"fmO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"fmR" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"fmU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=14.0-Dormatories-CentralStarboard"; + location = "13.0-DormatoryCommons-Dormatories" + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"fng" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 8; + id = "centersol"; + name = "Center Quarter Solar Control" + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"fni" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Development Division Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/lobby) +"fnp" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"fnw" = ( +/obj/docking_port/stationary{ + dwidth = 4; + height = 17; + name = "birdshot arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/birdshot; + shuttle_id = "arrival_stationary"; + width = 9 + }, +/turf/open/space/basic, +/area/space) +"fny" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"fnE" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"fnH" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/security/general, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"fnI" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green, +/obj/machinery/component_printer, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"fnQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"fnT" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/ecto_sniffer{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/bodypart/arm/left/robot{ + pixel_x = -3 + }, +/obj/item/bodypart/arm/right/robot{ + pixel_x = 3 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/borg/upgrade/rename{ + pixel_x = 3; + pixel_y = 25 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/bodypart/arm/right/robot{ + pixel_x = 3 + }, +/obj/item/bodypart/arm/left/robot{ + pixel_x = -3 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"foc" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"foe" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"foi" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/airalarm/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"foN" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"foW" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"foZ" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/airalarm/directional/north, +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"fpr" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"fpu" = ( +/obj/structure/railing, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"fpK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "SM Bleed to Turbine" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fpM" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"djU" = ( -/obj/machinery/power/smes/engineering, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"dkd" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/area/station/hallway/primary/aft) +"fpR" = ( +/obj/structure/chair/comfy/beige{ dir = 4 }, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"dkm" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"dkq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/wrench, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dkz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/landmark/event_spawn, +/obj/item/radio/intercom/directional/west, /turf/open/floor/iron, -/area/station/security/tram) -"dkC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 4 +/area/station/commons/dorms) +"fqh" = ( +/obj/effect/turf_decal/siding/green{ + dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dkF" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 5 - }, -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dkI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/chemist, /turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"dkS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"dkT" = ( +/area/station/medical/chemistry) +"fqj" = ( /obj/effect/mapping_helpers/broken_floor, +/obj/machinery/vending/wardrobe/bar_wardrobe, +/obj/machinery/light/small/directional/west, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"fqx" = ( /obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"dkW" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dla" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 +/obj/machinery/atmospherics/pipe/smart/manifold/orange/visible{ + dir = 4 }, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/smooth, /area/station/engineering/supermatter/room) -"dll" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/cyan{ - dir = 4 +"fqI" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 }, -/obj/structure/tank_holder/extinguisher/advanced, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dlz" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/closet/secure_closet/medical3, -/obj/item/storage/belt/medical, -/obj/effect/turf_decal/bot_white, -/obj/item/clothing/mask/surgical, -/turf/open/floor/iron/small, -/area/station/medical/storage) -"dlA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"fqZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"dlJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"dlN" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"frc" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"dlR" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 8 +/obj/item/radio/intercom/directional/west, +/obj/structure/table, +/obj/item/wrench, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"fro" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/cold/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"fry" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L9" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"frI" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"frM" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/fore/greater) +"frO" = ( +/turf/closed/wall/r_wall, +/area/station/science/genetics) +"fsk" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"fsm" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"dmk" = ( -/obj/machinery/holopad, -/obj/effect/landmark/start/depsec/medical, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"dmw" = ( -/obj/machinery/atmospherics/components/tank/plasma, -/obj/structure/window/reinforced/plasma/spawner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal/incinerator) -"dmT" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Xenobiology - Cell 2"; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/box/red/corners{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"dmV" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"dmW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/grunge{ - name = "Cell 3" +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance" }, -/turf/open/floor/iron/textured_half{ +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"fsr" = ( +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/duct, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"fsB" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"fsH" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"fsV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/command{ + name = "Council Chambers" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/open/floor/iron/dark/textured_half{ dir = 1 }, -/area/station/security/prison/safe) -"dnj" = ( +/area/station/command/bridge) +"ftC" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"ftD" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ftJ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"ftK" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 8; name = "Waste to Filter" @@ -8018,126 +15626,1307 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"dnq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"dnt" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos/pumproom) -"dnJ" = ( +"ftM" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"dnW" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/arrows{ dir = 8 }, -/obj/machinery/camera/autoname/directional/west, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, -/area/station/hallway/primary/fore) -"dob" = ( +/area/station/engineering/atmospherics_engine) +"ftO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig Cells" +/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, +/obj/machinery/door/airlock/medical{ + name = "Pychologists Office" + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/psychology) +"ftR" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"fuf" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"fug" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"fuy" = ( +/obj/structure/cable, +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"fuG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 }, /obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/brig) -"dof" = ( -/obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"fuT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"fuW" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fva" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"fvn" = ( +/obj/structure/flora/bush/large/style_random, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"fvq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"fvA" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/security/lockers) +"fvC" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/ce) +"fvD" = ( +/obj/effect/landmark/lift_id{ + specific_lift_id = "prison_tram" + }, +/obj/structure/industrial_lift/tram/white, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"fvE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"fvG" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Distro" + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"fvZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"fwj" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"fwu" = ( +/turf/open/floor/iron/smooth_large, +/area/station/engineering/atmos) +"fwI" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"fwX" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"fxe" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/small/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"fxg" = ( +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/ce) +"fxn" = ( +/obj/machinery/newscaster/directional/south, /obj/structure/fluff/broken_flooring{ dir = 4; icon_state = "singular" }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"dog" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light/directional/south, -/obj/machinery/firealarm/directional/south, /turf/open/floor/iron, -/area/station/engineering/break_room) -"doj" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/medical/coldroom) -"don" = ( +/area/station/hallway/secondary/dock) +"fxE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/siding/blue{ - dir = 6 +/turf/open/floor/iron/white, +/area/station/science/cytology) +"fye" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/chem_dispenser/drinks{ + dir = 1 }, -/turf/open/floor/iron/white/small, -/area/station/command/heads_quarters/cmo) -"dor" = ( -/obj/machinery/flasher/directional/west{ - id = "AI"; - pixel_y = 26 +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"fyn" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 }, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"dov" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"doJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"fyu" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 7 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/entry) +"fyF" = ( /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"fyX" = ( /obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fzc" = ( +/obj/structure/cable, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"fzj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"fzm" = ( +/obj/machinery/processor/slime, +/obj/effect/turf_decal/siding/white{ dir = 6 }, -/obj/machinery/camera/directional/north{ - c_tag = "AI Sat - Port Maint South"; - network = list("minisat") +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"fzw" = ( +/obj/structure/cable, +/obj/machinery/light_switch/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"doQ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"fzz" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"dps" = ( -/obj/machinery/camera/directional/south{ - c_tag = "AI Chamber - Aft"; - network = list("aicore") +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/storage/gas) +"fzB" = ( +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"fzE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"fzF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/grunge{ + name = "Courtroom" + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/courtroom) +"fzO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"fzR" = ( +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"fzW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"fAa" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"fAc" = ( +/obj/structure/window/reinforced/spawner, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"dpt" = ( +/area/station/ai_monitored/turret_protected/ai_upload) +"fAp" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"fAq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/science/xenobiology) +"fAt" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"fAz" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/dorms) +"fAB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fAL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"fAT" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs, +/area/station/engineering/storage/tech) +"fAW" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"fAX" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology - Zoo"; + dir = 6; + network = list("ss13","rd","xeno") + }, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"fBc" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"fBg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fBk" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"fBp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/research) +"fBU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"fCa" = ( +/turf/closed/mineral/random/stationside, +/area/station/engineering/supermatter/room) +"fCp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"fCq" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/starboard) +"fCr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Vacant Office Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"fCz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"fCF" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fCT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"fDl" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"fDn" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"fDx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"fDy" = ( +/obj/machinery/door/airlock{ + id_tag = "study_c"; + name = "Study C" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons) +"fDD" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"fDL" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"fEl" = ( +/obj/machinery/vending/tool, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"fEo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/trash/popcorn/salty, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"fEq" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"fEv" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L12" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"fEy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fEA" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/greyscale, +/obj/item/folder/ancient_paperwork, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"fEI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fEM" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"fEZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/shutters/window{ + dir = 4; + id = "armory"; + name = "Armory Shutters" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/ai_monitored/security/armory) +"fFm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Research Wing" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"fFr" = ( +/obj/structure/bed/double{ + dir = 1 + }, +/obj/item/bedsheet/captain/double{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"fFO" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fFP" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"fFR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air to Distro" + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"fFU" = ( +/obj/effect/turf_decal/siding/green{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"fGi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=23.4-Evac"; + location = "23.3-Evac" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"fGj" = ( +/obj/structure/cable, +/obj/machinery/light/small/broken/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"fGl" = ( +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"fGs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"fGN" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fHh" = ( +/obj/structure/table, +/obj/item/pen/screwdriver{ + pixel_x = -4 + }, +/obj/item/clothing/head/soft/grey{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"fHp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"fHq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"fHv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/east{ + id = "qm_warehouse_aft"; + name = "Warehouse Door Control"; + pixel_x = -24; + pixel_y = -23; + req_access = list("cargo") + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fHJ" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"fHK" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"fHN" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"fIs" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple, +/obj/item/storage/box/bodybags{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"fIv" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"fID" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/light/cold/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"fIG" = ( +/turf/closed/wall, +/area/station/security/brig/entrance) +"fIL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"fIO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "West Ports to Filter" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fIY" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/clothing/suit/armor/riot{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/shield/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/shield/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"fJm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 1" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/safe) +"fJB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"fJG" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"fJU" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Air to Pure" + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"fJV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fJW" = ( +/obj/structure/cable, +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fJX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"fJY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"fKe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"fKj" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"fKk" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/machinery/computer/records/medical/laptop{ + dir = 8; + pixel_y = 1 + }, +/obj/item/radio/intercom/command/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"fKz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"fKB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"fKI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/medical/glass{ + name = "Primary Treatment Centre" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"fLl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fLN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"fLR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"fLU" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/science/xenobiology) +"fLV" = ( +/obj/structure/closet/emcloset, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"fMc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/storage) +"fMd" = ( +/turf/open/floor/iron/small, +/area/station/maintenance/port/aft) +"fMe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"fMh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fMl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"fMq" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"fMD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"fMG" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"fMJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/greyscale, +/obj/item/folder/white, +/obj/item/storage/dice{ + pixel_x = -16; + pixel_y = -6 + }, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"fMT" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"fMU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"fNd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"fNg" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"fNi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"fNl" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"fNn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Garden" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/prison/garden) +"fNq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/rack, +/obj/machinery/duct, +/obj/item/mop, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"fNI" = ( +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"fNM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"fNR" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/science/genetics) +"fNZ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"fOf" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"fOo" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"fOq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"fOy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"fOz" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"fOD" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/obj/structure/desk_bell{ + pixel_x = 8; + pixel_y = 11 + }, +/obj/effect/spawner/random/food_or_drink/condiment{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"fOJ" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"fOK" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"fOM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/departments/cargo/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fOP" = ( +/obj/machinery/atmospherics/components/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"fOT" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/iron/textured_half, +/area/station/service/chapel/office) +"fPl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"fPx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/landmark/event_spawn, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = 5; + pixel_y = 14 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"fPA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"fPF" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"fPI" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"fPL" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 @@ -8145,240 +16934,3756 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"dpz" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/area/station/maintenance/department/medical/central) +"fPM" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/mapping_helpers/broken_floor, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light_switch/directional/west, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"dpG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"fPT" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"fPU" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ dir = 4 }, +/obj/structure/table/glass, +/obj/machinery/light/cold/directional/north, +/obj/machinery/reagentgrinder{ + pixel_y = 9 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"fPV" = ( +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/obj/structure/closet/l3closet/scientist, +/obj/item/storage/bag/xeno, +/turf/open/floor/iron/white/side, +/area/station/science/xenobiology) +"fPW" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 13; + name = "port bay 2"; + shuttle_id = "ferry_home"; + width = 5 + }, +/turf/open/space/basic, +/area/space) +"fPY" = ( +/turf/open/floor/iron/small, +/area/station/security/tram) +"fQh" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"fQi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/white/corner{ dir = 1 }, -/area/station/hallway/secondary/dock) -"dpN" = ( -/obj/structure/hedge, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"dpO" = ( -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ +/area/station/hallway/secondary/entry) +"fQm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/open/floor/iron/dark/textured_half{ dir = 1 }, -/obj/structure/firelock_frame, -/turf/open/floor/iron/dark, -/area/station/maintenance/department/engine/atmos) -"dqj" = ( -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 +/area/station/security/courtroom) +"fQE" = ( +/obj/structure/curtain/cloth, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/red, +/area/station/commons/dorms) +"fQR" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"fRy" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/maintenance/department/engine/atmos) -"dqG" = ( -/obj/structure/chair/sofa/left{ +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"fRK" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"fSb" = ( +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/diagonal, -/area/station/maintenance/department/engine/atmos) -"dqK" = ( -/obj/structure/sign/poster/official/cohiba_robusto_ad{ - pixel_y = 34 +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 }, -/turf/open/floor/iron/diagonal, -/area/station/maintenance/department/engine/atmos) -"dqO" = ( -/turf/open/floor/iron/dark/small, -/area/station/security/checkpoint/customs/auxiliary) -"dra" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/entertainment/lighter, -/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/central/fore) +"fSd" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/engine/atmos) -"dry" = ( -/obj/structure/bed/pod{ - desc = "An old medical bed, just waiting for replacement with something up to date."; - name = "medical bed" +"fSj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"fSn" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"fSo" = ( +/turf/closed/wall/r_wall, +/area/station/command/corporate_dock) +"fSp" = ( +/obj/structure/chair/wood{ + dir = 8 }, -/obj/item/bedsheet/medical, -/obj/machinery/light/small/directional/east, -/obj/item/radio/intercom/directional/north, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"dse" = ( -/obj/structure/chair/sofa/bench/right{ +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"fSq" = ( +/obj/structure/table/glass, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"fSz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"fSJ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light/cold/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/office) +"fSQ" = ( +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Medical"; + name = "Medical Fax Machine"; + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"fTe" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"fTh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"fTA" = ( +/obj/machinery/vending/boozeomat, +/obj/effect/mapping_helpers/broken_floor, +/turf/closed/wall, +/area/station/service/abandoned_gambling_den) +"fTD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/diagonal, +/area/station/science/auxlab/firing_range) +"fTK" = ( +/obj/structure/cable, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"fTT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/landmark/start/assistant, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"fUd" = ( +/turf/closed/wall/rust, +/area/station/command/heads_quarters/qm) +"fUk" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/brown/visible, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"fUl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"fUu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fUw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"fUy" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"fUC" = ( +/obj/machinery/vending/engivend, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"fUN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"fUW" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/commons) +"fUY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"fVh" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"fVk" = ( +/obj/machinery/airalarm/directional/south, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"fVs" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/computer/department_orders/service, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"fVt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fWj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"fWr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"fWt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/hedge, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"fWw" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fWC" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"fWM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"fWQ" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L4" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"fWS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/marker_beacon/jade, +/turf/open/space/basic, +/area/space/nearstation) +"fWW" = ( +/obj/structure/toiletbong{ + dir = 1 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fXd" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"fXq" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"fXH" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber" + }, +/obj/effect/turf_decal/bot, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"fXI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/reagent_containers/pill, +/obj/item/reagent_containers/pill/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fXO" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/command/heads_quarters/hop) +"fXV" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/kirbyplants/random, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"dsm" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_y = -3 +"fYh" = ( +/turf/closed/wall/r_wall, +/area/station/command/bridge) +"fYk" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"fYn" = ( +/turf/closed/wall, +/area/station/service/abandoned_gambling_den) +"fYA" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" }, -/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fYH" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"fYJ" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"fYW" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"fZd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"fZi" = ( +/obj/structure/rack, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"fZl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"fZo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"fZr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fZD" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fZL" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"fZO" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"fZT" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"gac" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/light/cold/directional/north, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"gae" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"gan" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"gav" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/research_director, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"gaD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"gaI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gaK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"gbc" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Applied Sciences" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half, +/area/station/science/lobby) +"gbw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"gbz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"gbG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public{ + name = "Locker Room" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons/fitness/locker_room) +"gbI" = ( +/obj/structure/bed, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/brig) +"gbK" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"gcj" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"gcl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/security/prison) +"gcx" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"gcC" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 9 + }, +/obj/machinery/power/shieldwallgen, +/turf/open/floor/iron/smooth_large, +/area/station/command/teleporter) +"gcD" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"gcJ" = ( +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"gcV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"gdo" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"gdy" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + id = "forestarboard"; + name = "Starboard Bow Solar Control" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"gdO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"gdQ" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"gdR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"gef" = ( +/obj/structure/bodycontainer/morgue{ + dir = 2 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"gek" = ( +/obj/machinery/keycard_auth/directional/south, +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"geJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator" + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/engineering/gravity_generator) +"geN" = ( +/obj/machinery/light/directional/north, +/obj/structure/window/spawner/directional/east, +/obj/structure/table/wood, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/crap{ + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/pipe/cobpipe{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"geP" = ( +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"geT" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"gfd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/smooth_corner{ + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"gfl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"gfM" = ( +/obj/structure/hedge, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"gfN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"gfU" = ( +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/command/corporate_showroom) +"ggd" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"ggk" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"ggu" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ggS" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance) +"ggT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"ggY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ghu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"ghI" = ( +/obj/structure/bed, +/obj/item/bedsheet/cmo, +/obj/item/radio/intercom/directional/south, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"ghP" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = 32; + spawn_loot_chance = 50 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"ghQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/security/tram) +"ghY" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"gia" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor, +/obj/machinery/door_buttons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 8; + pixel_y = 22; + req_access = list("virology") + }, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "virology_airlock_exterior"; + idInterior = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = -8; + pixel_y = 24; + req_access = list("virology") + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/virology) +"gid" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/crate/cardboard, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/clown, +/turf/open/floor/plating, +/area/station/science/auxlab/firing_range) +"gik" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"gim" = ( +/obj/machinery/door/airlock/hatch, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"giu" = ( +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/clothing/mask/breath{ + pixel_x = 15; + pixel_y = 5 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"giB" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"giI" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"gjp" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"gjC" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/smart/simple/brown/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"gjN" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/command/heads_quarters/captain) +"gjS" = ( +/obj/structure/transit_tube/station/dispenser/flipped, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"gkh" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"gkv" = ( +/turf/closed/wall/r_wall, +/area/station/medical/medbay/central) +"gkB" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/structure/crate_empty, +/obj/item/stack/ore/iron{ + amount = 25 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"gkF" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"gkI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"gkN" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/genetics) +"gla" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 10 + }, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"glg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"gli" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/north{ + c_tag = "Engineering - Power Monitoring" + }, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/frame/machine, +/obj/item/circuitboard/machine/pacman, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"gly" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"glJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"glQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + id_tag = "private_b"; + name = "Private Quarters B" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons/dorms) +"glU" = ( +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/monitored/air_output{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"gmb" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"gmc" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"gmi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"gmF" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/flashlight, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/command/gateway) +"gmG" = ( +/turf/closed/wall, +/area/station/maintenance/aft) +"gmL" = ( +/obj/structure/table, +/obj/machinery/light/cold/directional/north, +/obj/machinery/computer/security/telescreen/ordnance{ + pixel_y = 2 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/ordnance/testlab) +"gmU" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"gmZ" = ( +/obj/structure/table, +/obj/item/clothing/gloves/boxing, +/obj/machinery/light/dim/directional/east, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"gnb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"gnm" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"gnq" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"gns" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gnu" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"gnG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four"; + space_dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/starboard/central) +"gnI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/cafeteria) +"gnY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/obj/item/radio{ + desc = "An old handheld radio. You could use it, if you really wanted to."; + icon_state = "radio"; + name = "old radio"; + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"gnZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white/corner, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"goj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"gox" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"goz" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/phone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics - Closet" + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"goE" = ( +/obj/machinery/suit_storage_unit/security, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/small, +/area/station/security/tram) +"goO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"goP" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/computer/upload/borg{ + dir = 4 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"goX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/no_erp{ + pixel_x = 32; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/maintenance/starboard/central) +"gpf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"gpi" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/fore/greater) +"gpp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"gpq" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/obj/structure/table, +/obj/item/controller, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"gpw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=23.2-Evac-Garden"; + location = "23.4-Evac" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"gpO" = ( +/obj/machinery/teleport/station, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/command/teleporter) +"gqy" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"gqI" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, /obj/structure/window/reinforced/spawner/directional/east, /obj/effect/turf_decal/siding/wideplating{ dir = 8 }, /turf/open/misc/sandy_dirt, /area/station/security/tram) -"dso" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"dsq" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/stack/sheet/iron/fifty, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/mask/gas, -/obj/item/airlock_painter, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"dsr" = ( -/obj/effect/turf_decal/stripes/line{ +"gqT" = ( +/obj/machinery/deepfryer, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"gqU" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"grf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"grg" = ( +/obj/structure/cable, +/obj/item/ammo_casing/spent{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/ammo_casing/spent, +/obj/item/ammo_casing/spent{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/neutral/end{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"grj" = ( +/obj/structure/closet{ + name = "Evidence Closet 4" + }, /obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/delamination_counter/directional/west, /turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"dsH" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"dsN" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/security/lockers) -"dtj" = ( -/obj/structure/disposalpipe/segment{ +/area/station/security/evidence) +"grl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/chair/wood{ dir = 4 }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"grr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"gru" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"grv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"grB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"grZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"gsc" = ( +/obj/effect/spawner/random/entertainment/arcade{ dir = 1 }, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"gsf" = ( +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"gsn" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"gsq" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"gsx" = ( +/obj/machinery/air_sensor/nitrous_tank, +/turf/open/floor/engine/n2o, +/area/station/ai_monitored/turret_protected/ai) +"gsM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/sign/warning/pods/directional/west, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"gsT" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /turf/open/floor/iron, -/area/station/security/brig/entrance) -"dtq" = ( +/area/station/cargo/storage) +"gtk" = ( +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"gtp" = ( /obj/effect/mapping_helpers/broken_floor, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"dts" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI Core Shutter" - }, +/area/station/maintenance/hallway/abandoned_recreation) +"gtw" = ( /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/ai_monitored/turret_protected/ai) -"dty" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance/external{ + name = "Command Storeroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"gtx" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/light/floor, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"dtH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs, +/area/station/hallway/primary/central/fore) +"gtF" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"gtL" = ( +/obj/structure/cable, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/atmospherics/components/binary/pump/on{ +/obj/machinery/light/directional/south, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"gtN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"gub" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/carpet/green, +/area/station/maintenance/central/lesser) +"guj" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"gur" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"gut" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/reagentgrinder{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"guB" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"guR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/glass, +/area/station/command/heads_quarters/rd) +"gvc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/left/directional/south{ dir = 4; - name = "Cold Loop to Gas" + name = "Maximum Security Test Chamber"; + req_access = list("xenobiology") }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"dua" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/xenobiology) +"gvf" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"gvh" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"gvq" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/closed/wall/rust, -/area/station/ai_monitored/turret_protected/ai) -"dun" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"gvt" = ( +/obj/machinery/door/airlock/engineering{ + name = "Main Engine" }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI Core Shutter" - }, -/obj/structure/cable/layer3, -/turf/open/floor/catwalk_floor, -/area/station/ai_monitored/turret_protected/ai) -"dus" = ( -/obj/structure/chair{ +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"gvv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"gvC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 }, -/obj/machinery/light/small/directional/south, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"duF" = ( -/obj/machinery/atmospherics/components/tank/carbon_dioxide{ +/area/station/engineering/atmos) +"gvN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/north{ + id = "vaco"; + name = "Comissary Shutters"; + pixel_x = 29 + }, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"gvV" = ( +/obj/structure/table/greyscale, +/obj/item/radio/intercom/directional/south{ + broadcasting = 1; + frequency = 1423; + listening = 0; + name = "Interrogation Intercom"; + pixel_x = 3; + pixel_y = 0 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"gwc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"gwe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/catwalk_floor/iron_white, +/area/station/engineering/atmos) +"gwf" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"gwg" = ( +/obj/effect/turf_decal/siding/green{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"gwt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/flasher/directional/west{ + id = "ai" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/stairs, +/area/station/ai_monitored/turret_protected/ai) +"gwA" = ( +/obj/structure/chair/stool/directional/north, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"gwT" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"gwU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gxb" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"gxo" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/cold/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"gxw" = ( +/obj/structure/bed/maint, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"gxE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Cells" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/prison) +"gxG" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Cubicle" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"gxH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/science/xenobiology) +"gxJ" = ( +/obj/machinery/drone_dispenser, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"gxL" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"gxO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"gxS" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"gyh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, /area/station/engineering/atmos) -"duH" = ( +"gyw" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"gyB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"gyE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/obj/machinery/door/airlock/security{ + name = "Warden's Office" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/warden) +"gyN" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/stack/sheet/iron/fifty{ + pixel_y = 13 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/cable_coil{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/stack/cable_coil{ + pixel_x = -1; + pixel_y = -3 + }, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"gyU" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"gza" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/closet/secure_closet/security, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"gzc" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"gzp" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = 8; + pixel_y = 2 + }, +/obj/machinery/light/cold/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/effect/spawner/random/food_or_drink/condiment{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"gzr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"gzu" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"gzE" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"gzG" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"gAl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"gAz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"gAC" = ( +/obj/structure/table/wood, +/obj/item/hand_labeler, +/obj/item/camera/detective, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"gAI" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"gAM" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"gAP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"gAT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"gAY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"gBk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/pew{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/theater) +"gBG" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"gBI" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"gBU" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"gCc" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/hallway/primary/starboard) +"gCs" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/tray{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"gCv" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"gCN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"gCX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"gDb" = ( +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"gDk" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"gDs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"gDt" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"gDx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"gDR" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_freezer_chamber_input, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"gDY" = ( +/turf/closed/wall/r_wall, +/area/station/medical/pharmacy) +"gEi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"gEj" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"gEk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"gEl" = ( +/turf/closed/wall, +/area/station/medical/chemistry) +"gEI" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"gEX" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"gFb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"gFh" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/item/folder/blue, +/turf/open/floor/iron, +/area/station/security/courtroom) +"gFl" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"gFq" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/frame/computer{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"gFx" = ( +/obj/structure/closet/boxinggloves, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"gFM" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"gFN" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/evac/directional/west, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"gFZ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"gGj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"gGk" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"gGo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/diagonal, +/area/station/science/auxlab/firing_range) +"gGw" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"gGy" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"gGQ" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"gGU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"gHj" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"gHk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/door/airlock/maintenance{ + name = "Incinerator Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/smooth_half, +/area/station/maintenance/disposal/incinerator) +"gHt" = ( +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"gHu" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/trinary/filter, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"gHv" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"gHG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/hydroponics) +"gHJ" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"gHK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Gas Lab Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"gHT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"gHZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"gIe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"gIf" = ( +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"gIx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"gIy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"gIC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"gIL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"gIM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Genetics" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/genetics, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"gIQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/service/hop_office, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"gIY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/commons/dorms) +"gJf" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"gJp" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"gJu" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/photocopier, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"gJD" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 9 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"gJH" = ( +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"gJM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gKm" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/freezer, +/area/station/command/corporate_suite) +"gKp" = ( +/obj/effect/turf_decal/siding/green, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"gKq" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"gKr" = ( +/obj/machinery/rnd/production/techfab/department/service, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"gKw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/captain) +"gKz" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 11; + height = 24; + name = "SS13: Auxiliary Dock, Station-Port"; + shuttle_id = "whiteship_home"; + width = 35 + }, +/turf/open/space/basic, +/area/space) +"gKI" = ( +/turf/closed/wall/rust, +/area/station/cargo/miningoffice) +"gKN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/security/tram) +"gKV" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"gKW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Smoking Lounge" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/lower) +"gLh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"gLl" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"gLt" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"gLu" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"gLA" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"gLF" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"gLR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/lower) +"gLW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"gMl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Auxillary Base Construction" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/aux_base, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/construction/mining/aux_base) +"gMr" = ( +/obj/structure/cable, +/obj/machinery/telecomms/hub/preset, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"gMy" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/space/basic, +/area/space/nearstation) +"gMF" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"gMR" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"gMY" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/plating, +/area/station/science/cubicle) +"gMZ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"gNe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"gNs" = ( +/obj/structure/cable, +/obj/item/storage/bag/trash, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"gNy" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"gNz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/departments/medbay/alt/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"gNG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"gNU" = ( +/obj/machinery/vending/coffee, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"gNW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"gOg" = ( +/obj/structure/sign/directions/dorms{ + dir = 4 + }, +/turf/closed/wall, +/area/station/commons/dorms) +"gOp" = ( +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"gOw" = ( +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/security/office) +"gOy" = ( +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gOz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/hop) +"gOL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"gON" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"gOP" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Public Shrine" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/port) +"gOS" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/plating, +/area/station/security/brig/entrance) +"gPb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/hidden, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"gPt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"gPv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/ticket_machine/directional/north, +/turf/open/floor/iron/half{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"gPF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"gPY" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"gQg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/stool/directional/north, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"gQv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/box/matches, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"gQz" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"gQC" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/security/processing) +"gQL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/work) +"gQN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"gQO" = ( +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"gQS" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 8 }, -/obj/effect/turf_decal/tile/brown{ +/obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/machinery/atmospherics/components/binary/valve/digital{ - name = "Waste Release" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/directional/south{ - c_tag = "Atmospherics - Secondary" - }, /turf/open/floor/iron/dark/side{ dir = 5 }, /area/station/engineering/atmos) -"duI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{ - dir = 10 +"gQY" = ( +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gRa" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"gRh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"gRn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/status_display/evac/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gRs" = ( +/obj/structure/sign/departments/xenobio/alt/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/science/lower) +"gRv" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"gRx" = ( +/obj/structure/table, +/obj/machinery/light_switch/directional/north, +/obj/item/storage/secure/briefcase{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/storage/secure/briefcase{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/item/crowbar/large{ + pixel_y = -10 + }, +/obj/item/weldingtool/mini{ + pixel_y = -10 }, -/turf/closed/wall/rust, -/area/station/ai_monitored/turret_protected/ai) -"duS" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron/dark, -/area/station/science/ordnance) -"dvb" = ( +/area/station/security/lockers) +"gRz" = ( +/obj/structure/cable, +/obj/machinery/telecomms/broadcaster/preset_right, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"gRH" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"gRV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"gSd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"gSg" = ( +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"gSq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/cargo/office) +"gSF" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/mess) +"gSG" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "com_guest2"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/command/corporate_suite) +"gST" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"gSX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"gTf" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/command/heads_quarters/hop) +"gTm" = ( +/obj/machinery/computer/cargo/request, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/light/cold/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"gTB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"gTK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gTQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Central Atmospherics" + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"gTT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/engineering{ + name = "Engineering Corridor" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/textured_half, +/area/station/engineering/atmos) +"gUc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public{ + name = "Locker Room" + }, +/turf/open/floor/iron/textured_half, +/area/station/commons/fitness/recreation) +"gUm" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/rack, +/obj/item/storage/box/trackimp, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/storage/lockbox/loyalty, +/turf/open/floor/iron, +/area/station/security/tram) +"gUp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"gUq" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"gUx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gUy" = ( +/obj/effect/turf_decal/tile/green/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"gUO" = ( +/obj/structure/cable, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"gUV" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"gUX" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"gVk" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/explab) +"gVl" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"gVq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"gVr" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"gVB" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"gVD" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"gVH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sink/directional/south, +/obj/item/reagent_containers/cup/bucket, +/obj/item/mop, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gVP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"gVV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gVX" = ( +/obj/machinery/door/airlock/glass{ + name = "Gold Standard Law Firm" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/grimy, +/area/station/maintenance/starboard/greater) +"gVY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/departments/medbay/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"gWc" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"gWd" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"gWm" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"gWn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"gWt" = ( +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"gWv" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"gWy" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"gWD" = ( +/obj/machinery/vending/cigarette, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"gWG" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = 0 + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"gWH" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"gWM" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/spawner/random/entertainment/deck, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"gWP" = ( +/obj/structure/closet/wardrobe/grey, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"gWQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/mining{ + name = "Warehouse" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/iron/smooth_half, +/area/station/cargo/storage) +"gWS" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "aigas" + }, +/obj/effect/spawner/structure/window/survival_pod, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/engine, +/area/station/ai_monitored/turret_protected/ai) +"gWV" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/item/storage/secure/safe/caps_spare/directional/west, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"gWX" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"gWZ" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"gXf" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/hedge, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"gXg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"gXj" = ( +/obj/effect/turf_decal/siding, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"gXl" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/starboard/aft) +"gXn" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron/smooth, +/area/station/cargo/office) +"gXu" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"gXx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/trash/pistachios, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"gXA" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"gXY" = ( +/obj/structure/table/reinforced, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/machinery/door/window/left/directional/south{ + dir = 1; + name = "Research Lab Desk"; + req_access = list("science") + }, +/obj/structure/desk_bell{ + pixel_x = -8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_large, +/area/station/science/lab) +"gYc" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"gYg" = ( +/obj/structure/disposalpipe/sorting/mail, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"gYh" = ( +/obj/machinery/light_switch/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"gYj" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"gYp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + name = "Secure Gear Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/tram) +"gZk" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "centersol"; + name = "Central Solar Array" + }, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/aft) +"gZr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"gZs" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"gZx" = ( +/obj/structure/fireaxecabinet/directional/south, +/obj/machinery/door/window/brigdoor/left/directional/north{ + name = "Command Desk"; + req_access = list("command") + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"gZz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/command/heads_quarters/rd) +"gZF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"gZM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"gZT" = ( +/obj/structure/cable, +/obj/item/clothing/shoes/griffin{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"gZW" = ( +/turf/closed/wall, +/area/station/maintenance/department/engine) +"hac" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/prison) +"hak" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"han" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/tram) +"hat" = ( +/turf/closed/wall, +/area/station/service/hydroponics) +"haC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"haJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"haM" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"haR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"haT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical/central) +"haU" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"haV" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"hbD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/ordnance/testlab) +"hbJ" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"hbV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"hca" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/maintenance/starboard/central) +"hcc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"hcm" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"hcy" = ( +/obj/machinery/atmospherics/components/binary/valve/layer2, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"hcC" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"hcD" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"hdc" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"hde" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hdo" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/central/fore) +"hdr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"hdC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/computer/atmos_control/mix_tank{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"hdG" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/captain) +"hdI" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/disposal/bin, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"hdR" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"hdS" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs/auxiliary) +"hdT" = ( +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"hej" = ( +/obj/structure/frame/machine, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"hel" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green/fourcorners, +/turf/open/floor/iron, +/area/station/security/courtroom) +"heo" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"hep" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/security/tram) +"her" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"het" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"heB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/conveyor{ + dir = 8; + id = "fab2" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"heG" = ( +/obj/structure/railing, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"heH" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 5 }, @@ -8391,530 +20696,2202 @@ dir = 9 }, /area/station/engineering/atmos) -"dvl" = ( -/obj/structure/table, -/obj/item/reagent_containers/condiment/enzyme{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/machinery/reagentgrinder{ - pixel_x = -9; - pixel_y = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"dvo" = ( -/obj/machinery/ore_silo, -/obj/effect/turf_decal/bot_white, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Vault"; - id_tag = list("vault") - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"dvq" = ( -/obj/structure/sign/warning/electric_shock, -/turf/closed/wall, -/area/station/maintenance/department/engine) -"dvJ" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"dvQ" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"dvR" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, +"heK" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dvW" = ( -/obj/structure/flora/rock/pile/jungle/style_random, -/turf/open/floor/grass, -/area/station/medical/virology) -"dwa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"heT" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/tram) -"dwr" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/rock/pile/jungle/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"heW" = ( +/obj/structure/chair/office{ dir = 8 }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"dwz" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dwJ" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/plasma{ +/obj/effect/landmark/start/librarian, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"hfg" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"dwL" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dwW" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 9 - }, -/obj/item/radio/intercom/directional/west, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"dwX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"dxf" = ( -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/medical/central) -"dxz" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"dxG" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dxO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light/small/directional/west, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/rods/fifty, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"dxP" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Plasma to Pure" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dxZ" = ( -/obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock{ - name = "Gas Lab Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"dye" = ( -/obj/effect/turf_decal/siding/wideplating/dark/end{ +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"hfk" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, /turf/open/floor/plating, -/area/station/engineering/atmos/storage/gas) -"dyi" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 +/area/station/maintenance/port/fore) +"hfw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/right/directional/north{ + atom_integrity = 300; + name = "AI Core Chamber Access"; + req_access = list("ai_upload") }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutter" + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"hfH" = ( +/obj/effect/turf_decal/siding/white{ + dir = 5 }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dyp" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, /obj/structure/table, -/obj/item/circuitboard/computer/stationalert{ - pixel_y = 8 +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/item/radio, +/obj/structure/railing{ + dir = 5 + }, +/obj/item/stamp{ + pixel_x = -12; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = -12; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"hfS" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=19.0-Engineering-CentralPort"; + location = "18.0-ToolStorage-Engineering" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hgn" = ( +/turf/closed/wall, +/area/station/maintenance/hallway/abandoned_recreation) +"hgu" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/left/directional/north, +/obj/structure/chair/sofa/bench/left, +/obj/machinery/light/small/directional/east, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"hgz" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"dyG" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/corner, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"hgG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"hgI" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"hgK" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/testlab) +"hgQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/structure/cable, /turf/open/floor/iron/smooth, -/area/station/maintenance/disposal/incinerator) -"dyH" = ( +/area/station/engineering/supermatter/room) +"hgY" = ( +/obj/structure/table/glass, +/obj/item/aicard{ + pixel_y = 6 + }, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"hhh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"hhm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"hhr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"hhv" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/machinery/camera/directional/south, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"hhH" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=17.0-CentralPort-ToolStorage"; + location = "16.0-CentralFore-CentralPort" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"hhK" = ( +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/security/medical) +"hhR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/spacebridge) +"hhV" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"hhY" = ( +/obj/effect/spawner/random/structure/crate, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"hif" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"hiu" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"hiK" = ( +/obj/structure/window/spawner/directional/north, +/obj/machinery/hydroponics/soil, +/obj/item/shovel, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"hiN" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"hiR" = ( +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"hiU" = ( +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"hje" = ( +/obj/structure/bed/roller, +/obj/machinery/light/cold/directional/north, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"hjk" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"hjl" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/cobweb, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"hjG" = ( +/obj/structure/table, +/obj/item/mining_voucher, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"hjH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"hjU" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"hjW" = ( /obj/machinery/atmospherics/components/trinary/filter/critical{ dir = 4 }, /obj/effect/landmark/start/station_engineer, /turf/open/floor/iron/smooth, /area/station/engineering/supermatter/room) -"dyO" = ( -/obj/structure/disposalpipe/segment{ +"hkB" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hkD" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"hkE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ +/obj/structure/cable, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"hkV" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"hls" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"hlt" = ( +/obj/machinery/computer/camera_advanced/base_construction/aux{ dir = 1 }, /turf/open/floor/iron, -/area/station/security) -"dyW" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"dzi" = ( -/obj/structure/table/wood, -/obj/item/book/granter/action/spell/smoke/lesser{ - name = "mysterious old book of cloud-chasing" - }, -/obj/item/reagent_containers/cup/glass/bottle/holywater{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/nullrod{ - pixel_x = 4 - }, -/obj/item/organ/internal/heart, -/obj/item/soulstone/anybody/chaplain, -/obj/machinery/light/small/red/dim/directional/south, -/obj/item/radio/intercom/chapel/directional/east, -/turf/open/floor/iron/terracotta/diagonal, -/area/station/service/chapel/office) -"dzl" = ( -/obj/structure/window/reinforced/plasma/spawner, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/iron/smooth_corner{ - dir = 1 - }, -/area/station/maintenance/disposal/incinerator) -"dzE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/area/station/construction/mining/aux_base) +"hlB" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"dzJ" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hlF" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"hlH" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "XenoPens"; + name = "Xenobiology Lockdown" + }, +/turf/open/floor/engine, +/area/station/hallway/secondary/entry) +"hlU" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/iron/dark/small, +/turf/open/floor/iron/dark, /area/station/tcommsat/server) -"dzQ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, +"hmg" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"hmi" = ( +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"hmw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"hmD" = ( +/turf/closed/wall/rust, +/area/station/cargo/office) +"hmJ" = ( +/obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/engineering/atmos) -"dzT" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"dAh" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dAl" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "N2 to Pure" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dAn" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"dAr" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"dAG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"dAS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/ai_monitored/turret_protected/ai_upload) +"hmO" = ( +/turf/closed/wall, +/area/station/security/processing) +"hmR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"dBa" = ( -/obj/effect/spawner/random/structure/girder, -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"dBb" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dBh" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"hnn" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 }, -/obj/item/kirbyplants/random, -/turf/open/floor/wood/tile, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"hnr" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/command/corporate_suite) +"hnt" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, /area/station/science/lower) -"dBi" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ +"hnH" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/science/robotics/mechbay) +"hon" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + name = "Cargo Bay"; + shuttle_id = "cargo_home"; + width = 12 + }, +/turf/open/space/basic, +/area/space) +"hot" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"hoy" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"hoD" = ( +/obj/structure/cable, +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "O2 to Pure" - }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"hoM" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"hoN" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/engine) +"hoO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple/opposingcorners, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dBr" = ( +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"hpc" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/medical/central) +"hpd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/plasticflaps/opaque, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/maintenance/central/greater) +"hpm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"dBy" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"dBA" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/obj/machinery/light/small/directional/east, -/turf/open/floor/carpet/royalblack, -/area/station/commons/dorms) -"dBH" = ( /turf/open/floor/iron/white/corner{ dir = 1 }, /area/station/hallway/secondary/exit/departure_lounge) -"dBM" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 5 +"hpo" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"hpL" = ( /obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"hpP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "justice gas pump" + }, +/obj/item/wrench, +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Gas Ports" + }, +/turf/open/floor/plating, +/area/station/security/execution/education) +"hqe" = ( +/obj/effect/turf_decal/stripes{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"hqh" = ( +/obj/structure/disposalpipe/segment{ dir = 6 }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"hql" = ( /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"dBV" = ( -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"dCe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"hqo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/trash/popcorn/salty{ + pixel_x = -14 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"hqs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"hqH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"hqJ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"hqO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"hqV" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hrj" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"hrr" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/full, +/obj/item/stack/medical/mesh{ + pixel_x = 5 + }, +/obj/item/stack/medical/mesh{ + pixel_x = 3 + }, +/obj/item/stack/medical/suture{ + pixel_y = 3 + }, +/obj/item/stack/medical/suture{ + pixel_x = 5 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = -3; + pixel_y = 16 + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/medbay/lobby) +"hrQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"hrR" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"hrS" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"hrX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"hsn" = ( +/obj/machinery/camera/motion/directional/east{ + c_tag = "AI Sat - Starboard Maint"; + network = list("minisat") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"hst" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hsu" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/lab) +"hsy" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"hsH" = ( +/obj/effect/spawner/random/structure/girder, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"hsN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"dCj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"hsP" = ( +/obj/structure/curtain/cloth, +/turf/open/floor/carpet/orange, +/area/station/commons/dorms) +"hsS" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"hsV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"htc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"htn" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"htr" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/dock) +"hts" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/machinery/door/airlock/medical{ + name = "Operating Theater" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/surgery/theatre) +"htu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"htK" = ( +/obj/structure/closet/emcloset, +/obj/item/reagent_containers/pill/maintenance, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"htN" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/cold/directional/north, +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/broadcaster, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"htO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"htW" = ( +/obj/structure/window/reinforced/spawner, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/noslip, +/area/station/maintenance/port/aft) +"hua" = ( +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"huf" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"huk" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/flowers_pp/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/science/genetics) +"hut" = ( +/turf/open/floor/glass, +/area/station/command/corporate_dock) +"huw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/janitor, +/turf/open/floor/iron, +/area/station/service/janitor) +"huz" = ( /obj/structure/cable, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"dCm" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"huB" = ( +/obj/effect/turf_decal/siding/red{ + dir = 5 }, -/obj/effect/turf_decal/siding/wood{ +/obj/structure/chair/office{ dir = 4 }, -/obj/machinery/door/airlock/public/glass{ - name = "Study" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/smooth_half{ +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/warden, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"huF" = ( +/obj/effect/turf_decal/stripes{ dir = 1 }, -/area/station/service/library) -"dCC" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"dCH" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed{ - pixel_x = 6; +/obj/machinery/camera/directional/north, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"huH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/east, +/obj/structure/sign/directions/security/directional/east{ + dir = 2 + }, +/obj/structure/sign/directions/medical/directional/east{ pixel_y = 8 }, -/obj/item/reagent_containers/spray/cleaner, +/obj/structure/sign/directions/science/directional/east{ + pixel_y = -8 + }, +/obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"huI" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"huQ" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-3" + }, +/obj/machinery/computer/tram_controls/directional/west{ + specific_lift_id = "maint_tram" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"huY" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/door/airlock/command{ + name = "Bedroom" + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/command/corporate_suite) +"hva" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, /area/station/service/janitor) -"dCR" = ( -/obj/structure/cable/layer3, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"dCU" = ( +"hvd" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-2" + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"hvC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"hvL" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"hvS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"hwa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"hwc" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"hwj" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/station/engineering/atmos) +"hwu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"hwR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"hxa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"hxe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/table/reinforced/titaniumglass, +/obj/structure/sign/poster/official/random/directional/north, +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/cobweb, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/turf/open/floor/iron/smooth_corner, +/area/station/maintenance/disposal/incinerator) +"hxk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/machinery/light/cold/directional/east, +/obj/machinery/light_switch/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"hxl" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"hxs" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/processing) +"hxx" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"hxy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/obj/machinery/status_display/ai/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"hyb" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/cytology) +"hyi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hyo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"hyw" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"hyL" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"hyO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/bridge) +"hyS" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"hyT" = ( +/obj/structure/railing, +/turf/open/space/basic, +/area/space) +"hza" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hzi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"hzq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"hzx" = ( +/obj/structure/cable, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"hzK" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"hzP" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"hzW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"hAi" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/modular_computer/console/preset/cargochat/service{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"hAn" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"hAp" = ( +/obj/machinery/computer/exoscanner_control{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"hAr" = ( +/turf/closed/wall/r_wall, +/area/station/command/corporate_suite) +"hAO" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/gun/energy/laser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"hAP" = ( +/turf/closed/wall/r_wall, +/area/station/security/evidence) +"hAT" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"hAV" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/construction) +"hBb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"hBi" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/central/lesser) +"hBl" = ( +/obj/machinery/barsign, +/turf/closed/wall, +/area/station/service/bar) +"hBn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"hBU" = ( +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/station/service/theater) +"hCa" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/closet/crate/freezer, +/obj/item/emptysandbag, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"hCb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"hCz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"hCM" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/security/tram) +"hCN" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 4 + }, +/obj/machinery/fax{ + fax_name = "Chief Engineer's Office"; + name = "Chief Engineer's Fax Machine"; + pixel_y = 7 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = -9 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"hCW" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"hDi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hDr" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ - name = "Security Office" + name = "Gear Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/lockers) +"hDt" = ( +/obj/machinery/bookbinder, +/obj/machinery/light/small/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"hDu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Transferring Center" }, /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/textured_half{ dir = 8 }, -/area/station/security/office) -"dDk" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/chapel{ - dir = 1 - }, -/area/station/maintenance/starboard/greater) -"dDB" = ( -/turf/open/space/basic, -/area/space) -"dDF" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/lab) -"dDG" = ( -/obj/structure/cable, +/area/station/security/processing) +"hDA" = ( /obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"dDN" = ( /obj/structure/cable, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"hDB" = ( +/turf/closed/wall/r_wall, +/area/station/tcommsat/server) +"hDE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Mix to Filter" - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"dDO" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/box/red/corners{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, +/obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/engine, /area/station/science/xenobiology) -"dDQ" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/inspector{ - pixel_x = -12; +"hDG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"hDO" = ( +/obj/item/kirbyplants/random, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/north, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"hDQ" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"hDU" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"hEg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"hEj" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/aft) +"hEn" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"hEq" = ( +/obj/structure/table/wood/fancy/green, +/obj/item/storage/wallet{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/lighter{ + pixel_x = 11; pixel_y = -7 }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"hEr" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"hEx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"hED" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"hER" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white, +/obj/machinery/light/floor, +/turf/open/floor/noslip, +/area/station/medical/treatment_center) +"hFv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/full, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/right/directional/east{ + dir = 8; + name = "Pharmacy Desk"; + req_access = list("pharmacy") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/pharmacy) +"hFS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/invisible{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"hGc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"hGe" = ( +/obj/effect/landmark/tram/birdshot/prison_wing{ + specific_lift_id = "prison_tram" + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"hGg" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"hGk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron/small, -/area/station/security/office) -"dDS" = ( +/area/station/ai_monitored/command/storage/eva) +"hGv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"hGw" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/robot_suit, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"hGB" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"hGD" = ( +/obj/structure/window/spawner/directional/north, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"hGH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/engineering/atmospherics, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hGK" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/large/style_random{ + pixel_x = -17; + pixel_y = 2 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/spawner/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/service/hydroponics) +"hGY" = ( +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"hGZ" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"hHs" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"hHI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"hHR" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"hHT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + id_tag = "private_a"; + name = "Private Quarters A" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons/dorms) +"hHW" = ( +/obj/item/kirbyplants/random, +/obj/machinery/button/door/directional/north{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 24; + pixel_y = 23; + req_access = list("atmospherics") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hHX" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/status_display/evac/directional/south, -/obj/machinery/camera/autoname/directional/south, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -18; + pixel_y = 4 + }, +/obj/item/restraints/handcuffs, /turf/open/floor/iron/smooth, /area/station/security/checkpoint/escape) -"dDV" = ( +"hHZ" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/effect/landmark/event_spawn, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"hIo" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"hIA" = ( +/obj/machinery/washing_machine, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"hIC" = ( +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"hIL" = ( /obj/structure/cable, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/obj/effect/turf_decal/siding/blue{ + dir = 10 }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"hIM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/department/engine) +"hIU" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/dark_red, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"hIZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/west, /turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"dDW" = ( +/area/station/engineering/supermatter/room) +"hJj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"hJr" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/toy/windup_toolbox, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/plating, +/area/station/service/theater) +"hJs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"hJu" = ( +/obj/structure/rack, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"hJN" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"hJU" = ( +/obj/machinery/vending/wardrobe/chap_wardrobe, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"hKi" = ( +/turf/closed/mineral/random/stationside, +/area/space/nearstation) +"hKo" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"hKp" = ( +/obj/effect/landmark/start/cook, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"hKq" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"hKu" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/spawner/random/trash/bin, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"hKv" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"hKz" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"hKI" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"hKJ" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"hKK" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hKT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/aft) +"hLb" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/plaque/static_plaque/golden/commission{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/very_dim/directional/west, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"hLm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"hLq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"hLB" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"hLC" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 1 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"hLI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"hLJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hLM" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/firealarm/directional/north, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"hLQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"hMc" = ( +/obj/machinery/light/cold/directional/south, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"hMl" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"hMp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"hMq" = ( +/obj/machinery/portable_atmospherics/canister/plasma, /obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/structure/industrial_lift/tram/white, -/obj/structure/window/reinforced/tram/mid/directional/north, -/obj/structure/chair/sofa/bench/right, -/turf/open/floor/noslip/tram_platform, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"hMw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"hMy" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"hMD" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hME" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/port) +"hMG" = ( +/turf/open/floor/plating, +/area/station/science/xenobiology) +"hMN" = ( +/turf/closed/wall, +/area/station/service/chapel/funeral) +"hMP" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/processing) +"hMV" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"hNd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"hNh" = ( +/turf/closed/wall, +/area/station/science/server) +"hNk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"hNq" = ( +/obj/machinery/power/emitter{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"hNu" = ( +/obj/structure/cable, +/obj/machinery/light_switch/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/medical/paramedic) +"hND" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/lobby) +"hNP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"hNQ" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/security/tram) +"hNV" = ( +/obj/structure/cable, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, /area/station/maintenance/port/aft) -"dEt" = ( +"hOc" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/storage) +"hOg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold/orange/visible, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"hOk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"hOO" = ( +/obj/structure/industrial_lift/tram, +/obj/effect/landmark/lift_id{ + specific_lift_id = "maint_tram" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"hOP" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"hOR" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"hOS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"hPl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"hPs" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/security/courtroom) +"hPv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"hPw" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"hPy" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"hPA" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/misc/asteroid, +/area/station/maintenance/hallway/abandoned_command) +"hPM" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"hQd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hQe" = ( +/obj/structure/reflector/single{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"hQi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"hQk" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"hQq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"hQr" = ( +/obj/structure/closet/secure_closet/freezer/empty/open, +/turf/open/floor/iron/diagonal, +/area/station/maintenance/department/engine/atmos) +"hQv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"hQz" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/central/fore) +"hQB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"hQG" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"hQH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"hQK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"hQN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"hRp" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 6 }, @@ -8925,48 +22902,265 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"dEu" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/iron/kitchen/small, -/area/station/security/breakroom) -"dEK" = ( +"hRs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, /obj/structure/cable, -/obj/effect/turf_decal/stripes/white/line{ +/turf/open/floor/iron, +/area/station/security) +"hRu" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"hRK" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/passive_vent{ dir = 1 }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Distro" +/turf/open/floor/plating/airless, +/area/space/nearstation) +"hRM" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"dER" = ( -/obj/machinery/power/emitter, -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/turf_decal/stripes/red/line{ dir = 8 }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"dFn" = ( +/obj/machinery/door/firedoor, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"dFs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/white/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/dark/textured_half{ dir = 1 }, +/area/station/engineering/atmos) +"hRT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"hRV" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"hSc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"hSi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"hSO" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/machinery/chem_master, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"hSQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"hSZ" = ( +/obj/structure/transit_tube/horizontal, /obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"hTe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"hTf" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"hTi" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/table/reinforced/rglass, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"hTk" = ( +/turf/closed/wall, +/area/station/security/prison/workout) +"hTJ" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"hTT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"hTU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"hUh" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hUn" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"hUu" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"hUO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"hUS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"hVa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/office{ + dir = 4 + }, /turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"dFH" = ( +/area/station/command/bridge) +"hVd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"hVr" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/bed/dogbed/mcgriff, +/mob/living/basic/pet/dog/pug/mcgriff, +/turf/open/floor/iron, +/area/station/security/warden) +"hVt" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"hVB" = ( +/obj/structure/training_machine, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"hVP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron, +/area/station/security) +"hVQ" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 6 + }, +/obj/machinery/pdapainter/security, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"hVV" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /obj/structure/cable, /obj/effect/turf_decal/stripes/white/line{ @@ -8978,79 +23172,4268 @@ /obj/machinery/power/apc/auto_name/directional/east, /turf/open/floor/iron/smooth, /area/station/engineering/atmos/pumproom) -"dGt" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos/pumproom) -"dGO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dHk" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green/half/contrasted{ +"hWd" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"hWn" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"dHC" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/unres{ +/obj/effect/turf_decal/trimline/white/warning{ dir = 8 }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/obj/item/toy/basketball, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"hWz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/steam_vent, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"hWB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"hWE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/frame/machine, +/obj/item/circuitboard/machine/chem_dispenser, +/obj/item/stack/cable_coil/five, /turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"dHL" = ( +/area/station/maintenance/central/greater) +"hWG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"hWJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/security/prison) +"hWP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/aft) +"hXg" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"hXv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/hallway/secondary/construction) +"hXz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"hXB" = ( +/obj/machinery/destructive_scanner, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"hXS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"hXW" = ( +/turf/closed/wall, +/area/station/science/ordnance/storage) +"hXZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hYd" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/obj/item/plate, +/obj/item/food/peanut_butter_jelly_sandwich, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"hYf" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/cytology) +"hYm" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"hYt" = ( +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/disk/tech_disk{ + pixel_x = -6 + }, +/obj/item/disk/tech_disk{ + pixel_x = 6 + }, +/obj/item/disk/tech_disk{ + pixel_y = 6 + }, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"hYA" = ( +/obj/structure/table, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"hYI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/plating, +/area/station/science/research) +"hYT" = ( +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_y = 11 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"hZm" = ( +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/iron, +/area/station/security/tram) +"hZs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hZy" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Outer Window" + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + name = "Brig Control Desk"; + req_access = list("armory") + }, +/obj/item/folder/red, +/obj/item/storage/fancy/donut_box{ + pixel_y = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "wardshut"; + name = "Privacy Shutters" + }, +/turf/open/floor/iron/textured_large, +/area/station/security/warden) +"hZB" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"hZH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"hZO" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"hZW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57" + }, +/obj/item/radio/intercom/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"iac" = ( +/obj/structure/toilet/greyscale{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"iah" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/tram) +"iaA" = ( +/obj/effect/turf_decal/stripes{ + dir = 10 + }, +/obj/machinery/atmospherics/components/binary/valve/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"iaC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"iaJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"iaK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutter" + }, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/ai_monitored/turret_protected/ai) +"iaW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, +/obj/machinery/door/airlock/research/glass{ + name = "Xenobiology Kill Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"ibe" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"ibg" = ( +/obj/structure/cable, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"ibj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"ibl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"ibr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/textured_large, +/area/station/command/heads_quarters/cmo) +"ibu" = ( +/obj/structure/cable, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"ibw" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/stripes/end, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/machinery/status_display/supply{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"ibC" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/escape) +"ibV" = ( +/obj/machinery/telecomms/bus/preset_four, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"ibZ" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"icd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"ich" = ( +/obj/structure/chair/stool/directional/south, +/obj/structure/mirror/directional/north, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/grimy, +/area/station/cargo/boutique) +"icn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/server) +"icq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"icE" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"icI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"icN" = ( +/obj/effect/landmark/start/depsec/medical, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"icT" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/table_frame, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"icW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"icX" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"dIe" = ( +"icY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"idi" = ( +/obj/machinery/stasis{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/defibrillator_mount/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"idl" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"idr" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"ief" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/chief_engineer, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"iej" = ( +/obj/machinery/computer/atmos_control/nitrous_tank{ + dir = 4; + name = "Neurotoxin Supply Control" + }, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"ier" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"iet" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"iey" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"ieF" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"ieM" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"ieW" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"ife" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/effect/spawner/random/maintenance, +/turf/open/misc/asteroid, +/area/station/maintenance/department/engine) +"ifm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"ift" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/dark_red, +/obj/item/flashlight/lamp, +/turf/open/floor/iron, +/area/station/security/tram) +"ifC" = ( +/obj/structure/table, +/obj/item/grenade/smokebomb{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/grenades{ + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ifG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"ifP" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"igd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"igl" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/library) +"igm" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"igB" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/miner, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"igE" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/machinery/light/small/broken/directional/north, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"igH" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"igT" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ihe" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"ihj" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"ihm" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"ihF" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/command) +"ihN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ihS" = ( +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ihT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/north, +/mob/living/simple_animal/chick{ + name = "Morgan" + }, +/turf/open/floor/grass, +/area/station/cargo/storage) +"ihV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"iiy" = ( +/obj/machinery/computer/gateway_control{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"iiA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"iiG" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/warden) +"iiO" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"iiW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"ijb" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"ijo" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"ijD" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Radiation-Proof Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/engine) +"ijO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"ijS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lower) +"ijT" = ( +/obj/machinery/photocopier, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"ijU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"ijX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"ikz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"ikC" = ( +/obj/effect/landmark/start/captain, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"ilf" = ( +/turf/closed/wall/rust, +/area/station/maintenance/hallway/abandoned_command) +"ili" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ilm" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"ilB" = ( +/obj/structure/closet/secure_closet/brig, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"ilH" = ( +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"ilR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"ilT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"ilU" = ( +/obj/machinery/rnd/production/techfab/department/medical, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"ima" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"ime" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Gun Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/auxlab/firing_range) +"imm" = ( +/obj/structure/cable, +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"imn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Dormatories" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/commons/dorms) +"ims" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/prison) +"imt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"imz" = ( +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"imQ" = ( +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/plating, +/area/station/engineering/main) +"ind" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"inr" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/security/tram) +"inz" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"inT" = ( +/obj/structure/altar_of_gods, +/obj/item/storage/book/bible, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"iot" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ioA" = ( +/turf/open/floor/wood, +/area/station/cargo/boutique) +"ioH" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/machinery/air_sensor/plasma_tank, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"ioQ" = ( +/obj/structure/table, +/obj/item/tape, +/obj/item/pen/red{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/blue{ + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"ioV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ipd" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/camera/directional/north{ + c_tag = "Atmospherics - Turbine Entrance" + }, +/obj/machinery/pipedispenser, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ipp" = ( +/obj/structure/cable/layer3, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"ipt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/spacebridge) +"ipx" = ( +/obj/machinery/door/airlock/hatch{ + name = "Tool Supply Corridor" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/office) +"ipM" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Commons" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons) +"ipP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/wood, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"ipS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"iqh" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"iqj" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/newscaster/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/fax{ + fax_name = "Law Office"; + name = "Law Office Fax Machine" + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"iqn" = ( +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"iqz" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"iqD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"iqV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"iqW" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"iqY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ira" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"irc" = ( +/obj/machinery/recharge_station, +/obj/machinery/camera/motion/directional/east{ + c_tag = "AI Sat - Maintenance"; + network = list("minisat") + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"irK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"isb" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/maintenance/department/science/xenobiology) +"isf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"isj" = ( +/turf/open/floor/wood/tile, +/area/station/service/bar) +"ism" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"isw" = ( +/turf/open/floor/plating, +/area/station/security/tram) +"isx" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/structure/closet/secure_closet/atmospherics, +/obj/item/clothing/head/utility/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"isy" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"isC" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/docking_port/stationary/public_mining_dock{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"isG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"isK" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/turf/open/floor/iron, +/area/station/security) +"isL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"isN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"isU" = ( +/obj/effect/turf_decal/trimline/blue/corner, +/obj/structure/table/glass, +/obj/machinery/light/cold/directional/east, +/obj/machinery/firealarm/directional/east, +/obj/item/storage/pill_bottle/mannitol{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/medicine{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"itd" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"itf" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"its" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/cargo/storage) +"itB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"itJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"itL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"itO" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/rack, +/obj/item/storage/belt/medical{ + pixel_y = 8 + }, +/obj/item/storage/belt/medical{ + pixel_y = 4 + }, +/obj/item/storage/belt/medical, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"itQ" = ( +/obj/effect/turf_decal/siding/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"iuw" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"iuJ" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/plating/rust, +/area/station/maintenance/hallway/abandoned_command) +"iuS" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space/basic, +/area/space/nearstation) +"iuX" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"iuZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/public{ + name = "Abandoned Domiciles" + }, +/obj/machinery/door/firedoor, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"ivj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"ivq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"ivz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"ivC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"ivE" = ( +/obj/structure/closet/crate, +/obj/machinery/firealarm/directional/west, +/obj/item/watertank, +/obj/item/shovel/spade, +/obj/item/cultivator/rake, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"ivL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"ivN" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/multitool{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"ivV" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"ivZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/obj/machinery/computer/mechpad, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/airalarm/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"iwh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iwn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"iwp" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iwq" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/box, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"iwt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"iwD" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"iwI" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Recreation" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"iwQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, /obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"ixe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"ixh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"ixm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"ixp" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"ixF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"ixV" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/science/xenobiology) +"ixX" = ( +/obj/structure/chair/pew/right, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"ixZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "E.V.A. Storage"; + req_access = list("security") + }, +/turf/open/floor/iron/small, +/area/station/security/tram) +"iyo" = ( +/obj/structure/closet/crate, +/obj/item/wirecutters, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"iyD" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"iyI" = ( +/turf/closed/wall, +/area/station/medical/virology) +"iyJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"iyN" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"iyP" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"iyW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/furniture_parts, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"iyY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"izl" = ( +/turf/closed/wall, +/area/station/engineering/break_room) +"izn" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/hatch{ + name = "Secure Pen" + }, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/cytology) +"izp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"izs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"izw" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/effect/spawner/random/entertainment/lighter, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"izB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"izF" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/security/glass{ + name = "Holding Cell" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"izH" = ( +/obj/machinery/atmospherics/components/tank/nitrous{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"izV" = ( +/obj/machinery/door/poddoor/shutters{ + id = "evashutter"; + name = "E.V.A. Storage Shutter" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/ai_monitored/command/storage/eva) +"izX" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iAe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"iAm" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/south, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/razor, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"iAn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"iAo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/departments/medbay/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"iAH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"iAQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"iAW" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/flashlight, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"iBa" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"iBf" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"iBs" = ( +/turf/closed/wall, +/area/station/maintenance/department/science/xenobiology) +"iBA" = ( +/obj/structure/window/spawner, +/turf/open/space/basic, +/area/space/nearstation) +"iBC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"iBE" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"iBG" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"iBW" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = 8; + pixel_y = 2 + }, +/obj/effect/spawner/random/food_or_drink/condiment{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"iCb" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/light/cold/directional/north, +/obj/item/storage/medkit/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/brute{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/cup/bottle/morphine{ + pixel_x = 4; + pixel_y = -9 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/storage) +"iCd" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"iCh" = ( +/turf/closed/wall, +/area/station/security/prison/safe) +"iCj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/engine) +"iCk" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"iCp" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + desc = "Controls the shutters over the brig windows."; + id = "briglockdown"; + name = "Brig Lockdown Control"; + pixel_x = 6; + pixel_y = 7; + req_access = list("security") + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -12; + pixel_y = 5 + }, +/obj/machinery/button/door/directional{ + id = "wardshut"; + name = "Privacy Shutters"; + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"iCv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"iCw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"iCI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"iCL" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"iDf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/turf/open/floor/iron/dark/textured_half, +/area/station/ai_monitored/turret_protected/ai_upload) +"iDl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four"; + space_dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"iDw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"iDy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"iDJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"iDW" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"iDZ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"iEd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"iEe" = ( +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"iEf" = ( +/obj/structure/hedge, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"iEo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"iEz" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/brown/full, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/plate, +/obj/item/food/cheesynachos{ + pixel_y = 2 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"iEF" = ( +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/flasher/directional/west{ + id = "Cell 1" + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"iEK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"iEN" = ( +/obj/structure/transit_tube/station/dispenser{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"iEO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/white/textured_large, +/area/station/command/heads_quarters/cmo) +"iEU" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"iFj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/broken/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"iFk" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"iFl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"iFp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/noslip, +/area/station/medical/medbay/central) +"iFt" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/holopad, +/obj/machinery/button/door/directional/north{ + id = "medlock"; + name = "Medbay Lockdown Control"; + req_access = list("medical") + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"iFx" = ( +/turf/closed/wall, +/area/station/commons/dorms) +"iFM" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = 32; + spawn_loot_chance = 50 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"iFT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"iFV" = ( +/obj/structure/cable, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"iFX" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"iFZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"iGb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"iGf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kihall" + }, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"iGi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"iGn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"iGp" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"iGP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"iGR" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"iHf" = ( +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/cargo/office) +"iHj" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/crowbar/large/old, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"iHu" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"iHF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/public{ + name = "Abandoned Dock" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"iHH" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"iHM" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"iHU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/window/reinforced/tram/mid/directional/east, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"iHZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"iIh" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"iIm" = ( +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"iIt" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"iIx" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medlock"; + name = "Lockdown Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) +"iIA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/checker, +/area/station/command/heads_quarters/hos) +"iIM" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"iIO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/storage/tools) +"iIV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"iJa" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"iJk" = ( +/obj/structure/cable, +/obj/machinery/power/smes, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"iJl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/freezerchamber) +"iJz" = ( +/obj/structure/mirror/directional/east, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"iJA" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"iJB" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"iJH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"iJL" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/engine) +"iJM" = ( +/obj/structure/table/wood, +/obj/item/stamp{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/stamp/denied{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/stamp/head/qm{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"iJP" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"iKi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/machinery/light/cold/directional/south, +/obj/item/hand_labeler_refill{ + pixel_x = -4; + pixel_y = 26 + }, +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/fax{ + fax_name = "Quartermaster's Office"; + name = "Quartermaster's Fax Machine"; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"iKj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"iKk" = ( +/obj/machinery/telecomms/bus/preset_two, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"iKv" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/item/clothing/under/costume/griffin, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"iKz" = ( +/obj/structure/disposalpipe/junction/flip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"iKF" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/research) +"iKS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"iKU" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"iLm" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/button/door/directional/north{ + id = "Xenolab"; + name = "Test Chamber Blast Doors"; + pixel_x = 26; + pixel_y = -2; + req_access = list("xenobiology") + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/xenobiology) +"iLn" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/hatch{ + name = "Experimentation Chamber" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/explab) +"iLv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"iLy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"iLA" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/seed_rare, +/obj/item/storage/bag/plants/portaseeder, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"iLB" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"iLE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Telecomms Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/textured_half, +/area/station/hallway/primary/starboard) +"iLM" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/box, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/security/telescreen/ce{ + dir = 8; + pixel_x = 30 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/station/command/heads_quarters/ce) +"iLP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/airlock/medical/glass{ + name = "Quarentine" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"iMd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"iMl" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"iMp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"iMt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/departments/holy/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"iMv" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/orange, +/obj/item/restraints/handcuffs, +/obj/item/reagent_containers/spray/pepper, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"iMF" = ( +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"iMH" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"iMN" = ( +/obj/machinery/vending/boozeomat, +/turf/closed/wall, +/area/station/service/bar) +"iMQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/fore) +"iMU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"iMZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"iNe" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"iNg" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Xenobiology Maintenance" + }, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"iNo" = ( +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"iNq" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"iNC" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"iNG" = ( +/obj/structure/cable, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"iNN" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"iNS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"iON" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"iOW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"iPm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/landmark/start/shaft_miner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"iPn" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/weather, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"iPB" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"iPJ" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"iPK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"iQe" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/medical/psychology) +"iQi" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"iQl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"iQp" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"iQw" = ( +/obj/structure/table, +/obj/item/flashlight/lantern, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"iQx" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/prison/rec) +"iQI" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/service/theater, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"iQQ" = ( +/obj/machinery/light/cold/directional/west, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"iQS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/blue/half{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half{ + dir = 8 + }, +/turf/open/floor/iron/half{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"iRf" = ( +/obj/effect/turf_decal/tile/neutral/full, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"iRm" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/window/reinforced/tram/right/directional/west, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"iRy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"iRE" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/end, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"iRN" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"iRS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"iSd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 5 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "aigas" + }, +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/engine, +/area/station/ai_monitored/turret_protected/ai) +"iSg" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"iSj" = ( +/turf/closed/wall, +/area/station/ai_monitored/turret_protected/aisat/maint) +"iSo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/button/door/directional/east{ + id = "engsm"; + name = "Radiation Shutters Control"; + req_access = list("engineering") + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/meter, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"iSy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"iSA" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/door/window/left/directional/west{ + name = "Arcade Desk"; + req_access = list("shipping") + }, +/obj/machinery/door/window/right/directional/east{ + name = "Arcade Desk"; + req_access = list("shipping") + }, +/obj/item/clothing/under/costume/skeleton, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"iSF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"iSM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"iSP" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"iSW" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"iTb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"iTc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"iTq" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"iTr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"iTG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/departments/custodian/directional/north, +/turf/open/floor/iron, +/area/station/commons/dorms) +"iTS" = ( +/turf/open/floor/iron/half{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"iUv" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"iUG" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"iUL" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"iUS" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"iVe" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"iVG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"iWd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"iWe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"iWn" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/radio/off, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"iWs" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/commons) +"iWu" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/recharge_station, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"iWH" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/light/floor, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"iWW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/north, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"iWZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"iXa" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"iXb" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"iXl" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"iXo" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"iXr" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/item/clothing/suit/caution, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"iXt" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Interrogation room"; + network = list("interrogation") + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"iXI" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/folder/red{ + name = "Evil Documents"; + pixel_x = -5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"iXN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"iXV" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"iXW" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-5" + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"iXX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"iYi" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"iYl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"iYn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"iYw" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"iYx" = ( +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"iYB" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"iYD" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"iYG" = ( +/obj/structure/cable, +/turf/closed/wall, +/area/station/maintenance/department/engine) +"iYK" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"iYN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"iZi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"iZn" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/instrument/harmonica, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"iZt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"iZw" = ( +/obj/machinery/libraryscanner, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"iZE" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"iZG" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"iZH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"jaq" = ( +/obj/structure/table/greyscale, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/taperecorder{ + pixel_x = 16; + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"jar" = ( +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"jat" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"jaA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/theater) +"jaB" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"jaC" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"jaL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jbc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"jbe" = ( +/obj/structure/cable, +/obj/structure/barricade/wooden/crude, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"jbh" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"jbm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, /turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dIm" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, +/area/station/security/prison/workout) +"jbn" = ( +/obj/structure/tank_dispenser, /obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/north, +/obj/machinery/camera/autoname/directional/north, /turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dIt" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/area/station/engineering/atmospherics_engine) +"jbv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/stripes/white/box, -/turf/open/floor/iron/dark/smooth_large, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"jbD" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"jbL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"jbT" = ( +/obj/machinery/light/directional/south, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"jbU" = ( +/obj/structure/table/glass, +/obj/machinery/status_display/ai/directional/south, +/obj/item/surgical_drapes, +/obj/item/lighter{ + pixel_x = 15 + }, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"jbX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"jcw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"jcy" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/landmark/start/depsec/medical, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"jcI" = ( +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"jcP" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/plating, +/area/station/science/robotics/augments) +"jcU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"jcX" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"jdo" = ( +/turf/closed/wall, +/area/station/engineering/atmos/project) +"jds" = ( +/turf/closed/wall, +/area/station/service/kitchen) +"jdx" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/table, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/beaker/large, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 8; + pixel_y = -3 + }, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"jdG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"jdK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"jdN" = ( +/obj/structure/table/wood/fancy/red, +/obj/structure/sign/painting/large/library{ + dir = 1 + }, +/obj/item/dualsaber/toy{ + pixel_x = 6 + }, +/obj/item/circuitboard/machine/vending/syndicatedonksofttoyvendor{ + pixel_x = -12; + pixel_y = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"jed" = ( +/obj/machinery/computer/records/medical{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"jek" = ( +/obj/structure/dresser, +/obj/machinery/light/small/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/ce) +"jev" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/department/medical/central) +"jeW" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/tram) +"jfB" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"jfF" = ( +/turf/open/floor/iron, +/area/station/security/prison/work) +"jge" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"jgg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jgl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"jgo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"jgp" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/toy/foamblade, +/obj/item/toy/dummy, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/plating, +/area/station/service/theater) +"jgq" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Captain's Desk"; + name = "Captain's Requests Console"; + pixel_x = 0; + pixel_y = -30 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"jgC" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"jgG" = ( +/obj/structure/hedge, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"jgP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"jhd" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"jhi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"jhs" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"jhE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, /area/station/hallway/primary/fore) -"dID" = ( +"jhI" = ( +/obj/structure/chair/sofa/right/brown{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"jhJ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/rack, +/obj/item/storage/toolbox/emergency{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/clothing/mask/cigarette/cigar, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"jhO" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"jie" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"jif" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=23.1-Evac"; + location = "22.0-Porthall-Evac" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"jiH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"jiK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold/orange/visible{ +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"jiL" = ( +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"jiM" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"jja" = ( +/turf/closed/mineral/random/stationside, +/area/station/service/library/abandoned) +"jje" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/folder/yellow{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/dest_tagger{ + pixel_x = -11; + pixel_y = 4 + }, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"jjf" = ( +/obj/item/radio/intercom/directional/south{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"jjh" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 4; + name = "Engine Exhaust" + }, +/turf/open/floor/plating/airless, +/area/station/engineering/supermatter/room) +"jjo" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"jjq" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"jjr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"jjx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"jjH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Vacant Comissary" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons/vacant_room/commissary) +"jjI" = ( +/obj/machinery/door/airlock{ + name = "Gardening Supplies" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"jjJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"jjO" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"jjU" = ( +/obj/structure/cable, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron, +/area/station/science/research) +"jki" = ( +/obj/structure/chair/bronze{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"jkp" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"jku" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"jkE" = ( +/obj/machinery/shower/directional/south, +/obj/structure/curtain, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"jkF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"jkO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"jla" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"jlb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/security/execution/education) +"jlw" = ( +/turf/closed/wall, +/area/station/service/bar) +"jlB" = ( +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/smooth, +/area/station/cargo/office) +"jlV" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"jlW" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"jmb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"jme" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jmr" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/cargo/office) +"jmy" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/east, +/obj/machinery/computer/atmos_control/ordnancemix{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"jmA" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"jmF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"jmY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"jna" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/mop_bucket/janitorialcart, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"jnm" = ( +/obj/structure/industrial_lift/tram/white, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"jnK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"jnP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"jnT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"jnU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"jnZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"jop" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/storage) +"jov" = ( +/turf/open/floor/iron, +/area/station/security/prison/rec) +"joN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public{ + name = "Old Command Hallway" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/maintenance/hallway/abandoned_command) +"joV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"jph" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall/rust, +/area/station/hallway/primary/fore) +"jpk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"jpp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"jpw" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/turf_decal/bot_red, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"jpG" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"jpK" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jpL" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/cargo/storage) +"jpQ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/scan_consolenew{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/machinery/light/dim/directional/north, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"jpW" = ( +/mob/living/simple_animal/hostile/asteroid/gutlunch, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"jqb" = ( +/turf/closed/wall, +/area/station/security/detectives_office) +"jqc" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/mid/directional/south, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"jqi" = ( +/obj/machinery/smartfridge/organ, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"jqj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"jqq" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"jqw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"jqy" = ( +/obj/machinery/light/cold/directional/north, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"jqE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white, +/obj/structure/rack, +/obj/item/stack/cable_coil/five, +/obj/item/pickaxe, +/obj/item/wrench, +/obj/item/radio/off, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"jqH" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"jqK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/full, +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/bot_red/left, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"jqL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"jqQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"jqT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"jqX" = ( +/obj/machinery/door/window/brigdoor/right/directional/west{ + id = "Cell 3"; + name = "Cell 3"; + req_access = list("security") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"jqY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"jrd" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"dIN" = ( +"jri" = ( +/turf/closed/wall, +/area/station/security/execution/transfer) +"jrm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"jrp" = ( +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"jry" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"jrM" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"jrN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"jrU" = ( +/obj/structure/disposalpipe/segment, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -9058,89 +27441,993 @@ dir = 1 }, /obj/effect/turf_decal/trimline/neutral/line, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=16.0-CentralFore-CentralPort"; - location = "15.0-CentralStarboard-CentralFore" - }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"dIP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white{ +"jrZ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"jsg" = ( +/obj/machinery/hydroponics/soil, +/obj/item/food/grown/mushroom/plumphelmet, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"jsl" = ( +/obj/structure/cable, +/obj/machinery/door/window/left/directional/east{ + name = "Access Shutter"; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, +/obj/effect/landmark/start/depsec/engineering, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/break_room) +"jsw" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/sorting) +"jsx" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"jsA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"jsB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Secure Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, /area/station/science/xenobiology) -"dJe" = ( +"jsF" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/broken/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"jsT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"jtc" = ( +/turf/closed/wall/rust, +/area/station/service/library/abandoned) +"jtd" = ( /obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/structure/girder, +/turf/open/floor/iron/small, +/area/station/maintenance/solars/starboard/aft) +"jtv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/research) +"jtC" = ( +/obj/structure/cable, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"jtM" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/door/airlock/research/glass{ + name = "Freezer" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/freezerchamber) +"jtS" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/cup/watering_can/wood, /turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"dJf" = ( +/area/station/maintenance/starboard/greater) +"jtZ" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/structure/chair/office{ +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"juf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"jul" = ( +/obj/structure/table/wood, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/machinery/bluespace_vendor/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/textured_large, +/area/station/hallway/primary/central/fore) +"jun" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jut" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = -7 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"juu" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/plating, +/area/station/command/teleporter) +"juv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"juy" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/bot_red, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"juz" = ( +/obj/machinery/shower/directional/south{ + name = "emergency shower" + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 6 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth_half, +/area/station/engineering/atmos) +"juI" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"jvb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"jvj" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"jvp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/mannequin/plastic, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"jvy" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"dJh" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dJn" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/opposingcorners, +/area/station/cargo/sorting) +"jvB" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"jvF" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dJp" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"jvH" = ( +/obj/structure/lattice, +/obj/effect/spawner/random/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"jvI" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dJN" = ( -/obj/machinery/griddle, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"dJT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - id_tag = "permaouter"; - name = "Permabrig Transfer" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half{ - dir = 1 +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 }, +/turf/open/floor/iron, /area/station/security/execution/transfer) -"dKj" = ( -/obj/structure/closet/secure_closet/freezer/empty/open, -/turf/open/floor/iron/diagonal, -/area/station/maintenance/department/engine/atmos) -"dKk" = ( -/obj/structure/chair/sofa/right{ +"jvO" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/turf/open/floor/iron/diagonal, -/area/station/maintenance/department/engine/atmos) -"dKq" = ( +/obj/machinery/photocopier, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"jwa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"jwd" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"jwo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"jwB" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"jwT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"jwY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jwZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"jxc" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"jxk" = ( +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"jxn" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/floor/iron, +/area/station/science/lobby) +"jxs" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"jxE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/engineering/general, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"jxF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"jxV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "garbage"; + name = "trash belt" + }, +/obj/machinery/recycler{ + dir = 1; + eat_dir = 2 + }, +/turf/open/floor/plating, +/area/station/service/janitor) +"jxX" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/bed/maint, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"jxZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall, +/area/station/hallway/secondary/spacebridge) +"jyc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/turf/open/floor/iron, +/area/station/security) +"jyf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"jys" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"jyN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"jyP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"jyR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"jyX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Paramedic Dispatch Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white/small, +/area/station/medical/paramedic) +"jyY" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/item/aicard, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"jze" = ( +/obj/machinery/suit_storage_unit/hos, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/checker, +/area/station/command/heads_quarters/hos) +"jzg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"jzE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible, +/obj/machinery/meter, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"jzI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"jzK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"jzY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"jAa" = ( +/obj/structure/chair/office, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"jAd" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"jAh" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"jAj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/west{ + name = "Cargo Desk"; + req_access = list("shipping") + }, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/item/paper_bin{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/office) +"jAp" = ( +/turf/open/space, +/area/space) +"jAv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"jAx" = ( +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"jAE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"jAQ" = ( +/obj/structure/tank_dispenser/oxygen{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/command/gateway) +"jAU" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"jAX" = ( +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"jBb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "E.V.A. Storage" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/corporate_showroom) +"jBd" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"jBh" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/robotics/lab) +"jBm" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/dim/directional/west, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"jBo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"jBv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/security/courtroom) +"jBC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jBH" = ( +/obj/machinery/mass_driver/ordnance{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/end, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"jBL" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/right/directional/south{ + name = "Seed Extractor"; + req_access = list("hydroponics") + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_large, +/area/station/service/hydroponics) +"jBV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"jBY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"jCg" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"jCo" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=8.0-Pharmacy-StarboardHall"; + location = "7.0-Arrivals-Pharmacy" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"jCu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"jCA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"jCB" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/left/directional/south{ + name = "AI Security Door" + }, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"jCG" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"jCI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/fore) +"jCK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"jCM" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"jCU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/structure/window/reinforced/tram/front, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"jCW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"jDn" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"jDo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"jDt" = ( +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/obj/structure/sign/directions/command{ + dir = 1 + }, +/obj/structure/sign/directions/supply{ + dir = 1; + pixel_y = -8 + }, +/turf/closed/wall, +/area/station/service/theater) +"jDv" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"jDz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"jDA" = ( +/obj/structure/table/reinforced, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria{ + pixel_y = 2 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"jDC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jDK" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/jungle/c{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/machinery/light/small/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"jDP" = ( +/obj/structure/window/reinforced/plasma/spawner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/north{ + c_tag = "Engineering Turbine" + }, +/obj/machinery/button/ignition/incinerator/atmos{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"jEk" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/door/window/right/directional/south{ + dir = 1; + name = "Medical Deliveries"; + req_access = list("medical") + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"jEs" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/west, +/obj/machinery/light_switch/directional/south, +/obj/machinery/requests_console/directional/west{ + department = "Robotics"; + name = "Robotics Requests Console"; + pixel_y = -30; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/obj/machinery/button/door/directional/west{ + id = "roboticshut"; + name = "Robotics Shutters"; + pixel_y = 8 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"jEF" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/plating, +/area/station/service/janitor) +"jEG" = ( +/obj/structure/fluff/broken_flooring, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"jEI" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/disposaloutlet{ + name = "Cargo Deliveries" + }, +/turf/open/floor/plating, +/area/station/security/brig/entrance) +"jFf" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 5; + pixel_y = 17 + }, +/obj/item/reagent_containers/syringe/epinephrine, +/obj/item/reagent_containers/syringe{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/machinery/light/small/red/directional/west, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"jFx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"jFG" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"jFU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/light_switch/directional/north{ @@ -9163,366 +28450,1209 @@ }, /turf/open/floor/wood/large, /area/station/command/corporate_suite) -"dKA" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Abandoned Dock Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"dKC" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/storage/gas) -"dLb" = ( +"jGk" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/yellow/line{ +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ dir = 5 }, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron/smooth_corner{ - dir = 1 - }, -/area/station/maintenance/disposal/incinerator) -"dLd" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"dLf" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/table/reinforced/titaniumglass, -/obj/item/stack/sheet/iron/fifty, -/obj/item/crowbar, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"dLn" = ( -/obj/structure/chair/office, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"dLu" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"dLv" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/closet{ - name = "janitorial supplies" - }, -/obj/effect/turf_decal/siding/white{ - dir = 10 - }, -/obj/item/pushbroom, -/obj/item/storage/box/bodybags, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"dLC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/table/reinforced/titaniumglass, -/obj/item/storage/belt/utility, -/obj/item/clothing/glasses/meson{ - pixel_y = 7 - }, -/obj/item/clothing/glasses/meson, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"dLQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"dLZ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/white, +/area/station/science/cytology) +"jGp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"dMg" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Neurotoxin Outlet Pump" +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"jGA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"dMm" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"dMn" = ( +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"jGD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"jGS" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall, -/area/station/science/ordnance/testlab) -"dMF" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"jGZ" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"jHj" = ( +/obj/machinery/suit_storage_unit/captain, +/obj/machinery/light/small/directional/south, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"jHr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"jHs" = ( +/obj/structure/table, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random{ + pixel_y = 4 + }, +/obj/item/stack/pipe_cleaner_coil/random{ + pixel_y = 3 + }, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random{ + pixel_y = 6 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"jHv" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/white/line{ dir = 9 }, -/obj/machinery/light/floor, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"dMM" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"dMX" = ( -/obj/machinery/holopad/secure, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"dMY" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/wrench, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"dNa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"dNi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"dNq" = ( -/turf/closed/wall/r_wall/rust, -/area/station/ai_monitored/aisat/exterior) -"dNy" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"dNz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/science/lower) -"dNI" = ( -/obj/structure/chair/sofa/left/maroon, -/obj/machinery/light/small/directional/east, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"dNL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"dNU" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/effect/spawner/random/vending/snackvend, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"dOb" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"dOd" = ( -/obj/machinery/rnd/production/techfab/department/security, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/office) -"dOg" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/tram) -"dOq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/floor/iron/smooth, -/area/station/maintenance/disposal/incinerator) -"dOv" = ( +/area/station/engineering/atmos) +"jHI" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/green/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/security/brig/entrance) +"jHM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"jHO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/picket_sign{ + desc = "Can't you read? it clearly says what it says!"; + name = "DO NOT ENTER" + }, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"jHY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, -/area/station/service/hydroponics) -"dOz" = ( -/obj/effect/spawner/structure/window/reinforced, +/area/station/cargo/sorting) +"jIc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/station/commons/storage/tools) -"dOP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/tank/oxygen{ +/area/station/maintenance/central/greater) +"jIh" = ( +/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty{ + pixel_x = -6 + }, +/obj/item/paperplane{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"jIk" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"jIl" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/glass, +/obj/machinery/fax{ + fax_name = "Research Director's Office"; + name = "Research Director's Fax Machine"; + pixel_y = 9 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"jIo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "vaco"; + name = "Comissary Shutters" + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"jIr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/portable_atmospherics/canister/plasma, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"jIC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"jIE" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/lesser) +"jIM" = ( +/obj/structure/grille, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/atmos) +"jIY" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"jJe" = ( +/obj/machinery/button/door/directional/west{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_y = -8; + req_access = list("cargo") + }, +/obj/machinery/button/door/directional/west{ + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_y = 8; + req_access = list("cargo") + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jJq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"jJA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"jJL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"jJV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/processing) +"jKa" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/airlock/command/glass{ + name = "Command Hallway" + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/command) +"jKc" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"jKg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/dead_body_placer, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"jKw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"jKC" = ( +/obj/structure/table/glass, +/obj/structure/microscope, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"jKK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"jKT" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/engine, +/area/station/science/cytology) +"jKU" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"jKV" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"jLm" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plating, -/area/station/science/ordnance/storage) -"dOT" = ( +/area/station/maintenance/department/medical/central) +"jLp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"jLx" = ( +/obj/structure/cable, +/obj/structure/table/wood, /obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/structure/table/wood, -/obj/item/restraints/handcuffs{ - pixel_y = 10 - }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/decal/cleanable/dirt/dust, /obj/item/flashlight/lamp/green{ pixel_x = 1; pixel_y = 5 }, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"dOZ" = ( -/obj/machinery/light/floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"dPa" = ( -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"dPc" = ( -/obj/structure/lattice/catwalk, -/obj/item/stack/cable_coil, -/turf/open/space/basic, -/area/station/solars/port) -"dPd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 5 +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"jLz" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "aigas" +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/camera/autoname/directional/east, +/obj/item/screwdriver{ + pixel_y = 10 }, -/obj/effect/spawner/structure/window/survival_pod, -/turf/open/floor/engine, -/area/station/ai_monitored/turret_protected/ai) -"dPl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"dPz" = ( -/turf/open/floor/iron/diagonal, -/area/station/maintenance/department/engine/atmos) -"dPH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 +/obj/item/restraints/handcuffs, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"jLO" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L14" }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/mapping_helpers/mail_sorting/medbay/general, -/obj/machinery/duct, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"jLV" = ( +/obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"dPV" = ( -/obj/structure/cable, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" +/area/station/medical/coldroom) +"jLZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{ + dir = 6 }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"dQA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ +/turf/closed/wall/rust, +/area/station/ai_monitored/turret_protected/ai) +"jMd" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/light/cold/directional/west, +/obj/machinery/camera/directional/north, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/turf/open/floor/iron, +/area/station/security/lockers) +"jMy" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/engine/n2o, -/area/station/ai_monitored/turret_protected/ai) -"dQQ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 +/turf/open/floor/grass, +/area/station/medical/virology) +"jMD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"jMH" = ( +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"jMJ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/floor/engine, -/area/station/science/cytology) -"dQS" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/cigarettes/cigars/cohiba{ - pixel_y = 8 +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"jMP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ - pixel_x = 5; - pixel_y = 19 +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"jMT" = ( +/obj/item/reagent_containers/cup/bucket, +/obj/item/mop, +/obj/structure/sink/kitchen/directional/east, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"jMV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"jNj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"jNm" = ( +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"jOd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"jOh" = ( +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"jOu" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Xenobiology Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"jOw" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/engineering/storage/tech) +"jOB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "garbage"; + name = "trash belt" }, /turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"dQY" = ( -/obj/item/radio/intercom/directional/south, -/obj/machinery/vending/cigarette, +/area/station/service/janitor) +"jOC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/tram{ + lift_id = "maint_tram"; + pixel_y = -32 + }, +/obj/machinery/destination_sign/indicator{ + pixel_y = -32; + tram_id = "maint_tram" + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"jOD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"jOF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/central/aft) +"jOM" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"jOR" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"jPb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"jPh" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"jPw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"jPy" = ( +/turf/closed/wall, +/area/station/science/breakroom) +"jPE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"jPF" = ( /obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/maintenance/department/engine/atmos) -"dRc" = ( +"jPJ" = ( +/obj/structure/table, +/obj/item/vending_refill/hydroseeds, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"jPX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"jPY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/lower) +"jQc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"jQg" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"jQE" = ( +/turf/closed/wall, +/area/station/hallway/primary/port) +"jRk" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/science/lobby) +"jRl" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"jRt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"jRJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/light/cold/directional/west, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"jRN" = ( +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"jRW" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"jSb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"jSd" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"jSk" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"jSm" = ( +/obj/structure/bookcase/random, +/turf/open/floor/plating/rust, +/area/station/service/library/abandoned) +"jSA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"jSD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"jSL" = ( +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"jSW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/blobstart, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/maintenance/starboard/central) +"jSY" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/engine_smes) +"jSZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"jTq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jTB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/pew{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/station/service/theater) +"jTP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"jTZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/aft) -"dRf" = ( +/area/station/hallway/primary/starboard) +"jUh" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Dormatories" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/commons/dorms) +"jUn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/stack/sheet/cardboard{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/storage/box{ + pixel_x = 7; + pixel_y = 16 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"jUC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"jUI" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/camera/directional/north, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ dir = 4 }, +/turf/open/floor/iron, +/area/station/security) +"jUQ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/pod/old, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"jUZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"jVe" = ( +/obj/structure/chair/stool/bamboo{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/item/radio/intercom/chapel/directional/west, +/turf/open/floor/iron/terracotta/diagonal, +/area/station/service/chapel/office) +"jVs" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"jVv" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/explab) +"jVC" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/phone{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/food/bonbon/chocolate_truffle, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"jVJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"jVP" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/holosign/barrier/atmos/tram, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"jVV" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/capacitor{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/stock_parts/capacitor{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"jWi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"jWl" = ( +/obj/structure/hedge, +/obj/machinery/camera/directional/east, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jWo" = ( +/obj/structure/cable, /turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"dRh" = ( -/obj/structure/disposalpipe/segment, +/area/station/engineering/atmos/project) +"jWs" = ( +/obj/structure/cable, +/obj/machinery/iv_drip, +/obj/structure/bed/roller, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/red, +/turf/open/floor/iron/white, +/area/station/security/medical) +"jWz" = ( +/obj/structure/frame/machine, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"jWA" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jXa" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"jXh" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/sign/directions/lavaland/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"jXw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/delamination_counter/directional/west, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"jXB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"jXH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"jXJ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/table, +/obj/item/restraints/legcuffs/beartrap{ + pixel_x = 8; + pixel_y = 13 + }, +/obj/item/flashlight{ + pixel_y = 4 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"jXL" = ( +/obj/machinery/door/airlock/atmos{ + name = "Central Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"jXT" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"jXY" = ( +/obj/structure/cable, +/obj/machinery/ntnet_relay, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"jYi" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"jYs" = ( +/obj/machinery/light/dim/directional/north, +/obj/structure/table, +/obj/item/plant_analyzer, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"jYJ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/spacebridge) +"jYV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"jYZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"jZs" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/medical, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"jZt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 8 + }, +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"jZZ" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/door/window/brigdoor/right/directional/west, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"kae" = ( +/obj/machinery/firealarm/directional/north, +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"kah" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet2"; + name = "Unit 2" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"kap" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"kaK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"kaL" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"kaR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"kaY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Cargo" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/security/checkpoint/supply) +"kba" = ( +/turf/closed/wall/r_wall, +/area/station/security/brig) +"kbr" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"kbP" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"kbU" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"kcb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/mail_sorting/service/kitchen, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"kce" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Office Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"kcf" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/office) +"kcg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/neutral/line{ dir = 4 }, @@ -9531,102 +29661,867 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"dRi" = ( +"kcj" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"kcr" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/siding/wood{ dir = 6 }, -/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"kcB" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/centcom{ + name = "Frozeno!" + }, +/obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"dRk" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ +/area/station/service/abandoned_gambling_den/gaming) +"kcG" = ( +/obj/effect/turf_decal/stripes, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"kcL" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"kcU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Applied Sciences" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half, +/area/station/science/lobby) +"kdg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"kdk" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"kdp" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kdz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/lobby) +"kdK" = ( +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/command/gateway) +"kdP" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"dRm" = ( +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"kdW" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"kdY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"kek" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/start/cyborg, +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload Turret Control"; + pixel_y = -28 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"ker" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/escape) +"kev" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kew" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffelbag/med/surgery{ + pixel_y = -5 + }, +/obj/item/wirecutters{ + pixel_y = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"keD" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green, +/obj/structure/table, +/obj/item/multitool/circuit{ + pixel_x = 7 + }, +/obj/item/multitool/circuit, +/obj/item/multitool/circuit{ + pixel_x = -8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"keQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"keT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"keZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"kfw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"kfz" = ( +/obj/structure/table, +/obj/item/clothing/head/collectable/paper{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/paper/crumpled{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/trash/candle{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"kfR" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"kfV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/holopad, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"kfW" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"kge" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"kgn" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"kgv" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"kgz" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/closed/wall, /area/station/engineering/atmos) -"dRD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +"kgC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons) +"kgF" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 1 }, -/obj/effect/turf_decal/stripes/corner{ +/turf/open/space/basic, +/area/space/nearstation) +"kgO" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"kgQ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"kgR" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"kgS" = ( +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"khc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/fore) +"khv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/hatch, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"khA" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"kib" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/modular_computer/console/preset/research{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/purple, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"kid" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"kie" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"kih" = ( +/obj/structure/hoop{ + dir = 8; + pixel_x = 10; + pixel_y = 11 + }, +/obj/effect/turf_decal/trimline/white/end{ dir = 8 }, /obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"kin" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"kiM" = ( +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/station/maintenance/port/fore) -"dRE" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dSb" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ +/area/station/maintenance/starboard/aft) +"kiS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"kiU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/frame/machine, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"kiY" = ( +/obj/machinery/light/dim/directional/east, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/science/lab) +"kjf" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/yellow, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"kjx" = ( +/obj/structure/chair/stool/directional/north, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"kjy" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"kjD" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 6 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"kjG" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/door/airlock/hatch{ - name = "Secure Pen" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Research Wing" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdrnd"; + name = "Research and Development Shutters" }, /turf/open/floor/iron/white/textured_half{ dir = 1 }, -/area/station/science/cytology) -"dSd" = ( +/area/station/hallway/primary/starboard) +"kjL" = ( +/obj/effect/turf_decal/stripes/white/line, /obj/effect/decal/cleanable/dirt/dust, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dSl" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=13.0-DormatoryCommons-Dormatories"; - location = "12.0-RecreationHall-DormatoryCommons" +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/commons) -"dSq" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "O2 Outlet Pump" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"dSu" = ( -/obj/structure/closet/secure_closet/brig, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"dSz" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/iron/dark/corner{ dir = 1 }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"dSD" = ( +/area/station/engineering/atmos) +"kjS" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"kky" = ( +/obj/effect/turf_decal/tile/dark_red, +/obj/machinery/light_switch/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"kkF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"kkS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/maintenance/port/greater) +"klc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"kle" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"kli" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"klC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"klW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"klX" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bathroom" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kma" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"kmd" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"kmg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"kmj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"kmk" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/processing) +"kmm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kmn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"kmu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kmz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"kmL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"kmO" = ( +/obj/docking_port/stationary/escape_pod{ + dir = 8 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"knc" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Primary Treatment Centre" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"kni" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/server) +"knn" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/south{ + id = "secbreach"; + name = "Emergency Breach Shutters"; + req_access = list("security") + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"kno" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"knp" = ( +/obj/machinery/plate_press, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/security/prison/work) +"knJ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"dSM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"knO" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"knV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/doppler_array{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"kor" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/meter, -/turf/open/floor/plating, +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/red, +/obj/machinery/vending/tool, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, /area/station/engineering/atmos) -"dSQ" = ( +"kos" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/heads_quarters/ce) +"kow" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/prison) +"koA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/warning, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"koG" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"koH" = ( +/obj/machinery/modular_computer/console/preset/curator, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"koJ" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"koO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"koW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"koY" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/clothing/head/costume/griffin, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"kpa" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"kps" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"kpt" = ( +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/flasher/directional/east{ + id = "Cell 4" + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"kpv" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/external{ + name = "Captain's Quarters Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"kpw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"kpx" = ( +/obj/structure/table, +/obj/structure/window/spawner, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron, +/area/station/security/courtroom) +"kpA" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"kpL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/east, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"kpQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/trimline/purple/end, +/obj/structure/sink/directional/south{ + pixel_y = 0 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"kpR" = ( +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"kpY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/fishing_rod, +/obj/item/stack/spacecash/c1{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"kpZ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"kqc" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/water_source/puddle, +/obj/structure/flora/bush/large/style_random{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/science/genetics) +"kqf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"kqt" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"kqv" = ( +/obj/structure/closet/crate/freezer/blood, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"kqC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Medbay" + }, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/dark/small, +/area/station/medical/medbay/central) +"kqD" = ( +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/central) +"kqQ" = ( /obj/structure/table/wood, /obj/item/storage/book/bible, /obj/machinery/light/small/directional/east, @@ -9635,267 +30530,1782 @@ dir = 4 }, /area/station/maintenance/starboard/greater) -"dTg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding, -/obj/effect/decal/cleanable/dirt/dust, +"kqW" = ( /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 4 }, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"dTm" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dTr" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dTu" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/meter, -/turf/open/floor/plating, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"krq" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2{ + dir = 4 + }, +/turf/open/floor/iron/dark, /area/station/engineering/atmos) -"dTI" = ( -/obj/effect/decal/cleanable/dirt/dust, +"krQ" = ( +/obj/effect/turf_decal/siding/red, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/east, +/obj/item/storage/toolbox/mechanical, /turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"dTS" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ +/area/station/cargo/storage) +"krY" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) +"kss" = ( +/turf/closed/wall, +/area/station/service/greenroom) +"ksu" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/shower) +"ksE" = ( +/obj/structure/closet/secure_closet/cytology, +/obj/effect/turf_decal/stripes{ + dir = 6 + }, +/obj/item/storage/bag/xeno, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"ksI" = ( +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"ksJ" = ( +/obj/structure/cable, +/obj/item/reagent_containers/cup/bucket, +/obj/item/mop, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ksO" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ dir = 8 }, -/obj/effect/turf_decal/stripes/red/line{ +/obj/machinery/fax{ + fax_name = "Cargo Office"; + name = "Cargo Office Fax Machine"; + pixel_y = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"kta" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"kte" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/command/bridge) +"ktj" = ( +/obj/structure/closet/athletic_mixed, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"ktk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron, +/area/station/service/bar) +"ktr" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/dna_infuser, +/obj/item/infuser_book, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"kts" = ( +/obj/structure/table/glass, +/obj/item/circular_saw, +/obj/item/mmi{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/mmi{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/mmi{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/structure/sign/warning/no_smoking/circle/directional/east, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"ktt" = ( +/obj/structure/sink/kitchen/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ktw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, /turf/open/floor/iron/small, /area/station/hallway/primary/central/fore) -"dUn" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/structure/window/spawner/directional/east, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dUC" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +"ktC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"ktD" = ( +/obj/structure/closet/crate/secure{ + desc = "A secure crate containing various materials for building a customised test-site."; + name = "Test Site Materials Crate"; + req_access = list("ordnance") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"ktH" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"ktM" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"dUD" = ( +/area/station/medical/treatment_center) +"ktQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ktT" = ( +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/effect/spawner/random/bureaucracy/pen, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"ktX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red, +/turf/open/floor/iron/white, +/area/station/security/medical) +"kug" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"kuh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"kuq" = ( +/obj/machinery/light/cold/directional/north, +/obj/structure/table, +/obj/item/book/manual/wiki/tcomms, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"kuw" = ( +/obj/structure/lattice, +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"kuC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/xenobiology) +"kuE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kuF" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"kuW" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"kvb" = ( +/obj/structure/chair/office, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"kvc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"kvd" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/flashlight/lamp, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"kve" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"kvp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Aft Corridor" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/aft) +"kvt" = ( +/obj/machinery/light/broken/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/showcase/machinery/tv/broken, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"kvx" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"kvE" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"kvK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/west{ + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_y = -24; + req_access = list("engine_equip") + }, +/obj/machinery/button/door/directional/west{ + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -6; + pixel_y = -24; + req_access = list("engineering") + }, +/obj/machinery/button/door/directional/west{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 6; + pixel_y = -24; + req_access = list("atmospherics") + }, +/obj/machinery/button/door/directional/south{ + id = "ceprivacy"; + name = "Privacy Shutters Control"; + pixel_x = 24 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/start/chief_engineer, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"kvT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall, +/area/station/science/ordnance/testlab) +"kwc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Industrial Lab Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"kwh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/airlock/medical/glass{ + name = "CMO Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"kwi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/full, +/obj/effect/landmark/start/bartender, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"kwk" = ( +/obj/structure/table/glass, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/neck/stethoscope{ + pixel_y = 15 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"kwn" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/item/storage/secure/safe/directional/north{ + name = "armory safe A" + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"kwo" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/chem_dispenser{ + layer = 2.7 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"kws" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/power/terminal, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/machinery/electrolyzer, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the turbine vent."; + dir = 4; + name = "turbine vent monitor"; + network = list("turbine"); + pixel_x = -29 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 4 + }, +/area/station/maintenance/disposal/incinerator) +"kwt" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/pharmacy) +"kwA" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/pen, +/obj/machinery/light/directional/east, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"kwG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"kwI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"kwN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"kwU" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"kxa" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/obj/machinery/light/floor{ + pixel_x = -32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"kxj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"kxk" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "Toilet2"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_x = 0; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"kxp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Atmos to Loop" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"kxE" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"kxF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"kxR" = ( +/obj/machinery/airalarm/directional/south, /obj/effect/turf_decal/tile/dark_red/half/contrasted{ dir = 1 }, -/obj/machinery/camera/autoname/directional/south, +/obj/effect/landmark/secequipment, /turf/open/floor/iron, /area/station/security/tram) -"dUF" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"dUP" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 9 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"dUT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/machinery/computer/atmos_control/nitrogen_tank{ - dir = 1 - }, -/obj/structure/window/spawner, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"dVd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/window/right/directional/south{ - name = "Corpse Arrivals" - }, -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner/directional/west, -/turf/open/floor/plating, -/area/station/medical/morgue) -"dVu" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dVF" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/window/spawner, -/obj/structure/rack, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"dVM" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos/storage/gas) -"dVW" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"dWm" = ( -/obj/structure/cable, -/obj/item/clothing/shoes/griffin{ - pixel_x = 7; - pixel_y = 7 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/aft) -"dWp" = ( -/obj/machinery/field/generator, -/obj/effect/turf_decal/stripes/white/line{ +"kyg" = ( +/obj/structure/disposalpipe/segment{ dir = 5 }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"dWs" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"kym" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"kyt" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/machinery/chem_heater/withbuffer, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"kyE" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ dir = 8 }, -/turf/open/floor/iron/dark/corner, -/area/station/science/xenobiology) -"dWw" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/window/spawner, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"dWx" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plating, -/area/station/engineering/atmos/storage/gas) -"dWI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/computer/atmos_control/oxygen_tank{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/structure/window/spawner, -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 9 +/turf/open/floor/iron, +/area/station/service/hydroponics) +"kyG" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -5; + pixel_y = 3 }, -/area/station/engineering/atmos) -"dWK" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/chair/office{ +/obj/item/assembly/igniter{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"kyH" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"kyX" = ( +/obj/structure/cable, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"kzd" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/landmark/start/warden, -/turf/open/floor/iron, -/area/station/security/warden) -"dWW" = ( -/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"kzi" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"kzq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"kzu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"dXb" = ( +/area/station/maintenance/port/lesser) +"kzA" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/machinery/door/window{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Core Modules"; + req_access = list("captain") + }, +/obj/effect/spawner/random/aimodule/harmless, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"kzB" = ( +/obj/structure/cable, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"kzL" = ( +/turf/closed/wall/rust, +/area/station/maintenance/fore/greater) +"kzO" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/port/fore) +"kAg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"kAr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kAs" = ( +/obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"kAE" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/status_display/supply{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"kAI" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"kAM" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - location = "Research" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Foyer" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/engineering/break_room) +"kBf" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"kBo" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" }, /turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"dXe" = ( +/area/station/maintenance/department/medical/central) +"kBt" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/right/directional/west{ + name = "Hydroponics Desk"; + req_access = list("hydroponics") + }, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/turf/open/floor/iron/textured_large, +/area/station/hallway/primary/central/fore) +"kBC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"kBM" = ( +/turf/closed/wall/r_wall, +/area/station/command/gateway) +"kBN" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/open/floor/plating, +/area/station/hallway/primary/starboard) +"kBV" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = 15 }, -/obj/machinery/door/airlock/research/glass{ - name = "Experimentation Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/lower) -"dXE" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/machinery/light_switch/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/theater) +"kCr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock{ + name = "Maintenance" }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"kCF" = ( +/obj/structure/window/spawner, /obj/effect/turf_decal/stripes/end{ dir = 4 }, -/obj/structure/disposaloutlet{ +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/plating, +/area/station/science/lobby) +"kCJ" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/spawner/random/structure/barricade, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"kDd" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"kDo" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"kDs" = ( +/obj/effect/turf_decal/stripes/white/line{ dir = 8 }, -/turf/open/floor/plating/airless, -/area/station/maintenance/department/engine) -"dXH" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ +/obj/machinery/door/window/survival_pod{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/window/spawner, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"kDz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"kDA" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/computer/atmos_alert{ +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"kDB" = ( +/obj/structure/cable, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"kDV" = ( +/obj/machinery/flasher/directional/north{ + id = "IsolationFlash" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white/small, +/area/station/security/execution/education) +"kDY" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"kEd" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/research) +"kEj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/lower) +"kEo" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 6 + }, +/obj/structure/fireaxecabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kEq" = ( +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"kET" = ( +/turf/closed/wall/r_wall, +/area/station/command/corporate_showroom) +"kEZ" = ( +/obj/machinery/light/cold/directional/south, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/iron/dark/side{ +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kFf" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"kFi" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/window/reinforced/tram/right/directional/east, +/obj/structure/chair/comfy/shuttle, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"kFv" = ( +/obj/structure/cable, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Creature Pen"; + req_access = list("research") + }, +/obj/machinery/door/window/brigdoor{ + name = "Creature Pen"; + req_access = list("research") + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"kFz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"kFH" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"kFJ" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/frame/machine, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"kFU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"kFV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"kFW" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"kFX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"kFY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"kGo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/departments/court/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kGA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kGG" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/execution/transfer) +"kGW" = ( +/obj/machinery/door/airlock{ + name = "Mineshaft" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"kHa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/stack/package_wrap{ + pixel_x = 11; + pixel_y = 6 + }, +/obj/item/stack/package_wrap{ + pixel_x = 18 + }, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"kHc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"kHd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"kHp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"kHu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/science/xenobiology) +"kHG" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/turf/closed/wall, +/area/station/medical/pharmacy) +"kHY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"kIh" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"kIm" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"kIs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/command/teleporter) +"kIv" = ( +/obj/structure/window/reinforced/spawner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"kIy" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"kIG" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bathroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"kIK" = ( +/turf/closed/mineral/random/stationside, +/area/station/ai_monitored/turret_protected/ai) +"kIL" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"kIU" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"kIV" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"kJb" = ( +/obj/structure/cable, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"kJi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"kJr" = ( +/obj/machinery/firealarm/directional/north, +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"kJD" = ( +/obj/effect/turf_decal/siding/wood{ dir = 9 }, +/obj/structure/rack{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "minibar"; + name = "skeletal minibar" + }, +/obj/item/storage/fancy/candle_box, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"kJY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"kKj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, /area/station/engineering/atmos) -"dXK" = ( +"kKv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"kKA" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"kKD" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"kKV" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"kKX" = ( +/obj/structure/transit_tube/station/dispenser, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"kLd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"kLs" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"kLQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"kMi" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"kMp" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/west, +/obj/item/pipe_dispenser, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 13 + }, +/obj/item/transfer_valve{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/item/transfer_valve{ + pixel_x = 7; + pixel_y = 19 + }, +/obj/item/transfer_valve{ + pixel_x = 4; + pixel_y = 17 + }, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"kMq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + name = "Departure Lounge Security Post" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"kMx" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"kMH" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/modular_computer/console/preset/id{ + dir = 8 + }, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Research Director's Desk"; + name = "Research Director's Requests Console" + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"kMW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/cold/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/virology) +"kMY" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue/full, +/obj/structure/window/spawner, +/obj/item/storage/medkit/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/toxin{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/storage) +"kNn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"kNu" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"kNv" = ( +/obj/structure/table/bronze, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"kNA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"kNX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"kOc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kOg" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"kOh" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/flora/tree/stump, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"kOp" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"kOs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/theater) +"kOv" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/item/stack/sheet/cardboard{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/storage/box/teargas{ + pixel_x = -7; + pixel_y = 14 + }, +/obj/item/gun/grenadelauncher{ + pixel_x = 17; + pixel_y = 10 + }, +/obj/machinery/requests_console/directional/north{ + assistance_requestable = 1; + department = "Security"; + name = "Security Requests Console"; + supplies_requestable = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"kOy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"kOK" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"kOL" = ( +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"kOV" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"kPq" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/table, +/obj/item/storage/belt/mining, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"kPr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"kQb" = ( +/obj/structure/table, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "barki"; + name = "Shutters" + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/service/kitchen) +"kQi" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"kQj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/obj/structure/table, +/obj/item/kirbyplants/random{ + pixel_y = 8 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"kQp" = ( +/obj/machinery/rnd/bepis, +/turf/open/floor/iron, +/area/station/cargo/storage) +"kQv" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"kQw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/bronze{ + name = "Backstage" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"kQA" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kQD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"kQJ" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + name = "Creature Pen"; + req_access = list("research") + }, +/obj/machinery/door/window/brigdoor{ + dir = 4; + name = "Creature Pen"; + req_access = list("research") + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"kQM" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"kQZ" = ( +/obj/machinery/atmospherics/components/tank/carbon_dioxide{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"kRa" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/plaque{ + icon_state = "L7" + }, +/obj/effect/landmark/observer_start, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"kRb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Services Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/primary/central/aft) +"kRm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/port) +"kRr" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"kRO" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"kRS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/west, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"kSh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Study" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/service/library) +"kSr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"kSA" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"kSE" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"kSO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"kSQ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"kST" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/vacant_room/office) +"kSY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"kTf" = ( +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"kTs" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/west{ + dir = 2; + name = "Genetics Desk"; + req_access = list("genetics") + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_large, +/area/station/science/research) +"kTA" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/clothing/mask/cigarette/cigar, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"kTB" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"kTF" = ( +/obj/structure/chair/sofa/corp{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"kTG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"kUc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"kUg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Turbine" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kUj" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"kUn" = ( +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"kUu" = ( +/obj/machinery/computer/rdconsole, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"kUA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57" + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"kUG" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 }, @@ -9911,460 +32321,985 @@ dir = 9 }, /area/station/engineering/atmos) -"dXT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/air_tank{ +"kUK" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/window/spawner, -/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"kUM" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"kVi" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"kVm" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"dYc" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_x = 6; - pixel_y = 9 - }, -/obj/item/multitool{ - pixel_x = -6; - pixel_y = 3 - }, -/obj/item/clothing/mask/cigarette{ - pixel_x = 5; - pixel_y = 2 - }, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, /turf/open/floor/iron/dark, -/area/station/security/lockers) -"dYp" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/item/screwdriver{ - pixel_y = 1 - }, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"dYu" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"dYD" = ( -/obj/machinery/door/window/brigdoor/left/directional/west{ - id = "Cell 1"; - name = "Cell 1"; - req_access = list("security") - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"dYG" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"dYI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"dYR" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/spawner/random/structure/barricade, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"dYX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"dZa" = ( -/obj/structure/table/reinforced, -/obj/machinery/camera/directional/west, -/obj/effect/decal/cleanable/cobweb, -/obj/item/retractor, -/obj/item/hemostat, -/obj/item/cautery, -/obj/machinery/camera/autoname/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"dZd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"dZk" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"dZn" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/turret_protected/ai) -"dZD" = ( -/obj/machinery/camera/directional/south{ - c_tag = "AI Chamber - Core"; - network = list("aicore") - }, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/turret_protected/ai) -"dZF" = ( -/obj/structure/sink/directional/west, -/obj/structure/mirror/directional/east, -/obj/effect/turf_decal/siding/wood{ +/area/station/science/ordnance/burnchamber) +"kVo" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/security/prison/shower) -"dZZ" = ( -/obj/structure/cable/layer3, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"eaf" = ( -/obj/structure/chair/sofa/bench/left{ dir = 1 }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark/side, -/area/station/security/execution/transfer) -"eag" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Pure to Mix" +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 }, -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=4.0-TechStorage-AftHall"; + location = "3.0-StarboardHall-TechStorage" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"kVw" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/side{ dir = 8 }, +/area/station/science/lower) +"kVG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"kVO" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"kVT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"kVV" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/landmark/start/research_director, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"kWd" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/orange{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/stack/tile/iron{ + pixel_y = 18 + }, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"kWg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"kWq" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"kWw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"kWy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"eam" = ( -/obj/effect/spawner/random/structure/crate, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"eaA" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "flamedra" +/area/station/hallway/secondary/command) +"kWG" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 }, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"kWH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Cytology Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"kWP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"kWT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"kWX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"kXd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"kXj" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/plating/airless, -/area/station/maintenance/department/engine) -"eaC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"eaE" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/supply/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air to External Air Ports" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"eaT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"ebc" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Distro to Waste" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"ebv" = ( -/obj/structure/table, -/obj/effect/spawner/random/techstorage/command_all, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"ebx" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 9 - }, -/turf/closed/wall/rust, -/area/station/engineering/atmos/pumproom) -"ebU" = ( -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/servingdish, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"ecq" = ( -/turf/closed/wall/r_wall/rust, -/area/station/maintenance/department/engine/atmos) -"ect" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"ecF" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/door/firedoor, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/plating, +/area/station/security/tram) +"kXl" = ( /obj/machinery/door/airlock/atmos{ name = "Atmospherics" }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/department/engine/atmos) -"ecL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/transit_tube/horizontal, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"ecQ" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/atmos/pumproom) -"ecY" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"edc" = ( -/obj/machinery/computer/teleporter, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"edD" = ( -/obj/machinery/light/small/directional/west, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"edJ" = ( -/obj/machinery/teleport/station, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"edK" = ( -/obj/structure/cable, -/obj/effect/spawner/random/maintenance, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"edP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"edS" = ( -/obj/machinery/teleport/hub, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"edU" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons from the safety of his office."; - dir = 4; - name = "Research Monitor"; - network = list("rd"); - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"edW" = ( -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"eeg" = ( -/turf/open/floor/iron/smooth_large, -/area/station/engineering/atmos) -"eem" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"eeq" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/basic, -/area/space) -"eeD" = ( -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"eeJ" = ( -/turf/closed/wall, -/area/station/commons/fitness/locker_room) -"eeN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"efa" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /obj/effect/turf_decal/delivery, -/obj/structure/cable, +/obj/machinery/door/firedoor, /turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"efe" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance{ - name = "Atmospherics Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"efp" = ( -/obj/structure/cable, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"efr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"efB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ +/area/station/engineering/atmos) +"kXo" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"efC" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/bar) -"efK" = ( -/obj/structure/cable, +/obj/machinery/shower/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"kXs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"kXD" = ( +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kXY" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white/side{ - dir = 10 +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 }, -/area/station/science/lower) -"efL" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"kYb" = ( +/obj/machinery/suit_storage_unit/security, +/turf/open/floor/iron/small, +/area/station/security/tram) +"kYd" = ( +/turf/open/floor/catwalk_floor, +/area/station/security/tram) +"kYi" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector{ + dir = 8; + pixel_x = -4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/cytology) +"kYq" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/bot, +/obj/structure/window/spawner/directional/east, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 8 }, /turf/open/floor/iron, /area/station/service/hydroponics) -"egb" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/security/prison/rec) -"egk" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 6 +"kYr" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{ + dir = 4 }, -/obj/machinery/portable_atmospherics/canister/plasma, +/obj/machinery/atmospherics/components/binary/pump, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"kYA" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"kYO" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kYQ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, -/area/station/engineering/atmos/storage/gas) -"egr" = ( +/area/station/engineering/atmos) +"kYV" = ( +/obj/machinery/door/airlock/command{ + name = "Centcom Dock" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/iron/textured_half, +/area/station/command/corporate_dock) +"kYX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"kZd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"kZg" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"kZh" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"kZp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"kZy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kZN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/command/corporate_dock) +"kZV" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/science/xenobiology) -"egy" = ( -/obj/structure/table, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/hand_labeler, -/obj/item/camera, -/obj/machinery/firealarm/directional/north, -/obj/machinery/light/cold/directional/east, /turf/open/floor/iron, -/area/station/commons/storage/art) -"egG" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/siding/blue, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"egN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/chapel, -/area/station/maintenance/starboard/greater) -"ehj" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, +/area/station/maintenance/port/fore) +"lac" = ( +/turf/closed/wall, +/area/station/command/gateway) +"lao" = ( +/obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"ehB" = ( -/obj/machinery/light_switch/directional/north, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" +/area/station/maintenance/port/greater) +"laq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"lay" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"laJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/port) +"laZ" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/vehicle/ridden/wheelchair{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"lbl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lby" = ( +/turf/closed/wall, +/area/station/science/robotics/mechbay) +"lbO" = ( +/turf/closed/wall, +/area/station/service/library) +"lbP" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"lce" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/red/dim/directional/south, +/obj/item/flashlight/flare/candle, +/turf/open/floor/iron/terracotta/diagonal, +/area/station/service/chapel/office) +"lcl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lcq" = ( +/obj/machinery/door/airlock/glass, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"lcv" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/item/clothing/mask/gas/cyborg, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"lcx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 4 }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"ehZ" = ( +"lcz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"lcA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/item/flashlight, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"lcB" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"lcC" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"lcL" = ( +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil, +/turf/open/space/basic, +/area/station/solars/port) +"ldj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/port/fore) +"ldm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"ldp" = ( +/obj/machinery/atmospherics/components/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"ldt" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ldx" = ( +/obj/machinery/door/window/brigdoor/left/directional/east{ + id = "Cell 4"; + name = "Cell 4"; + req_access = list("security") + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"ldI" = ( +/obj/structure/cable, +/obj/structure/railing, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"ldK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/central) +"ldM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/floor, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"lek" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"lem" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"les" = ( +/obj/structure/tank_frame, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"leu" = ( +/turf/closed/wall, +/area/station/medical/surgery/theatre) +"lez" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"leI" = ( +/obj/item/stack/sheet/cardboard{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/storage/box{ + pixel_x = -5; + pixel_y = 14 + }, +/turf/open/floor/iron, +/area/station/commons) +"leK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"leM" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"leV" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"leX" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"lfg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"lfo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"lfs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"lfA" = ( +/obj/structure/dresser, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"lfO" = ( +/obj/structure/cable, +/obj/machinery/computer/apc_control{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + department = "Chief Engineer's Desk"; + name = "Chief Engineer's Requests Console" + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"lfX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste to Filter" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics - Starboard" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"lgc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"lgi" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"lgm" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/structure/table/glass, +/obj/item/pai_card, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"lgr" = ( +/obj/structure/closet/crate/silvercrate, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"lgI" = ( +/obj/structure/urinal/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"lgL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"lgP" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lgS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"lgY" = ( +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"lhi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"lhj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"lhr" = ( +/obj/structure/window/reinforced/spawner, +/obj/machinery/airalarm/directional/west, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"lhu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Law Office" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/lawyer, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/lawoffice) +"lhE" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/closet/secure_closet/security/med, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"lhK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/lobby) +"lhM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security/prison) +"lhO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"lhY" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/circuit, +/area/station/maintenance/port/aft) +"lid" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"lih" = ( +/turf/closed/wall, +/area/station/maintenance/department/prison) +"liw" = ( +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"liL" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/right/directional/south{ + name = "Security Desk"; + req_access = list("security") + }, +/obj/machinery/door/window/right/directional/north{ + name = "Security Desk" + }, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/escape) +"liS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/science/research) +"ljd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"ljq" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"ljB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"ljH" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/freezer, +/area/station/command/corporate_suite) +"ljS" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"ljZ" = ( +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/dock) +"lkf" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lkr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"lks" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"lkt" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"lkD" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/mob/living/simple_animal/bot/secbot/beepsky/officer, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"lkU" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"lkY" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"lle" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"lli" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"llz" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"llA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"llG" = ( +/obj/docking_port/stationary/mining_home, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"llT" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/department/engine) +"lmg" = ( +/obj/structure/flora/bush/flowers_yw, +/obj/machinery/door/window/left/directional/west{ + name = "Monkey Pen"; + req_access = list("genetics") + }, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/science/genetics) +"lmn" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"lmE" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/rec) +"lmI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"lmL" = ( +/obj/structure/chair/office, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"lmM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"lmP" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"lng" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 10 @@ -10372,22 +33307,238 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"lnh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/machinery/light/small/directional/west, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/port/lesser) +"lno" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/processing) +"lnp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lnz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"lnL" = ( +/obj/structure/window/spawner/directional/north, +/turf/open/space/basic, +/area/space/nearstation) +"lnX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/starboard) +"lnY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"loa" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light/cold/directional/south, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/dark, +/area/station/medical/paramedic) +"loi" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/security/tram) +"loj" = ( /obj/structure/fluff/broken_flooring{ + dir = 4; icon_state = "singular" }, /turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"ein" = ( -/obj/structure/bed{ +/area/station/maintenance/starboard/greater) +"lon" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"los" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"lou" = ( +/obj/structure/tank_dispenser, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/item/bedsheet/dorms{ +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"loB" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/south, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/cook, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"loD" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"loQ" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/small/directional/west, -/turf/open/floor/carpet/purple, -/area/station/commons/dorms) -"eip" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"lpb" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs/auxiliary) +"lpe" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/full, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"lpj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"lpr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lpy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"lpJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"lpS" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"lpV" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"lqa" = ( +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"lqg" = ( +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"lqs" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"lqv" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"lqI" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"lqL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison) +"lqT" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"lra" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"lrA" = ( +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"lrE" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/machinery/chem_dispenser{ + layer = 2.7 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"lrF" = ( /obj/machinery/power/port_gen/pacman, /obj/machinery/power/terminal{ dir = 8 @@ -10396,947 +33547,551 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/smooth, /area/station/ai_monitored/turret_protected/aisat/equipment) -"eiC" = ( -/obj/structure/cable/multilayer/connected, -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/stack/sheet/mineral/plasma{ - amount = 35 +"lrJ" = ( +/obj/item/aicard, +/obj/item/pai_card, +/obj/item/circuitboard/aicore, +/obj/machinery/keycard_auth/directional/north{ + pixel_x = -5 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/firealarm/directional/east, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/box/red, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"eiK" = ( -/obj/machinery/field/generator, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 +/obj/machinery/button/door/directional/north{ + id = "xeno_blastdoor"; + name = "Xenobiology Containment Control"; + pixel_x = 8; + req_access = list("rd") }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"eiM" = ( -/obj/structure/table/wood, -/obj/item/knife/plastic, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"eiU" = ( -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine/atmos) -"ejc" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"ejn" = ( -/obj/structure/frame, -/obj/item/stack/cable_coil/five, -/obj/item/circuitboard/computer/arcade, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"ejt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"ejx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"eki" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine/atmos) -"eku" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"ekE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/west, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/glass, -/area/station/command/heads_quarters/rd) -"ekL" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine, -/area/station/science/cytology) -"ekO" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"ekZ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/navigate_destination, -/obj/machinery/door/window/brigdoor/left/directional/south{ - name = "Security Delivery"; - req_access = list("security") - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/security) -"elh" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2, -/obj/structure/sign/warning/cold_temp/directional/west, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"elm" = ( -/obj/structure/window/spawner, -/obj/structure/window/spawner/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"elw" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/item/reagent_containers/dropper, -/obj/machinery/reagentgrinder{ - pixel_x = -7; - pixel_y = 17 - }, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"elC" = ( -/obj/structure/table/glass, -/obj/machinery/computer/records/medical/laptop{ - pixel_x = 11; - pixel_y = 5 - }, -/obj/item/reagent_containers/syringe/multiver{ - pixel_x = -18; - pixel_y = 10 - }, -/obj/item/reagent_containers/syringe/epinephrine{ - pixel_x = -12; - pixel_y = 4 - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"elM" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"elO" = ( -/obj/structure/window/spawner, -/obj/structure/window/spawner/directional/north, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine/atmos) -"elQ" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"elR" = ( -/obj/structure/table, -/obj/structure/window/spawner, -/obj/effect/turf_decal/siding/thinplating_new/dark, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron, -/area/station/security/courtroom) -"elT" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"elY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"emd" = ( -/turf/open/floor/iron, -/area/station/medical/chemistry) -"emf" = ( -/obj/structure/window/spawner, -/obj/structure/window/spawner/directional/north, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"emw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"emB" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"emD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"ena" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/reagent_dispensers/plumbed, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"enm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"enq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine/atmos) -"env" = ( -/obj/effect/turf_decal/siding/dark_red/corner, -/obj/structure/rack, -/obj/item/gun/energy/temperature/security, -/obj/item/clothing/suit/hooded/ablative, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"enB" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"enE" = ( -/obj/item/cultivator/rake, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"enG" = ( -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"enU" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/computer/robotics, +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) -"eoa" = ( +"lrL" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/dark_red{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"eoj" = ( -/obj/structure/table, -/obj/machinery/light/dim/directional/south, -/obj/item/reagent_containers/cup/glass/drinkingglass, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"eop" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 6 - }, -/turf/open/floor/plating/rust{ - initial_gas_mix = "TEMP=2.7" - }, -/area/space/nearstation) -"eoz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"eoC" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"eoK" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"eoU" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"eoY" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"eoZ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/binary/valve/digital{ - name = "Waste Release" - }, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/station/engineering/atmos) -"epa" = ( -/obj/machinery/telecomms/bus/preset_four, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"epq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"ept" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{ - dir = 1 - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"epu" = ( -/obj/machinery/holopad, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/security/prison/rec) -"epA" = ( -/obj/machinery/atmospherics/pipe/smart/simple/pink/visible{ - dir = 4 +"lrN" = ( +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/table/reinforced/titaniumglass, +/obj/machinery/computer/records/security/laptop{ + dir = 8; + pixel_x = 10; + pixel_y = 4 }, -/obj/effect/turf_decal/stripes/white/line{ +/obj/machinery/recharger{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"lrS" = ( +/obj/structure/cable, +/obj/machinery/button/door/directional/east{ + id = "armory"; + name = "Armory Shutters"; + req_access = list("armory") + }, +/obj/effect/turf_decal/siding/dark_red{ dir = 8 }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/head/cone{ - pixel_x = 9; - pixel_y = -4 - }, -/turf/open/floor/iron/dark/side{ - dir = 5 - }, -/area/station/engineering/atmos) -"epN" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 4 - }, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"eqg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"eqk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/security/checkpoint/science) -"eqz" = ( -/obj/effect/turf_decal/siding/white/corner{ - dir = 8 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, /turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"eqL" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "O2 Outlet Pump" - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"eqM" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/ai_monitored/security/armory) +"lsh" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/engineering/atmos/storage/gas) -"eqS" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/engineering/atmos/storage/gas) -"eqX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"erg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"erk" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"eru" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"erA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"erE" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood/tile, -/area/station/science/lower) -"erK" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"erZ" = ( -/obj/machinery/computer/records/security, -/turf/open/floor/iron/small, -/area/station/security/office) -"esc" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Air to Pure" - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"esv" = ( -/obj/docking_port/stationary{ - dwidth = 4; - height = 17; - name = "birdshot arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/birdshot; - shuttle_id = "arrival_stationary"; - width = 9 - }, +/area/station/hallway/primary/central/fore) +"lss" = ( +/obj/structure/railing, /turf/open/space/basic, -/area/space) -"esw" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"esx" = ( -/obj/effect/gibspawner/human, -/turf/open/floor/iron/white/diagonal, -/area/station/maintenance/department/science/xenobiology) -"esC" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"esE" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"esP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/departments/medbay/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"esY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"etf" = ( -/obj/structure/cable, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"eto" = ( -/obj/structure/table/wood, -/obj/item/statuebust, -/turf/open/floor/iron/chapel{ - dir = 8 - }, -/area/station/maintenance/starboard/greater) -"etv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"etx" = ( -/obj/effect/spawner/random/maintenance, -/turf/open/floor/circuit, -/area/station/maintenance/port/aft) -"etD" = ( -/obj/structure/cable/layer3, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/flasher/directional/east{ - id = "ai" - }, -/turf/open/floor/iron/stairs, -/area/station/ai_monitored/turret_protected/ai) -"etZ" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"eua" = ( -/obj/machinery/seed_extractor, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"euj" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/supply/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air to Distro" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"eux" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 8 - }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/computer/records/security{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"euO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"euQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"euR" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/lobby) -"euX" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible{ - dir = 8 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"evb" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"evg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos/pumproom) -"evj" = ( +/area/space/nearstation) +"lsD" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Engineering Desk"; - req_access = list("engineering") +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/item/folder/yellow{ - pixel_x = 4 - }, -/obj/item/pen{ - pixel_x = 5 - }, -/obj/structure/desk_bell{ - pixel_x = -8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_large, -/area/station/engineering/break_room) -"evq" = ( -/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lsJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/science/xenobiology) +"ltk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ltq" = ( +/obj/item/clothing/head/cone{ + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ltz" = ( +/turf/closed/wall, +/area/station/security/prison) +"ltR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"ltT" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"ltX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/sign/warning/engine_safety/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"lua" = ( +/turf/closed/wall/r_wall, +/area/station/science/lobby) +"lup" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"lur" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lus" = ( +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/science/robotics/mechbay) +"luN" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/steam_vent, /turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"evs" = ( -/obj/structure/disposalpipe/segment{ +/area/station/maintenance/port/greater) +"lvd" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/office{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"evz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"evE" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"evH" = ( -/obj/machinery/atmospherics/components/tank/nitrous{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos) -"evP" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/railing{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/box, -/obj/effect/turf_decal/siding/white{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/holosign/barrier/atmos/tram, /turf/open/floor/plating, -/area/station/engineering/break_room) -"ewb" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/dim/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"ewy" = ( -/obj/structure/disposalpipe/segment{ +/area/station/maintenance/port/aft) +"lvw" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"lvx" = ( +/obj/effect/turf_decal/stripes/line{ dir = 9 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lvH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"ewz" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"ewR" = ( -/obj/machinery/firealarm/directional/north, -/obj/machinery/light/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"ewU" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"ewW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"exi" = ( -/obj/structure/cable, -/obj/machinery/door/window/right/directional/east{ - name = "Access Shutter"; - req_access = list("security") - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/depsec/engineering, /turf/open/floor/iron/dark/side{ dir = 4 }, -/area/station/engineering/break_room) -"exJ" = ( +/area/station/science/ordnance/testlab) +"lvW" = ( /obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"lwf" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"lwj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"exK" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/green/anticorner/contrasted, -/obj/structure/table/glass, -/obj/machinery/light/cold/directional/south, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"exR" = ( +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/structure/sign/warning/chem_diamond/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"lwk" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"lwl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/layer3, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"lwm" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/lavendergrass/style_2, +/obj/structure/flora/bush/pale, +/obj/structure/flora/bush/sunny/style_2{ + pixel_x = 11; + pixel_y = -11 + }, +/obj/machinery/status_display/evac/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"lwo" = ( +/obj/machinery/mass_driver/chapelgun{ + dir = 8 }, /turf/open/floor/plating, +/area/station/service/chapel/funeral) +"lwr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, /area/station/hallway/secondary/dock) -"exW" = ( -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 - }, -/obj/machinery/light_switch/directional/west, -/obj/structure/sink/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"eyo" = ( -/obj/structure/window/reinforced/plasma/spawner{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/nocontrol/incinerator{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth_edge{ - dir = 4 - }, -/area/station/maintenance/disposal/incinerator) -"eyv" = ( -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/machinery/computer/security{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/break_room) -"eyB" = ( -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Gear Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/lockers) -"eyJ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/stairs{ - dir = 1 - }, -/area/station/ai_monitored/turret_protected/aisat/maint) -"eyZ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"ezg" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/structure/crate, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"lwv" = ( +/obj/docking_port/stationary{ + dheight = 4; + dir = 4; + dwidth = 4; + height = 9; + name = "Aux Base Zone"; + roundstart_template = /datum/map_template/shuttle/aux_base/default; + shuttle_id = "aux_base_zone"; + width = 9 }, /turf/open/floor/plating, /area/station/construction/mining/aux_base) -"ezi" = ( -/obj/structure/chair/stool/directional/west, +"lwz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lwG" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"lwJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"lwZ" = ( +/obj/structure/rack, +/obj/item/storage/box/bodybags{ + pixel_y = 4 + }, +/obj/item/storage/medkit{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/healthanalyzer{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/healthanalyzer{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/structure/sign/warning/test_chamber/directional/east, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"lxj" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"lxs" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/screwdriver, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"lxx" = ( +/obj/structure/chair/sofa/bamboo/right{ + dir = 4 + }, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"lxB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"lxH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"lxI" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"lxM" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"lxP" = ( +/turf/closed/wall, +/area/station/service/bar/backroom) +"lyh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"lyj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"lyk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"lyy" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron, +/area/station/security) +"lyB" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Cleaning Closet" + }, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"lyJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/lobby) +"lyL" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/rdconsole{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"lzc" = ( +/obj/machinery/rnd/server/master, +/turf/open/floor/circuit, +/area/station/science/server) +"lzk" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"lzt" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"lzH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"ezw" = ( +/area/station/service/kitchen) +"lzP" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/bed/roller, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"lzR" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/brown/full, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = 7; + pixel_y = 17 + }, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = -6; + pixel_y = 15 + }, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"lzV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/mid/directional/north, +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"lzW" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/xenobiology) +"lAh" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"lAj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"lAB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"lAL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"lBp" = ( +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/medical/medbay/central) +"lBC" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"lBI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"lBK" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"lBM" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"lBT" = ( +/obj/effect/landmark/navigate_destination, +/obj/machinery/door/airlock/external{ + name = "Departure Lounge Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/exit/departure_lounge) +"lCb" = ( +/obj/machinery/vending/boozeomat, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"lCi" = ( /obj/structure/cable, /obj/effect/landmark/start/hangover, /obj/effect/turf_decal/trimline/neutral/line{ @@ -11347,277 +34102,237 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"ezE" = ( -/obj/vehicle/ridden/secway, -/turf/open/floor/plating, -/area/station/security/tram) -"ezM" = ( +"lCj" = ( /obj/structure/cable, -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"ezS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"eAn" = ( -/obj/machinery/computer/mech_bay_power_console, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 5 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"eAu" = ( -/obj/structure/cable, -/obj/machinery/power/tracker, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/starboard/aft) -"eAz" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/machinery/light/floor, -/turf/open/floor/noslip, -/area/station/medical/medbay/central) -"eAK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light/floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"eAU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/window/right/directional/south{ - name = "AI Security Door" - }, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"eAX" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"eAY" = ( -/turf/open/floor/grass, -/area/station/science/xenobiology) -"eBe" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"eBn" = ( /obj/effect/mapping_helpers/broken_floor, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"eBr" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"eBx" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Telecomms Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/textured_half, -/area/station/hallway/primary/starboard) -"eBH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/blobstart, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"eBN" = ( -/obj/structure/cable/layer3, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"eBO" = ( -/obj/item/clothing/head/cone{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/clothing/head/cone{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/clothing/head/cone{ - pixel_x = -5; - pixel_y = -3 - }, -/obj/item/clothing/head/cone{ - pixel_x = 5; - pixel_y = -7 - }, -/obj/item/clothing/head/cone{ - pixel_x = -3; - pixel_y = -13 - }, -/turf/open/floor/iron/smooth_large, -/area/station/engineering/atmos) -"eBQ" = ( -/obj/structure/window/reinforced/spawner, /obj/structure/barricade/wooden/crude, -/turf/open/floor/noslip, -/area/station/maintenance/department/medical/central) -"eBV" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons{ - pixel_x = 3; - pixel_y = 11 +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"lCl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"lCr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/carpet/green, -/area/station/maintenance/central/lesser) -"eCf" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/machinery/flasher/directional/north{ - id = "ai" - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"eDh" = ( -/obj/effect/spawner/structure/window/survival_pod, -/turf/open/floor/engine, -/area/station/ai_monitored/turret_protected/ai) -"eDl" = ( -/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"lCH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/window/left/directional/south{ - name = "AI Security Door" - }, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"eDy" = ( +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"lCJ" = ( +/turf/closed/wall/r_wall, +/area/station/service/abandoned_gambling_den/gaming) +"lCU" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"eDz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"lCZ" = ( +/obj/structure/bed/maint, +/turf/open/floor/iron/small, +/area/station/maintenance/starboard/central) +"lDD" = ( +/obj/machinery/pdapainter/supply, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"lDQ" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"lDR" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"lEc" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Supply Closet" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"lEm" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"lEx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"lEy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"eDF" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/box/red/corners{ +/obj/machinery/button/door/directional/east{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -24; + pixel_y = 24; + req_access = list("cargo") + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lEz" = ( +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, +/obj/machinery/disposal/bin, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"lEB" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/half, +/area/station/hallway/primary/central/fore) +"lEF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/engine, -/area/station/science/xenobiology) -"eDI" = ( -/obj/structure/table, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = -5; - pixel_y = 12 - }, -/obj/item/reagent_containers/cup/mortar, -/obj/item/pestle, -/obj/item/reagent_containers/cup/bottle/thermite{ - pixel_x = 7; - pixel_y = 14 - }, +/area/station/science/explab) +"lEM" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/atmospheric_sanity/ignore_area, /turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"eDJ" = ( -/obj/structure/cable/layer3, -/obj/structure/cable, +/area/station/service/library/abandoned) +"lFh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-maint-passthrough" - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber" - }, /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/minisat, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"eDN" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/airlock/medical/glass{ + name = "Cryogenics Bay" }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"lFu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/obj/item/crowbar, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"lFC" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"lFF" = ( /obj/structure/cable, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"eEq" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/closet/emcloset, -/obj/item/radio/off, -/obj/machinery/camera/directional/west, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"eEN" = ( -/obj/machinery/computer/security/hos{ +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/lower) +"lFH" = ( +/obj/machinery/light/cold/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"lFL" = ( +/obj/effect/turf_decal/siding/red{ dir = 4 }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"lFQ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"lGh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"lGq" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/light/small/directional/west, -/obj/machinery/keycard_auth/directional/south, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/hos) -"eFc" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"eFe" = ( -/obj/structure/cable/layer3, -/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"lGs" = ( +/turf/closed/wall, +/area/station/security/warden) +"lGB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"lGG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/trash/pistachios{ + pixel_y = 8 + }, +/obj/item/trash/popcorn/salty{ + pixel_x = 11; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/glass/plastitanium/screws, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"lHg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"eFf" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"lHt" = ( +/obj/machinery/holopad, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"lHu" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = -8 + }, +/turf/closed/wall, +/area/station/hallway/primary/port) +"lHG" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 4 }, @@ -11665,10252 +34380,99 @@ }, /turf/open/floor/iron/dark, /area/station/medical/pharmacy) -"eFi" = ( -/obj/structure/frame/machine, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"eFk" = ( -/obj/structure/cable/layer3, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"eFm" = ( -/obj/structure/cable/layer3, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/mob/living/simple_animal/bot/cleanbot, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"eFy" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/security/prison) -"eFN" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/maintenance/two, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"eFO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"eFP" = ( -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"eFV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"eGb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay Clinic" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "medlock"; - name = "Lockdown Shutters" - }, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/iron/dark/small, -/area/station/medical/medbay/lobby) -"eGl" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/photocopier, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"eGr" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/science/lower) -"eGt" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"eGJ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"eGL" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/prison/mess) -"eGT" = ( -/obj/structure/table, -/obj/machinery/fax{ - fax_name = "Medical"; - name = "Medical Fax Machine"; - pixel_y = 5 - }, -/obj/effect/turf_decal/siding/blue{ - dir = 6 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"eHe" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"eHf" = ( -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"eHj" = ( -/obj/item/target/clown, -/obj/item/target/clown, -/obj/item/target/syndicate, -/obj/item/target/alien, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"eHk" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/vending/cart{ - req_access = list("hop") - }, -/turf/open/floor/iron/large, -/area/station/command/heads_quarters/hop) -"eHy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"eHR" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"eHS" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eId" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/engineering/atmos) -"eIk" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eIn" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/catwalk_floor/iron_white, -/area/station/engineering/atmos) -"eIM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 - }, -/obj/effect/mapping_helpers/mail_sorting/service/hop_office, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"eJe" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"eJh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"eJk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eJp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"eJr" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eJw" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"eJW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos{ - name = "Central Atmospherics" - }, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/engineering/atmos) -"eJY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eJZ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eKd" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos{ - name = "Central Atmospherics" - }, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/engineering/atmos) -"eKf" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets/donkpocketpizza, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/kitchen/small, -/area/station/maintenance/aft) -"eKs" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 4 - }, -/area/station/maintenance/starboard/greater) -"eKP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"eKT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"eKU" = ( -/turf/closed/wall/r_wall/rust, -/area/station/engineering/atmos/pumproom) -"eKW" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bathroom" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"eKY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"eLn" = ( -/obj/machinery/door/airlock/glass{ - name = "Gold Standard Law Firm" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/grimy, -/area/station/maintenance/starboard/greater) -"eLE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"eLJ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/machinery/computer/atmos_control/mix_tank{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"eLL" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix Outlet Pump" - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"eLO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Foyer" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/engineering/break_room) -"eLY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/vault{ - name = "Vault" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/access/all/supply/vault, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/catwalk_floor, -/area/station/ai_monitored/command/nuke_storage) -"eMj" = ( -/obj/machinery/modular_computer/console/preset/cargochat/engineering{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"eMl" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"eMo" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"eMG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/rd) -"eMI" = ( -/obj/machinery/computer/atmos_control/nitrous_tank{ - dir = 4; - name = "Neurotoxin Supply Control" - }, -/obj/structure/sign/poster/official/random/directional/west, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"eMU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"eNb" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ - dir = 1; - initialize_directions = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"eNl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"eNo" = ( -/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty{ - pixel_x = -6 - }, -/obj/item/paperplane{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"eNt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"eND" = ( -/obj/structure/cable/layer3, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/turret_protected/ai) -"eNG" = ( -/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"eNU" = ( -/obj/structure/table/reinforced, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = -1 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"eOo" = ( -/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"eOp" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"eOt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"eOJ" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"eOT" = ( -/obj/machinery/modular_computer/console/preset/civilian{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/directional/south{ - c_tag = "Engineering - Desk" - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"eOZ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/coldroom) -"ePg" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/open/floor/circuit, -/area/station/maintenance/port/aft) -"ePw" = ( -/obj/machinery/photocopier, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"ePA" = ( -/obj/structure/cable, +"lHJ" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"eQa" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"eQe" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eQi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eQk" = ( -/obj/machinery/door/airlock/security{ - name = "Isolation" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/white/small, -/area/station/security/prison/safe) -"eQn" = ( /obj/effect/turf_decal/siding/wood, -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/science/lower) -"eQt" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/rd) -"eQz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eQJ" = ( -/obj/structure/cable, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/engineering/break_room) -"eQO" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"eQR" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"eQX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"eRp" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/iron/dark/side{ - dir = 6 - }, -/area/station/hallway/secondary/construction) -"eRX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/small, -/area/station/medical/virology) -"eSd" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Smoking Lounge" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/lower) -"eSh" = ( -/obj/structure/cable, -/obj/machinery/door/window/right/directional/east{ - name = "Access Shutter"; - req_access = list("security") - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/landmark/start/depsec/engineering, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/engineering/break_room) -"eSo" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/secure_closet/security/engine, -/obj/item/radio/off{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/geiger_counter{ - pixel_x = 7; - pixel_y = 3 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/break_room) -"eSB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "West Ports to Filter" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eSF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"eSU" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Pure to West Ports" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"eSV" = ( -/obj/structure/bed/maint, -/turf/open/floor/iron/small, -/area/station/maintenance/starboard/central) -"eSW" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"eSZ" = ( -/obj/structure/table/wood, -/obj/item/folder/blue{ - pixel_x = 4 - }, -/obj/item/phone{ - pixel_x = -6; - pixel_y = 7 - }, -/obj/machinery/camera/directional/west{ - c_tag = "MiniSat - Teleporter"; - network = list("minisat") - }, -/obj/item/radio/intercom/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"eTh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/lower) -"eTi" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"eTo" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/machinery/chem_mass_spec, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"eTu" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eTL" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"eUb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"eUi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"eUn" = ( -/obj/structure/cable, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"eUC" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"eUF" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/table, -/obj/item/stack/ore/bananium, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"eUH" = ( -/obj/machinery/door/window/brigdoor/left/directional/west{ - name = "Holding Cell"; - req_access = list("security") - }, -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"eUN" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"eUX" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"eVb" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"eVe" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/structure/industrial_lift/tram/subfloor, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-2" - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"eVm" = ( -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"eVu" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/sofa/bench{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"eVz" = ( -/obj/machinery/camera/directional/west{ - c_tag = "AI Sat - Antechamber"; - network = list("minisat") - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"eVI" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"eWd" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/modular_computer/console/preset/cargochat/service{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"eWD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"eWI" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/aft) -"eXa" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/phone{ - pixel_x = -2; - pixel_y = 10 - }, -/obj/item/food/bonbon/chocolate_truffle, -/turf/open/floor/iron/textured_large, -/area/station/engineering/break_room) -"eXf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/science/ordnance/testlab) -"eXo" = ( -/turf/closed/wall/r_wall, -/area/station/tcommsat/server) -"eXx" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"eXy" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/table, -/obj/item/storage/crayons, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"eXK" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table/wood, -/obj/item/storage/crayons{ - pixel_y = -2 - }, -/turf/open/floor/stone, -/area/station/maintenance/aft) -"eXW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"eYc" = ( -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/turret_protected/ai) -"eYk" = ( -/obj/structure/cable, -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"eYn" = ( -/obj/machinery/computer/monitor{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -29 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"eYp" = ( -/obj/machinery/recharge_station, -/obj/machinery/camera/motion/directional/east{ - c_tag = "AI Sat - Maintenance"; - network = list("minisat") - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"eYM" = ( -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"eYQ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/industrial_lift/tram/white, -/obj/structure/window/reinforced/tram/left/directional/north, -/obj/structure/chair/sofa/bench/left, -/obj/machinery/light/small/directional/east, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"eYV" = ( -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"eYY" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/east, -/obj/structure/flora/bush/flowers_br/style_random, -/mob/living/simple_animal/hostile/lizard{ - name = "Bathes-In-Heatlamp" - }, -/turf/open/misc/sandy_dirt, -/area/station/maintenance/port/lesser) -"eZs" = ( -/obj/machinery/gulag_teleporter, -/obj/effect/turf_decal/tile/dark_red, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"eZJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/full, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"eZM" = ( -/obj/structure/cable/layer3, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/turret_protected/ai) -"eZO" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine/atmos) -"eZP" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue{ - pixel_y = 2 - }, -/obj/item/pen, -/obj/machinery/light/directional/east, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"eZT" = ( -/obj/structure/hedge, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/machinery/light/cold/directional/north, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"faj" = ( -/obj/machinery/door/airlock/public, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"fao" = ( -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/turf/closed/wall/r_wall, -/area/station/medical/virology) -"fas" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/trimline/yellow/line, -/turf/open/floor/iron/smooth_corner{ - dir = 8 - }, -/area/station/maintenance/disposal/incinerator) -"fav" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"faw" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"fay" = ( -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"faX" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/rack, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 9 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_x = 1; - pixel_y = -2 - }, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"fbe" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"fbj" = ( -/obj/structure/table/wood, -/obj/machinery/computer/pod/old, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"fbo" = ( -/obj/structure/toilet{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"fbp" = ( -/obj/machinery/light/small/directional/west, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fbq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"fbt" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/tram) -"fbM" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 10 - }, -/obj/structure/barricade/wooden, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"fbO" = ( -/obj/item/aicard, -/obj/item/pai_card, -/obj/item/circuitboard/aicore, -/obj/machinery/keycard_auth/directional/north{ - pixel_x = -5 - }, -/obj/machinery/button/door/directional/north{ - id = "xeno_blastdoor"; - name = "Xenobiology Containment Control"; - pixel_x = 8; - req_access = list("rd") - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"fbQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"fca" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"fcd" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fch" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"fcs" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"fcD" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output{ - dir = 1 - }, -/turf/open/floor/engine/plasma, -/area/station/engineering/atmos) -"fdi" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=6.1-Arrivals"; - location = "5.0-AftHall-Arrivals" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"fds" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"fdF" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/plasma_input{ - dir = 1 - }, -/turf/open/floor/engine/plasma, -/area/station/engineering/atmos) -"fdG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"fdH" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"fdK" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 4 - }, -/turf/open/floor/plating/rust{ - initial_gas_mix = "TEMP=2.7" - }, -/area/space/nearstation) -"fdM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "roboticshut"; - name = "Robotics Shutters" - }, -/turf/open/floor/plating, -/area/station/science/robotics/lab) -"fdU" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Engine" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"fel" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"feq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall/rust, -/area/station/hallway/primary/fore) -"ffs" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ffO" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ffX" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "kihall" - }, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"fgk" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/status_display/door_timer{ - id = "Cell 4"; - name = "Cell 4"; - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"fgp" = ( -/turf/open/floor/iron/dark/side, -/area/station/security/execution/transfer) -"fgt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/commons/storage/tools) -"fgL" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"fgW" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/vending/drugs, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/machinery/camera/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"fhj" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"fho" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/implanter{ - pixel_x = 5; - pixel_y = 12 - }, -/obj/item/folder/blue{ - pixel_x = 4 - }, -/obj/item/storage/box/evidence{ - pixel_x = -5; - pixel_y = 12 - }, -/obj/item/inspector{ - pixel_x = -12; - pixel_y = -4 - }, -/turf/open/floor/iron/small, -/area/station/security/office) -"fhD" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood/tile, -/area/station/tcommsat/server) -"fhS" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 5 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"fii" = ( -/obj/effect/spawner/random/trash/graffiti{ - pixel_x = -32; - spawn_loot_chance = 50 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"fik" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"fiA" = ( -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/engineering) -"fiD" = ( -/obj/structure/table, -/obj/item/plate, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"fiF" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"fjh" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fjn" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"fju" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"fjA" = ( -/obj/structure/cable/layer3, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/turret_protected/ai) -"fjK" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"fjN" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/door/window/survival_pod{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/fore/greater) -"fjR" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating/rust{ - initial_gas_mix = "TEMP=2.7" - }, -/area/space/nearstation) -"fjS" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 8 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"fjV" = ( -/obj/item/radio/intercom/directional/south{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Private Channel" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"fkj" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"fkq" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/item/mod/module/plasma_stabilizer, -/obj/item/mod/module/thermal_regulator, -/obj/effect/turf_decal/bot_white, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron/small, -/area/station/medical/storage) -"fkt" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"fky" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"flg" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 10 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"flo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"flp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"flQ" = ( -/turf/open/floor/plating/rust{ - initial_gas_mix = "TEMP=2.7" - }, -/area/space/nearstation) -"flX" = ( -/obj/item/flashlight/lantern, -/turf/open/floor/plating/rust, -/area/station/maintenance/starboard/greater) -"fmf" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"fmj" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"fmm" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/engineering/main) -"fmq" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"fmw" = ( -/obj/machinery/plate_press, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/security/prison/work) -"fmH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"fmR" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/service/chapel/funeral) -"fne" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/camera/autoname/directional/east, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/restraints/handcuffs, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"fni" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/landmark/start/depsec/science, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"fnp" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"fnr" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"fnw" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"fnz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fnI" = ( -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/hallway/secondary/construction) -"fnP" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor/right/directional/south{ - name = "Security Desk"; - req_access = list("security") - }, -/obj/machinery/door/window/right/directional/north{ - name = "Security Desk" - }, -/obj/structure/sign/directions/command/directional/east{ - dir = 1 - }, -/obj/structure/sign/directions/medical/directional/east{ - pixel_y = 8 - }, -/obj/structure/sign/directions/vault/directional/east{ - pixel_y = -8 - }, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/iron/textured_large, -/area/station/security/brig/entrance) -"fnZ" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"fod" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"foe" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"foi" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating/airless, -/area/station/engineering/atmos/pumproom) -"for" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"fos" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"fov" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/vending/security, -/turf/open/floor/iron, -/area/station/security/lockers) -"foJ" = ( -/turf/closed/wall/r_wall/rust, -/area/station/command/heads_quarters/ce) -"foL" = ( -/obj/structure/sign/poster/official/random/directional/north, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"fpb" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"fpk" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Air to East Ports" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"fpl" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/dark_red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"fpq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"fpB" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Science Lab Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"fpO" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/ce) -"fpR" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/prison/workout) -"fpY" = ( -/turf/closed/mineral/random/stationside, -/area/station/ai_monitored/aisat/exterior) -"fqd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"fqf" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "Privacy Shutter" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/ce) -"fqG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"fqL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"fqT" = ( -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 8 - }, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/department/medical/central) -"frf" = ( -/obj/structure/table/glass, -/obj/item/defibrillator/loaded{ - pixel_y = 3 - }, -/obj/item/defibrillator/loaded, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"frg" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"frj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"frs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer's Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/command/heads_quarters/ce) -"frw" = ( -/obj/machinery/requests_console/directional/west{ - assistance_requestable = 1; - department = "Engineering"; - name = "Engineering Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/stairs, -/area/station/engineering/break_room) -"frB" = ( -/obj/machinery/button/tram{ - id = 2; - lift_id = "maint_tram"; - pixel_y = -32 - }, -/obj/machinery/destination_sign/indicator{ - pixel_y = -32; - tram_id = "maint_tram" - }, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"frI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"frP" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/right/directional/north{ - name = "Security Desk" - }, -/turf/open/floor/iron/textured_large, -/area/station/security/checkpoint/customs) -"fsf" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/structure/railing{ - dir = 10 - }, -/obj/effect/turf_decal/siding/white{ - dir = 10 - }, -/obj/machinery/fax{ - fax_name = "Engineering Lobby"; - name = "Engineering Lobby Fax Machine"; - pixel_x = 8; - pixel_y = 9 - }, -/turf/open/floor/iron/textured_large, -/area/station/engineering/break_room) -"fst" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/sheet/iron/fifty, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"fsz" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/white/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/cell_charger{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/stock_parts/cell/high{ - pixel_x = 2; - pixel_y = 1 - }, -/turf/open/floor/iron/textured_large, -/area/station/engineering/break_room) -"fsD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"fsL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/science/xenobiology) -"fsV" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/engineering/break_room) -"fsW" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/chair/sofa/left{ - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/maintenance/aft) -"fta" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 10 - }, -/obj/machinery/air_sensor/plasma_tank, -/turf/open/floor/engine/plasma, -/area/station/engineering/atmos) -"ftb" = ( -/obj/machinery/power/turbine/inlet_compressor{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"ftm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/dark_red{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"ftv" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - desc = "Controls the shutters over the brig windows."; - id = "briglockdown"; - name = "Brig Lockdown Control"; - pixel_x = 6; - pixel_y = 7; - req_access = list("security") - }, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -12; - pixel_y = 5 - }, -/obj/machinery/button/door/directional{ - id = "wardshut"; - name = "Privacy Shutters"; - pixel_x = 6; - pixel_y = -2 - }, -/turf/open/floor/iron, -/area/station/security/warden) -"ftO" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 6 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics CO2 Chamber"; - dir = 5; - network = list("ss13","engineering") - }, -/turf/open/floor/engine/plasma, -/area/station/engineering/atmos) -"ftX" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"ftZ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"fui" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/security/processing) -"fuk" = ( -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/flora/rock/pile/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/obj/machinery/light/floor{ - pixel_x = 32 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"fun" = ( -/obj/structure/cable/layer3, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Chamber" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber Entrance Shutters" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-maint-passthrough" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/minisat, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"fuo" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"fuC" = ( -/obj/machinery/door/poddoor/incinerator_atmos_aux, -/turf/open/floor/engine/airless, -/area/station/maintenance/disposal/incinerator) -"fuL" = ( -/obj/docking_port/stationary/escape_pod{ - dir = 2 - }, -/turf/open/space/basic, -/area/space) -"fuR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/airless, -/area/station/engineering/atmos/pumproom) -"fvC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/status_display/evac/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"fvP" = ( -/obj/structure/cable, -/obj/machinery/computer/apc_control{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - anon_tips_receiver = 1; - department = "Chief Engineer's Desk"; - name = "Chief Engineer's Requests Console" - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"fvT" = ( -/obj/structure/cable, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"fwc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"fwk" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"fwF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"fwI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"fwJ" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/holopad, -/turf/open/floor/iron/white, -/area/station/security/medical) -"fwO" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/turf_decal/siding/wideplating_new/light{ - dir = 4 - }, -/obj/machinery/fax{ - fax_name = "Chief Engineer's Office"; - name = "Chief Engineer's Fax Machine"; - pixel_y = 7 - }, -/obj/item/stock_parts/cell/high{ - pixel_y = -9 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"fwS" = ( -/turf/open/floor/circuit, -/area/station/maintenance/port/aft) -"fwZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/station/hallway/secondary/entry) -"fxt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"fxw" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/box, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/computer/security/telescreen/ce{ - dir = 8; - pixel_x = 30 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plating, -/area/station/command/heads_quarters/ce) -"fxF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"fxN" = ( -/obj/structure/table, -/turf/open/floor/iron/kitchen/small, -/area/station/maintenance/aft) -"fxO" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"fyo" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/east, -/obj/machinery/coffeemaker{ - pixel_y = 12 - }, -/obj/item/reagent_containers/cup/coffeepot{ - pixel_x = 3; - pixel_y = -5 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/security/breakroom) -"fyr" = ( -/turf/closed/wall/rust, -/area/station/command/heads_quarters/ce) -"fyv" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"fyH" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"fyQ" = ( -/obj/machinery/suit_storage_unit/ce, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/ce) -"fyT" = ( -/obj/structure/dresser, -/obj/machinery/light/small/directional/north, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/structure/sign/poster/contraband/random/directional/east, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/ce) -"fyU" = ( -/obj/machinery/vending/wardrobe/robo_wardrobe, -/obj/machinery/light/small/directional/west, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/robotics/augments) -"fyW" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/obj/machinery/light/floor{ - pixel_x = -32 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"fyZ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fzd" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fze" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine/atmos) -"fzl" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"fzt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"fzx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating/rust, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fzS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"fAe" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"fAr" = ( -/obj/structure/window/reinforced/spawner, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/noslip, -/area/station/maintenance/port/aft) -"fAs" = ( -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = -8 - }, -/obj/structure/sign/directions/command{ - dir = 1 - }, -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = 8 - }, -/turf/closed/wall, -/area/station/hallway/primary/starboard) -"fAt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"fAx" = ( -/obj/structure/cable, -/obj/effect/spawner/random/structure/furniture_parts, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fAJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"fAM" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/structure/window/spawner, -/obj/effect/turf_decal/tile/blue, -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/suit/hazardvest{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/clothing/suit/hazardvest{ - pixel_x = -2 - }, -/obj/item/electronics/airalarm{ - pixel_x = 15; - pixel_y = -5 - }, -/obj/item/electronics/airalarm{ - pixel_x = 18; - pixel_y = -3 - }, -/obj/item/multitool{ - pixel_x = 11; - pixel_y = 5 - }, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"fAN" = ( -/turf/closed/wall/r_wall/rust, -/area/station/maintenance/department/engine) -"fAP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"fAS" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"fAX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/window/spawner, -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/storage/bag/construction, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"fAZ" = ( -/obj/structure/window/spawner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate_empty, -/obj/item/circuitboard/machine/thermomachine, -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"fBe" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Air to Mix" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"fBf" = ( -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"fBj" = ( -/obj/structure/table, -/obj/item/grenade/smokebomb{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/book/manual/wiki/grenades{ - pixel_x = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"fBl" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/table, -/obj/item/folder/red, -/obj/item/food/monkeycube/bee{ - name = "monkey cube"; - pixel_y = 17 - }, -/obj/item/food/monkeycube/gorilla{ - desc = "Just add water!"; - name = "monkey cube"; - pixel_x = 3; - pixel_y = 13 - }, -/turf/open/floor/iron/dark, -/area/station/commons/storage/tools) -"fBq" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"fBw" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fBz" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"fBR" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/dark_red{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"fBX" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"fCg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"fCp" = ( -/obj/machinery/computer/pod/old/mass_driver_controller/chapelgun{ - pixel_x = 30 - }, -/obj/machinery/door/window/right/directional/south{ - req_access = list("chapel_office") - }, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"fCu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red, -/turf/open/floor/iron/white, -/area/station/security/medical) -"fCw" = ( -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"fCy" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/security_all, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"fDd" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"fDg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fDk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fDs" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"fDw" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/item/paper_bin{ - pixel_x = -1; - pixel_y = 3 - }, -/obj/item/pen{ - pixel_y = 5 - }, -/turf/open/floor/iron/textured_large, -/area/station/engineering/break_room) -"fDz" = ( -/obj/structure/chair/sofa/bench/right, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"fDC" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"fDF" = ( -/obj/structure/cable, -/obj/machinery/door/window/left/directional/east{ - name = "Access Shutter"; - req_access = list("security") - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/depsec/engineering, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/engineering/break_room) -"fDI" = ( -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"fDL" = ( -/obj/structure/cable/layer3, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/flasher/directional/north{ - id = "ai"; - pixel_x = -22 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fDS" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/purple, -/turf/open/space/basic, -/area/space/nearstation) -"fDU" = ( -/obj/item/radio/intercom/directional/north{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Private Channel" - }, -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fDY" = ( -/obj/structure/cable, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/floor/grass, -/area/station/science/xenobiology) -"fEb" = ( -/turf/open/floor/engine/n2o, -/area/station/ai_monitored/turret_protected/ai) -"fEd" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fEq" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"fEC" = ( -/turf/closed/wall, -/area/station/maintenance/port/lesser) -"fEV" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fFt" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"fFD" = ( -/obj/effect/turf_decal/siding/blue, -/obj/effect/landmark/start/paramedic, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"fFH" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "wardshut"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/security/warden) -"fFT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/stairs{ - dir = 4 - }, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fFV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"fFY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_interior"; - name = "Virology Interior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor, -/obj/machinery/door_buttons/access_button{ - idDoor = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = 8; - pixel_y = 22; - req_access = list("virology") - }, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "virology_airlock_exterior"; - idInterior = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Console"; - pixel_x = -8; - pixel_y = 24; - req_access = list("virology") - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/virology) -"fGa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/rust, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fGE" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"fHa" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"fHb" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"fHf" = ( -/obj/structure/bed/maint, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"fHh" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"fHn" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"fHv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fHN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=21.0-Bar-Porthall"; - location = "20.0-CentralPort-Bar" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"fHQ" = ( -/obj/effect/turf_decal/siding/red{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrogen_output{ - dir = 1 - }, -/turf/open/floor/engine/n2, -/area/station/engineering/atmos) -"fHT" = ( -/obj/machinery/newscaster/directional/south, -/obj/machinery/vending/wardrobe/science_wardrobe, -/turf/open/floor/iron/white, -/area/station/science/research) -"fIf" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"fIg" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"fIr" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"fIE" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/mail_sorting/engineering/ce_office, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"fIK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"fJl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"fJo" = ( -/obj/structure/chair/comfy/carp{ - dir = 1 - }, -/turf/open/floor/glass/reinforced, -/area/station/command/bridge) -"fJs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-maint-passthrough" - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/minisat, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"fJK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/dropper{ - pixel_y = -3 - }, -/obj/item/stack/sheet/mineral/plasma/thirty{ - pixel_y = 4 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"fJZ" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"fKc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fKl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light/floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fKo" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 5 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/light/directional/north, -/turf/open/floor/plating, -/area/station/engineering/atmos/storage/gas) -"fKz" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"fKO" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/departments/court/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"fLf" = ( -/obj/structure/cable/layer3, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/mob/living/simple_animal/bot/secbot/pingsky, -/obj/machinery/holopad/secure, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fLi" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"fLk" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"fLn" = ( -/obj/structure/table/wood/fancy/red, -/obj/structure/mirror/directional/west, -/obj/item/ammo_box/magazine/toy/smgm45, -/obj/item/ammo_box/magazine/toy/smgm45{ - pixel_y = 15 - }, -/obj/item/clothing/mask/animal/small/bat, -/turf/open/floor/wood/parquet, -/area/station/service/greenroom) -"fLu" = ( -/obj/structure/cable/layer3, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fLz" = ( -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"fLC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/barricade/wooden, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"fLK" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"fLX" = ( -/obj/effect/turf_decal/siding/red{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{ - dir = 1 - }, -/turf/open/floor/engine/n2, -/area/station/engineering/atmos) -"fMi" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/item/stack/sheet/plasteel/fifty, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/item/electronics/airlock{ - pixel_x = -16 - }, -/obj/item/electronics/airlock{ - pixel_x = -16; - pixel_y = 7 - }, -/obj/machinery/light/directional/north, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"fMj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"fMk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"fMs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"fMv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bathroom" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"fMx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"fMD" = ( -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"fMN" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{ - dir = 1 - }, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"fMQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"fNh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"fNk" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/table/reinforced/titaniumglass, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"fNr" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{ - dir = 1 - }, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"fNu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/poddoor{ - id = "justiceblast"; - name = "Justice Blast Door" - }, -/turf/open/floor/plating/airless, -/area/station/security/execution/education) -"fNv" = ( -/obj/structure/fluff/broken_flooring, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"fNA" = ( -/obj/effect/turf_decal/siding/white{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/monitored/air_output{ - dir = 1 - }, -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"fNH" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"fNR" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/north{ - name = "Medical Tools"; - req_access = list("medical") - }, -/obj/machinery/light/cold/directional/south, -/obj/item/storage/box/syringes{ - pixel_y = 4 - }, -/obj/item/gun/syringe, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/small, -/area/station/medical/storage) -"fOg" = ( -/obj/effect/spawner/random/maintenance, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"fOj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"fOk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fOn" = ( -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input{ - dir = 1 - }, -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"fOP" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"fOQ" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"fPb" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"fPt" = ( -/obj/structure/cable, -/obj/machinery/power/smes/engineering, -/obj/machinery/light/small/directional/south, -/obj/machinery/light_switch/directional/south, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/plating/rust, -/area/station/maintenance/disposal/incinerator) -"fPu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/layer3, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fPA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"fPO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fPR" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"fQi" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"fQo" = ( -/obj/effect/turf_decal/siding/dark_red/corner{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/clothing/glasses/hud/security/sunglasses/gars{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/clothing/glasses/hud/security/sunglasses{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/clothing/glasses/hud/security/sunglasses{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/machinery/light/cold/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"fQA" = ( -/obj/effect/spawner/random/structure/chair_maintenance{ - dir = 8 - }, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"fQI" = ( -/obj/item/shovel, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"fQN" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/door/window/brigdoor/left/directional/east{ - atom_integrity = 300; - dir = 8 - }, -/obj/machinery/button/door/incinerator_vent_atmos_aux{ - pixel_x = -8; - pixel_y = -24 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/disposal/incinerator) -"fQY" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fRd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/disposal/incinerator) -"fRq" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/book/manual/wiki/chemistry{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/book/manual/wiki/grenades, -/obj/item/book/manual/wiki/plumbing{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/plunger, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"fRB" = ( -/obj/effect/spawner/random/structure/girder, -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"fRG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/east, -/obj/machinery/status_display/ai/directional/east, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"fRJ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"fRU" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/mob/living/simple_animal/parrot/poly, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"fSe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/turf_decal/siding/wideplating_new/light{ - dir = 4 - }, -/obj/machinery/cell_charger{ - pixel_y = 22 - }, -/obj/item/computer_disk/engineering, -/obj/item/computer_disk/engineering, -/obj/item/clothing/glasses/meson{ - pixel_x = -5; - pixel_y = 12 - }, -/obj/item/stamp/ce{ - pixel_x = 7; - pixel_y = 15 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"fSf" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/prison) -"fSh" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"fSk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"fSq" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/rack, -/obj/item/scalpel, -/obj/item/wirecutters, -/obj/machinery/light/small/broken/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"fSr" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"fSv" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer's Bedroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/command/heads_quarters/ce) -"fSx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"fSB" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"fSE" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/dark_red{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"fSG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"fSL" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"fSW" = ( -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/ce) -"fSX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-maint-passthrough" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable/layer3, -/obj/effect/mapping_helpers/airlock/access/all/command/minisat, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fTb" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/machinery/light/cold/directional/east, -/obj/machinery/vending/wardrobe/chem_wardrobe, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"fTe" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fTh" = ( -/turf/closed/wall/r_wall/rust, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fTt" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"fTw" = ( -/obj/machinery/camera/motion/directional/east{ - c_tag = "AI Sat - Starboard Maint"; - network = list("minisat") - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fTx" = ( -/obj/structure/cable, -/obj/structure/bed, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/item/bedsheet/ce, -/obj/effect/landmark/start/chief_engineer, -/obj/item/storage/secure/safe/directional/south, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/ce) -"fTC" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"fTD" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fTM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"fUh" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fUw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 10 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"fUI" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fUL" = ( -/obj/machinery/door/poddoor{ - id = "Secure Storage"; - name = "Secure Storage" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos) -"fUO" = ( -/obj/machinery/turretid{ - control_area = "/area/station/ai_monitored/turret_protected/aisat_interior"; - name = "Antechamber Turret Control"; - pixel_y = 30; - req_access = list("minisat") - }, -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 - }, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"fUP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/box/red, -/obj/structure/cable/multilayer/connected, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"fUR" = ( -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/north, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"fUT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/grunge{ - name = "Cell 2" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/security/prison/safe) -"fUU" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"fVy" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"fVG" = ( -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"fVM" = ( -/obj/structure/table/glass, -/obj/machinery/computer/records/medical/laptop{ - pixel_x = 1; - pixel_y = 10 - }, -/obj/item/clothing/gloves/latex{ - pixel_y = -8 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 6; - pixel_y = -5 - }, -/obj/effect/turf_decal/siding/red{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"fVU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fVV" = ( -/obj/structure/sink/kitchen/directional/west, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/light_switch/directional/east, -/obj/machinery/camera/directional/east, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"fWw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/computer/security/telescreen/interrogation{ - pixel_y = 29 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"fWH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "AISat Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fWJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"fWT" = ( -/obj/machinery/vending/assist, -/obj/machinery/firealarm/directional/west, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"fWW" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"fXg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fXi" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"fXj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"fXl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"fXJ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=22.0-Porthall-Evac"; - location = "21.0-Bar-Porthall" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"fYX" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/armory, -/obj/machinery/door/airlock/security{ - name = "Warden's Office" - }, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/security/warden) -"fZq" = ( -/obj/machinery/door/window/left/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"fZu" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"fZw" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "AISat Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fZC" = ( -/obj/structure/table/wood, -/obj/item/storage/book/bible, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/smooth_edge, -/area/station/maintenance/starboard/greater) -"gan" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Mech Bay" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/robotics/mechbay) -"gaF" = ( -/obj/machinery/stasis{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/defibrillator_mount/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gbD" = ( -/obj/machinery/hydroponics/soil, -/obj/item/food/grown/mushroom/reishi, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"gbH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"gbM" = ( -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"gcf" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/department_orders/medical{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"gcm" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine/atmos) -"gcs" = ( -/turf/closed/wall, -/area/space/nearstation) -"gcz" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/fore/lesser) -"gcL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate_abandoned, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"gdr" = ( -/turf/closed/wall/rust, -/area/station/maintenance/fore/lesser) -"gdB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "AISat Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"gdD" = ( -/obj/machinery/light/cold/directional/south, -/obj/structure/sign/warning/pods/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"gdE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"gdJ" = ( -/obj/structure/cable, -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"gea" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"geg" = ( -/obj/machinery/door/airlock{ - name = "Gas Lab Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"gem" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/industrial_lift/tram/white, -/obj/structure/window/reinforced/tram/right/directional/south, -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"geu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medbreach"; - name = "Anti-Breach Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/treatment_center) -"geE" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/bush/jungle/c{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/machinery/light/small/directional/west, -/turf/open/misc/sandy_dirt, -/area/station/hallway/primary/central/fore) -"geG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/button/door/directional/west{ - id = "atmosbridge"; - name = "Space Bridge" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"geI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"geQ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"geS" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"gfb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/hatch{ - name = "Glassway Access" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"gfc" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"gfs" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/secondary/command) -"gfu" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/freezerchamber) -"gfv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall, -/area/station/command/heads_quarters/rd) -"gfE" = ( -/obj/effect/turf_decal/siding/red{ - dir = 8 - }, -/obj/machinery/air_sensor/nitrogen_tank, -/turf/open/floor/engine/n2, -/area/station/engineering/atmos) -"gfJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"gfL" = ( -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine/n2, -/area/station/engineering/atmos) -"gfM" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/start/paramedic, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"gfP" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"gfR" = ( -/obj/structure/table, -/obj/item/reagent_containers/condiment/saltshaker{ - desc = "Salt. From space oceans, presumably. A staple of modern medicine."; - pixel_x = 8; - pixel_y = 7 - }, -/obj/item/reagent_containers/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = 8; - pixel_y = 2 - }, -/obj/machinery/light/cold/directional/east, -/obj/item/radio/intercom/directional/east, -/obj/effect/spawner/random/food_or_drink/condiment{ - pixel_x = -8; - pixel_y = 3 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"gfZ" = ( -/obj/structure/window/spawner/directional/west, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ggi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"ggl" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"ggn" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/spawner/directional/west, -/obj/effect/turf_decal/stripes/end, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/machinery/status_display/supply{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"ggv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"ggw" = ( -/obj/effect/turf_decal/stripes/white/end{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters{ - id = "atmosbridge" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"ggW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=13.2-Tcommstore"; - location = "13.1-Engineering-Enter" - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"ghc" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"ghd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"ghs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_exterior"; - name = "Virology Exterior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor, -/obj/machinery/door_buttons/access_button{ - dir = 1; - idDoor = "virology_airlock_exterior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = 24; - req_access = list("virology") - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/virology) -"ghC" = ( -/obj/structure/cable, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"ghK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/science/lower) -"ghQ" = ( -/obj/machinery/nuclearbomb/selfdestruct, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"gic" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 8 - }, -/obj/machinery/air_sensor/oxygen_tank, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"gig" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"gih" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"gij" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/machinery/air_sensor/air_tank, -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"gir" = ( -/obj/machinery/shower/directional/south, -/obj/structure/curtain, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/nuclearbomb/beer, -/turf/open/floor/iron/freezer, -/area/station/command/corporate_suite) -"giy" = ( -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"giO" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/mix_input{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/station/engineering/atmos) -"giY" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"gjm" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/security/execution/transfer) -"gjT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/mix_output{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/station/engineering/atmos) -"gkb" = ( -/obj/machinery/light/small/directional/west, -/obj/item/kirbyplants/fullysynthetic, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/science/xenobiology) -"gkw" = ( -/obj/structure/cable, -/obj/machinery/light_switch/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"gky" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"gkE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/floor/grass, -/area/station/medical/virology) -"gkL" = ( -/obj/structure/table, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/canvas{ - pixel_x = 13; - pixel_y = 12 - }, -/obj/item/canvas, -/obj/item/canvas{ - pixel_x = 4; - pixel_y = 16 - }, -/obj/item/canvas{ - pixel_y = 15 - }, -/obj/item/canvas{ - pixel_x = 6 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"gkN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"gle" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"gli" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"glt" = ( -/obj/structure/chair/office, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"glv" = ( -/obj/structure/reagent_dispensers/beerkeg, -/obj/structure/sign/picture_frame/portrait/bar{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"glz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"glB" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"glM" = ( -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"glR" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/cold/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"glY" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/rack, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/wrench/medical, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"gmh" = ( -/obj/effect/turf_decal/siding/dark_red, -/obj/item/stack/sheet/cardboard{ - pixel_x = -3; - pixel_y = 8 - }, -/obj/item/storage/box/teargas{ - pixel_x = -7; - pixel_y = 14 - }, -/obj/item/gun/grenadelauncher{ - pixel_x = 17; - pixel_y = 10 - }, -/obj/machinery/requests_console/directional/north{ - assistance_requestable = 1; - department = "Security"; - name = "Security Requests Console"; - supplies_requestable = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"gmm" = ( -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"gmp" = ( -/obj/machinery/pdapainter/engineering, -/obj/machinery/firealarm/directional/south{ - pixel_x = -11 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"gnf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/button/door/directional/west{ - id = "Secure Storage"; - name = "Engineering Secure Storage"; - pixel_y = -24; - req_access = list("engine_equip") - }, -/obj/machinery/button/door/directional/west{ - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = -6; - pixel_y = -24; - req_access = list("engineering") - }, -/obj/machinery/button/door/directional/west{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = 6; - pixel_y = -24; - req_access = list("atmospherics") - }, -/obj/machinery/button/door/directional/south{ - id = "ceprivacy"; - name = "Privacy Shutters Control"; - pixel_x = 24 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/start/chief_engineer, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"gns" = ( -/obj/machinery/computer/operating{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"gnw" = ( -/obj/effect/turf_decal/siding/wideplating_new/light{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"gnL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"gnQ" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/medical/cryo) -"gnY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/fishing_rod, -/obj/item/stack/spacecash/c1{ - pixel_x = -5; - pixel_y = 12 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"gof" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/keycard_auth/directional/south, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"goE" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/siding/dark_red{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"goH" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 10 - }, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"goJ" = ( -/obj/structure/table, -/obj/item/stack/cable_coil, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"goN" = ( -/obj/docking_port/stationary/mining_home/common{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"goT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/execution/transfer) -"goZ" = ( -/obj/structure/rack, -/obj/item/clothing/head/costume/papersack/smiley, -/turf/open/floor/plating/rust, -/area/station/maintenance/starboard/greater) -"gpf" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"gph" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/newscaster/directional/east, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"gpu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"gpy" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/toy/plush/slimeplushie{ - name = "Nanners" - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"gpI" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/ce) -"gpK" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/obj/item/storage/secure/briefcase, -/obj/item/lighter, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/ce) -"gpL" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"gpM" = ( -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/medical/virology) -"gpR" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"gpS" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/engineering{ - name = "Engine Room" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/textured_half, -/area/station/engineering/atmos) -"gpV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"gqb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner/directional/west, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"gqg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"gqs" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gqw" = ( -/obj/effect/turf_decal/siding/red{ - dir = 10 - }, -/turf/open/floor/engine/n2, -/area/station/engineering/atmos) -"gqK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"gqY" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/rack, -/obj/item/pipe_dispenser, -/obj/item/assault_pod/mining, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"grm" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"grn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/execution/education) -"grx" = ( -/obj/machinery/vending/wardrobe/medi_wardrobe, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/bot_white, -/obj/machinery/camera/autoname/directional/south, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/small, -/area/station/medical/storage) -"grD" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"grM" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Corridor" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/textured_half, -/area/station/engineering/atmos) -"grW" = ( -/obj/effect/turf_decal/siding/red{ - dir = 6 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics CO2 Chamber"; - dir = 5; - network = list("ss13","engineering") - }, -/turf/open/floor/engine/n2, -/area/station/engineering/atmos) -"gsf" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 10 - }, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"gsh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/white/side, -/area/station/science/lobby) -"gsv" = ( -/obj/effect/turf_decal/siding{ - dir = 1 - }, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/item/radio/intercom/directional/north, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"gtl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"gto" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"gtr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/delivery, -/obj/machinery/camera/directional/east, -/turf/open/floor/iron/textured_large, -/area/station/hallway/primary/central/fore) -"gtG" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 6 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics CO2 Chamber"; - dir = 5; - network = list("ss13","engineering") - }, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"gtJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/bed/roller, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"gtT" = ( -/obj/effect/turf_decal/siding/white{ - dir = 10 - }, -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"gtW" = ( -/obj/effect/turf_decal/siding/white{ - dir = 6 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics CO2 Chamber"; - dir = 5; - network = list("ss13","engineering") - }, -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"gtZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"gui" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/machinery/light_switch/directional/north, -/obj/machinery/light/directional/west, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"gux" = ( -/obj/machinery/air_sensor/mix_tank, -/turf/open/floor/engine/vacuum, -/area/station/engineering/atmos) -"guz" = ( -/obj/structure/cable, -/obj/item/kirbyplants/random, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"guC" = ( -/obj/effect/turf_decal/tile/green/half/contrasted, -/obj/structure/closet/l3closet/virology, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"guF" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/holopad, -/obj/machinery/button/door/directional/north{ - id = "medlock"; - name = "Medbay Lockdown Control"; - req_access = list("medical") - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"guI" = ( -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"guT" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics CO2 Chamber"; - dir = 5; - network = list("ss13","engineering") - }, -/turf/open/floor/engine/vacuum, -/area/station/engineering/atmos) -"guV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Security Doors" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"guY" = ( -/turf/closed/wall, -/area/station/service/chapel/storage) -"gvn" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/turf/open/floor/iron/textured_half, -/area/station/security/brig/entrance) -"gvp" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Security Doors" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"gvQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"gvX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Security Doors" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"gvY" = ( -/turf/closed/wall/r_wall, -/area/space) -"gwa" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"gwh" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"gwo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"gwD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"gwQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/hallway/secondary/construction) -"gwS" = ( -/obj/structure/hedge, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gwV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/light/floor, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"gxb" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/mask/surgical{ - pixel_y = 4 - }, -/obj/item/clothing/mask/surgical{ - pixel_y = 8 - }, -/obj/item/clothing/mask/surgical, -/obj/item/surgical_drapes{ - pixel_x = -1; - pixel_y = 4 - }, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"gxg" = ( -/obj/effect/turf_decal/siding/red{ - dir = 9 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/flasher/directional/west{ - id = "Cell 1" - }, -/turf/open/floor/iron/small, -/area/station/security/brig) -"gxi" = ( -/obj/structure/hedge, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gxs" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - name = "Chemistry Lab" - }, -/obj/effect/turf_decal/delivery/red, -/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "chem_lockdown"; - name = "Chemistry Shutters" - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"gxu" = ( -/obj/structure/window/spawner/directional/east, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"gxx" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"gxP" = ( -/obj/structure/flora/bush/large/style_random, -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/floor/grass, -/area/station/medical/treatment_center) -"gxR" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"gxX" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gyd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/spawner/directional/east, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gye" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/lobby) -"gyf" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"gyi" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"gyr" = ( -/obj/structure/chair/stool/directional/west, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gyE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/sofa/bench{ - dir = 1 - }, -/obj/machinery/newscaster/directional/south, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"gzf" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gzu" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 1 - }, -/obj/machinery/computer/prisoner/management{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/security) -"gzx" = ( -/obj/structure/closet/crate, -/obj/machinery/firealarm/directional/west, -/obj/item/watertank, -/obj/item/shovel/spade, -/obj/item/cultivator/rake, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"gzB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/spawner/directional/west, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gzD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gzF" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/rec) -"gzQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gzY" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"gAn" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"gAp" = ( -/obj/structure/hedge, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"gAA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/station/science/research) -"gAJ" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"gBh" = ( -/turf/closed/mineral/random/stationside, -/area/station/maintenance/department/engine/atmos) -"gBi" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/button/door/directional/west{ - id = "atmosbridge"; - name = "Space Bridge" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gBk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/small, -/area/station/hallway/primary/fore) -"gBu" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/mess) -"gBx" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/table/glass, -/obj/machinery/recharger{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/machinery/cell_charger{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/glass/reinforced, -/area/station/command/bridge) -"gBz" = ( -/obj/machinery/computer/communications, -/turf/open/floor/glass/reinforced, -/area/station/command/bridge) -"gBD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"gBT" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/table/glass, -/obj/item/folder/blue{ - pixel_y = 2 - }, -/turf/open/floor/glass/reinforced, -/area/station/command/bridge) -"gCa" = ( -/obj/machinery/computer/crew, -/obj/effect/turf_decal/siding/blue{ - dir = 9 - }, -/obj/machinery/light/cold/directional/north, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"gCe" = ( -/obj/structure/cable, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/coldroom) -"gCg" = ( -/obj/machinery/computer/records/medical, -/obj/effect/turf_decal/siding/blue{ - dir = 5 - }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"gCo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/machinery/door/airlock/command/glass{ - name = "Telecommunications Server Room" - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/tcommsat/server) -"gCq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/security/processing) -"gCr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/machinery/door/airlock/command/glass{ - name = "Glassway" - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gCJ" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/stack/sheet/plasteel/fifty, -/turf/open/floor/iron/textured_large, -/area/station/engineering/break_room) -"gCS" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"gCT" = ( -/turf/closed/wall, -/area/station/hallway/secondary/command) -"gDk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/machinery/door/airlock/command/glass{ - name = "Glassway" - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gDp" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"gDs" = ( -/obj/structure/lattice, -/obj/structure/window/spawner, -/turf/open/space/basic, -/area/space/nearstation) -"gDC" = ( -/obj/structure/lattice, -/obj/structure/railing{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"gDE" = ( -/obj/structure/window/spawner/directional/east, -/turf/open/space/basic, -/area/space/nearstation) -"gDF" = ( -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gDH" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gDL" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 10 - }, -/obj/machinery/portable_atmospherics/canister/plasma, -/turf/open/floor/plating, -/area/station/engineering/atmos/storage/gas) -"gDV" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner{ - pixel_y = 6 - }, -/obj/machinery/light/cold/directional/north, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"gEc" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gEB" = ( -/obj/structure/chair/stool/directional/west, -/obj/machinery/light/dim/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"gEH" = ( -/turf/closed/wall/r_wall, -/area/station/security/evidence) -"gEI" = ( -/obj/structure/closet/emcloset, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gEJ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/cargo/office) -"gEO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 8 - }, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"gFs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"gFu" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"gFv" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta, -/obj/effect/turf_decal/siding/blue/corner{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"gFD" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"gFH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"gFI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall, -/area/station/maintenance/port/fore) -"gFX" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate, -/obj/machinery/camera/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"gGl" = ( -/obj/structure/bed/double{ - dir = 1 - }, -/obj/item/bedsheet/captain/double{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/carpet/executive, -/area/station/command/heads_quarters/captain/private) -"gGB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/prison) -"gGK" = ( -/obj/effect/landmark/start/roboticist, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"gGQ" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/siding/white{ - dir = 10 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"gHe" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/brown{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/item/melee/chainofcommand, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"gHl" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"gHn" = ( -/obj/machinery/computer/security/mining, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/brown{ - dir = 1 - }, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"gHA" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/south, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"gHG" = ( -/obj/machinery/computer/cargo/request, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/brown{ - dir = 1 - }, -/obj/machinery/light/cold/directional/north, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"gHJ" = ( -/obj/structure/hedge, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/brown{ - dir = 5 - }, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"gHP" = ( -/obj/structure/hedge, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gHT" = ( -/obj/structure/bodycontainer/morgue{ - dir = 2 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"gHV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gIb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gIj" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"gIl" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/command/gateway) -"gIs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gIx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gIE" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/cold/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"gIF" = ( -/obj/effect/turf_decal/siding/green, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"gIG" = ( -/obj/structure/table/glass, -/obj/item/storage/secure/briefcase, -/turf/open/floor/carpet/executive, -/area/station/command/meeting_room) -"gIH" = ( -/obj/structure/table, -/obj/item/wrench{ - pixel_y = 21 - }, -/obj/item/storage/box/drinkingglasses{ - pixel_x = -5; - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"gII" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"gIS" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/cup/glass/bottle/holywater, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/maintenance/starboard/greater) -"gIV" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/security) -"gJa" = ( -/obj/structure/cable, -/obj/machinery/button/door/directional/east{ - id = "armory"; - name = "Armory Shutters"; - req_access = list("armory") - }, -/obj/effect/turf_decal/siding/dark_red{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"gJe" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"gJo" = ( -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/command/bridge) -"gJp" = ( -/obj/machinery/door/airlock/silver{ - name = "Bathroom" - }, -/turf/open/floor/iron/freezer, -/area/station/command/corporate_suite) -"gJt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"gJu" = ( -/obj/structure/closet, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/north, -/turf/open/floor/carpet/royalblue, -/area/station/command/corporate_suite) -"gJA" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"gJN" = ( -/obj/effect/turf_decal/stripes/box, -/obj/machinery/camera/directional/north{ - c_tag = "Atmospherics - Turbine Entrance" - }, -/obj/machinery/pipedispenser, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"gJQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/stack/spacecash/c1, -/obj/item/clothing/mask/cigarette/cigar/havana, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"gJS" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/xenobiology) -"gJY" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance/two, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/lesser) -"gKg" = ( -/obj/machinery/gateway/centerstation, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/command/gateway) -"gKi" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gKs" = ( -/turf/closed/wall, -/area/station/maintenance/disposal/incinerator) -"gKC" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"gKE" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"gKK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gKL" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/break_room) -"gKT" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"gKU" = ( -/obj/structure/chair/sofa/bench{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/newscaster/directional/west, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"gLb" = ( -/turf/closed/wall, -/area/station/medical/virology) -"gLs" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"gLy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wideplating/dark, -/turf/open/floor/iron, -/area/station/security) -"gLA" = ( -/obj/machinery/door/window/left/directional/north{ - name = "Engineering Deliveries"; - req_access = list("engineering") - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"gLD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 8 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"gLJ" = ( -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/item/storage/secure/safe/caps_spare/directional/west, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/bridge) -"gLK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"gLL" = ( -/obj/structure/cable, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/bridge) -"gLM" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/brown/corner{ - dir = 4 - }, -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"gLR" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"gLT" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/turf/closed/wall, -/area/station/medical/pharmacy) -"gLV" = ( -/obj/machinery/light/cold/directional/west, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gLY" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/command/corporate_suite) -"gLZ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bridge Closet" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"gMb" = ( -/obj/structure/closet/secure_closet/exile, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/command/gateway) -"gMe" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/server) -"gMs" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/security/execution/transfer) -"gMy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/command/gateway) -"gMK" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair{ - pixel_y = -2 - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"gMQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/displaycase/labcage, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/rd) -"gMR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "xeno_blastdoor"; - name = "Biohazard Containment Door" - }, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/xenobiology) -"gNh" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/stack/sheet/iron/fifty{ - pixel_x = 5; - pixel_y = 17 - }, -/obj/item/t_scanner{ - pixel_x = -6; - pixel_y = 18 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_y = 4 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"gNC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/cable, -/turf/open/floor/wood, /area/station/command/heads_quarters/qm) -"gNH" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"gNU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"gOm" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"gOB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"gOH" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/small, -/area/station/maintenance/port/aft) -"gOK" = ( -/obj/structure/fermenting_barrel/gunpowder, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gOX" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gPa" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"gPo" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/bed/maint, -/obj/effect/decal/cleanable/vomit/old, -/turf/open/floor/carpet/green, -/area/station/maintenance/central/lesser) -"gPr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"gPx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/ordnance/testlab) -"gPN" = ( -/obj/structure/fermenting_barrel, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gPQ" = ( -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"gPT" = ( -/obj/effect/spawner/random/structure/grille, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gPW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"gPY" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"gQa" = ( -/obj/structure/sign/warning/chem_diamond, -/turf/closed/wall, -/area/station/medical/chemistry) -"gQm" = ( -/obj/structure/window/spawner/directional/east, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/bot_white, -/obj/machinery/light/small/directional/north, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"gQs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine/atmos) -"gQx" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/gloves/color/fyellow{ - pixel_y = 7 - }, -/obj/structure/canister_frame/machine, -/obj/machinery/camera/autoname/directional/north, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/plating, -/area/station/commons/storage/tools) -"gQG" = ( -/obj/structure/window/spawner/directional/east, -/obj/structure/closet/crate, -/obj/effect/turf_decal/bot_white, -/obj/item/stack/package_wrap{ - pixel_y = 5 - }, -/obj/item/stack/package_wrap{ - pixel_y = 2 - }, -/obj/item/storage/box{ - desc = "It smells of monkey business..."; - name = "Empty Gorillacube Box" - }, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"gQR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"gQU" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 - }, -/obj/item/chair, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/glass, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"gRc" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/engineering/glass{ - name = "Power Monitoring" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/engineering/supermatter/room) -"gRe" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/assistant, -/obj/structure/fluff/broken_flooring{ - icon_state = "plating" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"gRj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/floor, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"gRp" = ( -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/door/airlock/security{ - name = "Transfer E.V.A." - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/security/tram) -"gRu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/processing) -"gRL" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"gRO" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/medical/central) -"gRX" = ( -/obj/machinery/newscaster/directional/south, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"gSa" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/dark_red, -/obj/machinery/computer/records/medical/laptop{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"gSi" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"gSk" = ( -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/hallway/secondary/construction) -"gSD" = ( -/obj/machinery/mass_driver/chapelgun{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/service/chapel/funeral) -"gSQ" = ( -/obj/structure/table/glass, -/obj/item/stock_parts/cell/high{ - pixel_x = 11; - pixel_y = 6 - }, -/obj/item/folder/blue{ - pixel_x = -3; - pixel_y = 2 - }, -/turf/open/floor/carpet/executive, -/area/station/command/meeting_room) -"gSV" = ( +"lHM" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 9 }, /turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"gTb" = ( -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/secondary/construction) -"gTc" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"gTe" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"gTf" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/engineering/main) -"gTi" = ( -/obj/structure/table/glass, -/obj/item/aicard{ - pixel_y = 6 - }, -/turf/open/floor/carpet/executive, -/area/station/command/meeting_room) -"gTk" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/industrial_lift/tram, -/obj/machinery/door/window/tram/right/directional/north{ - pixel_y = -25 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"gTl" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/modular_computer/console/preset/research{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/siding/purple, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"gTC" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"gTH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 8 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"gTK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"gTL" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"gTS" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 5 - }, -/obj/structure/table, -/obj/item/integrated_circuit/loaded/speech_relay{ - pixel_y = 6 - }, -/obj/item/integrated_circuit/loaded/hello_world{ - pixel_x = -11 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"gTV" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"gTW" = ( -/obj/machinery/door/airlock/hatch, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"gTX" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"gUc" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"gUe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/small, -/area/station/hallway/primary/aft) -"gUk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gUl" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 10 - }, -/obj/structure/sink/directional/south, -/obj/structure/mirror/directional/north, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/smooth_half, -/area/station/engineering/atmos) -"gUm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/command{ - name = "Council Chambers" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/bridge) -"gUn" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"gUx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/chair/stool/bamboo{ - dir = 4 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet/green, -/area/station/maintenance/central/lesser) -"gUy" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table/optable{ - desc = "A cold, hard place for your final rest."; - name = "Morgue Slab" - }, -/mob/living/carbon/human/species/monkey/humand_legged{ - name = "Charles"; - real_name = "Charles" - }, -/turf/open/floor/iron/white/diagonal, -/area/station/maintenance/department/science/xenobiology) -"gUz" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/syringe/epinephrine{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/machinery/airalarm/directional/north, -/obj/item/reagent_containers/cup/beaker/cryoxadone{ - pixel_x = 6; - pixel_y = 10 - }, -/obj/item/reagent_containers/cup/beaker/cryoxadone{ - pixel_x = 9; - pixel_y = 3 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -6; - pixel_y = 13 - }, -/obj/item/wrench/medical{ - pixel_x = -5 - }, -/turf/open/floor/iron/small, -/area/station/medical/cryo) -"gUC" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"gUG" = ( -/obj/effect/turf_decal/siding/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/security/medical) -"gUS" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/spawner, -/obj/effect/turf_decal/stripes/full, -/obj/structure/disposaloutlet{ - dir = 8; - name = "Cargo Deliveries" - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"gUT" = ( -/obj/machinery/newscaster/directional/north, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"gUV" = ( -/obj/structure/cable, -/obj/structure/chair/stool/directional/south{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"gVc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/hallway/secondary/command) -"gVi" = ( -/obj/effect/spawner/structure/window, -/obj/structure/sign/departments/medbay/alt/directional/east, -/turf/open/floor/plating, -/area/station/medical/medbay/lobby) -"gVp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"gVq" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm/directional/east, -/obj/item/gun/ballistic/shotgun/doublebarrel, -/obj/item/holosign_creator/robot_seat/bar{ - pixel_x = 2; - pixel_y = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"gVA" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"gVV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"gVW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"gWb" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/hos) -"gWk" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/door/airlock/command{ - name = "Bedroom" - }, -/turf/open/floor/iron/dark/textured_half, -/area/station/command/corporate_suite) -"gWN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"gWU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/green{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"gXd" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/structure/window/reinforced/tram/front, -/obj/structure/industrial_lift/tram/subfloor, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"gXf" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"gXg" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"gXh" = ( -/obj/structure/table, -/obj/item/stock_parts/matter_bin{ - pixel_x = -4; - pixel_y = 13 - }, -/obj/item/storage/toolbox/emergency{ - pixel_x = 2; - pixel_y = -8 - }, -/obj/item/stock_parts/matter_bin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/toolbox/emergency{ - pixel_x = 2; - pixel_y = -8 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"gXq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"gXv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"gXD" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"gXL" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Lair" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"gXN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"gXS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"gYg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/wood{ - name = "Bar Backroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/service/bar) -"gYq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/maintenance/starboard/greater) -"gYy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"gZf" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/misc/asteroid, -/area/station/maintenance/hallway/abandoned_command) -"gZh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"gZi" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"gZk" = ( -/obj/structure/grille, -/obj/effect/spawner/random/structure/girder, -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gZt" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/checkpoint/escape) -"gZM" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/cold/directional/east, +/area/station/maintenance/department/engine) +"lHR" = ( /obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white/corner{ +/obj/effect/turf_decal/tile/green{ dir = 4 }, -/area/station/hallway/secondary/entry) -"gZU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"had" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hau" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"haO" = ( -/obj/effect/turf_decal/stripes/white/end, -/obj/machinery/door/poddoor/shutters{ - id = "atmosbridge" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hbm" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"hbt" = ( -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"hbv" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"hbw" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"hbI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"hbN" = ( -/obj/structure/frame/machine, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"hbR" = ( -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"hbS" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 1 - }, -/obj/structure/closet/secure_closet/medical1, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"hcb" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/portable_atmospherics/canister/plasma, -/turf/open/floor/iron/smooth_large, -/area/station/science/ordnance/storage) -"hcc" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/structure/rack, -/obj/effect/turf_decal/siding/yellow, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"hcd" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/machinery/computer/atmos_alert{ - dir = 1 - }, -/obj/effect/turf_decal/siding/yellow, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"hcj" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 1 - }, -/obj/effect/turf_decal/siding/yellow, -/obj/machinery/light/cold/directional/south, -/obj/machinery/button/door/directional/south{ - id = "bridge blast"; - name = "Bridge Access Blast Door Control"; - req_access = list("command") - }, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"hcl" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/delivery_chute{ - desc = "Only the worthy may claim the belt"; - dir = 1; - name = "PubbyStation Memorial Trash Chute" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"hcs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"hcv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"hcE" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/effect/turf_decal/siding/yellow, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"hcJ" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/yellow, -/obj/machinery/recharger{ - pixel_x = -7; - pixel_y = 3 - }, -/obj/item/folder/yellow{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/assembly/signaler{ - pixel_x = 5; - pixel_y = 6 - }, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"hcY" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron, -/area/station/security/tram) -"hdd" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table/glass, -/obj/item/folder/red, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"hdg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"hdo" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"hdB" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/machinery/light/floor, -/turf/open/floor/noslip, -/area/station/medical/medbay/central) -"hdH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/command/bridge) -"hdT" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"hei" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "com_guest2"; - name = "Privacy Shutter" - }, -/turf/open/floor/plating, -/area/station/command/corporate_suite) -"hej" = ( -/obj/structure/cable, -/obj/structure/chair/sofa/corp/left{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"hem" = ( -/turf/closed/wall, -/area/station/hallway/primary/fore) -"heA" = ( -/obj/structure/cable, /obj/structure/chair/office{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"heB" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/box/red/corners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"heF" = ( -/obj/machinery/light/small/directional/west, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/small, -/area/station/medical/storage) -"heH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"heL" = ( -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"heM" = ( -/obj/machinery/door/poddoor/shutters/window{ - dir = 4; - id = "gateshutter"; - name = "Gateway Access Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/button/door/directional/south{ - id = "gateshutter"; - name = "Gateway Shutter" - }, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/command/gateway) -"hfc" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance/three, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hff" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hfC" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hfI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/turf/open/floor/wood/tile, -/area/station/tcommsat/server) -"hfZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/commons/storage/tools) -"hgb" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/trash/can/food/pine_nuts{ - pixel_x = 16; - pixel_y = 6 - }, -/obj/machinery/cell_charger{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/stock_parts/cell/high{ - pixel_x = -1; - pixel_y = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/storage/tools) -"hgd" = ( -/obj/structure/table, -/obj/item/clothing/head/collectable/paper{ - pixel_x = -6; - pixel_y = -2 - }, -/obj/item/paper/crumpled{ - pixel_x = 5; - pixel_y = 8 - }, -/obj/item/trash/candle{ - pixel_x = 7; - pixel_y = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/storage/tools) -"hgf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"hgn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/commons/storage/tools) -"hgo" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"hgu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/obj/effect/landmark/start/botanist, /turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"hgE" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"hgF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"hgP" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"hgX" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"hgY" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/obj/machinery/power/tracker, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"hgZ" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"hhb" = ( -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/catwalk_floor/iron, -/area/station/maintenance/department/medical/central) -"hhg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security{ - name = "Customs Checkpoint" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/checkpoint/customs) -"hhi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/status_display/ai/directional/east, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hhk" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/pdapainter{ - pixel_y = 2 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"hhL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"hhR" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/binary/pump{ - name = "N2O Outlet Pump" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"hhZ" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/space/basic, -/area/space) -"hia" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"hic" = ( -/obj/machinery/holopad, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"hiq" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"his" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/mod/module/plasma_stabilizer{ - pixel_x = 5; - pixel_y = 10 - }, -/obj/item/storage/fancy/cigarettes{ - pixel_x = 20; - pixel_y = 11 - }, -/turf/open/floor/iron/small, -/area/station/security/office) -"hix" = ( -/obj/machinery/computer/gateway_control{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"hiV" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/station/science/cytology) -"hji" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/status_display/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"hjq" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/security/prison/workout) -"hju" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 5 - }, -/area/station/engineering/atmos) -"hjx" = ( -/obj/structure/bed/roller, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plating, -/area/station/command/gateway) -"hjz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"hjS" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/airlock_painter, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"hjT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/pink/visible, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/head/cone{ - pixel_x = 6; - pixel_y = 17 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"hkm" = ( -/obj/structure/tank_dispenser/oxygen{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/command/gateway) -"hks" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/processing) -"hkB" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/reagent_containers/cup/bottle/multiver{ - pixel_x = -4; - pixel_y = 9 - }, -/obj/item/reagent_containers/cup/bottle/epinephrine{ - pixel_x = 7; - pixel_y = 11 - }, -/obj/item/reagent_containers/dropper{ - pixel_x = -8; - pixel_y = -4 - }, -/obj/item/reagent_containers/syringe/epinephrine{ - pixel_x = 9; - pixel_y = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"hkL" = ( -/obj/structure/cable, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"hkM" = ( -/obj/effect/spawner/random/structure/grille, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"hkW" = ( -/obj/structure/closet/crate/goldcrate, -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/siding/thinplating_new/corner, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"hlg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"hln" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"hlw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/machinery/meter, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"hlA" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"hlJ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/machinery/door/airlock/research/glass{ - name = "Ordnance Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"hmb" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/structure/sign/poster/official/random/directional/west, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"hmg" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"hmh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/commons/storage/tools) -"hmj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/storage/toolbox/emergency/old, -/obj/item/tank/internals/emergency_oxygen/empty{ - pixel_x = 18; - pixel_y = 17 - }, -/turf/open/floor/iron/dark, -/area/station/commons/storage/tools) -"hmy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"hmC" = ( -/obj/structure/cable, -/obj/machinery/light/cold/directional/south, -/obj/effect/turf_decal/siding/red, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"hmQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/storage/toolbox/mechanical/old{ - pixel_x = 15; - pixel_y = 15 - }, -/obj/item/crowbar/large{ - pixel_y = 18 - }, -/obj/item/clothing/head/costume/pirate{ - pixel_x = 17; - pixel_y = -10 - }, -/obj/item/clothing/suit/hazardvest{ - pixel_x = -3; - pixel_y = -2 - }, -/turf/open/floor/iron/dark, -/area/station/commons/storage/tools) -"hmW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/commons/storage/tools) -"hnf" = ( -/obj/item/bikehorn/rubberducky{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/item/bikehorn/rubberducky{ - pixel_x = 4; - pixel_y = -4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"hno" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"hnr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hnO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hnV" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "rdrnd"; - name = "Research and Development Shutters" - }, -/turf/open/floor/plating, -/area/station/hallway/primary/starboard) -"hnY" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/power/port_gen/pacman, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/engineering/gravity_generator) -"hoe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"hok" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/lobby) -"hon" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"hoo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"hop" = ( -/turf/closed/wall, -/area/station/service/chapel/funeral) -"hoG" = ( -/obj/structure/cable, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron, -/area/station/science/research) -"hoL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/atmospheric_technician, -/obj/structure/cable, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"hoN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"hoQ" = ( -/obj/structure/window/spawner/directional/east, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/misc/sandy_dirt, -/area/station/medical/medbay/lobby) -"hpc" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"hpl" = ( -/obj/structure/water_source/puddle, -/obj/structure/flora/bush/large/style_random{ - pixel_y = 0 - }, -/turf/open/floor/grass, -/area/station/medical/virology) -"hpq" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"hpP" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/flora/tree/jungle/small/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"hpQ" = ( -/obj/structure/closet/crate/coffin, -/obj/structure/window/spawner, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/service/chapel/funeral) -"hpR" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/light/small/directional/south, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/stone, -/area/station/command/corporate_suite) -"hpW" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/stone, -/area/station/command/corporate_suite) -"hqc" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/lobby) -"hqB" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"hqH" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_containers/cup/watering_can/wood, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"hqM" = ( -/obj/structure/toiletbong{ - dir = 1 - }, -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"hqS" = ( -/turf/closed/wall, -/area/station/security/prison/work) -"hqW" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"hrz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/machinery/door/airlock/command/glass{ - name = "Telecommunications Server Room" - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 1 - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/tcommsat/server) -"hrC" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ - dir = 4 - }, -/obj/structure/closet/secure_closet/security, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"hrE" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"hrF" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"hrL" = ( -/obj/structure/lattice, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"hrV" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"hrY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/small, -/area/station/hallway/primary/fore) -"hsc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/small, -/area/station/hallway/primary/fore) -"hsC" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/computer/mecha{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"hsJ" = ( -/obj/docking_port/stationary/mining_home, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"hsO" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/secondary/command) -"hsX" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sink/directional/south, -/obj/item/reagent_containers/cup/bucket, -/obj/item/mop, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hsZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/station/security/tram) -"htt" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance/two, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"htI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Backstage Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/theatre, -/turf/open/floor/stone, -/area/station/maintenance/central/greater) -"htM" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/coffeepack/robusta{ - pixel_y = 3 - }, -/obj/item/restraints/handcuffs{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs{ - pixel_x = 4; - pixel_y = -3 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"htO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"htV" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/security/general, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security) -"huc" = ( -/obj/effect/turf_decal/bot_white, -/obj/structure/rack, -/obj/item/electronics/apc, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) -"huh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery/white, -/obj/structure/rack, -/obj/item/stack/cable_coil/five, -/obj/item/pickaxe, -/obj/item/wrench, -/obj/item/radio/off, -/obj/structure/sign/poster/official/random/directional/west, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"hui" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"huy" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"huz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"huE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "secbreach"; - name = "Breach Shutters" - }, -/turf/open/floor/plating, -/area/station/security/processing) -"huN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/dark_red{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"hvh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hvk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"hvy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hvz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hvG" = ( -/obj/machinery/computer/prisoner/management{ - dir = 8 - }, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/security/execution/transfer) -"hvJ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"hvM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"hvZ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"hwe" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/blue/half, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/white/small, /area/station/service/hydroponics) -"hwg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command/glass{ - name = "E.V.A. Storage" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/eva, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/ai_monitored/command/storage/eva) -"hwk" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green, -/obj/machinery/component_printer, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"hwn" = ( -/obj/machinery/light_switch/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"hwo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 10 - }, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"hwp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/terracotta, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"hwx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/terracotta, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"hwz" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Xenobiology - Cell 5"; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/box/red/corners{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"hwJ" = ( -/turf/closed/wall/rust, -/area/space/nearstation) -"hwP" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/cold/directional/east, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/cryo) -"hwZ" = ( -/obj/structure/chair/bronze{ - dir = 8 - }, -/obj/effect/turf_decal/siding/brown{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"hxj" = ( +"lIc" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"hxA" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"hxJ" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/machinery/camera/directional/east, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"hxQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"hxW" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_x = -18; - pixel_y = -9 - }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/obj/machinery/light/floor{ - pixel_x = -32 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"hyi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"hyj" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"hyl" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/spacebridge) -"hym" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/structure/table, -/obj/item/trash/cnds, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"hyv" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"hyD" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/maintenance/department/engine) -"hyE" = ( -/turf/closed/wall, -/area/station/maintenance/starboard/aft) -"hyO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hyX" = ( -/obj/structure/window/spawner/directional/north, -/obj/machinery/hydroponics/soil, -/obj/item/shovel, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/grass, -/area/station/security/prison/garden) -"hyZ" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"hzd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 1 }, /obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/south, -/obj/machinery/button/door/directional/south{ - id = "XenoPens"; - name = "Xenobiology Shutters"; - req_access = list("xenobiology") - }, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark/side{ dir = 1 }, /area/station/science/xenobiology) -"hzk" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"hzm" = ( -/turf/closed/wall/rust, -/area/station/cargo/miningoffice) -"hzy" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/engine, -/area/station/science/explab) -"hzI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"hzK" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"hzX" = ( -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/cargo/miningoffice) -"hzY" = ( -/obj/structure/cable, -/obj/machinery/light/directional/east, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"hAn" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"hAo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/siding/wideplating/dark, -/turf/open/floor/iron, -/area/station/security) -"hAC" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"hAI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/hallway/secondary/construction) -"hAJ" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/box/red/corners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"hAN" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"hAS" = ( -/obj/effect/turf_decal/bot_white, -/obj/structure/closet/crate{ - name = "Breach Supplies" - }, -/obj/item/weldingtool/mini, -/obj/item/weldingtool/mini, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 9 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = -1 - }, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/machinery/light/small/directional/north, -/obj/item/clothing/head/utility/welding, -/obj/item/clothing/head/utility/welding, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"hBg" = ( -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hBq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light/directional/north, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/plating, -/area/station/commons/storage/tools) -"hBr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "kitchenshutters"; - name = "Kitchen Shutters" - }, -/obj/item/plate, -/obj/item/food/peanut_butter_jelly_sandwich, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"hBt" = ( -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hBv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; - dir = 4; - icon_state = "rightsecure"; - name = "Head of Personnel's Desk"; - req_access = list("hop") - }, -/obj/machinery/door/window/left/directional/north{ - dir = 8; - name = "Reception Window" - }, -/turf/open/floor/iron/textured_large, -/area/station/command/heads_quarters/hop) -"hBw" = ( -/obj/structure/hedge, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light/cold/directional/north, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/structure/sign/departments/engineering/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hBA" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "cmoprivacy"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/cmo) -"hBK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"hCn" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"hCr" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/command/storage/eva) -"hCz" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"hCE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"hCQ" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/aft) -"hCX" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hDt" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/freezer, -/area/station/command/corporate_suite) -"hDz" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"hDC" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/ai_monitored/command/storage/eva) -"hDJ" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/medical/central) -"hDN" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/security/interrogation) -"hDP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"hDX" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/smooth_edge{ - dir = 1 - }, -/area/station/maintenance/disposal/incinerator) -"hDZ" = ( -/obj/machinery/door/window/left/directional/north{ - name = "Equipment Storage"; - pixel_x = -1; - req_access = list("eva") - }, -/obj/structure/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots{ - pixel_x = 4; - pixel_y = -3 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/machinery/camera/directional/south, -/turf/open/floor/iron/large, -/area/station/ai_monitored/command/storage/eva) -"hEc" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/window/spawner/directional/west, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/plating, -/area/station/ai_monitored/command/storage/eva) -"hEm" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/ai_monitored/command/storage/eva) -"hED" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"hFx" = ( -/turf/open/floor/iron/chapel{ - dir = 1 - }, -/area/station/maintenance/starboard/greater) -"hFC" = ( -/obj/structure/cable, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"hFG" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/obj/effect/spawner/random/structure/crate_abandoned, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"hFO" = ( -/obj/structure/fluff/broken_flooring, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"hGb" = ( -/turf/closed/wall/r_wall, -/area/station/science/ordnance/storage) -"hGn" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/ai_monitored/turret_protected/aisat/maint) -"hGt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/start/virologist, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"hGE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/stairs, -/area/station/medical/medbay/central) -"hHf" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 6 - }, -/turf/open/floor/iron, -/area/station/science/lobby) -"hHy" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hHE" = ( -/obj/effect/turf_decal/bot_white, -/turf/open/floor/engine, -/area/station/engineering/gravity_generator) -"hHH" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"hIe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"hIo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"hIq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/landmark/event_spawn, -/obj/item/reagent_containers/cup/glass/mug/coco{ - pixel_x = 5; - pixel_y = 14 - }, -/turf/open/floor/iron/textured_large, -/area/station/engineering/break_room) -"hIE" = ( -/obj/structure/table/glass, -/obj/machinery/light/small/directional/east, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/item/retractor, -/obj/item/hemostat, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"hIN" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/security/tram) -"hIR" = ( -/obj/structure/cable, -/obj/machinery/power/turbine/core_rotor{ - dir = 1; - mapping_id = "main_turbine" - }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"hJc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"hJd" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"hJo" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/table/reinforced/titaniumglass, -/obj/item/stack/sheet/rglass{ - pixel_y = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"hJp" = ( -/turf/closed/wall/r_wall/rust, -/area/station/ai_monitored/turret_protected/ai) -"hJr" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"hJC" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/paper/guides/jobs/hydroponics, -/obj/effect/spawner/random/food_or_drink/seed{ - spawn_all_loot = 1; - spawn_random_offset = 1 - }, -/obj/effect/spawner/random/contraband/prison, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"hJO" = ( +"lIn" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"hJR" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/obj/item/stack/cable_coil, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"hJT" = ( -/obj/structure/table/glass, -/obj/item/circular_saw, -/obj/item/mmi{ - pixel_x = 2; - pixel_y = 9 - }, -/obj/item/mmi{ - pixel_x = 2; - pixel_y = 9 - }, -/obj/item/mmi{ - pixel_x = 2; - pixel_y = 9 - }, -/obj/structure/sign/warning/no_smoking/circle/directional/east, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"hKs" = ( -/obj/effect/turf_decal/box/corners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/station/science/explab) -"hKw" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/machinery/newscaster/directional/north, -/obj/structure/chair/comfy/beige{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"hKQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small/directional/east, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"hKR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"hLa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/delivery/white, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"hLc" = ( -/turf/open/floor/plating, -/area/station/science/xenobiology) -"hLm" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/office) -"hLD" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/tank/air{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hLS" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"hLT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"hLU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Docking Corridor" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"hLY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "secbreach"; - name = "Breach Shutters" - }, -/turf/open/floor/plating, -/area/station/security) -"hMh" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/chair/stool/bamboo{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/hop) -"hMq" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 10 - }, -/obj/structure/table, -/obj/item/clothing/mask/cigarette, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hMr" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/closet/secure_closet/security/sec, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/security/lockers) -"hMt" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"hMw" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/structure/closet/crate, -/obj/effect/spawner/random/engineering/flashlight, -/obj/effect/spawner/random/engineering/flashlight, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"hMA" = ( -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"hMH" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"hNb" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"hNo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hNA" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"hNE" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/modular_computer/console/preset/id{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"hNJ" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 9 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/head/utility/welding, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"hNT" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"hNY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hNZ" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/secure_closet/miner, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"hOg" = ( -/obj/structure/hedge, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"hOl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/science/xenobiology) -"hOp" = ( -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"hOy" = ( -/obj/structure/window/spawner, -/obj/effect/turf_decal/stripes/box, -/obj/structure/sign/warning/pods/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hOC" = ( -/obj/structure/chair/sofa/corp{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"hOF" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/security/execution/transfer) -"hOR" = ( -/obj/structure/closet/crate, -/obj/projectile/bullet/cannonball, -/obj/projectile/bullet/cannonball, -/obj/projectile/bullet/cannonball, -/obj/projectile/bullet/cannonball, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"hOS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"hPd" = ( -/obj/structure/hedge, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/iron/dark/side, -/area/station/cargo/office) -"hPi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"hPl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/neutral/line{ dir = 1 }, /obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=9.0-StarboardHall-ScienceFoyer"; - location = "8.0-Pharmacy-StarboardHall" - }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"hPR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 5 - }, -/obj/machinery/camera/autoname/directional/east, -/obj/item/wrench, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"hPW" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/solars/port/aft) -"hQd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"hQs" = ( -/obj/structure/chair/sofa/corp/right{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"hQD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"hQE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"hQH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"hRd" = ( -/obj/structure/table/reinforced, -/obj/item/binoculars, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"hRv" = ( -/obj/machinery/door/airlock/engineering{ - name = "Main Engine" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"hRz" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"hRA" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"hRX" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_x = -20; - pixel_y = -8 - }, -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"hSj" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/bot, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/door/window/right/directional/south{ - name = "Command Deliveries"; - req_access = list("command") - }, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"hSv" = ( -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/smooth, -/area/station/command/corporate_showroom) -"hSx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"hSK" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/command/corporate_showroom) -"hSM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"hTr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/maintenance{ - name = "Atmospherics Maintenance" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"hTD" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"hTR" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hTV" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"hTY" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/cold/directional/west, -/obj/structure/table, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/construction/plumbing, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"hTZ" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/turf/open/floor/iron/dark/side, -/area/station/security/execution/transfer) -"hUk" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/fluff/broken_flooring{ - icon_state = "plating" - }, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"hUq" = ( -/obj/structure/table/glass, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"hUP" = ( -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"hVb" = ( -/obj/machinery/plate_press, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/plating, -/area/station/security/prison/work) -"hVh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/chief_medical_officer, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"hVo" = ( -/obj/machinery/smartfridge/organ, -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"hVr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"hVM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"hVO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Pure to Turbine" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"hWa" = ( -/obj/structure/flora/bush/large/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/misc/sandy_dirt, -/area/station/commons) -"hWs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"hWu" = ( -/obj/machinery/door/airlock/medical{ - name = "CMO Bedroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"hWJ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/security) -"hWQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"hWU" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"hWY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/machinery/space_heater, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"hXf" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Hull Breach Emergency Storage" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/eva, -/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, -/turf/open/floor/catwalk_floor/iron, -/area/station/commons/storage/tools) -"hXh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"hXl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/iron/white/small, -/area/station/medical/medbay/central) -"hXt" = ( -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"hXJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/dim/directional/west, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"hXP" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"hXQ" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/chief_engineer, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"hXU" = ( -/turf/closed/wall, -/area/station/security/execution/education) -"hXX" = ( -/obj/item/kirbyplants/fullysynthetic, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"hXY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Cells" - }, -/turf/open/floor/iron/textured_half, -/area/station/security/prison) -"hYn" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"hYq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"hYw" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/engine, -/area/station/engineering/gravity_generator) -"hYz" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/structure/window/reinforced/tram/front, -/obj/structure/industrial_lift/tram/subfloor, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"hYA" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/computer/order_console/mining, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"hYC" = ( -/turf/closed/wall, -/area/station/engineering/atmos) -"hYK" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/science/lab) -"hYW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hYX" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table/bronze, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 4 - }, -/obj/item/pizzabox/margherita{ - pixel_x = 4; - pixel_y = 24 - }, -/obj/item/storage/bag/tray{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"hZd" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/light/small/directional/east, -/obj/machinery/recharge_station, -/turf/open/floor/iron, -/area/station/security/tram) -"hZP" = ( -/obj/structure/cable, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"hZT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/door/airlock/security{ - name = "Prison Transfer Tram" - }, -/turf/open/floor/iron, -/area/station/security/tram) -"iai" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/secequipment, -/obj/item/clothing/under/rank/security/officer/formal, -/obj/item/clothing/under/rank/security/officer/formal, -/obj/item/clothing/suit/jacket/officer/blue, -/obj/item/clothing/suit/jacket/officer/blue, -/obj/item/clothing/head/beret/sec/navyofficer, -/obj/item/clothing/head/beret/sec/navyofficer, -/turf/open/floor/plating, -/area/station/security/tram) -"iap" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/folder/blue{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/executive, -/area/station/command/meeting_room) -"iaH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"iaK" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/cup/glass/bottle/wine{ - pixel_x = 3; - pixel_y = 18 - }, -/obj/item/reagent_containers/cup/glass/bottle/wine{ - pixel_x = -6; - pixel_y = 8 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 8 - }, -/area/station/maintenance/starboard/greater) -"iaO" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"iaZ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/industrial_lift/tram, -/obj/machinery/door/window/tram/left/directional/north{ - pixel_x = -32; - pixel_y = -25 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"ibe" = ( -/obj/effect/turf_decal/bot_white, -/obj/structure/closet/crate/freezer, -/obj/item/emptysandbag, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) -"ibo" = ( -/obj/structure/bed, -/obj/item/bedsheet/centcom, -/turf/open/floor/carpet/royalblue, -/area/station/command/corporate_suite) -"ibp" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"ibq" = ( -/obj/structure/table/wood, -/obj/structure/desk_bell{ - pixel_x = 7 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/machinery/bluespace_vendor/directional/north, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/textured_large, -/area/station/hallway/primary/central/fore) -"ibv" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"ibD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/small, -/area/station/hallway/primary/aft) -"ibE" = ( +"lIx" = ( /obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"ibI" = ( -/obj/effect/turf_decal/siding/white/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"ibV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"icc" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"ich" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) -"ici" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"icl" = ( -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/iron/small, -/area/station/medical/medbay/lobby) -"icS" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/power/terminal, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 4 - }, -/obj/machinery/electrolyzer, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the turbine vent."; - dir = 4; - name = "turbine vent monitor"; - network = list("turbine"); - pixel_x = -29 - }, -/turf/open/floor/iron/smooth_corner{ - dir = 4 - }, -/area/station/maintenance/disposal/incinerator) -"icT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/lower) -"icW" = ( -/obj/structure/transit_tube/horizontal, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"ide" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/medical/paramedic) -"idg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/pdapainter{ - pixel_y = 2 - }, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark/textured_edge{ - dir = 1 - }, -/area/station/command/heads_quarters/hop) -"idj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"idp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"idq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"idt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"idu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - name = "Secure Gear Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/security/tram) -"idv" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/holosign/barrier/atmos/tram, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/department/medical/central) -"idz" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"idF" = ( -/obj/effect/turf_decal/siding/wood{ dir = 10 }, -/turf/open/floor/sepia, -/area/station/maintenance/aft) -"idJ" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/iron/dark/textured_corner{ +/area/station/science/research) +"lIy" = ( +/turf/closed/wall, +/area/station/service/abandoned_gambling_den/gaming) +"lIA" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, -/area/station/command/heads_quarters/hop) -"idN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"lID" = ( /obj/effect/turf_decal/siding/wood{ - dir = 9 + dir = 6 }, -/obj/machinery/vending/cart{ - req_access = list("hop") - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"ief" = ( -/obj/structure/cable, -/obj/machinery/telecomms/message_server/preset, -/turf/open/floor/circuit, +/obj/item/radio/intercom/directional/east, +/obj/machinery/announcement_system, +/turf/open/floor/iron/grimy, /area/station/tcommsat/server) -"ieu" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"iey" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 5 - }, -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/station/engineering/supermatter) -"ieJ" = ( -/obj/effect/turf_decal/siding/red{ - dir = 5 - }, -/obj/machinery/light/cold/directional/north, -/obj/item/radio/intercom/directional/north, -/obj/machinery/computer/records/security, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"ieY" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"ieZ" = ( -/turf/open/floor/catwalk_floor, -/area/station/security/tram) -"ifa" = ( -/turf/closed/wall/r_wall, -/area/station/science/circuits) -"ifd" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"ifh" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/iron, -/area/station/security/lockers) -"ifj" = ( -/obj/machinery/rnd/production/techfab/department/service, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"ifw" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"ifI" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"ifK" = ( +"lIF" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance/external{ - name = "Command Storeroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"ifU" = ( /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 5 }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/science/lobby) -"ign" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lII" = ( /obj/structure/bed{ dir = 4 }, @@ -21921,6902 +34483,330 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/small, /area/station/security/brig) -"igo" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair{ - pixel_y = -2 - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"ihc" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/command/glass{ - name = "Teleporter Access" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/teleporter, -/turf/open/floor/iron/dark/textured_half, -/area/station/command/teleporter) -"ihh" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"ihl" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/structure/hedge, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/captain) -"ihm" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/light/cold/directional/west, -/obj/machinery/camera/directional/north, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/reagent_dispensers/wall/peppertank/directional/north, -/turf/open/floor/iron, -/area/station/security/lockers) -"iho" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall, -/area/station/hallway/secondary/spacebridge) -"ihq" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57" - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/captain) -"ihr" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57" - }, -/obj/item/radio/intercom/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/captain) -"ihs" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/hedge, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/captain) -"iht" = ( -/turf/closed/wall/r_wall, -/area/station/command/corporate_dock) -"ihu" = ( -/obj/structure/hedge, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/captain/private) -"ihy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/cargo/storage) -"ihB" = ( -/obj/structure/table/bronze, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/captain/private) -"ihC" = ( -/obj/structure/bodycontainer/morgue{ - dir = 1 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"ihZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"iia" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"iio" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"iix" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"iiz" = ( -/obj/docking_port/stationary/escape_pod{ - dir = 4 - }, -/turf/open/space/basic, -/area/space) -"iiW" = ( -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/science/xenobiology) -"ijB" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"ijD" = ( -/obj/structure/table/bronze, -/obj/machinery/airalarm/directional/north, -/obj/item/food/grown/cannabis{ - pixel_x = -11 - }, -/obj/item/food/grown/cannabis{ - pixel_x = -5; - pixel_y = 5 - }, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/captain/private) -"ijF" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"ijI" = ( -/obj/machinery/door/airlock/external{ - name = "Primary Docking Bay" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"ikc" = ( -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"ike" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"ikk" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"ikl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Gear Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/security/lockers) -"ikr" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"ikt" = ( -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/east, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/science/lower) -"ikH" = ( -/obj/structure/table/bronze, -/obj/machinery/computer/security/wooden_tv{ - pixel_x = 3; - pixel_y = 14 - }, -/obj/item/folder/blue{ - pixel_x = -1; - pixel_y = -10 - }, -/obj/item/disk/nuclear{ - pixel_x = 4; - pixel_y = -10 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/obj/item/rollingpaper{ - pixel_x = -18; - pixel_y = 6 - }, -/obj/item/rollingpaper{ - pixel_x = -18 - }, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/captain/private) -"ikP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"ikU" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"ild" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/security/hos_office, -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security) -"ill" = ( -/obj/structure/frame/machine, -/obj/item/circuitboard/computer/security, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"ilw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/science/research) -"ilD" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"ilW" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"imd" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"imj" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "permaouter"; - name = "Permabrig Transfer" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/execution/transfer) -"imC" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/iron, -/area/station/security/tram) -"imE" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/plating, -/area/station/service/library/abandoned) -"imM" = ( -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"imS" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/wardrobe/miner, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"ina" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"inh" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"inD" = ( +"lIP" = ( /obj/effect/turf_decal/siding, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/light/dim/directional/south, /turf/open/floor/iron/white/small, /area/station/science/lab) -"inH" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"inR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"inT" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/machinery/airalarm/directional/south, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"inU" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"inW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"ioa" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/spawner/random/trash/janitor_supplies, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"iob" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"ioo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/iron/white/small, -/area/station/medical/treatment_center) -"ioy" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/grass, -/area/station/security/prison/garden) -"ioJ" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"ioQ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2o{ - dir = 8 - }, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"ioW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red{ - dir = 8 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"ipb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"ipd" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/button/door/directional/east{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -24; - pixel_y = -24; - req_access = list("cargo") - }, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"ipn" = ( -/obj/effect/turf_decal/stripes/white/corner, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 8 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"ips" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/command/bridge) -"ipt" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"ipx" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table/glass, -/obj/machinery/fax{ - fax_name = "Research Director's Office"; - name = "Research Director's Fax Machine"; - pixel_y = 9 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"ipB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/departments/telecomms/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"ipD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"ipF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"ipP" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/table, -/obj/effect/spawner/random/trash/janitor_supplies, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) -"iqj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/stairs{ - dir = 1 - }, -/area/station/maintenance/port/fore) -"iqp" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/holopad, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"iqq" = ( -/obj/structure/closet, -/turf/open/floor/iron/smooth, -/area/station/cargo/office) -"iqv" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, +"lIQ" = ( +/turf/closed/wall/r_wall, /area/station/science/robotics/augments) -"iqD" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"iqF" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"iqN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"iri" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/iron/dark/textured_edge{ - dir = 8 - }, -/area/station/command/heads_quarters/hop) -"irn" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, +"lJm" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"irp" = ( -/obj/machinery/door/airlock/external{ - name = "Tram Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/iron/dark/small, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, /area/station/security/tram) -"irs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/closet/toolcloset, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"irQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/dark/textured, -/area/station/command/heads_quarters/hop) -"isf" = ( -/obj/effect/turf_decal/stripes/white/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/corner, -/obj/structure/industrial_lift/tram/subfloor, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-3" - }, -/obj/machinery/computer/tram_controls/directional/east{ - specific_lift_id = "maint_tram" - }, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/port/aft) -"isj" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"ist" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"isI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/command/gateway) -"isK" = ( -/obj/structure/sign/directions/evac{ +"lJn" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -8 - }, -/turf/closed/wall, -/area/station/hallway/primary/port) -"isQ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command{ - name = "Gateway Atrium" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/gateway, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/command/gateway) -"isY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"itb" = ( -/turf/closed/wall/r_wall/rust, -/area/station/ai_monitored/turret_protected/aisat/maint) -"itq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"lJX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/engine_access, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"itw" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured_edge{ - dir = 4 - }, -/area/station/command/heads_quarters/hop) -"itB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"itF" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"itO" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/scanning_module{ - pixel_x = 3; - pixel_y = 10 - }, -/obj/item/stock_parts/micro_laser{ - pixel_x = 9; - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/lab) -"itP" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/table/wood, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"itY" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/stack/package_wrap{ - pixel_x = 11; - pixel_y = 6 - }, -/obj/item/stack/package_wrap{ - pixel_x = 18 - }, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"iuc" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "AISat Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"iui" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"iuo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"iut" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Industrial Lab Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"iuu" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 10 - }, -/turf/closed/wall/mineral/titanium/nodiagonal, +/turf/open/floor/iron/smooth, /area/station/engineering/supermatter) -"iux" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) -"iuN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/testlab) -"iuW" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"iuZ" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown, -/obj/item/melee/baseball_bat, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"ivd" = ( -/obj/machinery/holopad, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"ivk" = ( -/obj/machinery/atmospherics/components/tank/air{ - dir = 8 - }, -/turf/open/misc/asteroid, -/area/station/maintenance/hallway/abandoned_command) -"ivm" = ( -/obj/machinery/vending/assist, -/obj/effect/turf_decal/delivery/white, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"ivx" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/window/spawner, -/obj/structure/closet/secure_closet/atmospherics, -/obj/item/clothing/head/utility/welding{ - pixel_x = -5; - pixel_y = 3 - }, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"ivz" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/stack/sheet/plasteel{ - amount = 15; - pixel_y = 20 - }, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 5; - pixel_y = 9 - }, -/obj/item/circuitboard/mecha/ripley/peripherals, -/obj/item/stack/sheet/iron/fifty{ - pixel_x = 6; - pixel_y = 18 - }, -/obj/item/stack/sheet/iron/fifty{ - pixel_x = 6; - pixel_y = 18 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"ivE" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/obj/structure/window/spawner/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"ivO" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/reagent_dispensers/fueltank, +"lKb" = ( +/obj/structure/sign/departments/holy/directional/west, /turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"ivX" = ( +/area/station/maintenance/starboard/greater) +"lKn" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"ivY" = ( -/obj/structure/table/reinforced, -/obj/effect/spawner/random/techstorage/tcomms_all, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"iwe" = ( -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"iwv" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/item/storage/box/pdas{ - pixel_x = 7; - pixel_y = 12 - }, -/obj/item/storage/box/ids{ - pixel_x = 7; - pixel_y = 3 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"lKq" = ( +/turf/closed/wall, +/area/station/cargo/storage) +"lKu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"iwM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 1 - }, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"iwT" = ( -/obj/machinery/light/cold/directional/north, -/obj/structure/table, -/obj/item/book/manual/wiki/tcomms, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"iwV" = ( -/obj/machinery/light/directional/north, -/obj/machinery/computer/records/security, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/hop) -"iwZ" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"ixl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/security/detectives_office) -"ixz" = ( -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/maintenance/solars/port/aft) -"ixM" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ixX" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"iyk" = ( -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"iym" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"iyC" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/machinery/dna_infuser, -/obj/item/infuser_book, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"iyO" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"iza" = ( -/obj/machinery/photocopier, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/hop) -"izq" = ( -/obj/structure/filingcabinet, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"izB" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"izD" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"izJ" = ( -/obj/machinery/light/cold/directional/south, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"izL" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"iAn" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"iAt" = ( -/obj/effect/turf_decal/siding/dark_red{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/gun/energy/laser{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"iAy" = ( -/obj/structure/table, -/obj/item/clothing/shoes/sneakers/orange{ - pixel_x = -6; - pixel_y = -8 - }, -/obj/item/clothing/shoes/sneakers/orange{ - pixel_x = -6; - pixel_y = -2 - }, -/obj/item/clothing/shoes/sneakers/orange{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/clothing/shoes/sneakers/orange{ - pixel_x = -6; - pixel_y = 10 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"iAD" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id = "mechbay"; - name = "Mech Bay Shutters" - }, -/obj/machinery/button/door/directional/north{ - id = "mechbay"; - name = "Mech Bay Shutters Control"; - req_access = list("robotics") - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/science/robotics/mechbay) -"iAJ" = ( -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"iAM" = ( -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"iBc" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 5 - }, -/obj/machinery/power/shieldwallgen, -/turf/open/floor/iron/smooth_large, -/area/station/command/teleporter) -"iBg" = ( -/obj/structure/table, -/obj/item/trash/candle, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"iBj" = ( -/obj/structure/table/glass, -/obj/item/folder/red{ - pixel_x = 3 - }, -/obj/machinery/camera/directional/east, -/obj/effect/turf_decal/siding/red{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"iBo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"iBu" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"iBV" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/port/aft) -"iBZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"iCb" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/captain) -"iCf" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 8 - }, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/captain) -"iCw" = ( -/obj/structure/hedge, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"iCN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/hedge, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"iDg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/bookcase/random, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 4 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"iDk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"iDt" = ( -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/obj/machinery/door/airlock/security{ - name = "Holding Cell" - }, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"iDH" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/psychologist, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"iEk" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/command/bridge) -"iEw" = ( -/obj/structure/chair/wood/wings, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/turf/open/floor/stone, -/area/station/command/heads_quarters/captain/private) -"iEA" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/engine, -/area/station/science/explab) -"iEF" = ( -/obj/effect/landmark/start/captain, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/captain/private) -"iEG" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/secondary/construction) -"iEK" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"iEP" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Old Bridge Security Checkpoint" - }, -/obj/structure/barricade/wooden, -/obj/effect/mapping_helpers/airlock/cutaiwire, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"iEQ" = ( -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"iEV" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"iEZ" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"iFb" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"iFi" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"iFs" = ( -/obj/structure/window/spawner/directional/east, -/turf/open/misc/sandy_dirt, -/area/station/medical/medbay/lobby) -"iFE" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"iFM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/west, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"iFP" = ( -/obj/item/kirbyplants/fullysynthetic, -/turf/open/floor/plating/rust, -/area/station/maintenance/hallway/abandoned_command) -"iGh" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "N2 Outlet Pump" - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"iGl" = ( -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"iGp" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/solars/port/aft) -"iGu" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air Outlet Pump" - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos) -"iGE" = ( -/obj/structure/chair/stool/directional/east, /turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"iGO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" +/area/station/science/breakroom) +"lKx" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"iGS" = ( -/obj/structure/hedge, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"iHg" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance/external{ - name = "Command Maintanence" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"iHs" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"iHy" = ( -/obj/structure/window/reinforced/plasma/spawner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/computer/turbine_computer{ - dir = 8; - mapping_id = "main_turbine" - }, -/turf/open/floor/iron/smooth_edge{ - dir = 4 - }, -/area/station/maintenance/disposal/incinerator) -"iHH" = ( -/obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"iHM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"iIe" = ( -/obj/structure/table/wood, -/turf/open/floor/plating/rust, -/area/station/service/library/abandoned) -"iIq" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern, -/turf/open/floor/plating, -/area/station/service/library/abandoned) -"iIv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/white/mid_joiner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"iIw" = ( -/obj/structure/cable, -/obj/item/wrench, -/turf/open/floor/iron/dark, -/area/station/science/lab) -"iIy" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/siding/purple/corner, -/obj/effect/landmark/start/research_director, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"iIA" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured_edge, -/area/station/command/heads_quarters/hop) -"iIN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"iIR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"iIU" = ( -/obj/structure/chair, -/obj/machinery/sparker/directional/north, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/execution/education) -"iJb" = ( -/obj/structure/cable, -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_x = -5; - pixel_y = 14 - }, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = 16; - pixel_y = 14 - }, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = 12; - pixel_y = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"iJc" = ( -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"iJg" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/mob/living/basic/pet/dog/corgi/ian, -/turf/open/floor/iron/dark/textured_edge, -/area/station/command/heads_quarters/hop) -"iJt" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"iJx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"iJz" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/cup/bottle/multiver{ - pixel_x = -4; - pixel_y = -3 - }, -/obj/item/reagent_containers/cup/bottle/epinephrine{ - pixel_x = 7; - pixel_y = -3 - }, -/obj/item/reagent_containers/dropper{ - pixel_y = 8 - }, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = 8; - pixel_y = 16 - }, -/obj/machinery/camera/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"iJF" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/server) -"iJL" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"iKe" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured_corner{ - dir = 1 - }, -/area/station/command/heads_quarters/hop) -"iKf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"iKm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"iKo" = ( -/obj/structure/fluff/broken_flooring, -/obj/effect/spawner/random/trash/graffiti{ - pixel_x = 32; - spawn_loot_chance = 50 - }, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"iKN" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"iKV" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/trimline/white/mid_joiner, +/obj/machinery/camera/autoname/directional/south, /turf/open/floor/wood, -/area/station/maintenance/port/fore) -"iLc" = ( +/area/station/commons/fitness/recreation) +"lKC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"lKF" = ( /obj/effect/turf_decal/siding/red{ - dir = 4 + dir = 9 + }, +/obj/machinery/computer/crew{ + dir = 8 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/white/small, /area/station/security/warden) -"iLp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, +"lKH" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"iLr" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, /turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"iLC" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"iLK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/departments/holy/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"iLN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Quarters" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/hop, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"iLR" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/starboard/aft) -"iLV" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"iMg" = ( -/obj/structure/closet/crate, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/item/crowbar, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plating, -/area/station/command/teleporter) -"iMl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/external{ - name = "Tram Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"iMS" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"iMU" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 10 - }, -/obj/machinery/power/shieldwallgen, -/turf/open/floor/iron/smooth_large, -/area/station/command/teleporter) -"iMZ" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 6 - }, -/obj/machinery/power/shieldwallgen, -/turf/open/floor/iron/smooth_large, -/area/station/command/teleporter) -"iNg" = ( -/obj/structure/chair/sofa/corp{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"iNz" = ( -/obj/structure/sink/kitchen/directional/south, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"iNA" = ( -/obj/machinery/light/cold/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"iNE" = ( +/area/station/maintenance/department/engine) +"lKO" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/vending/snackvend, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"iNK" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/closet/crate{ - name = "Outdated Weaponry" - }, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_y = 6 - }, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_y = 6 - }, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_y = 6 - }, -/turf/open/floor/plating, -/area/station/ai_monitored/security/armory) -"iNL" = ( -/obj/machinery/door/airlock/wood{ - desc = "Sessions held every Friday."; - name = "The Sunfinder Society" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"iNO" = ( -/obj/machinery/light/cold/directional/north, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ +/obj/machinery/atmospherics/components/tank/air{ dir = 4 }, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"iNV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"lKV" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"lKZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"lLb" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating/rust{ + initial_gas_mix = "TEMP=2.7" + }, +/area/space/nearstation) +"lLe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"lLm" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"iNY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Captain's Office" - }, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/heads_quarters/captain) -"iOm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, -/obj/machinery/door/airlock/medical{ - name = "Pychologists Office" - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/psychology) -"iOq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Recreation" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"iOs" = ( -/obj/structure/table/wood/fancy/royalblue, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/hand_tele, -/turf/open/floor/stone, -/area/station/command/heads_quarters/captain/private) -"iOv" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"iOE" = ( -/obj/structure/table/wood/fancy/royalblue, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/stone, -/area/station/command/heads_quarters/captain/private) -"iOF" = ( -/obj/structure/cable, -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/item/phone{ - desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/radio{ - pixel_x = 6; - pixel_y = 5 - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"iOG" = ( -/obj/structure/closet/crate, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/effect/spawner/random/contraband/prison, -/obj/effect/spawner/random/contraband/prison, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/work) -"iPj" = ( -/obj/structure/cable, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"iPv" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/structure/closet/secure_closet/chemical, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"iPD" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/holopad, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/captain/private) -"iPF" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/primary/aft) -"iPU" = ( -/mob/living/simple_animal/hostile/mimic/crate, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"iPW" = ( -/obj/machinery/shower/directional/south, -/obj/structure/curtain, -/turf/open/floor/iron/freezer, -/area/station/command/heads_quarters/captain/private) -"iQl" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"iQv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"iQF" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"iQK" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"iQU" = ( -/obj/structure/closet{ - name = "janitorial supplies" - }, -/obj/item/pushbroom, -/obj/item/bodybag, -/obj/item/bodybag, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"iRv" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"iRz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"iSb" = ( -/obj/structure/frame/computer{ - dir = 1 - }, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"iSd" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/hallway/secondary/dock) -"iSh" = ( -/obj/machinery/atmospherics/components/tank{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"iSk" = ( -/obj/structure/table, -/obj/item/stack/cable_coil/five, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"iSr" = ( /turf/open/floor/iron, /area/station/security/execution/transfer) -"iSB" = ( +"lLr" = ( /obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"iSK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/sign/warning/pods/directional/west, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"iSO" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"iSW" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/boxing/yellow, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"iTj" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"iTn" = ( -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"iTv" = ( -/obj/structure/cable, -/obj/structure/falsewall, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/service/library) -"iTB" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"iTC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"iTG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"iTP" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"iTR" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"iUb" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/crowbar/large/old, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"iUy" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/boxing/green, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"iUz" = ( -/obj/structure/falsewall, -/turf/open/floor/iron, -/area/station/service/library/abandoned) -"iUF" = ( -/obj/structure/table/wood, +"lLD" = ( /obj/effect/mapping_helpers/broken_floor, -/obj/item/reagent_containers/cup/glass/drinkingglass{ - pixel_x = 7; - pixel_y = 12 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass{ - pixel_x = -4; - pixel_y = 12 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass{ - pixel_x = -10; - pixel_y = 5 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"iUG" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"iUK" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"iUN" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/cargo/storage) -"iVx" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/storage) -"iVz" = ( /obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, +/obj/item/binoculars, +/obj/machinery/camera/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"lLJ" = ( +/obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, -/area/station/maintenance/port/aft) -"iVE" = ( -/obj/structure/cable, -/obj/machinery/telecomms/hub/preset, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"iVI" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/cargo/storage) -"iVJ" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"iVK" = ( -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"iVL" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"iVP" = ( -/obj/structure/cable, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"iVT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/obj/item/flashlight, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"iVY" = ( -/obj/effect/turf_decal/siding/brown{ - dir = 1 - }, -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/folder/red{ - name = "Evil Documents"; - pixel_x = -5 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"iWb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"iWe" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"iWE" = ( +/area/station/maintenance/starboard/fore) +"lLR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ - dir = 1 - }, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, -/area/station/security) -"iWQ" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/landmark/start/chemist, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"iWS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/hallway/secondary/dock) +"lLW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 }, +/obj/structure/flora/tree/jungle/small/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"lLZ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/pod/old, /obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/random/directional/north, -/obj/item/radio{ - desc = "An old handheld radio. You could use it, if you really wanted to."; - icon_state = "radio"; - name = "old radio"; - pixel_x = -6; - pixel_y = 10 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"iWT" = ( -/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/very_dim/directional/east, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"lMj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"lMp" = ( +/obj/effect/mapping_helpers/broken_floor, /turf/open/floor/iron/smooth, /area/station/maintenance/solars/starboard/fore) -"iWW" = ( +"lMz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/layer_manifold/orange/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"lMA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"lMD" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"lMK" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/inspector{ + pixel_x = -12; + pixel_y = -7 + }, +/turf/open/floor/iron/small, +/area/station/security/office) +"lML" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"lNr" = ( +/obj/structure/cable, /obj/effect/turf_decal/siding/wood{ dir = 1 }, -/obj/machinery/computer/accounting{ - dir = 1 +/obj/structure/table/wood, +/obj/item/paper/fluff/ids_for_dummies{ + pixel_x = 5 + }, +/obj/item/paper_bin/carbon{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/stamp/head/hop{ + pixel_x = -4; + pixel_y = 4 }, /turf/open/floor/iron/large, /area/station/command/heads_quarters/hop) -"iWZ" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"iXc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"iXi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera/motion/directional/south{ - c_tag = "Captain's Office - Emergency" - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"iXj" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood, -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/item/storage/secure/briefcase{ - pixel_y = -10 - }, -/obj/item/flashlight/lamp/green{ - pixel_x = -6; - pixel_y = 11 - }, -/obj/item/pen{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/hop) -"iXm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 - }, -/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"iYh" = ( -/obj/structure/canister_frame/machine, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"iYj" = ( -/obj/structure/table, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/command/teleporter) -"iYs" = ( -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"iYu" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/photocopier, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"iYD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/command/teleporter) -"iYG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/computer/teleporter{ - dir = 8 - }, -/obj/machinery/button/door/directional/north{ - id = "teleporterhubshutters"; - name = "Teleporter Shutters"; - pixel_x = 24; - pixel_y = 0; - req_access = list("command") - }, -/turf/open/floor/plating, -/area/station/command/teleporter) -"iYI" = ( -/obj/structure/chair/sofa/corp/right{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"iYY" = ( -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/security/processing) -"iZy" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"iZB" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"iZF" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"iZH" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/effect/spawner/random/food_or_drink/seed, -/turf/open/misc/sandy_dirt, -/area/station/maintenance/starboard/aft) -"iZI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral/full, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"iZK" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=19.0-Engineering-CentralPort"; - location = "18.0-ToolStorage-Engineering" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"iZU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/east, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"jar" = ( -/obj/machinery/drone_dispenser, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"jax" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"jaD" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"jaK" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/machinery/light/small/directional/north, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"jaL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"jaP" = ( -/obj/structure/table/reinforced, -/obj/machinery/requests_console/directional/east{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - name = "Security Requests Console" - }, -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted, -/obj/machinery/recharger, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"jaQ" = ( -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/security/processing) -"jbb" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"jbc" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/stock_parts/cell/high, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"jbd" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/rd) -"jbm" = ( -/turf/closed/mineral/random/stationside, -/area/station/maintenance/fore/greater) -"jbr" = ( -/obj/structure/table/glass, -/obj/item/folder/blue{ - pixel_x = -6; - pixel_y = 6 - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"jbJ" = ( -/obj/structure/chair/wood/wings{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/stone, -/area/station/command/heads_quarters/captain/private) -"jbV" = ( -/obj/machinery/photocopier, -/turf/open/floor/iron/dark, -/area/station/security/office) -"jch" = ( -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"jcm" = ( -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/obj/structure/closet/crate/large, -/obj/effect/spawner/random/entertainment/plushie, -/obj/effect/spawner/random/entertainment/plushie, -/obj/effect/spawner/random/entertainment/plushie, -/obj/effect/spawner/random/entertainment/plushie, -/obj/effect/spawner/random/entertainment/plushie, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"jco" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/rnd/production/circuit_imprinter, -/obj/machinery/camera{ - c_tag = "Engineering - Foyer - Starboard"; - dir = 9 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"jct" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/solars/starboard/aft) -"jcu" = ( -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"jcv" = ( -/obj/structure/closet/crate/coffin, -/obj/machinery/door/window/right/directional/south, -/turf/open/floor/plating, -/area/station/service/chapel/funeral) -"jcE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"jcF" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/machinery/atmospherics/components/trinary/filter/flipped/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal/incinerator) -"jcS" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/siding/dark_red{ - dir = 5 - }, -/obj/machinery/fax{ - fax_name = "Head of Security's Office"; - name = "Head of Security's Fax Machine"; - pixel_y = 9 - }, -/obj/structure/table/glass, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"jcU" = ( -/obj/structure/chair/wood/wings{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/stone, -/area/station/command/heads_quarters/captain/private) -"jcZ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain/private) -"jda" = ( -/obj/structure/cable, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain/private) -"jdo" = ( -/obj/machinery/light_switch/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/freezer, -/area/station/command/heads_quarters/captain/private) -"jdp" = ( -/obj/structure/sink/directional/west, -/obj/structure/mirror/directional/east, -/obj/effect/landmark/start/captain, -/turf/open/floor/iron/freezer, -/area/station/command/heads_quarters/captain/private) -"jef" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/trinary/filter, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"jeg" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"jeh" = ( -/turf/open/floor/noslip, -/area/station/security/tram) -"jej" = ( +"lNs" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"jeq" = ( -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"jey" = ( -/obj/structure/cable, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"jez" = ( -/obj/structure/cable, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"jeC" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"jeG" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/smooth_large, -/area/station/science/ordnance/storage) -"jeV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"jeW" = ( -/obj/effect/spawner/structure/window, -/obj/structure/sign/departments/medbay/alt/directional/west, -/turf/open/floor/plating, -/area/station/medical/medbay/lobby) -"jeX" = ( -/obj/structure/cable, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"jfG" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"jfP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock{ - name = "Faded Door" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"jfQ" = ( -/obj/structure/cable, -/obj/machinery/light/dim/directional/east, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"jfT" = ( -/obj/structure/cable, -/obj/structure/closet/crate/coffin, -/obj/structure/window/spawner, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/service/chapel/funeral) -"jfX" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"jfZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"jgC" = ( -/obj/machinery/door/airlock/sandstone{ - name = "The Rat's Den" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"jgR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"jhm" = ( -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"jhs" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"jhA" = ( -/obj/machinery/vending/boozeomat, /obj/effect/mapping_helpers/broken_floor, -/turf/closed/wall, -/area/station/service/abandoned_gambling_den) -"jhC" = ( -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"jhU" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"jhY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"jhZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/textured_half, -/area/station/hallway/primary/aft) -"jif" = ( -/obj/item/mod/core/standard{ - pixel_x = -4 - }, -/obj/item/mod/core/standard{ - pixel_x = 4 - }, -/obj/item/mod/core/standard{ - pixel_y = 4 - }, -/obj/structure/closet/crate/science{ - name = "MOD core crate" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"jig" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"jik" = ( -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Chief Medical Officer's Desk"; - name = "Chief Medical Officer's Requests Console" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"jim" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jir" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"jiu" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/suit_storage_unit/industrial/loader, -/obj/structure/sign/poster/random/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) -"jiw" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"jiB" = ( -/obj/effect/spawner/random/structure/crate_loot, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"jiN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"jiR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"jiT" = ( -/obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/science/lower) -"jiY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"jje" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"jjk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"jjq" = ( -/turf/closed/wall, -/area/station/cargo/warehouse) -"jju" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/item/pipe_dispenser{ - pixel_x = 10; - pixel_y = 7 - }, -/obj/item/pipe_dispenser, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/small, -/area/station/engineering/supermatter/room) -"jjH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"jjO" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"jjS" = ( -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=23.1-Evac"; - location = "22.0-Porthall-Evac" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"jjZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/commons) -"jkw" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table/greyscale, -/obj/item/folder/ancient_paperwork, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"jkz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/lobby) -"jkE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"jkS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/storage) -"jlb" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"jlt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"jlv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/storage) -"jlN" = ( -/turf/open/floor/iron/white/side{ - dir = 6 - }, -/area/station/science/robotics/augments) -"jlS" = ( -/obj/effect/turf_decal/box/red/corners{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"jlT" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"jlV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/siding/blue{ - dir = 9 - }, -/obj/machinery/duct, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"jlZ" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"jmd" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table/wood, -/obj/structure/bedsheetbin, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"jmo" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"jmI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"jmK" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"jmV" = ( -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"jmW" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"jmY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"jnh" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/terracotta/end{ - dir = 4 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"jnk" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/machinery/bci_implanter, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"jnn" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"jnr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"jns" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair/stool/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/holopad, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"jnN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"jnS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"jnZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/turf/open/floor/plating, -/area/station/command/corporate_showroom) -"joj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/server) -"jon" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/stool/directional/south, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"joS" = ( -/obj/machinery/light/broken/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/showcase/machinery/tv/broken, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"jpm" = ( -/obj/structure/chair{ - dir = 4; - pixel_y = -2 - }, -/obj/effect/turf_decal/siding/brown{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"jpu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"jpK" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"jpR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance/three, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"jqs" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_x = -18; - pixel_y = -9 - }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/obj/machinery/light/floor{ - pixel_x = 32 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"jqu" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"jqA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 1; - id = "packageSort2" - }, -/obj/machinery/door/window/left/directional/west{ - name = "Crate Security Door"; - req_access = list("shipping") - }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"jqF" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"jqZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"jrb" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/light/floor, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"jrk" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"jrs" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"jrG" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"jrJ" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"jrT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/tram) -"jrU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/dark/hidden{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"jrX" = ( -/turf/open/floor/iron/stairs{ - dir = 1 - }, -/area/station/cargo/office) -"jrZ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/flora/tree/jungle/small/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"jsn" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"jsv" = ( -/obj/structure/cable, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"jsG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"jsN" = ( -/obj/structure/hedge, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"jsS" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/brig/entrance) -"jsX" = ( -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"jte" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"jts" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"jtx" = ( -/obj/structure/cable, -/obj/structure/table/wood, -/obj/machinery/fax{ - fax_name = "Head of Personnel's Office"; - name = "Head of Personnel's Fax Machine" - }, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/hop) -"jtI" = ( -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/research) -"jtK" = ( -/turf/open/floor/iron/small, -/area/station/maintenance/department/medical/central) -"jug" = ( -/obj/machinery/door/airlock/hatch{ - name = "Tool Supply Corridor" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/commons/storage/tools) -"juJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/storage/box/matches, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"juS" = ( -/obj/structure/bed, -/obj/item/bedsheet/hop, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/hop) -"juX" = ( -/obj/structure/cable, -/obj/structure/closet/secure_closet/hop, -/obj/item/hand_labeler, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/hop) -"jvB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"jvN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"jvP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"jwa" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/small, -/area/station/command/teleporter) -"jwh" = ( /obj/structure/fluff/broken_flooring{ dir = 4; icon_state = "pile" }, -/obj/effect/spawner/random/trash/graffiti{ - pixel_x = -32; - spawn_loot_chance = 50 - }, /turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"jwi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"jwv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"jxd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"jxk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/turf/open/floor/wood/tile, -/area/station/science/lower) -"jxp" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"jxu" = ( -/obj/machinery/power/energy_accumulator/grounding_rod/anchored, -/obj/structure/window/reinforced/plasma/spawner/directional/east, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"jxC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/machinery/door/airlock/command/glass{ - name = "Command Hallway" - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/hallway/secondary/command) -"jxD" = ( -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"jxZ" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 6 - }, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"jye" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/flora/bush/jungle/c/style_2, -/turf/open/misc/sandy_dirt, -/area/station/hallway/primary/central/fore) -"jyi" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/security/breakroom) -"jyu" = ( -/obj/structure/chair/bronze{ - dir = 4 - }, -/obj/effect/landmark/start/captain, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"jyG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/heads_quarters/captain) -"jyM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/stairs{ - dir = 4 - }, -/area/station/command/heads_quarters/captain/private) -"jyS" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"jyY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock{ - name = "Room 1" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"jzl" = ( -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"jzo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/door/airlock/command{ - name = "Captain's Bedroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/heads_quarters/captain/private) -"jzp" = ( -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"jAb" = ( -/obj/structure/cable, -/turf/open/floor/iron/stairs{ - dir = 1 - }, -/area/station/engineering/storage/tech) -"jAe" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"jAn" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"jAq" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"jAs" = ( -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"jAw" = ( -/obj/structure/cable, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"jAF" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"jAS" = ( -/obj/effect/turf_decal/stripes/end, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/security/execution/education) -"jAV" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/bed/maint, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"jBb" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"jBc" = ( -/obj/structure/cable, -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/decal/cleanable/blood/gibs/down, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"jBr" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/dark_red{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"jBx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/structure/tank_holder/extinguisher, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"jBD" = ( -/obj/structure/table/wood, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/paper/crumpled/bloody, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"jBQ" = ( -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"jCi" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"jCo" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"jCr" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/kirbyplants/fullysynthetic, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"jCA" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"jCD" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"jCP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"jCR" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"jCW" = ( -/obj/machinery/airalarm/directional/east, -/turf/open/floor/plating, -/area/station/cargo/warehouse) -"jDa" = ( -/obj/machinery/holopad, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"jDe" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"jDr" = ( -/obj/effect/mapping_helpers/broken_floor, -/mob/living/carbon/human/species/monkey/punpun, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/gun/ballistic/rifle/boltaction/pipegun, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"jDv" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/tram) -"jDw" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"jDy" = ( -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/command/corporate_showroom) -"jDP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/storage/box{ - pixel_x = -8; - pixel_y = 15 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"jDQ" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"jEc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jEe" = ( -/obj/machinery/newscaster/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/office) -"jEi" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 8 - }, -/obj/machinery/light/small/directional/north, -/obj/effect/landmark/start/assistant, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron, -/area/station/science/lobby) -"jEu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/kirbyplants/random, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jEx" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/machinery/door/airlock/command{ - name = "Corporate Showroom" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/corporate_showroom) -"jEA" = ( -/obj/structure/chair/sofa/bench{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/airalarm/directional/south, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/security/tram) -"jEG" = ( -/obj/structure/sign/directions/science{ - dir = 1; - pixel_y = -8 - }, -/obj/structure/sign/directions/evac{ - dir = 1 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = 8 - }, -/turf/closed/wall, -/area/station/hallway/secondary/entry) -"jEK" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/fax{ - fax_name = "Cargo Office"; - name = "Cargo Office Fax Machine"; - pixel_y = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/office) -"jEZ" = ( -/obj/structure/hedge, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jFh" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"jFk" = ( -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"jFs" = ( -/obj/machinery/light/small/broken/directional/east, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"jFt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jFw" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"jFB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"jFF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"jFG" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"jFK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"jGc" = ( -/obj/structure/window/spawner/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"jGd" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security) -"jGA" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"jGN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"jGW" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"jGX" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral/full, -/obj/item/reagent_containers/cup/glass/drinkingglass{ - pixel_x = -5; - pixel_y = 22 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass{ - pixel_x = -1; - pixel_y = 13 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass{ - pixel_x = -8; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"jHi" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/clothing/gloves/latex/nitrile, -/obj/item/clothing/gloves/latex/nitrile{ - pixel_y = 3 - }, -/obj/item/clothing/gloves/latex/nitrile{ - pixel_y = 7 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"jHl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"jHm" = ( -/obj/item/storage/backpack/duffelbag/sec{ - pixel_x = -15; - pixel_y = 7 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/office) -"jHx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold/dark/hidden, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"jHB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/holopad, -/mob/living/simple_animal/sloth/citrus, -/turf/open/floor/iron, -/area/station/cargo/storage) -"jHE" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"jHU" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/science/lobby) -"jIb" = ( -/turf/open/floor/plating/rust, -/area/station/service/library/abandoned) -"jIc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Auxiliary Bathrooms" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/commons/toilet/auxiliary) -"jIh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"jIj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"jIl" = ( -/obj/effect/turf_decal/siding/red{ - dir = 10 - }, -/turf/open/floor/iron/small, -/area/station/security/brig) -"jIm" = ( -/obj/structure/cable, -/obj/structure/window/spawner/directional/north, -/obj/structure/window/spawner, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"jIx" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/corner{ - dir = 8 - }, -/area/station/science/xenobiology) -"jIy" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/solars/starboard/aft) -"jIB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/grunge{ - name = "CMO Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, -/turf/open/floor/iron, /area/station/maintenance/department/medical/central) -"jIN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/cargo/office) -"jIY" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/office) -"jJc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/office) -"jJl" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"jJy" = ( -/turf/open/misc/asteroid, -/area/station/service/library/abandoned) -"jJP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"jKf" = ( -/turf/closed/wall/rust, -/area/station/service/library/abandoned) -"jKj" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/cargo/office) -"jKq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"jKu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/stairs{ - dir = 4 - }, -/area/station/cargo/office) -"jKJ" = ( -/obj/machinery/door/window/right/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"jLi" = ( -/obj/effect/landmark/start/virologist, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"jLo" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 6 - }, -/obj/machinery/light/cold/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"jLr" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"jLB" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"jLF" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 4; - name = "killroom vent" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/science/xenobiology) -"jLI" = ( -/turf/open/floor/iron/half{ - dir = 8 - }, -/area/station/hallway/primary/central/fore) -"jLP" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"jLR" = ( -/turf/open/floor/iron/small, -/area/station/command/teleporter) -"jLV" = ( +"lNu" = ( /obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"jMa" = ( -/obj/structure/cable, -/obj/machinery/telecomms/server/presets/security, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"jMb" = ( -/obj/effect/turf_decal/bot_white, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) -"jMj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"jMk" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/window/spawner, -/obj/effect/turf_decal/arrows{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"jMv" = ( -/obj/structure/industrial_lift/tram, -/obj/effect/landmark/tram/birdshot/maint_left{ - specific_lift_id = "maint_tram" - }, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/port/aft) -"jMC" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"jML" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/lower) -"jMQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"jNc" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/spawner/random/structure/crate, -/obj/effect/landmark/blobstart, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) -"jNe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/teleport/hub, -/turf/open/floor/plating, -/area/station/command/teleporter) -"jNn" = ( -/obj/structure/filingcabinet, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"jNq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"jNw" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"jNH" = ( -/obj/structure/closet/boxinggloves, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/machinery/light_switch/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"jNO" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/flora/bush/leavy/style_3{ - pixel_x = -4; - pixel_y = 12 - }, -/obj/structure/flora/rock/pile/style_2{ - pixel_x = -3 - }, /obj/machinery/status_display/evac/directional/west, -/turf/open/misc/sandy_dirt, -/area/station/hallway/primary/central/fore) -"jNZ" = ( -/turf/open/floor/iron/smooth_half, -/area/station/hallway/primary/central/fore) -"jOb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 4 - }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"lNw" = ( /obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"jOc" = ( -/mob/living/simple_animal/hostile/asteroid/basilisk, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"jOd" = ( -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/central/fore) -"jOh" = ( -/obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/small, -/area/station/hallway/primary/aft) -"jOk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"jOs" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/flora/bush/lavendergrass/style_2, -/obj/structure/flora/bush/pale, -/obj/structure/flora/bush/sunny/style_2{ - pixel_x = 11; - pixel_y = -11 - }, -/obj/machinery/status_display/evac/directional/east, -/turf/open/misc/sandy_dirt, -/area/station/hallway/primary/central/fore) -"jOw" = ( -/obj/structure/chair/plastic{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"jOF" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"jOK" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"jOM" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 1 - }, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Captain's Desk"; - name = "Captain's Requests Console"; - pixel_x = 0; - pixel_y = -30 - }, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"jOS" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light/small/directional/south, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain/private) -"jOU" = ( -/obj/effect/landmark/start/captain, -/turf/open/floor/carpet/executive, -/area/station/command/heads_quarters/captain/private) -"jPg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"jPm" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"jPq" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/station/maintenance/fore/greater) -"jPO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance/glass, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"jQh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/item/storage/backpack, -/obj/item/storage/backpack/satchel, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/shoes/winterboots, -/obj/machinery/light/small/directional/north, -/obj/effect/landmark/start/hangover/closet, /obj/effect/mapping_helpers/broken_floor, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, -/area/station/commons) -"jQi" = ( -/obj/machinery/vending/clothing, -/obj/machinery/camera/directional/north, -/turf/open/floor/iron, -/area/station/commons) -"jQo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/research/glass{ - name = "Cytology Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/research) -"jQF" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair{ - pixel_y = -2 - }, -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"jQL" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/blobstart, -/turf/open/floor/iron, -/area/station/maintenance/fore/greater) -"jQM" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/stool/directional/east, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"jQW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fore Primary Hallway" - }, -/turf/open/floor/iron/textured_half, -/area/station/hallway/primary/central/fore) -"jRb" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/fore/greater) -"jRe" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/white/small, /area/station/maintenance/port/aft) -"jRh" = ( -/obj/structure/disposalpipe/segment, +"lNx" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/structure/steam_vent, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"lNz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lNB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/camera/autoname/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, -/area/station/security/brig/entrance) -"jRk" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/command/corporate_showroom) -"jRz" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"jRN" = ( +/area/station/hallway/secondary/recreation) +"lNM" = ( /obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"jSn" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"jSw" = ( -/obj/structure/railing, -/turf/open/floor/catwalk_floor, -/area/station/hallway/secondary/entry) -"jSK" = ( -/obj/structure/table/wood, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"jSR" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/execution/transfer) +"lNU" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"jSS" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/turf/open/floor/plating, -/area/station/command/corporate_showroom) -"jSU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"jSX" = ( -/obj/structure/table/wood, -/obj/item/storage/bag/tray{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/reagent_containers/cup/rag{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"jTh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/security{ - name = "Detective's Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/detective, -/turf/open/floor/iron/textured_half, -/area/station/security/detectives_office) -"jTs" = ( -/obj/structure/table/glass, -/obj/item/folder/blue, -/obj/item/storage/photo_album{ - pixel_x = -14; - pixel_y = 2 - }, -/obj/item/stamp/captain, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"jTu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 9 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"jTx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"jTA" = ( -/obj/item/radio/intercom/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/cargo/storage) -"jTU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"jUm" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/item/pen{ - pixel_x = 5 - }, -/turf/open/floor/iron/textured_large, -/area/station/engineering/break_room) -"jUo" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 11; - height = 24; - name = "SS13: Auxiliary Dock, Station-Port"; - shuttle_id = "whiteship_home"; - width = 35 - }, -/turf/open/space/basic, -/area/space) -"jUp" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/instrument/harmonica, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"jUv" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/airalarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, +"lNV" = ( +/obj/machinery/vending/modularpc, +/obj/structure/sign/departments/science/alt/directional/east, /turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"jUN" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/structure/window/reinforced/tram/front, -/obj/structure/industrial_lift/tram/subfloor, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"jVe" = ( -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jVs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"jVM" = ( -/turf/closed/wall, -/area/station/maintenance/central/greater) -"jVQ" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/cargo/storage) -"jWb" = ( -/obj/machinery/light/cold/directional/west, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/pdapainter/security, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"jWd" = ( -/obj/structure/cable, -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"jWl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"jWm" = ( -/obj/structure/cable, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jWp" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/xenobiology) -"jWs" = ( -/turf/open/floor/iron/dark, -/area/station/security/processing) -"jWt" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/cargo/office) -"jWy" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/security/courtroom) -"jWO" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"jWZ" = ( -/obj/machinery/mineral/ore_redemption{ - dir = 4; - input_dir = 8; - output_dir = 4 - }, -/obj/machinery/door/window/right/directional/east{ - name = "Ore Redemtion Window" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/textured_large, -/area/station/cargo/office) -"jXd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jXe" = ( -/obj/machinery/holopad/secure, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jXi" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"jXk" = ( -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"jXl" = ( -/obj/effect/decal/cleanable/glass, -/obj/structure/grille, -/obj/item/shard, -/turf/open/floor/plating, -/area/station/hallway/primary/central/fore) -"jXo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jXr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/machinery/door/airlock/command/glass{ - name = "Telecommunications Server Room" - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/tcommsat/server) -"jXC" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner, -/turf/open/floor/iron, -/area/station/security) -"jXR" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"jXV" = ( -/obj/structure/table, -/obj/item/stack/cable_coil/five, -/obj/item/screwdriver, -/obj/item/grenade/firecracker{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"jYd" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"jYu" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"jYv" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/rock/pile/jungle/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"jYD" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"jYU" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue/half, -/obj/effect/turf_decal/tile/blue/half{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/half, -/area/station/hallway/primary/central/fore) -"jYV" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/station/science/explab) -"jYW" = ( -/obj/machinery/door/airlock/maintenance/external{ - name = "Command Storeroom" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"jYY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/command/glass{ - name = "Teleporter Access" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/teleporter, -/turf/open/floor/iron/dark/textured_half, -/area/station/command/teleporter) -"jZc" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/command/heads_quarters/qm) -"jZh" = ( -/obj/machinery/vending/boozeomat, -/turf/closed/wall, -/area/station/service/bar) -"jZl" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/atmospherics_engine) -"jZn" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/hallway/primary/central/fore) -"jZs" = ( -/obj/structure/bed/dogbed/renault, -/mob/living/simple_animal/pet/fox/renault, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/carpet/executive, -/area/station/command/heads_quarters/captain/private) -"jZI" = ( -/obj/item/storage/backpack/duffelbag/sec{ - pixel_y = 12 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/office) -"jZJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"jZK" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"jZL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research/glass{ - name = "Ordnance Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"jZR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"kam" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb, -/obj/item/storage/box/mousetraps{ - pixel_x = -3; - pixel_y = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"kar" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/door/airlock/public/glass{ - name = "Chapel Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, -/turf/open/floor/iron/textured_half, -/area/station/service/chapel/office) -"kat" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"kau" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder{ - pixel_x = -11; - pixel_y = 8 - }, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 4 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"kaD" = ( -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"kaF" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/machinery/disposal/delivery_chute, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/plating, -/area/station/service/janitor) -"kaI" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_y = -3 - }, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"kaL" = ( -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"kaW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"kba" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"kbc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/window/left/directional/east{ - name = "Trash Chute"; - req_access = list("janitor") - }, -/obj/machinery/conveyor_switch/oneway{ - dir = 4; - id = "garbage"; - name = "trash chute" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"kbE" = ( -/obj/effect/decal/cleanable/blood/gibs/body, -/obj/machinery/light/small/broken/directional/north, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"kbW" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"kbY" = ( -/obj/structure/bookcase/random, -/turf/open/misc/asteroid, -/area/station/service/library/abandoned) -"kci" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Construction Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"kcm" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/siding/white{ - dir = 9 - }, -/obj/item/paper/guides/jobs/medical/morgue{ - pixel_x = 4 - }, -/obj/item/paper_bin{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_y = -12 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"kct" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"kcy" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"kcT" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"kde" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/cargo/storage) -"kdn" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"kdH" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/cargo/storage) -"kdJ" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"kdN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/landmark/start/shaft_miner, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"kdO" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/station/science/lower) -"kdP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"kdS" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/machinery/light/cold/directional/east, -/obj/structure/closet/secure_closet/miner, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"kea" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/white/small, -/area/station/science/server) -"keb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/security/office) -"kee" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/food/grown/pineapple{ - pixel_x = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"kef" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"ket" = ( -/turf/open/floor/iron, -/area/station/security/prison/work) -"kev" = ( -/turf/closed/wall, -/area/station/hallway/secondary/spacebridge) -"kex" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/cold/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"keZ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"kft" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/iron/dark/side, -/area/station/cargo/office) -"kfw" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kfy" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"kfA" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"kfC" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"kfK" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"kfM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kgc" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/light/cold/directional/north, -/obj/item/storage/medkit/brute{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/brute{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/reagent_containers/cup/bottle/morphine{ - pixel_x = 4; - pixel_y = -9 - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/storage) -"kgh" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"kgn" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"kgu" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/unary/passive_vent, -/turf/open/space/basic, -/area/space) -"kgz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kgN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"kgT" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"kgZ" = ( -/obj/structure/cable, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"khD" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"khE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/departments/holy/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"khG" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"khJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/item/radio/intercom/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"khS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/hallway/primary/central/fore) -"khW" = ( -/obj/structure/curtain/cloth, -/turf/open/floor/carpet/royalblack, -/area/station/commons/dorms) -"kia" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"kit" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"kiB" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kiG" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/obj/machinery/recharge_station, -/obj/machinery/light/small/broken/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"kiJ" = ( -/obj/structure/cable, -/obj/machinery/power/smes, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"kiO" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kjg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kjh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"kjl" = ( -/obj/structure/cable, -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"kjn" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"kjw" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/sign/directions/lavaland/directional/south, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"kjJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=15.0-CentralStarboard-CentralFore"; - location = "14.0-Dormatories-CentralStarboard" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kjL" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"kjU" = ( -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"kkd" = ( -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Creature Pen"; - req_access = list("research") - }, -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Creature Pen"; - req_access = list("research") - }, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/xenobiology) -"kke" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/command/teleporter) -"kkl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/sign/poster/random/directional/east, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"kkm" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Primary Treatment Centre" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/iron/white/small, -/area/station/medical/treatment_center) -"kkD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"kkF" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/orange{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/item/stack/tile/iron{ - pixel_y = 18 - }, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"kkL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"kkO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/full, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white/textured_large, -/area/station/command/heads_quarters/cmo) -"kla" = ( -/obj/structure/closet, -/obj/item/clothing/suit/toggle/owlwings, -/obj/item/clothing/under/costume/owl, -/obj/item/clothing/shoes/combat, -/obj/item/storage/backpack/duffelbag, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"klf" = ( -/obj/effect/decal/cleanable/dirt/dust, +/area/station/hallway/primary/starboard) +"lOo" = ( /obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"klo" = ( -/obj/effect/mob_spawn/corpse/human, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"kls" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/science/lower) -"klC" = ( -/obj/structure/chair/stool/directional/east, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"klR" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"klZ" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/iron/chapel, -/area/station/maintenance/starboard/greater) -"kmd" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/solars/starboard/fore) -"kmg" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor2"; - name = "Supply Dock Loading Door" - }, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/cargo/storage) -"kmn" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/cargo/storage) -"kmo" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor2"; - name = "Supply Dock Loading Door" - }, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/cargo/storage) -"kmC" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"kmT" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"knk" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/effect/turf_decal/stripes/end{ dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"knv" = ( -/turf/closed/wall, -/area/station/maintenance/department/engine/atmos) -"knC" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"knF" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/recharge_station, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"knJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"knK" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"knL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"knV" = ( -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/medical/virology) -"kof" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"kon" = ( -/obj/structure/cable, -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"kov" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"kow" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/tcommsat/server) -"koz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"koD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"kpw" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/command/heads_quarters/qm) -"kpz" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Three"; - space_dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/maintenance/department/engine) -"kpF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kpS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/smooth, -/area/station/command/heads_quarters/qm) -"kpT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"kqa" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"kqi" = ( -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/beebox, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"kqo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall/r_wall, -/area/station/hallway/secondary/spacebridge) -"kqK" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "main_surgery" - }, -/turf/open/floor/plating, -/area/station/medical/surgery/theatre) -"kqL" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"kqM" = ( -/obj/structure/cable, -/obj/item/reagent_containers/cup/bucket, -/obj/item/mop, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"kqN" = ( -/obj/machinery/light/cold/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"kqQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"kqW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/mining/glass{ - name = "Delivery Office" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"kqX" = ( -/turf/closed/wall, -/area/station/ai_monitored/aisat/exterior) -"kqZ" = ( +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"lOs" = ( /obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"krc" = ( -/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"kro" = ( -/obj/item/kirbyplants/fullysynthetic, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"krp" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"kru" = ( -/obj/structure/chair/comfy/beige{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/iron, -/area/station/commons/dorms) -"krz" = ( -/obj/structure/cable, -/turf/open/floor/iron/stairs, -/area/station/maintenance/department/science/xenobiology) -"krC" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"krK" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/solars/starboard/aft) -"krY" = ( -/obj/structure/table/glass, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/neck/stethoscope{ - pixel_y = 15 - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"ksa" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"kse" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/cubicle) -"ksg" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"kso" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"ksx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"ksA" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"ksB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator" - }, -/turf/open/floor/catwalk_floor/iron, -/area/station/engineering/gravity_generator) -"ksL" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"ksN" = ( -/obj/structure/transit_tube/station/dispenser, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"ksX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"ktc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"ktD" = ( -/obj/machinery/computer/camera_advanced/base_construction/aux{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"ktM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"ktZ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/bookcase/random, -/turf/open/floor/plating, -/area/station/service/library/abandoned) -"kua" = ( -/obj/structure/table, -/obj/item/disk/cargo{ - pixel_x = 6 - }, -/obj/item/paper/crumpled{ - pixel_x = -7; - pixel_y = 8 - }, -/obj/item/pen{ - pixel_x = -5 - }, -/obj/item/storage/fancy/cigarettes/cigpack_robust{ - pixel_x = 7; - pixel_y = 15 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"kuq" = ( -/obj/machinery/computer/cargo/request, -/turf/open/floor/plating, -/area/station/hallway/primary/central/fore) -"kuv" = ( -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/primary/central/fore) -"kux" = ( -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"kuy" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/structure/closet/secure_closet/miner, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"kuE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kuY" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple, -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"kvb" = ( -/obj/effect/landmark/tram/birdshot/sec_wing{ - specific_lift_id = "prison_tram" - }, /obj/structure/industrial_lift/tram/white, /turf/open/floor/noslip/tram_platform, /area/station/security/tram) -"kvf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"kvh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"kvl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kvI" = ( -/obj/docking_port/stationary/random{ - dir = 8; - name = "lavaland"; - shuttle_id = "pod_2_lavaland" - }, -/turf/open/space/basic, -/area/space) -"kvK" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"kvO" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/camera/directional/east{ - c_tag = "Prison Isolation Cell"; - network = list("ss13","prison","isolation") - }, -/obj/structure/chair, -/turf/open/floor/iron/white/small, -/area/station/security/execution/education) -"kvT" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=17.0-CentralPort-ToolStorage"; - location = "16.0-CentralFore-CentralPort" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kws" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"kwA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"kwW" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"kwY" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"kwZ" = ( -/obj/structure/lattice, -/obj/structure/window/spawner/directional/north, -/turf/open/space/basic, -/area/space/nearstation) -"kxm" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/comfy/beige{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"kxL" = ( -/turf/open/floor/iron/dark/small, -/area/station/hallway/secondary/entry) -"kxX" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/east, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"kyr" = ( -/obj/structure/window/reinforced/spawner, -/obj/machinery/airalarm/directional/west, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"kyG" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"kyI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/public/glass{ - name = "Docking Corridor" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"kyN" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron/small, -/area/station/maintenance/port/aft) -"kyO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kyS" = ( -/obj/effect/turf_decal/stripes/white/corner, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 8 - }, -/obj/structure/window/reinforced/tram/front, -/obj/machinery/computer/tram_controls/directional/south{ - specific_lift_id = "prison_tram" - }, -/obj/structure/industrial_lift/tram/subfloor, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"kyZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kzo" = ( -/obj/machinery/vending/wardrobe/engi_wardrobe, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/light/directional/north, -/obj/machinery/light_switch/directional/west, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"kzu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kzx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"kzF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/light/cold/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/cargo/storage) -"kzI" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/spawner/random/structure/crate_empty, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) -"kzP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"kzX" = ( -/obj/structure/cable, -/turf/open/floor/wood/tile, -/area/station/commons/vacant_room/commissary) -"kAf" = ( -/obj/structure/transit_tube/station/dispenser/flipped{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"kAg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=14.0-Dormatories-CentralStarboard"; - location = "13.0-DormatoryCommons-Dormatories" - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"kAk" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/bed/dogbed/mcgriff, -/mob/living/basic/pet/dog/pug/mcgriff, -/turf/open/floor/iron, -/area/station/security/warden) -"kAn" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"kAR" = ( -/obj/structure/fireplace, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/stone, -/area/station/maintenance/aft) -"kAS" = ( -/obj/structure/closet/crate, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/tank/internals/oxygen, -/obj/item/tank/internals/oxygen, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/plating, -/area/station/command/teleporter) -"kBc" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"kBg" = ( -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/command/teleporter) -"kBo" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"kBq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/item/kirbyplants/random, -/obj/machinery/firealarm/directional/west, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/engine_smes) -"kBA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"kBH" = ( -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"kCb" = ( -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"kCl" = ( -/obj/machinery/light/cold/directional/east, -/obj/effect/spawner/random/vending/colavend, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"kCo" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"kCy" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/command/heads_quarters/captain) -"kCC" = ( -/obj/structure/sink/directional/west, -/obj/structure/table/bronze, -/obj/item/paper/fluff/gateway, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/captain/private) -"kCI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/machinery/holopad, +"lOE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"kCJ" = ( -/obj/structure/cable, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"kCN" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"kCP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/mop_bucket/janitorialcart, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"kCT" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/window{ - id = "atmosbridge" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"kCW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"kDg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"kDl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 1; - id = "garbage"; - name = "trash belt" - }, -/obj/machinery/recycler{ - dir = 1; - eat_dir = 2 - }, -/turf/open/floor/plating, -/area/station/service/janitor) -"kDq" = ( +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"lOF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"kEe" = ( -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"kEo" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"kEs" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Supply Door Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/cargo/storage) -"kEu" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/cargo/storage) -"kEA" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"kEF" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"kEH" = ( -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"kEO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/chaplain, -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"kFg" = ( -/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"lOI" = ( /obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/command/heads_quarters/qm) -"kFs" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/chair{ +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/cargo/boutique) +"lOK" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/flasher/directional/east{ - id = "brigisolation" +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, /turf/open/floor/iron, -/area/station/security/brig/entrance) -"kFD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/autolathe, -/obj/effect/turf_decal/delivery/white, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/smooth, -/area/station/cargo/sorting) -"kFI" = ( +/area/station/medical/chemistry) +"lOL" = ( /obj/structure/disposalpipe/segment{ dir = 5 }, @@ -28832,720 +34822,7 @@ }, /turf/open/floor/iron/smooth, /area/station/cargo/sorting) -"kFJ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"kFP" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"kFU" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"kFY" = ( -/turf/closed/wall/r_wall, -/area/station/medical/morgue) -"kGi" = ( -/obj/machinery/light/cold/directional/north, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"kGu" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"kGz" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/reagent_dispensers/plumbed, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"kGB" = ( -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/construction) -"kGC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/plating, -/area/station/security/tram) -"kGE" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"kGM" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"kGS" = ( -/turf/open/floor/iron/white, -/area/station/maintenance/central/greater) -"kHc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"kHH" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"kId" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 9 - }, -/obj/structure/window/spawner/directional/west, -/obj/structure/rack, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_x = 3; - pixel_y = 6 - }, -/obj/machinery/camera/autoname/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"kIe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"kIj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"kIn" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/station/maintenance/port/aft) -"kIv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue, -/obj/structure/sign/warning/cold_temp/directional/north{ - name = "\improper CRYOGENICS" - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"kIy" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 8 - }, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"kIL" = ( -/obj/machinery/vending/cigarette, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"kIO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/west{ - name = "Cargo Desk"; - req_access = list("shipping") - }, -/obj/structure/desk_bell{ - pixel_x = 7 - }, -/obj/item/paper_bin{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/item/pen{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/office) -"kIQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"kIR" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"kIY" = ( -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"kJb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/primary/central/fore) -"kJj" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kJp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/closet/secure_closet{ - name = "contraband locker"; - req_access = list("armory") - }, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/spawner/random/contraband/armory, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/station/ai_monitored/security/armory) -"kJq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kJJ" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"kJN" = ( -/obj/structure/closet/secure_closet/injection{ - name = "educational injections"; - pixel_x = 2 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"kJQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"kJR" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kJW" = ( -/obj/structure/cable, -/turf/open/floor/iron/stairs, -/area/station/engineering/storage/tech) -"kJX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kJZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"kKa" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"kKe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"kKy" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"kKB" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner, -/obj/structure/flora/bush/large/style_random{ - pixel_x = -13; - pixel_y = -1 - }, -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/misc/sandy_dirt, -/area/station/commons) -"kKD" = ( -/obj/machinery/shower/directional/south, -/obj/effect/turf_decal/box, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"kKN" = ( -/obj/structure/barricade/wooden, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"kKT" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 10 - }, -/obj/structure/railing{ - dir = 10 - }, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"kKV" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"kLo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"kLq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"kLu" = ( -/obj/machinery/shower/directional/south, -/obj/effect/turf_decal/box, -/obj/effect/spawner/random/trash/soap{ - spawn_scatter_radius = 1 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"kLB" = ( -/obj/machinery/shower/directional/south, -/obj/effect/turf_decal/box, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"kLG" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"kLS" = ( -/turf/open/floor/iron/stairs{ - dir = 1 - }, -/area/station/medical/treatment_center) -"kMm" = ( -/obj/structure/chair/sofa/right/brown{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"kMo" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"kMz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"kMW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"kNc" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"kNf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/warning, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"kNu" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"kNz" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/iron/small, -/area/station/maintenance/department/medical/central) -"kNA" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"kND" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison) -"kNI" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"kNJ" = ( -/obj/structure/cable, -/obj/machinery/power/solar_control{ - id = "forestarboard"; - name = "Starboard Bow Solar Control" - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"kNZ" = ( -/obj/structure/cable, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"kOc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"kOd" = ( -/obj/effect/turf_decal/siding/blue, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"kOm" = ( -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/maintenance/solars/port/aft) -"kOq" = ( -/obj/effect/turf_decal/tile/brown/half, -/obj/effect/turf_decal/tile/brown/half{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/textured_half, -/area/station/cargo/miningoffice) -"kOs" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/wood, -/area/station/hallway/secondary/entry) -"kOv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/half, -/obj/effect/turf_decal/tile/brown/half{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/textured_half, -/area/station/cargo/miningoffice) -"kOA" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"kOG" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/solars/starboard/fore) -"kOR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"kOT" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"kOV" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"kOX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"kPk" = ( -/obj/structure/chair/sofa/bench{ - dir = 1 - }, -/turf/open/floor/iron/dark/side, -/area/station/security/execution/transfer) -"kPv" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/pen{ - pixel_y = 5 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"kPH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Prison Washroom" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/security/prison/shower) -"kPW" = ( -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"kQb" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"kQe" = ( -/obj/machinery/button/door/directional/west{ - id = "QMLoaddoor"; - layer = 4; - name = "Loading Doors"; - pixel_y = -8; - req_access = list("cargo") - }, -/obj/machinery/button/door/directional/west{ - id = "QMLoaddoor2"; - layer = 4; - name = "Loading Doors"; - pixel_y = 8; - req_access = list("cargo") - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"kQk" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/item/kirbyplants/fullysynthetic, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"kQp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kQt" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/aft) -"kQv" = ( -/obj/machinery/light/small/directional/east, -/obj/item/kirbyplants/random, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"kQM" = ( -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/cargo/storage) -"kRE" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"kRJ" = ( -/obj/structure/disposalpipe/segment, -/obj/item/banner/cargo, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/airalarm/directional/west, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"kRN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 4 - }, -/area/station/maintenance/starboard/greater) -"kRU" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"kSb" = ( -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"kSf" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"kSo" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/obj/structure/industrial_lift/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"kSr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Research Director's Office" - }, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/command/heads_quarters/rd) -"kSv" = ( +"lOQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -29553,12 +34830,1660 @@ name = "Maintenance" }, /obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"lPj" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/pen{ + pixel_x = 5 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"lPl" = ( +/obj/machinery/griddle, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"lPp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"lPy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"lPS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"lQf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"lQg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"lQl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lQJ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"lQV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"lQW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"lQZ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"lRe" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"lRk" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/fore) +"lRu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"lRw" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"lRC" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/techstorage/tcomms_all, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"lRF" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"lRM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"lRP" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"lSd" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/fitness/locker_room) +"lSe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"lSh" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"lSk" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"lSo" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/command/heads_quarters/hop) +"lSr" = ( +/obj/structure/cable, +/obj/structure/closet/secure_closet/hop, +/obj/item/hand_labeler, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/hop) +"lSy" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/command/corporate_dock) +"lSz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ dir = 4 }, /turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"kSA" = ( +/area/station/maintenance/port/fore) +"lSC" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/warden) +"lSF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"lSH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lSS" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"lSW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"lSY" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area/white, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"lTe" = ( +/obj/machinery/light/cold/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"lTn" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"lTs" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"lTA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"lTD" = ( +/turf/open/floor/iron/smooth_half, +/area/station/hallway/primary/central/fore) +"lTP" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Central Atmospherics" + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"lUe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/box/red, +/obj/structure/cable/multilayer/connected, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"lUg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"lUr" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"lUu" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"lUw" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lUx" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2o{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"lUy" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/spawner/random/structure/crate, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"lUD" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/courtroom) +"lUL" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/effect/spawner/random/techstorage/ai_all, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"lUR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/mechbay) +"lVd" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/pdapainter{ + pixel_y = 2 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/command/heads_quarters/hop) +"lVl" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"lVs" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"lVE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"lVI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"lVM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"lWe" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"lWf" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/sink/directional/south{ + dir = 8; + pixel_x = 14; + pixel_y = 0 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"lWi" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lWk" = ( +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"lWq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"lWD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/button/door/directional/west{ + id = "atmosbridge"; + name = "Space Bridge" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"lWE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"lWF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ + name = "Prison Showers" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/shower) +"lWZ" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + shuttledocked = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/security/processing) +"lXi" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"lXn" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"lXp" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Waste to Exhaust" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"lXr" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green, +/obj/machinery/module_duplicator, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"lXE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"lXF" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"lXR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/obj/machinery/camera/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"lXU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"lYf" = ( +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"lYg" = ( +/turf/closed/wall, +/area/station/science/robotics/lab) +"lYk" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"lYM" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"lYZ" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/stack/sheet/mineral/plasma/thirty, +/turf/open/floor/iron/small, +/area/station/engineering/engine_smes) +"lZc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lZd" = ( +/obj/item/assembly/signaler, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"lZf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"lZg" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"lZi" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/fore) +"lZy" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"lZC" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"lZD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"lZE" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"lZF" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mac" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"mau" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/departments/medbay/alt/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"maC" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"maM" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/light/floor, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"maP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"maQ" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Science Lab Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"maV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Network Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/turf/open/floor/iron/dark/textured_half, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"maZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"mbs" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"mbt" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"mbK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mbR" = ( +/obj/structure/cable, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"mbT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"mce" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white/corner, +/area/station/science/lobby) +"mch" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/turf_decal/siding/red/corner{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"mcm" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"mco" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mcu" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/machinery/airalarm/directional/south, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"mcw" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"mcC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/depsec/supply, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"mcX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mcY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"mdj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall, +/area/station/hallway/secondary/spacebridge) +"mdt" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/starboard/greater) +"mdu" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"mdG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/port) +"mdT" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"mea" = ( +/obj/structure/chair/stool/directional/east, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"men" = ( +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"mey" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"mez" = ( +/obj/item/stack/cable_coil{ + pixel_x = -4; + pixel_y = -8 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/conveyor_switch/oneway{ + id = "fab2"; + pixel_x = 10; + pixel_y = 11 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"meF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/general, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"meK" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/noslip, +/area/station/maintenance/port/aft) +"meL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"meQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"meX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/right/directional/north{ + name = "Security Desk" + }, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/customs) +"mfk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"mfo" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/cold/directional/north, +/obj/effect/landmark/start/hangover, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/science/lobby) +"mfv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mfK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"mfS" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"mgy" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "flamedra" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/engine) +"mgU" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/door/window/brigdoor/left/directional/east{ + atom_integrity = 300; + dir = 8 + }, +/obj/machinery/button/door/incinerator_vent_atmos_aux{ + pixel_x = -8; + pixel_y = -24 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/disposal/incinerator) +"mgY" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood, +/obj/structure/bed/maint, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"mhf" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/tram) +"mhh" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/computer/prisoner/management{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"mhl" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/rack, +/obj/item/storage/box/firingpins{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/security/tram) +"mhr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"mht" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"mhu" = ( +/obj/structure/table/reinforced, +/obj/machinery/camera/directional/west, +/obj/effect/decal/cleanable/cobweb, +/obj/item/retractor, +/obj/item/hemostat, +/obj/item/cautery, +/obj/machinery/camera/autoname/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"mhJ" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"mhQ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"mhS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/circuitboard/computer/stationalert{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"mif" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"miu" = ( +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"miw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"miC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"miE" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new, +/obj/machinery/firealarm/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"miO" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"miX" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"mjb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"mji" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/south, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"mjl" = ( +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mjv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"mjA" = ( +/obj/structure/chair/sofa/left/maroon, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"mjF" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/button/door/directional/south{ + id = "secbreach"; + name = "Emergency Breach Shutters"; + req_access = list("security") + }, +/turf/open/floor/iron, +/area/station/security) +"mjH" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"mjJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"mjT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + id = "justiceblast"; + name = "Justice Blast Door" + }, +/turf/open/floor/plating/airless, +/area/station/security/execution/education) +"mjX" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"mjY" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mjZ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/aft) +"mkb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal/incinerator) +"mko" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mkA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/command/corporate_showroom) +"mkB" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/holosign/barrier/atmos/tram, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"mkD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/window/left/directional/east{ + name = "Trash Chute"; + req_access = list("janitor") + }, +/obj/machinery/conveyor_switch/oneway{ + dir = 4; + id = "garbage"; + name = "trash chute" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"mkJ" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"mkM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"mlf" = ( +/obj/structure/hedge, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"mli" = ( +/obj/structure/table/glass, +/obj/item/experi_scanner{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/experi_scanner{ + pixel_x = -10; + pixel_y = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"mlo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"mlq" = ( +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"mly" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mlF" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/stripes/white/box, +/turf/open/floor/iron/dark/smooth_large, +/area/station/hallway/primary/fore) +"mlZ" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "medlock"; + name = "Lockdown Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) +"mmj" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 8; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"mmp" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/delivery_chute{ + name = "Science Deliveries" + }, +/obj/structure/sign/departments/science/directional/north, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/plasticflaps{ + name = "Science Deliveries" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"mmP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"mmR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"mmZ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Departure Lounge" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"mnd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/central/fore) +"mnf" = ( +/obj/machinery/holopad, +/obj/effect/landmark/start/depsec/medical, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"mni" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating, +/area/station/security/brig/entrance) +"mnZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"moe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"moq" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"mor" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"moI" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"moN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/airlock/command/glass{ + name = "Glassway" + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"moT" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/starboard/fore) +"moZ" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"mpr" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"mpD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"mqb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"mqj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"mqs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"mqC" = ( +/turf/open/floor/iron, +/area/station/security/prison) +"mqM" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"mqO" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/space/basic, +/area/space/nearstation) +"mqT" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/commons) +"mrd" = ( +/obj/machinery/shower/directional/south, +/obj/structure/curtain, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/nuclearbomb/beer, +/turf/open/floor/iron/freezer, +/area/station/command/corporate_suite) +"mrf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"mrl" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/cmo) +"mrn" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"mrq" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"mrx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"mrE" = ( +/obj/machinery/mineral/ore_redemption{ + dir = 4; + input_dir = 8; + output_dir = 4 + }, +/obj/machinery/door/window/right/directional/east{ + name = "Ore Redemtion Window" + }, +/obj/effect/turf_decal/bot, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/textured_large, +/area/station/cargo/office) +"mrP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"msh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/blue, +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"msj" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"msq" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/west, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"mst" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"msD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta/end{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"msE" = ( +/obj/structure/cable, +/obj/machinery/power/port_gen/pacman, +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"msJ" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/engineering_all, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"msV" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -29573,1839 +36498,17 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) -"kSN" = ( -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"kSO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/photocopier, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"kSV" = ( -/obj/structure/chair/stool/bamboo{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"kSY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"kTd" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"kTp" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/station/command/heads_quarters/qm) -"kTt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Quarters" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/hop, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/heads_quarters/hop) -"kTw" = ( -/turf/closed/wall, -/area/station/construction/mining/aux_base) -"kTx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/firecloset, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"kTC" = ( -/obj/structure/tank_holder/extinguisher, -/turf/open/floor/catwalk_floor, -/area/station/science/xenobiology) -"kTH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/hallway/secondary/command) -"kTL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"kUf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"kUl" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/closed/wall, -/area/station/engineering/atmos) -"kUt" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - dir = 1; - name = "Prison Monitor"; - network = list("prison"); - pixel_y = -30 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/office) -"kUF" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"kUI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"kUM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"kVb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron, -/area/station/maintenance/department/medical/central) -"kVc" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/radio/off, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"kVe" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"kVl" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"kVx" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"kWd" = ( -/obj/machinery/door/airlock{ - name = "Room 2" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"kWk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"kWq" = ( -/obj/structure/table, -/obj/item/paper/guides/jobs/engi/gravity_gen, -/obj/effect/spawner/random/bureaucracy/pen, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plating, -/area/station/engineering/gravity_generator) -"kWs" = ( -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"kWF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/window/right/directional/north{ - name = "Kitchen Delivery Access"; - req_access = list("kitchen") - }, -/obj/effect/turf_decal/delivery/white{ - color = "#52B4E9" - }, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"kWJ" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/machinery/newscaster/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"kXe" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"kXl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"kXn" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/gravity_generator) -"kXo" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Interrogation room"; - network = list("interrogation") - }, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"kXM" = ( -/obj/effect/spawner/random/structure/girder, -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"kXO" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/frame/machine, -/obj/item/circuitboard/machine/chem_dispenser, -/obj/item/stack/cable_coil/five, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"kXQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"kXR" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"kXS" = ( -/obj/structure/closet/emcloset, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"kYG" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"kYK" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"kYQ" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/checkpoint/escape) -"kYY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/window/spawner, -/obj/effect/turf_decal/trimline/purple/end{ - dir = 1 - }, -/obj/machinery/shower/directional/north{ - name = "emergency shower"; - pixel_y = -11 - }, -/turf/open/floor/iron, -/area/station/science/cytology) -"kYZ" = ( -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner, -/turf/open/floor/grass, -/area/station/cargo/storage) -"kZf" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"kZg" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"kZh" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/item/modular_computer/laptop, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"kZo" = ( -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"kZx" = ( -/obj/machinery/button/door/directional/north{ - id = "main_surgery"; - name = "Privacy Shutters" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"lao" = ( -/obj/effect/mob_spawn/corpse/human, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"las" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/machinery/light/cold/directional/south, -/obj/machinery/status_display/supply{ - pixel_y = -32 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"laD" = ( -/turf/open/floor/iron/dark, -/area/station/hallway/primary/central/fore) -"laL" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area/white, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/primary/central/fore) -"laM" = ( -/obj/structure/cable, -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"laZ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"lba" = ( -/obj/structure/cable, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"lbh" = ( -/obj/structure/sign/directions/evac, -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_y = -9 - }, -/turf/closed/wall, -/area/station/hallway/primary/central/fore) -"lbk" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, +"mtr" = ( /obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side, -/area/station/hallway/primary/central/fore) -"lbs" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/cup/glass/shaker{ - pixel_x = 12 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"lbM" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/machinery/camera/directional/south, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/turf/open/floor/iron/dark/side, -/area/station/hallway/primary/central/fore) -"lbN" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/table/glass, -/obj/item/stack/medical/mesh{ - pixel_x = 3 - }, -/obj/item/stack/medical/suture{ - pixel_x = 5 - }, -/obj/item/stack/medical/suture{ - pixel_y = 3 - }, -/obj/machinery/airalarm/directional/south, /obj/machinery/light/cold/directional/west, -/obj/item/reagent_containers/cup/bottle/multiver{ - pixel_x = -4; - pixel_y = 10 - }, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"lbO" = ( +/area/station/medical/medbay/central) +"mtx" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wideplating/dark, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"lbW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"lca" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"lce" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"lcn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"lct" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"lcu" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/flora/bush/leavy/style_random, -/obj/structure/flora/bush/stalky/style_random, -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) -"lcx" = ( -/obj/structure/sink/kitchen/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"lcz" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/table, -/obj/item/pai_card, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"lcC" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/machinery/camera/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"lcK" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"lcN" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/flora/bush/leavy/style_random, -/obj/structure/flora/bush/stalky/style_random, -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) -"lcW" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"ldb" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/camera/directional/south, -/turf/open/floor/plating, -/area/station/service/janitor) -"lde" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 1; - id = "garbage"; - name = "trash belt" - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/plating, -/area/station/service/janitor) -"ldo" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/button/door/directional/west{ - id = "study_a"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 7; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood/tile, -/area/station/commons) -"ldq" = ( -/turf/closed/wall, -/area/station/maintenance/department/science/xenobiology) -"ldx" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/server) -"ldB" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/commons) -"ldF" = ( -/obj/machinery/computer/upload/ai{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"ldU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/trash/pistachios{ - pixel_y = 8 - }, -/obj/item/trash/popcorn/salty{ - pixel_x = 11; - pixel_y = 10 - }, -/obj/effect/decal/cleanable/glass/plastitanium/screws, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"ldZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"leh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"lej" = ( -/obj/structure/kitchenspike, -/obj/effect/turf_decal/bot_red, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"lek" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/primary/starboard) -"let" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/misc/sandy_dirt, -/area/station/commons) -"lev" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/computer/shuttle/mining{ - dir = 4 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"ley" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/stairs{ - dir = 1 - }, -/area/station/medical/treatment_center) -"leC" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/prison) -"leE" = ( -/obj/structure/urinal/directional/west, -/obj/effect/mapping_helpers/broken_floor, /obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"leH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/bed/maint, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"leI" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"leN" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - icon_state = "plating" - }, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"leP" = ( -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"leU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"lfa" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"lfd" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"lfe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"lfg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/medical/glass{ - name = "Primary Treatment Centre" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/iron/white/small, -/area/station/medical/treatment_center) -"lfC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/security/prison) -"lfU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"lgf" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"lgg" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) -"lgo" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 5 - }, -/obj/structure/window/spawner/directional/east, -/obj/structure/rack, -/obj/item/storage/belt/medical{ - pixel_y = 8 - }, -/obj/item/storage/belt/medical{ - pixel_y = 4 - }, -/obj/item/storage/belt/medical, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"lgq" = ( -/obj/structure/chair/comfy/lime{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/button/door/directional/west{ - id = "study_b"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 7; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/effect/landmark/start/hangover, /turf/open/floor/wood/tile, -/area/station/commons) -"lgx" = ( -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"lgT" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/kirbyplants/random, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"lgV" = ( -/obj/structure/table, -/obj/item/camera, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"lhg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay Clinic" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medlock"; - name = "Lockdown Shutters" - }, -/turf/open/floor/iron/white/small, -/area/station/medical/medbay/lobby) -"lhl" = ( -/obj/effect/spawner/random/trash/graffiti{ - pixel_x = 32; - spawn_loot_chance = 50 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"lhm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"lhn" = ( -/obj/structure/cable, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"lhv" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "centersol"; - name = "Central Solar Array" - }, -/turf/open/floor/iron/solarpanel/airless, -/area/station/solars/aft) -"lhx" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"lhI" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"lhP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"lhQ" = ( -/obj/item/pickaxe, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"lhV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/security/processing) -"lib" = ( -/obj/structure/chair/sofa/bench, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"liG" = ( -/obj/structure/cable, -/obj/structure/table/glass, -/obj/machinery/fax{ - fax_name = "Captain's Office"; - name = "Captain's Fax Machine"; - pixel_y = 11 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"liJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/departments/cargo/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"liP" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"liQ" = ( -/obj/structure/lattice, -/turf/open/misc/asteroid/airless, -/area/space/nearstation) -"liR" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/fore/greater) -"liU" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"ljl" = ( -/obj/structure/lattice, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"ljn" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 5; - height = 7; - name = "Cargo Bay"; - shuttle_id = "cargo_home"; - width = 12 - }, -/turf/open/space/basic, -/area/space) -"ljp" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"lju" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/cargo/storage) -"ljw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"ljz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"lka" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"lkd" = ( -/obj/structure/cable, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"lku" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"lkG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"lkI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lkR" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/security/prison) -"lkV" = ( -/turf/closed/wall/r_wall, -/area/station/science/ordnance) -"llg" = ( -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"llv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/north, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"llC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"llD" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/disposal/bin, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"llN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"llP" = ( -/obj/structure/cable, -/obj/structure/bed/pod{ - desc = "An old medical bed, just waiting for replacement with something up to date."; - dir = 4; - name = "medical bed" - }, -/obj/effect/turf_decal/trimline/blue/corner, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/item/bedsheet/medical{ - dir = 4 - }, -/obj/machinery/iv_drip, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"llT" = ( -/obj/structure/chair{ - dir = 4; - pixel_y = -2 - }, -/turf/open/floor/iron, -/area/station/science/lower) -"llW" = ( -/turf/closed/wall, -/area/station/ai_monitored/security/armory) -"lmb" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Xenobiology Maintenance" - }, -/obj/structure/barricade/wooden, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"lme" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/donk, -/area/station/command/heads_quarters/qm) -"lmv" = ( -/obj/structure/disposalpipe/segment, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lmG" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold/general/visible, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"lmR" = ( -/obj/structure/dresser, -/obj/structure/sign/poster/contraband/random/directional/east, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lmS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"lnc" = ( -/obj/machinery/light/cold/directional/east, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"lnu" = ( -/obj/machinery/holopad, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"lnA" = ( -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/hallway/secondary/construction) -"lnI" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/ore_box, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"lnU" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"log" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"loj" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/obj/machinery/piratepad/civilian, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/primary/central/fore) -"loo" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"loL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/holopad, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"loM" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/warning/radiation/rad_area/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"lpa" = ( -/obj/structure/lattice, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/space/basic, -/area/space/nearstation) -"lpC" = ( -/turf/open/floor/plating, -/area/station/service/chapel/funeral) -"lpR" = ( -/obj/structure/cable, -/obj/structure/table/glass, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/item/pinpointer/nuke{ - pixel_x = -1; - pixel_y = 4 - }, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"lpV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"lpX" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 1 - }, -/obj/machinery/duct, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"lqa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/robotics/augments) -"lqd" = ( -/obj/effect/turf_decal/siding/red{ - dir = 10 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/obj/machinery/flasher/directional/west{ - id = "cell 3" - }, -/turf/open/floor/iron/small, -/area/station/security/brig) -"lqg" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/dark_red, -/obj/item/flashlight/lamp, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"lql" = ( -/turf/open/floor/wood/parquet, -/area/station/service/library) -"lqs" = ( -/turf/closed/wall/rust, -/area/station/maintenance/fore/greater) -"lqt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/hop) -"lqy" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/plating, -/area/station/security/brig/entrance) -"lqC" = ( -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"lqF" = ( -/obj/structure/table, -/obj/item/camera_film{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/camera_film{ - pixel_y = 9 - }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"lqS" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_y = -3 - }, -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/obj/machinery/light/floor{ - pixel_x = -32 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"lrh" = ( -/obj/structure/cable, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"lrx" = ( -/obj/effect/landmark/start/scientist, -/obj/structure/chair{ - dir = 4; - pixel_y = -2 - }, -/obj/machinery/light/dim/directional/west, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/white, -/area/station/science/research) -"lrE" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"lrH" = ( -/obj/structure/chair/sofa/bench{ - dir = 4 - }, -/obj/structure/window/spawner/directional/west, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"lsJ" = ( -/obj/structure/window/spawner/directional/north, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/plating, -/area/station/hallway/secondary/service) -"lsO" = ( -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"lti" = ( -/obj/machinery/libraryscanner, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"ltl" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"lto" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"ltp" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/plating, -/area/station/security/tram) -"lty" = ( -/obj/structure/cable, -/obj/machinery/door/morgue{ - name = "Secret Corridor"; - req_access = list("library") - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/service/library) -"ltT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"lub" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"luh" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"lui" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"luo" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"lup" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"lur" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/camera/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"lus" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/service/library) -"lut" = ( -/obj/structure/table/wood/fancy/red, -/obj/structure/sign/painting/large/library{ - dir = 1 - }, -/obj/item/dualsaber/toy{ - pixel_x = 6 - }, -/obj/item/circuitboard/machine/vending/syndicatedonksofttoyvendor{ - pixel_x = -12; - pixel_y = 8 - }, -/turf/open/floor/wood/parquet, -/area/station/service/greenroom) -"lvc" = ( -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"lvk" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"lvu" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/office) -"lvv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"lvA" = ( -/obj/structure/table/wood/fancy/red, -/obj/item/clothing/head/costume/witchwig{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/xenos_claw{ - pixel_x = -10; - pixel_y = 3 - }, -/turf/open/floor/wood/parquet, -/area/station/service/greenroom) -"lvM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Prison Garden" - }, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/security/prison/garden) -"lvY" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"lwa" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/primary/central/fore) -"lwk" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"lwn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/hatch, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"lwp" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/security/execution/transfer) -"lwD" = ( -/obj/item/kirbyplants/random, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/hallway/primary/central/fore) -"lwH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"lwI" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/machinery/computer/security/mining{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"lwJ" = ( -/obj/effect/turf_decal/siding/thinplating_new/light/end, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/item/reagent_containers/cup/watering_can, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) -"lwR" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"lwY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"lxa" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"lxd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"lxh" = ( -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/engine, -/area/station/science/explab) -"lxo" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"lxy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/door/airlock/mining{ - name = "Mining Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"lxI" = ( -/obj/effect/turf_decal/siding/wood/end, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"lxZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"lyc" = ( -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/security/office) -"lye" = ( -/obj/structure/bed/maint, -/obj/item/melee/baseball_bat, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"lyg" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, -/obj/machinery/door/airlock/medical{ - name = "Pychologists Office" - }, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"lyj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"lyp" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/curtain/cloth, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/textured_half, -/area/station/service/janitor) -"lyy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"lyQ" = ( -/obj/structure/table, -/obj/item/storage/photo_album/prison, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"lyY" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"lzg" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/airalarm/directional/north, -/obj/structure/rack, -/obj/item/crowbar/large/heavy, -/obj/item/wirecutters, -/obj/item/wrench, -/turf/open/floor/iron, -/area/station/security/tram) -"lzn" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lzp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lzv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/departments/botany/alt1/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"lzA" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lzM" = ( -/turf/closed/wall, -/area/station/security/tram) -"lzR" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"lzT" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/command{ - name = "Council Chambers" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/bridge) -"lzU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/north, -/turf/open/floor/grass, -/area/station/cargo/storage) -"lAa" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/chair/stool/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"lAb" = ( -/obj/structure/table, -/obj/item/pen/screwdriver{ - pixel_x = -4 - }, -/obj/item/clothing/head/soft/grey{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"lAf" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"lAk" = ( +/area/station/command/meeting_room) +"mty" = ( /obj/effect/turf_decal/siding/white{ dir = 9 }, @@ -31425,30493 +36528,115 @@ }, /turf/open/floor/iron, /area/station/cargo/office) -"lAO" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_y = 10 - }, -/obj/effect/spawner/random/bureaucracy/folder{ - pixel_x = -2; - pixel_y = -9 - }, -/obj/structure/sign/picture_frame/portrait{ - pixel_x = -26 - }, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"lAU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"lBf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"lBn" = ( -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/item/radio, -/obj/structure/railing{ - dir = 5 - }, -/obj/item/stamp{ - pixel_x = -12; - pixel_y = 3 - }, -/obj/item/stamp/denied{ - pixel_x = -12; - pixel_y = -2 - }, -/turf/open/floor/iron, -/area/station/cargo/office) -"lBy" = ( -/obj/structure/railing, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"lBE" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/stairs{ - dir = 1 - }, -/area/station/cargo/office) -"lBN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security{ - name = "Detective's Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/detective, -/turf/open/floor/iron/textured_half, -/area/station/security/detectives_office) -"lBO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/catwalk_floor/iron, -/area/station/engineering/storage/tech) -"lCg" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"lCt" = ( -/obj/effect/turf_decal/siding/red{ - dir = 1 - }, -/obj/machinery/computer/records/security{ - dir = 4 - }, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"lCD" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons) -"lCH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"lCN" = ( -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"lCV" = ( -/obj/structure/urinal/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"lDc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command{ - name = "Telecomms Server Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/tcommsat/server) -"lDl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"lDx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"lDE" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/engineering/supermatter/room) -"lDH" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"lDI" = ( -/obj/structure/rack, -/obj/item/storage/belt/utility/full, -/obj/effect/turf_decal/bot, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/glasses/welding, -/obj/item/radio/intercom/directional/north, -/obj/item/clothing/head/utility/welding, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"lEa" = ( -/turf/open/floor/iron/half, -/area/station/hallway/primary/central/fore) -"lEu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"lEJ" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor"; - name = "Supply Dock Loading Door" - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/cargo/storage) -"lFg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"lFG" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/red, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lFJ" = ( -/obj/machinery/teleport/station, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/command/teleporter) -"lFU" = ( -/obj/effect/turf_decal/siding/red, -/obj/item/kirbyplants/random, -/obj/item/radio/intercom/directional/east, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lGe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/end, -/obj/machinery/shower/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"lGk" = ( -/obj/machinery/pdapainter/supply, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"lGo" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/flora/bush/large/style_2{ - pixel_x = -23 - }, -/turf/open/misc/sandy_dirt, -/area/station/hallway/primary/central/fore) -"lGr" = ( -/obj/effect/turf_decal/siding/brown{ - dir = 6 - }, -/obj/structure/table/reinforced/plastitaniumglass, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"lGA" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/machinery/door/airlock/command/glass{ - name = "Command Hallway" - }, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/hallway/secondary/command) -"lGK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain/private) -"lGO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sink/directional/west, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"lGT" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet/donk, -/area/station/command/heads_quarters/qm) -"lHc" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"lHe" = ( -/obj/structure/chair/stool/directional/south, -/turf/open/floor/carpet/donk, -/area/station/command/heads_quarters/qm) -"lHj" = ( -/obj/structure/table/optable, -/turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"lHk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"lHl" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/obj/machinery/chem_master, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"lHn" = ( -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"lHt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/window/spawner, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"lHJ" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/machinery/shower/directional/east, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"lHS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"lHT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Quartermaster's Bedroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/heads_quarters/qm) -"lHU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain/private) -"lHW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain/private) -"lIa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/door/airlock/silver{ - name = "Bathroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/heads_quarters/captain/private) -"lIe" = ( -/obj/machinery/door/airlock/medical{ - name = "Front Desk" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/turf/open/floor/iron/white/small, -/area/station/medical/medbay/lobby) -"lIf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lIh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"lIi" = ( -/obj/machinery/computer/operating{ - dir = 8 - }, -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"lIn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/directional/east, -/obj/effect/landmark/start/quartermaster, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lIq" = ( -/obj/structure/table/wood/fancy/green, -/obj/item/paperplane{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/item/paperplane{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lIw" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lIL" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/window/left/directional/south{ - dir = 4; - name = "Maximum Security Test Chamber"; - req_access = list("xenobiology") - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/xenobiology) -"lJe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/command/heads_quarters/captain/private) -"lJk" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/tram) -"lJo" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/freezer, -/area/station/command/heads_quarters/captain/private) -"lJr" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"lJA" = ( -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 5 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"lJE" = ( -/obj/structure/chair/stool/directional/west, -/mob/living/basic/syndicate/russian/ranged/lootless, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"lJV" = ( -/obj/structure/bed, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/bedsheet/qm, -/obj/item/reagent_containers/cup/glass/bottle/tequila{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/structure/sign/poster/contraband/random/directional/east, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lJY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"lKh" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"lKn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"lKt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"lKu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"lKA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"lKG" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"lKK" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"lLb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - name = "Departure Lounge Security Post" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"lLu" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/structure/window/reinforced/tram/right/directional/west, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/industrial_lift/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"lLv" = ( -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"lLH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random/trash, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"lLJ" = ( -/obj/structure/table, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"lLP" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"lLQ" = ( -/obj/structure/cable, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"lLX" = ( -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"lMo" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/structure/rack{ - icon = 'icons/obj/stationobjs.dmi'; - icon_state = "minibar"; - name = "skeletal minibar" - }, -/obj/item/storage/fancy/candle_box, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"lMp" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"lMr" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/blue{ - dir = 5 - }, -/obj/machinery/light/cold/directional/east, -/obj/machinery/light_switch/directional/east, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/kirbyplants/random, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/open/floor/iron/white/small, -/area/station/command/heads_quarters/cmo) -"lMy" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/storage/photo_album/library, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"lMz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen/invisible{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"lMF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"lMH" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/table/glass, -/obj/item/flashlight/lamp/green{ - pixel_x = 2; - pixel_y = 9 - }, -/obj/item/taperecorder{ - pixel_x = -15; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"lMK" = ( -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"lMN" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"lMU" = ( -/obj/machinery/portable_atmospherics/canister/anesthetic_mix, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white/small, -/area/station/medical/cryo) -"lNb" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/item/pushbroom, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"lNf" = ( -/obj/effect/turf_decal/siding/blue, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"lNp" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/east, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/hallway/primary/central/fore) -"lNw" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"lNx" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/dark_red, -/obj/machinery/button/door/directional/south{ - id = "secbreach"; - name = "Emergency Breach Shutters"; - pixel_x = -6; - req_access = list("security") - }, -/obj/machinery/button/door{ - desc = "Controls the shutters over the brig windows."; - id = "briglockdown"; - name = "Brig Lockdown Control"; - pixel_x = 6; - pixel_y = -24; - req_access = list("security") - }, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"lNF" = ( -/obj/effect/spawner/random/entertainment/lighter, -/obj/item/clothing/mask/cigarette/rollie/mindbreaker{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/clothing/mask/cigarette/rollie/trippy{ - pixel_x = 4 - }, -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"lOa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/airalarm/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"lOh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"lOi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Xenobiology Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"lOj" = ( -/turf/closed/wall, -/area/station/cargo/miningoffice) -"lOt" = ( -/obj/structure/closet/l3closet/janitor, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/service/janitor) -"lOu" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/office) -"lOG" = ( -/obj/structure/table, -/obj/item/stack/spacecash/c1{ - pixel_x = -5; - pixel_y = 12 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"lOH" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"lOO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding{ - dir = 5 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"lPc" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/science/xenobiology) -"lPd" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"lPf" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/atmos/storage/gas) -"lPi" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"lPo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"lPC" = ( -/obj/structure/bookcase/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"lQh" = ( -/turf/open/floor/iron/small, -/area/station/maintenance/port/aft) -"lQk" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"lQq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"lQu" = ( -/obj/machinery/light/broken/directional/south, -/obj/effect/spawner/random/trash/bin, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"lQA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"lQG" = ( -/obj/structure/tank_dispenser/oxygen, -/turf/open/floor/iron/small, -/area/station/security/tram) -"lQZ" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"lRa" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"lRc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lRj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"lRs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"lRC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light_switch/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"lRG" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/security/tram) -"lRX" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/iron, -/area/station/maintenance/aft) -"lSb" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"lSf" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"lSu" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"lSI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Execution Chamber" - }, -/turf/open/floor/iron/dark/textured_half, -/area/station/security/execution/education) -"lSK" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/machinery/chem_heater/withbuffer, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"lSP" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/item/kirbyplants/random, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"lTb" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"lTg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"lTt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"lTu" = ( -/obj/structure/table, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/item/clothing/mask/breath{ - pixel_x = 15; - pixel_y = 5 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"lTv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"lTA" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"lTF" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"lTN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"lUo" = ( -/turf/open/floor/iron, -/area/station/science/lobby) -"lUz" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"lUE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"lUG" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"lUI" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lUK" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/kirbyplants/random, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"lUO" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/prison/safe) -"lUT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 1; - id = "packageSort2" - }, -/obj/structure/window/spawner/directional/west, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"lUV" = ( -/obj/machinery/light/dim/directional/south, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"lVl" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/office) -"lVz" = ( -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"lVC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"lVF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 6 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"lVL" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"lVN" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"lVP" = ( -/obj/machinery/computer/security/telescreen/cmo{ - dir = 4; - pixel_x = -30 - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"lWk" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/large, -/area/station/hallway/primary/central/fore) -"lWF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lWQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/ticket_machine/directional/north, -/turf/open/floor/iron/half{ - dir = 8 - }, -/area/station/hallway/primary/central/fore) -"lWR" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/stack/wrapping_paper{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/carpet/donk, -/area/station/command/heads_quarters/qm) -"lWU" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/folder/yellow{ - pixel_x = 3; - pixel_y = 6 - }, -/obj/item/dest_tagger{ - pixel_x = -11; - pixel_y = 4 - }, -/turf/open/floor/carpet/donk, -/area/station/command/heads_quarters/qm) -"lWY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Post - Cargo" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/security/checkpoint/supply) -"lXd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/station/science/xenobiology) -"lXf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"lXg" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/xenobiology) -"lXn" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/closet/secure_closet/quartermaster, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lXE" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/turf/open/floor/wood/tile, -/area/station/science/lower) -"lXH" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/cold/directional/south, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"lXJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron/dark/side{ - dir = 5 - }, -/area/station/hallway/secondary/construction) -"lXR" = ( -/obj/structure/disposalpipe/junction, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"lXT" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/cryo) -"lXV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/science/xenobiology) -"lXY" = ( -/obj/machinery/airalarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/item/banner/cargo, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lYf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"lYj" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/primary/fore) -"lYp" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/vehicle/ridden/wheelchair{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"lYt" = ( -/obj/structure/table/wood/fancy/green, -/obj/item/storage/wallet{ - pixel_x = -3; - pixel_y = 10 - }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = -1; - pixel_y = -2 - }, -/obj/item/lighter{ - pixel_x = 11; - pixel_y = -7 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lYw" = ( -/obj/structure/hedge, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"lYD" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/xenobiology) -"lYT" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"lYU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"lYY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"lZt" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"lZu" = ( -/obj/structure/hedge, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/machinery/light/cold/directional/north, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"lZD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/directional/east, -/obj/structure/sign/directions/security/directional/east{ - dir = 2 - }, -/obj/structure/sign/directions/medical/directional/east{ - pixel_y = 8 - }, -/obj/structure/sign/directions/science/directional/east{ - pixel_y = -8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"lZF" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"lZH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/obj/effect/decal/cleanable/robot_debris, -/obj/item/crowbar, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"maa" = ( -/obj/structure/table, -/obj/item/tape, -/obj/item/pen/red{ - pixel_x = 3; - pixel_y = 12 - }, -/obj/item/pen/blue{ - pixel_x = -6; - pixel_y = 12 - }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"mad" = ( -/obj/structure/table, -/obj/item/taperecorder{ - pixel_x = -16; - pixel_y = 3 - }, -/obj/item/flashlight/lamp/green{ - pixel_x = 8; - pixel_y = 3 - }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"mae" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/east, -/obj/effect/spawner/random/trash/bin, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"maf" = ( -/turf/closed/wall/rust, -/area/station/hallway/primary/fore) -"mag" = ( -/obj/structure/cable, -/obj/effect/spawner/random/trash, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"mak" = ( -/obj/machinery/computer/communications{ - dir = 1 - }, -/obj/machinery/keycard_auth/directional/south, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"mam" = ( -/obj/structure/table, -/obj/machinery/computer/libraryconsole/bookmanagement{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"mau" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"maz" = ( -/obj/structure/chair/office, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"maE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/clothing/head/cone{ - pixel_x = 6; - pixel_y = 17 - }, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"maX" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"mbn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"mbp" = ( -/obj/structure/hedge, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"mbK" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"mbV" = ( -/obj/effect/spawner/random/entertainment/arcade, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"mbZ" = ( -/obj/structure/table/glass, -/obj/machinery/cell_charger, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"mch" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"mcn" = ( -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"mco" = ( -/obj/machinery/holopad, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"mct" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"mcx" = ( -/obj/machinery/shieldgen, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos) -"mcP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"mcQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"mda" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"mdj" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"mdm" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/chief_medical_officer, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"mdt" = ( -/turf/closed/wall/r_wall, -/area/station/science/robotics/mechbay) -"mdU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"meb" = ( -/obj/machinery/vending/autodrobe, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/wood/parquet, -/area/station/service/greenroom) -"meu" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/captain) -"meG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"meN" = ( -/obj/structure/chair/sofa/bench{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) -"mfc" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"mfl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/research) -"mfo" = ( -/obj/item/kirbyplants/random, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"mfp" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/mail_sorting/science/ordnance, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"mfr" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/start/mime, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"mfK" = ( -/obj/structure/window/reinforced/plasma/spawner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/directional/north{ - c_tag = "Engineering Turbine" - }, -/obj/machinery/button/ignition/incinerator/atmos{ - pixel_x = 3; - pixel_y = 5 - }, -/turf/open/floor/iron/smooth_corner{ - dir = 8 - }, -/area/station/maintenance/disposal/incinerator) -"mfP" = ( -/obj/structure/hedge, -/obj/machinery/light_switch/directional/west, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain/private) -"mfR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/departments/medbay/alt/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"mfT" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/recharger, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"mgk" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/industrial_lift/tram/white, -/obj/structure/window/reinforced/tram/right/directional/north, -/obj/structure/chair/sofa/bench/right, -/obj/machinery/light/small/directional/west, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"mgt" = ( -/obj/machinery/vending/boozeomat, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain/private) -"mhf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"mhg" = ( -/obj/structure/cable, -/obj/structure/closet/crate, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/spawner/random/maintenance/two, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/grenade/chem_grenade/antiweed{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"mhk" = ( -/turf/closed/wall, -/area/station/maintenance/port/greater) -"mhn" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"mhr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"mhu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"mhD" = ( -/obj/structure/table, -/obj/machinery/firealarm/directional/south, -/obj/machinery/light/small/directional/west, -/obj/item/grenade/chem_grenade/cleaner{ - pixel_x = -7; - pixel_y = 12 - }, -/obj/item/restraints/legcuffs/beartrap, -/turf/open/floor/iron, -/area/station/service/janitor) -"mhV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"mhW" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Custodial Closet Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/janitor, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"mhY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mie" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mik" = ( -/obj/effect/turf_decal/siding/red{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/security/brig) -"mil" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/stone, -/area/station/command/corporate_suite) -"miz" = ( -/obj/structure/table/glass, -/obj/item/wrench, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"miA" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"miD" = ( -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/commons/dorms) -"miF" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Commons" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/commons/dorms) -"miH" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"miI" = ( -/obj/effect/spawner/random/entertainment/arcade, -/obj/machinery/light/small/directional/north, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"mjf" = ( -/obj/structure/table/reinforced/rglass, -/obj/machinery/door/window/left/directional/west{ - name = "Arcade Desk"; - req_access = list("shipping") - }, -/obj/machinery/door/window/right/directional/east{ - name = "Arcade Desk"; - req_access = list("shipping") - }, -/obj/item/clothing/under/costume/skeleton, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"mjk" = ( -/obj/structure/tank_frame, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"mjF" = ( -/obj/structure/table/glass, -/obj/item/clothing/suit/costume/cyborg_suit, -/obj/item/clothing/head/costume/tv_head, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"mjP" = ( -/obj/structure/cable, -/obj/machinery/power/shieldwallgen/xenobiologyaccess, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"mjQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"mjV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"mjX" = ( -/obj/structure/closet/secure_closet/security/cargo, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"mkf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/south, -/obj/structure/table, -/obj/item/kirbyplants/random{ - pixel_y = 8 - }, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"mks" = ( -/obj/structure/cable, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"mkF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/depsec/supply, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"mkJ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"mkO" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"mkR" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"mlr" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/quartermaster, -/turf/open/floor/carpet/donk, -/area/station/command/heads_quarters/qm) -"mlx" = ( -/obj/structure/cable, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"mlE" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"mlN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"mmf" = ( -/obj/structure/table, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/assembly/timer{ - pixel_y = 7 - }, -/obj/machinery/light_switch/directional/south, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"mmp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"mms" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"mmw" = ( -/obj/machinery/door/poddoor/shutters{ - id = "evashutter"; - name = "E.V.A. Storage Shutter" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/ai_monitored/command/storage/eva) -"mmE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/warning{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"mmH" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"mnc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/security/office) -"mni" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"mnn" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"mnu" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"mnv" = ( -/obj/structure/hedge, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/status_display/supply{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/station/cargo/storage) -"mny" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"mnI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/sign/poster/contraband/random/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"mnZ" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/cargo/storage) -"moe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"mos" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"moy" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"moz" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/cargo/storage) -"mpc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Development Division Access" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_half{ - dir = 1 - }, -/area/station/science/lobby) -"mpk" = ( -/obj/machinery/airalarm/directional/south, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"mpC" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"mpG" = ( -/turf/open/floor/plating, -/area/station/commons/storage/tools) -"mpO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"mpQ" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/effect/turf_decal/siding/red{ - dir = 9 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/small, -/area/station/security/brig) -"mqc" = ( -/obj/structure/table, -/obj/item/pai_card, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"mqv" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"mqz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/vending/wardrobe/curator_wardrobe, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"mqH" = ( -/obj/structure/cable, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/aft) -"mqO" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/west, -/obj/structure/table, -/obj/item/wrench, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/construction) -"mrh" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, -/obj/machinery/door/airlock/grunge{ - name = "Surgery Maintenance" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"mrv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"mtO" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=6.3-Arrivals"; - location = "6.2-Arrivals" + codes_txt = "patrol;next_patrol=13.0-DormatoryCommons-Dormatories"; + location = "12.0-RecreationHall-DormatoryCommons" }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"msg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"msi" = ( -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/cargo/storage) -"msq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/central/fore) -"mst" = ( -/obj/structure/hedge, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light/cold/directional/north, -/obj/structure/sign/departments/engineering/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"msy" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/cargo/storage) -"msJ" = ( -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"msV" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/mapping_helpers/broken_floor, +/area/station/commons) +"mtP" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, /turf/open/floor/plating, -/area/station/maintenance/central/greater) -"mtf" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/kirbyplants/random, -/obj/item/storage/box{ - pixel_x = -8; - pixel_y = 15 - }, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"mtu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"mtR" = ( -/obj/structure/cable, -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"mtV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Theater Greenroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/theatre, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/service/greenroom) -"mud" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"muj" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall, -/area/station/hallway/secondary/entry) -"mum" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/south, -/obj/machinery/meter, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"mur" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"mut" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"muz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"muI" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"muS" = ( -/turf/open/floor/iron/dark, -/area/station/security/prison/workout) -"muW" = ( -/obj/structure/cable, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"mvb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command/glass, -/obj/effect/mapping_helpers/airlock/access/any/command/hop, -/obj/machinery/door/firedoor, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/iron/dark/textured_half, -/area/station/command/heads_quarters/hop) -"mvh" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/holopad, -/turf/open/floor/glass/reinforced, -/area/station/command/bridge) -"mvl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/east, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"mvo" = ( +/area/station/maintenance/starboard/central) +"mub" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/telecomms/bus/preset_three, /turf/open/floor/circuit, /area/station/tcommsat/server) -"mvv" = ( +"mue" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"mvA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/public{ - name = "Old Command Hallway" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/maintenance/hallway/abandoned_command) -"mvC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/hallway/secondary/entry) -"mvJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public{ - name = "Old Command Hallway" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/maintenance/hallway/abandoned_command) -"mvN" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"mvP" = ( -/obj/machinery/smartfridge/organ, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"mvT" = ( -/obj/structure/hedge, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/hallway/primary/central/fore) -"mwm" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"mwn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "secbreach"; - name = "Breach Shutters" - }, -/turf/open/floor/plating, -/area/station/security) -"mwt" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/table, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"mwu" = ( -/obj/structure/cable, -/obj/structure/hedge, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) -"mwx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/blood/old, -/obj/item/crowbar, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"mwy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/end, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"mwF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"mwI" = ( -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber" - }, -/obj/effect/turf_decal/bot, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"mwP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"mwV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"mxa" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/item/pen{ - pixel_x = -1; - pixel_y = 8 - }, -/turf/open/floor/glass/reinforced, -/area/station/command/bridge) -"mxe" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta, -/obj/effect/turf_decal/siding/blue/corner{ - dir = 4 - }, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"mxg" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/warden) -"mxM" = ( -/obj/structure/barricade/wooden/crude, -/turf/open/floor/noslip, -/area/station/maintenance/port/aft) -"mxN" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"mxP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"mxT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mya" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"myt" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/item/kirbyplants/fullysynthetic, -/turf/open/floor/iron, -/area/station/security/processing) -"myM" = ( -/obj/structure/window/spawner/directional/north, -/obj/structure/window/spawner, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/rock/pile/jungle/style_random, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/floor/grass, -/area/station/medical/virology) -"myW" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"myX" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron, -/area/station/security) -"mzc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "vaco"; - name = "Comissary Shutters" - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"mzf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/white/small, -/area/station/science/server) -"mzl" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"mzo" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"mzz" = ( -/obj/structure/hedge, -/obj/machinery/camera/directional/east, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"mzM" = ( -/turf/open/floor/iron/stairs, -/area/station/hallway/primary/central/fore) -"mAn" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"mAo" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/departments/cargo/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"mAs" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/obj/machinery/firealarm/directional/west, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"mAv" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/rock/pile/jungle/style_2, -/obj/machinery/light/small/directional/east, -/turf/open/misc/sandy_dirt, -/area/station/hallway/primary/central/fore) -"mAL" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"mAM" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/commons) -"mAO" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"mAP" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/door/airlock{ - id_tag = "AuxToilet2"; - name = "Unit 2" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"mBb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/north, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"mBo" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/instrument/eguitar, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"mBC" = ( -/obj/structure/sign/poster/official/soft_cap_pop_art{ - pixel_y = 32 - }, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"mBQ" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"mCf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/external/glass{ - name = "Abandoned Dock Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"mCi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 1 - }, -/obj/machinery/holopad, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"mCp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue/half{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/half{ - dir = 8 - }, -/turf/open/floor/iron/half{ - dir = 8 - }, -/area/station/hallway/primary/central/fore) -"mCs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"mCt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white, -/obj/machinery/light/floor, -/turf/open/floor/noslip, -/area/station/medical/treatment_center) -"mCw" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/hallway/secondary/construction) -"mCF" = ( -/turf/open/floor/iron/dark/side, -/area/station/hallway/secondary/construction) -"mCJ" = ( -/obj/structure/mirror/directional/east, -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"mCV" = ( -/obj/structure/cable, -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"mCW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"mCX" = ( -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"mDh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"mDl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"mDy" = ( -/obj/structure/window/spawner, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/misc/sandy_dirt, -/area/station/commons) -"mDA" = ( -/obj/structure/chair/plastic{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"mDC" = ( -/obj/structure/closet/crate{ - name = "Game Supplies" - }, -/obj/item/toy/figure/lawyer, -/obj/item/toy/figure/ian, -/obj/item/toy/figure/hop, -/obj/item/toy/figure/syndie, -/obj/item/toy/figure/roboticist, -/obj/item/toy/figure/md, -/obj/item/clothing/head/collectable/paper, -/obj/item/toy/toy_dagger, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"mDG" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"mDW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"mDZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Robotics Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/robotics/lab) -"mEk" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air" - }, -/obj/machinery/light/small/red/directional/north, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"mEq" = ( -/obj/structure/closet/crate/wooden{ - name = "Alms Box" - }, -/obj/effect/spawner/random/entertainment/money_medium, -/turf/open/floor/iron/dark/smooth_corner, -/area/station/maintenance/starboard/greater) -"mEy" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"mEB" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"mEU" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/security/prison/shower) -"mFh" = ( -/obj/effect/decal/cleanable/glass, -/obj/structure/table/reinforced/rglass, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"mFq" = ( -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"mFt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Cytology Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"mFx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"mFA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"mFG" = ( -/obj/machinery/telecomms/processor/preset_four, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"mFP" = ( -/obj/structure/cable, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"mGg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"mGh" = ( -/obj/structure/chair/sofa/left/brown{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/obj/item/toy/plush/moth{ - name = "Loving Moff" - }, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"mGp" = ( -/obj/structure/table/glass, -/obj/item/gun/ballistic/automatic/c20r/toy/unrestricted, -/obj/machinery/light/small/directional/east, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"mGu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"mGN" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 6 - }, -/obj/structure/sink/directional/west, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"mGQ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/frame/machine, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"mGT" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"mGY" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"mGZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"mHb" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/small, -/area/station/medical/medbay/lobby) -"mHc" = ( -/obj/structure/sink/directional/east, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/white/small, -/area/station/medical/virology) -"mHk" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/dim/directional/east, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/construction) -"mHZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"mIa" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/virologist, -/turf/open/floor/iron/white/small, -/area/station/medical/virology) -"mId" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/button/tram{ - id = 2; - lift_id = "prison_tram"; - pixel_y = 32 - }, -/obj/machinery/destination_sign/indicator{ - pixel_y = 32; - tram_id = "prison_tram" - }, -/turf/open/floor/noslip, -/area/station/security/tram) -"mIh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"mIi" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"mIA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plating, -/area/station/commons/storage/tools) -"mIT" = ( -/obj/effect/turf_decal/siding/red{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"mIW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"mJj" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"mJq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"mJr" = ( -/obj/structure/chair/stool/directional/east, -/turf/open/floor/stone, -/area/station/maintenance/aft) -"mJy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"mJK" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"mJL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"mJO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"mJS" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/effect/spawner/random/food_or_drink/seed, -/turf/open/misc/sandy_dirt, -/area/station/maintenance/starboard/aft) -"mJW" = ( -/obj/machinery/biogenerator, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/south{ - name = "Bio-Generator"; - req_access = list("hydroponics") - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_large, -/area/station/service/hydroponics) -"mJX" = ( -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"mKe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/medbay/alt/directional/west, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"mKu" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"mKB" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "QM #1" - }, -/obj/effect/turf_decal/delivery, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #1"; - suffix = "#1" - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"mKD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"mKG" = ( -/turf/open/floor/plating/airless, -/area/station/engineering/supermatter/room) -"mKH" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"mKY" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/hydroponics) -"mLh" = ( -/obj/structure/cable, -/obj/machinery/computer/security/mining{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"mLi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/departments/botany/alt1/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"mLk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/depsec/supply, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"mLm" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"mLp" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/processing) -"mLF" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"mLH" = ( -/obj/machinery/light/cold/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/coldroom) -"mLO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/science/cytology) -"mMp" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Paramedic Dispatch Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/turf/open/floor/iron/dark/small, -/area/station/medical/paramedic) -"mMt" = ( -/obj/structure/cable, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"mMz" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table/wood, -/obj/machinery/light/cold/directional/south, -/obj/item/hand_labeler_refill{ - pixel_x = -4; - pixel_y = 26 - }, -/obj/structure/sign/poster/official/random/directional/south, -/obj/machinery/fax{ - fax_name = "Quartermaster's Office"; - name = "Quartermaster's Fax Machine"; - pixel_y = 7 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"mME" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"mMF" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/modular_computer/console/preset/id{ - dir = 1 - }, -/obj/machinery/keycard_auth/directional/south, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"mMN" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"mMZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mNh" = ( -/obj/machinery/computer/cargo{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/vault{ - dir = 1; - pixel_y = -30 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"mNu" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 8; - id = "fab2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"mNM" = ( -/obj/structure/cable, -/obj/structure/table/bronze, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 4 - }, -/obj/machinery/light/small/directional/west, -/obj/item/reagent_containers/cup/glass/bottle/beer{ - pixel_x = 7; - pixel_y = 11 - }, -/obj/item/reagent_containers/cup/glass/bottle/beer{ - pixel_x = -1; - pixel_y = 11 - }, -/obj/item/reagent_containers/cup/glass/bottle/beer{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/reagent_containers/cup/glass/bottle/beer{ - pixel_x = -7; - pixel_y = 7 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"mNN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/button/door/directional/east{ - id = "AuxToilet1"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/structure/toilet, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"mNS" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"mOk" = ( -/obj/structure/table/glass, -/obj/item/folder/blue{ - pixel_y = 2 - }, -/turf/open/floor/carpet/executive, -/area/station/command/meeting_room) -"mOq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"mOv" = ( -/obj/machinery/computer/security/qm{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/obj/structure/sign/poster/official/random/directional/south, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - name = "Quartermaster's Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"mOI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"mOM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/stool/directional/north, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"mOP" = ( -/obj/effect/landmark/tram/birdshot/prison_wing{ - specific_lift_id = "prison_tram" - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"mOT" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"mPq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/structure/cable, -/obj/item/radio/intercom/directional/north{ - frequency = 1423; - name = "Interrogation Intercom" - }, -/turf/open/floor/iron, -/area/station/security) -"mPu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Zoo" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/hallway/secondary/entry) -"mPv" = ( -/obj/item/kirbyplants/fullysynthetic, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"mPw" = ( -/obj/structure/table/optable{ - desc = "A cold, hard place for your final rest."; - name = "Morgue Slab" - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"mPx" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"mPG" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"mPJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"mQh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad2"; - name = "Unloading Conveyor"; - pixel_x = -13; - pixel_y = 3 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"mQz" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"mQB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall, -/area/station/maintenance/department/engine) -"mQE" = ( -/obj/effect/turf_decal/siding/white{ - dir = 9 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"mQF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Head of Security's Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/hos, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/command/heads_quarters/hos) -"mRj" = ( -/obj/structure/chair/sofa/bench/right, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"mRp" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/structure/hedge, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"mRD" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"mRK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"mSi" = ( -/obj/structure/mannequin/plastic, -/turf/open/floor/plating, -/area/station/cargo/boutique) -"mSq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"mSs" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/rack, -/obj/item/binoculars, -/obj/machinery/camera/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"mSH" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"mTd" = ( -/obj/structure/closet/crate{ - name = "Starups Clothing Crate" - }, -/obj/item/clothing/suit/jacket/puffer, -/obj/item/clothing/suit/jacket/letterman_nanotrasen, -/obj/item/clothing/under/dress/wedding_dress, -/obj/item/clothing/under/dress/sailor, -/obj/item/clothing/under/pants/jeans, -/obj/item/clothing/head/costume/foilhat, -/turf/open/floor/plating, -/area/station/cargo/boutique) -"mTe" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"mTl" = ( -/turf/closed/wall, -/area/station/cargo/sorting) -"mTq" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"mTr" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side, -/area/station/cargo/office) -"mTs" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/work) -"mTB" = ( -/turf/closed/wall, -/area/station/command/gateway) -"mTN" = ( -/obj/structure/chair/stool/directional/south, -/obj/structure/mirror/directional/north, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/grimy, -/area/station/cargo/boutique) -"mTP" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"mTQ" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_y = -3 - }, -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"mTU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/transit_tube/horizontal, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"mUg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/start/paramedic, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"mUj" = ( -/obj/machinery/computer/prisoner/gulag_teleporter_computer{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red, -/obj/machinery/light/cold/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"mUn" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"mUt" = ( -/obj/structure/chair/stool/directional/south, -/obj/structure/mirror/directional/north, -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron/grimy, -/area/station/cargo/boutique) -"mUz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/wood/tile, -/area/station/science/lower) -"mUO" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/server) -"mUP" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/box, -/obj/machinery/disposal/bin{ - desc = "A pneumatic waste disposal unit. This one leads to the morgue."; - name = "corpse disposal" - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"mUQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"mVa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"mVs" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/structure/bed/dogbed/runtime, -/mob/living/simple_animal/pet/cat/runtime, -/turf/open/floor/iron/white/small, -/area/station/command/heads_quarters/cmo) -"mVt" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/dark_red{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"mVD" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/public{ - name = "Abandoned Dock" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"mVM" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"mVN" = ( -/turf/open/floor/iron/stairs{ - dir = 4 - }, -/area/station/medical/medbay/central) -"mVY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall, -/area/station/hallway/secondary/spacebridge) -"mWc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/lower) -"mWk" = ( -/obj/structure/cable, -/obj/item/storage/bag/trash, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/security/prison/safe) -"mWF" = ( -/obj/machinery/computer/security/telescreen{ - dir = 4; - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_x = -29 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/holopad, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/xenobiology) -"mWN" = ( -/obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/science/xenobiology) -"mWT" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/obj/structure/sign/poster/official/random/directional/north, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/obj/structure/tank_dispenser, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"mWY" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/security/processing) -"mXo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/ash, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"mXt" = ( -/obj/machinery/rnd/production/techfab/department/medical, -/obj/effect/turf_decal/stripes/box, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/medical/storage) -"mXT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"mYj" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"mYq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/security/prison/shower) -"mYu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"mYP" = ( -/obj/structure/table, -/obj/item/storage/bag/tray/cafeteria{ - pixel_y = 2 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"mYR" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"mYT" = ( -/obj/structure/table, -/obj/item/assembly/igniter{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/assembly/igniter{ - pixel_x = 5; - pixel_y = -4 - }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = -1 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"mZc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - name = "Education Chamber" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/security/execution/education) -"mZg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"mZh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"mZw" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - location = "Engineering" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/maintenance/department/engine) -"mZA" = ( -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/airlock/public/glass{ - name = "Old Dorms" - }, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"mZR" = ( -/obj/machinery/light/dim/directional/west, /turf/open/floor/iron, /area/station/security/prison) -"mZX" = ( -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/science/lower) -"mZZ" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"nah" = ( -/obj/item/kirbyplants/random, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"nau" = ( -/obj/structure/disposalpipe/junction, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"naw" = ( -/obj/effect/turf_decal/siding/wideplating/dark/end{ - dir = 8 - }, -/obj/machinery/shower/directional/west, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/small, -/area/station/engineering/supermatter/room) -"nay" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Research Wing" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_half{ - dir = 1 - }, -/area/station/hallway/primary/starboard) -"naz" = ( -/obj/machinery/igniter/incinerator_ordmix, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"naC" = ( -/obj/structure/cable, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"naE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/stairs, -/area/station/maintenance/port/greater) -"naF" = ( -/turf/open/floor/iron/dark/smooth_corner{ - dir = 1 - }, -/area/station/maintenance/starboard/greater) -"naN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock{ - id_tag = "AuxToilet1"; - name = "Unit 1" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"naO" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"nbn" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"nbu" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/holopad, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"nbL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"nbZ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"ncb" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table/wood, -/obj/item/paper/calling_card, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"ncf" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"ncl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"ncL" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"ndq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/morgue{ - name = "Secret Corridor"; - req_access = list("library") - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/central/greater) -"ndA" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"ndI" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/table/reinforced, -/obj/item/trash/cheesie{ - pixel_x = 2; - pixel_y = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ndM" = ( -/obj/structure/tank_dispenser/oxygen, -/turf/open/floor/iron, -/area/station/security/tram) -"ndY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/green{ - dir = 6 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"ndZ" = ( -/obj/item/radio/intercom/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons) -"nec" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"nei" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"neq" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/commons/vacant_room/commissary) -"net" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons) -"neu" = ( -/obj/machinery/computer/rdconsole, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/lab) -"nev" = ( -/obj/structure/chair/stool/directional/south, -/turf/open/floor/iron/kitchen/small, -/area/station/maintenance/aft) -"neZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nfc" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"nff" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nfg" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"nfm" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/construction) -"nfs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/commons/dorms) -"nfy" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"nfB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light/cold/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nfD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nfN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nfO" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nfS" = ( -/obj/structure/chair/stool/directional/east, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"nfT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/departments/custodian/directional/north, -/turf/open/floor/iron, -/area/station/commons/dorms) -"ngo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"ngp" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"ngq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"ngv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Commons" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/commons/dorms) -"ngw" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"ngL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) -"nhg" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"nhs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nhu" = ( -/obj/structure/table, -/obj/effect/spawner/random/engineering/flashlight, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/item/toy/crayon/white{ - pixel_x = -8; - pixel_y = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/office) -"nhB" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"nhC" = ( -/obj/structure/cable, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access = list("research") - }, -/obj/machinery/door/window/brigdoor{ - name = "Creature Pen"; - req_access = list("research") - }, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/xenobiology) -"nhQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"nhU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"nhZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"nib" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/east, -/obj/structure/sign/warning/chem_diamond/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"nig" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/crowbar, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"niq" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/item/clothing/gloves/latex{ - pixel_y = 3 - }, -/obj/item/clothing/mask/surgical{ - pixel_y = 2 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"niw" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random/vending/snackvend, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"niI" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"niT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/turf/open/floor/plating, -/area/station/command/meeting_room) -"niX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"niZ" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/aft) -"njm" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"njL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"njP" = ( -/obj/machinery/washing_machine, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"njW" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/command/gateway) -"njX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security{ - name = "Security Office" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security) -"nkl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"nkm" = ( -/obj/structure/cannon{ - dir = 8 - }, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"nkw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"nkH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"nkN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"nkY" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/item/radio/intercom/directional/west, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron, -/area/station/commons) -"nla" = ( -/turf/closed/wall, -/area/station/commons/storage/art) -"nlb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/radio/intercom/command, -/turf/open/floor/carpet/executive, -/area/station/command/meeting_room) -"nlk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"nln" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"nlu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"nlD" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"nlQ" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/commons) -"nlS" = ( -/turf/open/floor/iron/white/small, -/area/station/medical/virology) -"nlV" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"nmh" = ( -/obj/effect/turf_decal/siding/green, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"nmy" = ( -/obj/item/stack/sheet/cardboard{ - pixel_x = -6; - pixel_y = 9 - }, -/obj/item/storage/box{ - pixel_x = -5; - pixel_y = 14 - }, -/turf/open/floor/iron, -/area/station/commons) -"nmL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"nmV" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"nnc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/command/heads_quarters/qm) -"nne" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"nnk" = ( -/obj/machinery/camera/motion/directional/north{ - c_tag = "Vault Exterior"; - id_tag = list("vault") - }, -/turf/open/space/basic, -/area/space) -"nnx" = ( -/obj/effect/turf_decal/siding/green, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/herringbone, -/area/station/service/abandoned_gambling_den/gaming) -"nnE" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"nnK" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/machinery/light/cold/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/office) -"nnN" = ( -/obj/effect/turf_decal/siding/green{ - dir = 6 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark/herringbone, -/area/station/service/abandoned_gambling_den/gaming) -"noe" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/science/lab) -"noq" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"nou" = ( -/obj/effect/decal/cleanable/glass, -/obj/structure/bed/maint, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"noB" = ( -/obj/structure/table/reinforced/rglass, -/obj/machinery/door/window/left/directional/east{ - name = "Arcade Desk"; - req_access = list("shipping") - }, -/obj/machinery/door/window/right/directional/west{ - name = "Arcade Desk"; - req_access = list("shipping") - }, -/obj/item/clothing/under/costume/lobster, -/obj/item/clothing/head/costume/lobsterhat, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"noN" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/cable, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"noS" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"noT" = ( -/mob/living/simple_animal/bot/secbot/beepsky/armsky, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"npp" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"npy" = ( -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"npA" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"npF" = ( -/turf/closed/wall/rust, -/area/station/maintenance/port/greater) -"npH" = ( -/obj/effect/spawner/random/trash, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"npS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"npY" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/spacebridge) -"nqd" = ( -/obj/machinery/shower/directional/east, -/obj/effect/turf_decal/trimline/blue/end{ - dir = 4 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white/small, -/area/station/medical/virology) -"nqE" = ( -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet/executive, -/area/station/command/heads_quarters/captain/private) -"nqJ" = ( -/obj/structure/sink/directional/south, -/obj/effect/turf_decal/siding/wood, -/obj/structure/mirror/directional/north, -/turf/open/floor/iron/freezer, -/area/station/command/corporate_suite) -"nqV" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/book/manual/wiki/infections{ - pixel_x = 2; - pixel_y = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"nry" = ( -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/obj/structure/reagent_dispensers/wall/peppertank/directional/west, -/obj/machinery/requests_console/directional/south, -/obj/machinery/computer/records/security{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"nsd" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/crate/cardboard, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, -/turf/open/floor/plating, -/area/station/science/auxlab/firing_range) -"nsr" = ( -/obj/effect/turf_decal/siding/red{ - dir = 6 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 4"; - name = "Cell 4 Locker" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/flasher/directional/east{ - id = "Cell 4" - }, -/turf/open/floor/iron/small, -/area/station/security/brig) -"nsL" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/supply, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"nsO" = ( -/obj/item/kirbyplants/random, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark_red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"nta" = ( -/obj/machinery/photocopier, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"nte" = ( -/obj/structure/table/glass, -/obj/machinery/recharger, -/obj/item/phone{ - desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; - pixel_x = -3; - pixel_y = 14 - }, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/hos) -"ntf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/poddoor/shutters/window{ - dir = 4; - id = "armory"; - name = "Armory Shutters" - }, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/ai_monitored/security/armory) -"nth" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"ntl" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/light/small/directional/south, -/turf/open/floor/noslip, -/area/station/security/tram) -"nts" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance/two, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"ntw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Public Shrine" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/hallway/primary/port) -"ntH" = ( -/obj/effect/spawner/random/trash, -/turf/open/floor/iron/small, -/area/station/maintenance/department/engine) -"ntJ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"ntK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"ntN" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/modular_computer/console/preset/id{ - dir = 8 - }, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Research Director's Desk"; - name = "Research Director's Requests Console" - }, -/obj/effect/turf_decal/siding/purple{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"ntX" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/dresser, -/obj/machinery/light/small/directional/north, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"ntY" = ( -/obj/structure/hedge, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"nua" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"nuh" = ( -/obj/structure/bookcase/random, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"nuv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"nuI" = ( -/obj/structure/cable, -/obj/structure/table/reinforced, -/obj/machinery/light/cold/directional/west, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/item/restraints/handcuffs, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"nuO" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"nuT" = ( -/obj/structure/cable, -/obj/machinery/power/solar_control{ - dir = 1; - id = "aftstarboard"; - name = "Starboard Quarter Solar Control" - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"nuX" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/mannequin/plastic, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/carpet/blue, -/area/station/cargo/boutique) -"nvo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"nvE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"nvK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"nvP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nvS" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/service/library/abandoned) -"nwe" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nwg" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/camera/directional/south, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nwj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"nwN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"nxc" = ( -/obj/structure/closet/secure_closet/security/med, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/security/execution/transfer) -"nxo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"nxt" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 6 - }, -/obj/structure/fireaxecabinet/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"nxu" = ( -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"nxD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/dead_body_placer, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"nxR" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"nxX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"nyd" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"nye" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 8; - name = "killroom vent" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/science/xenobiology) -"nyi" = ( -/turf/closed/wall/rust, -/area/station/maintenance/hallway/abandoned_command) -"nyp" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"nys" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/directions/vault/directional/west{ - dir = 2 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"nyt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=20.0-CentralPort-Bar"; - location = "19.0-Engineering-CentralPort" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"nyx" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"nyB" = ( -/obj/structure/sign/departments/xenobio/alt/directional/west, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/science/lower) -"nyE" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"nyH" = ( -/turf/closed/wall, -/area/station/hallway/primary/aft) -"nyQ" = ( -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"nyS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command/glass{ - name = "Quartermaster's Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/command/heads_quarters/qm) -"nyT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"nzc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"nzr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"nzK" = ( -/obj/structure/cable, -/obj/item/ammo_casing/spent{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/item/ammo_casing/spent, -/obj/item/ammo_casing/spent{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"nzL" = ( -/turf/closed/wall, -/area/station/science/ordnance/testlab) -"nzU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"nAc" = ( -/obj/docking_port/stationary/random{ - dir = 2; - name = "lavaland"; - shuttle_id = "pod_lavaland" - }, -/turf/open/space/basic, -/area/space) -"nAe" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/aft) -"nAh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nAi" = ( -/obj/structure/table, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood, -/area/station/service/theater) -"nAn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"nAo" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/effect/spawner/random/food_or_drink/seed, -/obj/machinery/light/small/broken/directional/west, -/turf/open/misc/sandy_dirt, -/area/station/maintenance/starboard/aft) -"nAx" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"nAy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"nAF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"nAM" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"nAS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"nAW" = ( -/obj/machinery/washing_machine, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"nBq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"nBw" = ( -/obj/effect/turf_decal/siding/thinplating_new, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"nBC" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/stone, -/area/station/command/corporate_suite) -"nBG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"nBL" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"nCo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"nCy" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/cold/directional/south, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/commons) -"nCH" = ( -/turf/closed/wall/r_wall, -/area/station/security) -"nCR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"nCU" = ( -/obj/vehicle/ridden/wheelchair{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/sign/departments/psychology/directional/south, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"nCY" = ( -/obj/structure/cable, -/turf/open/floor/iron/kitchen/small, -/area/station/security/breakroom) -"nDe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/camera/directional/north, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"nDx" = ( -/obj/effect/turf_decal/siding/red{ - dir = 5 - }, -/obj/structure/chair/office{ - dir = 4 - }, -/obj/item/radio/intercom/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/warden, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"nDF" = ( -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/firealarm/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"nDV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"nDZ" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table, -/obj/item/screwdriver, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"nEh" = ( -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"nEo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"nEt" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"nEx" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/closet/firecloset, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"nEA" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"nEC" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"nEJ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id = "custodialshutters"; - name = "Custodial Closet Shutters" - }, -/obj/machinery/button/door/directional/north{ - id = "custodialshutters"; - name = "shutters control"; - pixel_x = 8 - }, -/turf/open/floor/iron/large, -/area/station/service/janitor) -"nEY" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"nFa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage" - }, -/turf/open/floor/iron/textured_half, -/area/station/engineering/storage/tech) -"nFh" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/structure/tank_holder, -/obj/machinery/light_switch/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"nFp" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"nFs" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"nFu" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"nFv" = ( -/obj/machinery/light/dim/directional/north, -/obj/structure/table, -/obj/item/plant_analyzer, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"nFy" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"nFA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/janitor, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"nFD" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "cmoprivacy"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/cmo) -"nFI" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"nFM" = ( -/obj/machinery/door/airlock{ - id_tag = "study_b"; - name = "Study B" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/commons) -"nFW" = ( -/turf/closed/wall, -/area/station/maintenance/fore/greater) -"nFX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"nFY" = ( -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"nGu" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"nGv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/north, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"nGA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"nGI" = ( -/obj/machinery/door/window/left/directional/east{ - name = "Isolation Room 2"; - req_access = list("medical") - }, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"nGJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"nGP" = ( -/obj/machinery/keycard_auth/directional/south, -/obj/machinery/modular_computer/console/preset/id{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"nHt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"nHu" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"nHv" = ( -/obj/structure/table, -/obj/effect/spawner/random/techstorage/rnd_secure_all, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"nHB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"nId" = ( -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"nIp" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"nIC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/corner, -/area/station/science/xenobiology) -"nIJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/light/cold/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/virology) -"nIS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock{ - name = "Library Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"nIT" = ( -/obj/structure/railing{ - dir = 6 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/secondary/entry) -"nIY" = ( -/turf/closed/mineral/random/stationside, -/area/station/maintenance/fore/lesser) -"nJc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"nJd" = ( -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/maintenance/solars/starboard/fore) -"nJf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall, -/area/station/maintenance/department/medical/central) -"nJm" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"nJx" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/firealarm/directional/east, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"nJG" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/turf/open/floor/plating, -/area/station/command/meeting_room) -"nJH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"nJU" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"nKk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/mail_sorting/service/kitchen, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"nKm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"nKH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"nKL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"nKO" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"nKX" = ( -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"nLN" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"nMA" = ( -/obj/machinery/door/airlock{ - name = "Construction Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"nMU" = ( -/turf/closed/wall/r_wall/rust, -/area/station/maintenance/disposal/incinerator) -"nMW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"nNb" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron, -/area/station/security) -"nNe" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/bridge) -"nNf" = ( -/obj/structure/closet/wardrobe/grey, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"nNi" = ( -/obj/effect/turf_decal/bot_white/right, -/turf/open/floor/engine, -/area/station/engineering/gravity_generator) -"nNq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"nNB" = ( -/obj/machinery/door/airlock{ - name = "Gardening Supplies" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"nNR" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"nNV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"nNW" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"nNZ" = ( -/obj/structure/tank_dispenser, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"nOf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - id_tag = "private_b"; - name = "Private Quarters B" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/commons/dorms) -"nOI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"nOO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"nPc" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"nPd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/pharmacy) -"nPt" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"nPu" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/camera/autoname/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/filingcabinet/security{ - pixel_x = 4 - }, -/turf/open/floor/iron, -/area/station/security/warden) -"nPx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"nPH" = ( -/obj/structure/closet/secure_closet/brig, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"nPO" = ( -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 1 - }, -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"nQa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"nQh" = ( -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"nQj" = ( -/obj/structure/toilet/greyscale{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/prisoner, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"nQo" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"nQx" = ( -/obj/structure/table, -/obj/item/stack/cable_coil, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"nQz" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/structure/barricade/wooden, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"nQP" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/security/execution/transfer) -"nQU" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/iron/dark, -/area/station/medical/cryo) -"nQX" = ( -/obj/machinery/holopad, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"nRd" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/turf/open/floor/plating, -/area/station/command/bridge) -"nRr" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/tcommsat/server) -"nRE" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/engine, -/area/station/science/explab) -"nRP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"nSo" = ( -/obj/machinery/igniter/incinerator_atmos, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"nSu" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/bed/maint, -/obj/effect/mob_spawn/corpse/human, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"nSy" = ( -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"nSA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"nSE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"nSR" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/station/science/xenobiology) -"nSY" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"nTa" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fore Primary Hallway" - }, -/turf/open/floor/iron/textured_half, -/area/station/hallway/primary/central/fore) -"nTe" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"nTg" = ( -/obj/structure/cable, -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"nTi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/button/door/directional/east{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -24; - pixel_y = 24; - req_access = list("cargo") - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"nTj" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"nTk" = ( -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/obj/item/radio/intercom/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"nTt" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/computer/shuttle/mining/common{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"nTC" = ( -/turf/open/floor/iron/white/small, -/area/station/security/prison/safe) -"nUi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Commons" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/commons) -"nUo" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_y = 5 - }, -/obj/item/pen{ - pixel_y = 5 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"nUG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/airlock/public{ - name = "Abandoned Domiciles" - }, -/obj/machinery/door/firedoor, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"nUQ" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/checkpoint/customs) -"nVg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"nVs" = ( -/obj/structure/table, -/obj/machinery/syndicatebomb/training, -/obj/item/screwdriver{ - pixel_x = -2; - pixel_y = 10 - }, -/obj/item/wirecutters, -/turf/open/floor/iron/dark, -/area/station/security/office) -"nVx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/science/xenobiology) -"nVD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/chair{ - pixel_x = 2; - pixel_y = -5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"nVF" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/tcommsat/server) -"nVJ" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"nVN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"nVX" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id = "custodialshutters"; - name = "Custodial Closet Shutters" - }, -/turf/open/floor/iron/large, -/area/station/service/janitor) -"nVY" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet2"; - name = "Unit 2" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"nWh" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) -"nWq" = ( -/obj/structure/chair/sofa/bench/right, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"nWr" = ( -/obj/structure/cable, -/obj/structure/hedge, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"nWv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/iron/smooth_large, -/area/station/science/ordnance/storage) -"nWO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair{ - dir = 4; - pixel_y = -2 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"nWQ" = ( -/obj/structure/chair/sofa/bench/left, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/hangover, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"nXe" = ( -/obj/structure/table/glass, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"nXt" = ( -/obj/effect/turf_decal/tile/yellow/full, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/right/directional/east{ - name = "Pharmacy Desk"; - req_access = list("pharmacy") - }, -/turf/open/floor/iron/white/textured_large, -/area/station/medical/pharmacy) -"nXx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"nXE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/cobweb, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"nXL" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/industrial_lift/tram/white, -/obj/structure/window/reinforced/tram/left/directional/south, -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"nXP" = ( -/obj/machinery/airalarm/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/grass, -/area/station/medical/virology) -"nXS" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"nXT" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"nYg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research/glass{ - name = "Cubicle" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/cubicle) -"nYk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"nYl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/science/xenobiology) -"nYr" = ( -/obj/structure/bed/maint, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"nYE" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"nZg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/half, -/area/station/hallway/primary/central/fore) -"nZh" = ( -/obj/structure/table, -/obj/item/stock_parts/scanning_module{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/stock_parts/scanning_module{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/stock_parts/scanning_module{ - pixel_x = -5 - }, -/obj/item/stock_parts/scanning_module{ - pixel_x = 5 - }, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"nZq" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"nZx" = ( -/turf/closed/mineral/random/stationside, -/area/station/ai_monitored/turret_protected/ai) -"nZM" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"nZQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"nZR" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"nZW" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"oaa" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Boutique Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"oag" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/white/side, -/area/station/science/xenobiology) -"oaV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Cargo Botique" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/hallway/primary/central/fore) -"obm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"obq" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/port) -"obs" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"obG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"obP" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/hallway/secondary/dock) -"obU" = ( -/obj/structure/reagent_dispensers/plumbed, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"obW" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/structure/window/reinforced/tram/mid/directional/west, -/obj/structure/industrial_lift/tram/white, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"ocb" = ( -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"occ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white{ - dir = 9 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"ocg" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"ocn" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/modular_computer/console/preset/id, -/obj/machinery/button/ticket_machine{ - pixel_x = 9; - pixel_y = 23 - }, -/obj/machinery/button/door/directional/south{ - id = "hop"; - name = "Privacy Shutters Control"; - pixel_x = -2; - pixel_y = 23; - req_access = list("hop") - }, -/obj/machinery/button/door/directional/south{ - id = "hopqueue"; - name = "Queue Shutters Control"; - pixel_x = -13; - pixel_y = 23; - req_access = list("hop") - }, -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = -23; - pixel_y = 11 - }, -/turf/open/floor/iron/dark/textured_corner, -/area/station/command/heads_quarters/hop) -"ocs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"ocx" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall, -/area/station/cargo/storage) -"ocz" = ( -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/computer/records/security, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"odk" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"odA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"odK" = ( -/obj/structure/cable, -/obj/structure/steam_vent, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"odN" = ( -/obj/machinery/rnd/bepis, -/turf/open/floor/iron, -/area/station/cargo/storage) -"odX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"oem" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"oep" = ( +"muf" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/layer_manifold/orange/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"oer" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/space/basic, -/area/space/nearstation) -"oev" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance{ - name = "Funerary Driver" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"oez" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white/small, -/area/station/command/heads_quarters/cmo) -"oeF" = ( -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/machinery/door/airlock{ - name = "Abandoned Treatment Room" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"oeG" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security) -"oeH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"oeI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, /obj/effect/mapping_helpers/broken_floor, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"oeW" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/medical/storage) -"off" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"ofk" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"ofo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"ofu" = ( -/obj/effect/turf_decal/stripes/white/end{ - dir = 8 - }, -/turf/open/floor/iron/smooth_large, -/area/station/maintenance/department/medical/central) -"ofG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"ogr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"ogu" = ( -/obj/effect/turf_decal/siding/white, -/obj/structure/railing, -/turf/open/floor/stone, -/area/station/service/theater) -"ogv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/blue/corner{ - dir = 4 - }, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"ogE" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/security/lockers) -"ogK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"ogR" = ( -/obj/effect/turf_decal/siding/green{ - dir = 10 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"ogT" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"ogW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"ohb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/reagent_containers/pill, -/obj/item/reagent_containers/pill/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"ohj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"ohl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"ohx" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_y = 0 - }, -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/floor/grass, -/area/station/medical/treatment_center) -"ohz" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"ohA" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/conveyor{ - dir = 8; - id = "fab2" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"ohF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"ohM" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/security/checkpoint/customs) -"ohO" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/obj/machinery/light/small/directional/east, -/turf/open/floor/carpet/red, -/area/station/commons/dorms) -"ohQ" = ( -/obj/structure/curtain/cloth, -/turf/open/floor/carpet/orange, -/area/station/commons/dorms) -"ohR" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"ohT" = ( -/obj/machinery/button/door/directional/west{ - id = "private_b"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 7; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oig" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"oih" = ( -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/cargo/storage) -"oio" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"ois" = ( -/obj/effect/turf_decal/siding/white{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/secure_closet/cytology, -/obj/item/storage/bag/xeno, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"oiw" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/random/directional/south, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"oix" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"oiA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"oiK" = ( -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"oiL" = ( -/obj/machinery/computer/cargo{ - dir = 1 - }, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/plating, -/area/station/cargo/office) -"oiO" = ( -/obj/structure/chair/comfy/beige{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oiP" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/machinery/chem_master, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"oiT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"ojk" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/door/airlock/glass_large{ - name = "Library" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/service/library) -"ojw" = ( -/obj/item/kirbyplants/random, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"ojU" = ( -/obj/structure/rack, -/obj/machinery/light/small/directional/south, -/obj/effect/spawner/random/maintenance/two, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"okl" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/station/hallway/secondary/entry) -"okp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/service/library) -"okz" = ( -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"okB" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"okN" = ( -/obj/structure/table, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"okW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Ordnance Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "rdordnance"; - name = "Ordnance Lab Shutters" - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/science/ordnance) -"olm" = ( -/obj/structure/table, -/obj/item/mining_voucher, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"olI" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs{ - pixel_x = -7; - pixel_y = 5 - }, -/obj/item/reagent_containers/cup/glass/coffee_cup{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/glass/coffee_cup{ - pixel_y = 3 - }, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"omo" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"omp" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"omA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"omF" = ( -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/science/lower) -"omJ" = ( -/obj/machinery/power/smes/engineering, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"ona" = ( -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"ono" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"ons" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"onw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"onG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"onP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/obj/machinery/door/airlock/medical/glass{ - name = "Cryogenics Bay" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/turf/open/floor/iron/white/small, -/area/station/medical/cryo) -"onR" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 - }, -/obj/effect/turf_decal/delivery/white{ - color = "#52B4E9" - }, -/obj/vehicle/ridden/janicart, -/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"oom" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"oop" = ( -/mob/living/basic/mouse/brown/tom, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/prison/directional/south, -/turf/open/floor/plating, -/area/station/security/prison/safe) -"oow" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"ooK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"ooO" = ( -/obj/effect/turf_decal/trimline/blue/warning{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"ooR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"ooU" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/mail_sorting/service/law_office, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"opn" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/small, -/area/station/command/teleporter) -"opq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"opv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"opA" = ( -/obj/effect/spawner/random/structure/girder, -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"opF" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"opH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/office{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"opL" = ( -/obj/structure/lattice, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"oqf" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"oqg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"oqo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/south, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"oqI" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"oqK" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"oqS" = ( -/obj/effect/landmark/tram/birdshot/maint_right{ - specific_lift_id = "maint_tram" - }, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/department/medical/central) -"oqT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"ora" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"orC" = ( -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"orH" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/full, -/obj/structure/reagent_dispensers/beerkeg, -/obj/effect/turf_decal/bot_red/left, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"osf" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"osi" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/broken/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"osj" = ( -/obj/structure/cable, -/obj/machinery/power/terminal, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"osq" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"osr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/fluff/broken_flooring{ - icon_state = "plating" - }, -/obj/structure/sign/departments/restroom/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"oss" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"osC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"osE" = ( -/obj/machinery/shower/directional/south{ - name = "emergency shower" - }, -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 6 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/smooth_half, -/area/station/engineering/atmos) -"osY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"otf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"otO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"otP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"otQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/recreation) -"otX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/door/airlock/command{ - id_tag = "com_guest"; - name = "Guest Suite" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/corporate_suite) -"oub" = ( -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/status_display/ai/directional/west, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"ouf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/starboard) -"ouj" = ( -/turf/closed/wall, -/area/station/engineering/engine_smes) -"ouL" = ( -/obj/item/clothing/head/cone{ - pixel_x = 7 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"ouN" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Supply Door Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/cargo/storage) -"ouP" = ( -/obj/structure/cable, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/smooth, /area/station/command/gateway) -"ouR" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, +"muj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, -/area/station/cargo/storage) -"ouY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"ovf" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/port) -"ovg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"ovj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/hallway/primary/aft) +"muo" = ( /obj/machinery/door/airlock/research/glass{ name = "Cytology Lab" }, /obj/effect/mapping_helpers/airlock/access/all/science/research, /obj/machinery/door/firedoor, /turf/open/floor/catwalk_floor/flat_white, -/area/station/science/cytology) -"ovk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"ovA" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/iron, -/area/station/maintenance/aft) -"ovQ" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/station/cargo/storage) -"ovT" = ( -/obj/structure/table/wood, -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"owb" = ( -/obj/structure/cable, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/command/gateway) -"owl" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"owm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"owv" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 1; - name = "server vent" - }, -/turf/open/floor/circuit, -/area/station/science/server) -"owD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/science/cytology) -"owJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"owM" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"owP" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/delivery/white, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"oxw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) -"oxK" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"oxS" = ( -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"oyx" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"oyz" = ( -/obj/effect/turf_decal/box/corners, -/obj/effect/turf_decal/box/corners{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"oyA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"oyG" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"oyQ" = ( -/turf/closed/wall, -/area/station/science/auxlab/firing_range) -"oyU" = ( -/obj/machinery/exodrone_launcher, -/obj/machinery/firealarm/directional/east, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"oyW" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"oyZ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"ozd" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/plaque{ - icon_state = "L8" - }, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"ozn" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"ozo" = ( -/obj/structure/window/spawner, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"ozt" = ( -/obj/structure/reagent_dispensers/plumbed, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"ozO" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/mannequin/plastic, -/turf/open/floor/carpet/blue, -/area/station/cargo/boutique) -"oAc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/tcommsat/server) -"oAk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"oAn" = ( -/obj/effect/turf_decal/siding/brown{ - dir = 10 - }, -/obj/structure/steam_vent, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"oAp" = ( -/obj/structure/chair/sofa/right/maroon, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"oAr" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/closet/bombcloset/security, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/security/lockers) -"oAu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"oAA" = ( -/obj/structure/closet/emcloset, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"oAC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"oAD" = ( -/obj/machinery/computer/piratepad_control/civilian{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/central/fore) -"oAF" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"oAL" = ( -/obj/machinery/modular_computer/console/preset/curator, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"oAQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"oAV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/east, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"oBA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"oBB" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison/work) -"oBJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"oBV" = ( -/obj/structure/cable, -/obj/machinery/light/small/directional/south, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/service/library) -"oCc" = ( -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/service/library) -"oCg" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/medical_all, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"oCq" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/medical) -"oCx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"oCJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/white/textured_large, -/area/station/command/heads_quarters/cmo) -"oCM" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"oDc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"oDm" = ( -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oDs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fore Primary Hallway" - }, -/turf/open/floor/iron/textured_half, -/area/station/hallway/primary/central/fore) -"oDB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"oDK" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Hydroponics Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"oDS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/science/server) -"oEi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oEm" = ( -/obj/structure/barricade/wooden, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"oEB" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/box/red/corners{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"oED" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"oEI" = ( -/obj/item/kirbyplants/random, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oEN" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"oES" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"oFb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/security/processing) -"oFi" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 1; - id = "packageSort2" - }, -/obj/structure/window/spawner/directional/west, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"oFm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"oFu" = ( -/turf/closed/wall, -/area/station/security/office) -"oFG" = ( -/turf/closed/wall, -/area/station/service/hydroponics/garden) -"oFI" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"oFQ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/button/door/directional/north{ - id = "Xenolab"; - name = "Test Chamber Blast Doors"; - pixel_x = 26; - pixel_y = -2; - req_access = list("xenobiology") - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/xenobiology) -"oFT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"oGk" = ( -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"oGl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/mining{ - name = "Warehouse" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/iron/smooth_half, -/area/station/cargo/storage) -"oGm" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oGq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"oGu" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"oGv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oGA" = ( -/obj/machinery/light/floor, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"oGJ" = ( -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"oGL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"oGQ" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"oGS" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/structure/industrial_lift/tram/subfloor, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-5" - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"oHa" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/spawner/random/entertainment/deck, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"oHg" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/window/spawner, -/obj/structure/flora/rock/pile/style_2, -/turf/open/misc/sandy_dirt, /area/station/science/research) -"oHy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"oHG" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/item/radio/intercom/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/security/execution/transfer) -"oIk" = ( -/obj/structure/table, -/turf/open/floor/iron, -/area/station/commons) -"oIP" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/chair{ +"mut" = ( +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/light/small/directional/west, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"oIR" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/fitness/recreation) -"oIT" = ( -/obj/structure/frame/machine, -/obj/item/circuitboard/machine/biogenerator, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"oJi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=12.0-RecreationHall-DormatoryCommons"; - location = "11.0-StarboardHall-RecreationHall" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"oJn" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/science/rd_office, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"oJz" = ( -/obj/structure/bodycontainer/morgue{ - dir = 2 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"oJE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - name = "Reflection Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/dark/textured_half, -/area/station/security/execution/education) -"oJP" = ( -/obj/structure/cable, -/obj/machinery/telecomms/broadcaster/preset_left, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"oJR" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"oJW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"oJZ" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/jungle/a/style_random, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/misc/sandy_dirt, -/area/station/commons) -"oKp" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"oKr" = ( -/obj/structure/toilet/greyscale{ - dir = 4 - }, -/obj/effect/landmark/start/prisoner, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"oKy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/tram) -"oKz" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/security{ - name = "Armory" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/armory, -/turf/open/floor/iron/textured_half, -/area/station/security/warden) -"oKP" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"oKU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"oLg" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"oLh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"oLt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"oLG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"oLM" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"oLV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"oLX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"oMo" = ( -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/security/office) -"oMy" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/starboard/aft) -"oMC" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/blue/half, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"oNd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/blue/corner{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"oNn" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"oND" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"oNH" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"oNJ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"oNX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research/glass{ - name = "Cytology Zoo" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, /area/station/hallway/secondary/recreation) -"oOb" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"oOg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/north, -/obj/structure/closet/crate/miningcar, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"oOk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"oOl" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"oOp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/east, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"oOv" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"oOw" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/lower) -"oOy" = ( -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"oOK" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"oOM" = ( +"muv" = ( /obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/light/cold/directional/north, -/obj/item/storage/medkit/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/o2{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/reagent_containers/cup/bottle/morphine{ - pixel_x = -7; - pixel_y = -11 - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/storage) -"oPc" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/computer/upload/borg{ - dir = 4 - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"oPi" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/button/door/directional/east{ - id = "qm_warehouse_aft"; - name = "Warehouse Door Control"; - pixel_x = -24; - pixel_y = -23; - req_access = list("cargo") - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"oPo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"oPF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"oPG" = ( -/obj/machinery/door/airlock/research{ - name = "Research Director's Bedroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/command/heads_quarters/rd) -"oPJ" = ( -/obj/structure/sink/directional/south, -/obj/structure/mirror/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/maintenance/port/aft) -"oPM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"oPO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"oPQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"oPU" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/cargo/storage) -"oPV" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/security/prison/workout) -"oQe" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/hedge, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"oQj" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/east, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/misc/sandy_dirt, -/area/station/science/cytology) -"oQr" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor"; - name = "Supply Dock Loading Door" - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/cargo/storage) -"oQx" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/machinery/light/cold/directional/north, -/obj/machinery/reagentgrinder{ - pixel_y = 9 - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"oQF" = ( -/turf/closed/wall/r_wall, -/area/station/security/execution/transfer) -"oQJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/science/cytology) -"oQM" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"oRd" = ( -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"oRg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"oRm" = ( -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/closed/mineral/random/stationside, -/area/station/ai_monitored/aisat/exterior) -"oRr" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/station/cargo/storage) -"oRs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"oRB" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"oRJ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"oRP" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"oRV" = ( -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/machinery/door/airlock/grunge{ - name = "St. Brendan's" - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/starboard/greater) -"oSb" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"oSg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"oSh" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"oSv" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/rdconsole{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"oSx" = ( -/obj/effect/turf_decal/siding/red, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"oSG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/secure_closet/research_director, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/rd) -"oSP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"oSS" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"oSY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"oTj" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"oTo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron, -/area/station/service/bar) -"oTF" = ( -/obj/machinery/light/directional/north, -/obj/structure/window/spawner/directional/west, -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/reagent_containers/cup/glass/bottle/whiskey{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"oTH" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"oTL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"oTO" = ( -/obj/structure/dresser, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"oTT" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"oTW" = ( -/obj/effect/turf_decal/tile/green/half/contrasted, -/obj/machinery/computer/pandemic, -/obj/structure/reagent_dispensers/wall/virusfood/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"oTZ" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"oUd" = ( -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"oUj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"oUw" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/start/cyborg, -/obj/machinery/turretid{ - control_area = "/area/station/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload Turret Control"; - pixel_y = -28 - }, -/obj/machinery/light/small/directional/west, -/obj/machinery/status_display/ai/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"oUx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=23.2-Evac-Garden"; - location = "23.4-Evac" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"oUB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"oUC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"oUJ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet/blue, -/area/station/cargo/boutique) -"oUN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Evidence Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/security/evidence) -"oUO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/maintenance/port/greater) -"oUY" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"oVb" = ( -/obj/structure/cable, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"oVi" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"oVo" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"oVK" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/dark_red, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"oVY" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 4 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/captain) -"oWb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/east, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"oWg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"oWk" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/obj/item/clothing/suit/caution, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"oWl" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"oWr" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Xenobiology Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"oWC" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"oXe" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"oXs" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/emcloset, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"oXt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"oXI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oXM" = ( -/obj/machinery/light/cold/directional/south, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"oXV" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"oXZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"oYu" = ( -/obj/machinery/vending/dinnerware, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"oYy" = ( -/obj/structure/chair/comfy/beige{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oYB" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"oYL" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"oYV" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"oZb" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"oZg" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"oZi" = ( -/obj/effect/turf_decal/siding/wideplating/dark/corner, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"oZk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"oZr" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"oZt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"oZz" = ( -/obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{ - name = "Burn Chamber Exterior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"oZI" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"oZY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"pan" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/solars/port/aft) -"par" = ( -/obj/structure/chair/sofa/bench{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"paV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"pbd" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"pbe" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/obj/machinery/light/floor{ - pixel_x = -32 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"pbt" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"pbu" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"pbD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"pbG" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"pca" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"pcb" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"pcc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"pcf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"pcv" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Security's Bedroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/hos, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/command/heads_quarters/hos) -"pcK" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/primary/central/fore) -"pcL" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 6 - }, -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"pcN" = ( -/obj/structure/closet/crate/secure{ - desc = "A secure crate containing various materials for building a customised test-site."; - name = "Test Site Materials Crate"; - req_access = list("ordnance") - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"pcT" = ( -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/hallway/secondary/recreation) -"pds" = ( -/obj/structure/cable, -/obj/machinery/holopad, -/obj/effect/landmark/start/warden, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"pdz" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/east, -/obj/structure/flora/bush/large/style_random{ - pixel_x = -17; - pixel_y = 14 - }, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/misc/sandy_dirt, -/area/station/science/cytology) -"pdN" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"pdR" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"pdT" = ( -/obj/machinery/airalarm/directional/south, -/obj/item/stack/sheet/cardboard{ - pixel_x = -3; - pixel_y = -1 - }, -/obj/item/storage/box{ - pixel_x = -7; - pixel_y = -1 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"pdU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/storage/box/petridish{ - pixel_x = -8; - pixel_y = -4 - }, -/turf/open/floor/iron, -/area/station/science/cytology) -"pdY" = ( -/obj/machinery/portable_atmospherics/canister/bz, -/turf/open/floor/iron/diagonal, -/area/station/science/auxlab/firing_range) -"peb" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table, -/obj/item/phone{ - pixel_x = 6; - pixel_y = 1 - }, -/obj/item/reagent_containers/cup/glass/mug/britcup{ - pixel_x = -6; - pixel_y = 11 - }, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"pee" = ( -/obj/structure/table, -/obj/item/circuitboard/machine/exoscanner{ - pixel_y = 3 - }, -/obj/item/circuitboard/machine/exoscanner, -/obj/item/circuitboard/machine/exoscanner{ - pixel_y = -3 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"peu" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"pev" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"peI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"peN" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion/directional/north{ - active_power_usage = 0; - c_tag = "Armory - External"; - use_power = 0 - }, -/turf/open/space/basic, -/area/space/nearstation) -"peR" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"pfv" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"pfw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"pfC" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 5 - }, -/obj/structure/tank_dispenser/oxygen{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"pfO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/directional/east, -/obj/machinery/status_display/evac/directional/east, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"pfU" = ( -/obj/machinery/door/airlock{ - name = "Kitchen Cold Room" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/service/bar/backroom) -"pgh" = ( -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/structure/table/reinforced/titaniumglass, -/obj/machinery/computer/records/security/laptop{ - dir = 8; - pixel_x = 10; - pixel_y = 4 - }, -/obj/machinery/recharger{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/structure/reagent_dispensers/wall/peppertank/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/break_room) -"pgq" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/small, -/area/station/security/prison/shower) -"pgu" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/easel, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"pgw" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"pgE" = ( -/obj/structure/chair/office, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/directional/north, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"pgO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 - }, -/turf/open/floor/iron/smooth_corner{ - dir = 4 - }, -/area/station/maintenance/disposal/incinerator) -"pgP" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"pgW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"phe" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/loading_area/white{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/science/robotics/augments) -"phs" = ( -/obj/machinery/duct, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"phE" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"phJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/structure/chair, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"phZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"pij" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/janitor, -/turf/open/floor/iron, -/area/station/service/janitor) -"pil" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"piG" = ( -/obj/effect/turf_decal/siding/green{ - dir = 8 - }, -/obj/effect/landmark/start/chemist, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"piM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/commons/dorms) -"piZ" = ( -/obj/structure/chair/sofa/right/maroon{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"pjb" = ( -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"pjn" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"pjo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"pjr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/west, -/obj/machinery/status_display/ai/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"pju" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"pjA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"pjL" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/arrows{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"pjM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons) -"pjO" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"pjT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"pkh" = ( -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/spawner, -/turf/open/floor/iron/showroomfloor, -/area/station/command/corporate_showroom) -"pks" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"pkE" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/filingcabinet/employment, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"pkS" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"plf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"plk" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"plr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/starboard) -"plu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"plz" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/command/corporate_showroom) -"plB" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/centcom{ - name = "Frozeno!" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den/gaming) -"plJ" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"plZ" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/newscaster/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/fax{ - fax_name = "Law Office"; - name = "Law Office Fax Machine" - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"pmn" = ( -/obj/structure/chair/comfy/beige{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/button/door/directional/west{ - id = "study_c"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 7; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood/tile, -/area/station/commons) -"pms" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"pmN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"pnf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"pnn" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"pnq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/public{ - name = "Locker Room" - }, -/turf/open/floor/iron/textured_half, -/area/station/commons/fitness/recreation) -"pnt" = ( -/obj/structure/fluff/broken_flooring, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"pnM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"pnQ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"pnS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/light/cold/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"pnU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/science/cytology) -"poc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/cargo/storage) -"pog" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/freezer, -/area/station/command/corporate_suite) -"pok" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"pon" = ( -/obj/effect/turf_decal/siding/dark_red{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/gun/energy/disabler{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/disabler, -/obj/item/gun/energy/disabler{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"pox" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"poE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor/left/directional/south{ - name = "Security Desk"; - req_access = list("security") - }, -/obj/machinery/door/window/left/directional/north{ - name = "Security Desk" - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/iron/textured_large, -/area/station/security/checkpoint/escape) -"poI" = ( -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"poM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "QMLoad"; - name = "Loading Conveyor"; - pixel_x = -13; - pixel_y = 19 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"poU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner, -/turf/open/floor/iron, -/area/station/security) -"ppk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"ppm" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/clothing/head/cone{ - pixel_x = 6; - pixel_y = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"ppp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/turf_decal/siding/blue, -/obj/structure/cable, -/turf/open/floor/iron/white/small, -/area/station/command/heads_quarters/cmo) -"pps" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/window/spawner/directional/north, -/obj/effect/turf_decal/trimline/purple/end, -/obj/structure/sink/directional/south{ - pixel_y = 0 - }, -/turf/open/floor/iron, -/area/station/science/cytology) -"ppA" = ( -/obj/effect/turf_decal/tile/green/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"ppM" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/chem_master, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"ppQ" = ( -/obj/effect/turf_decal/stripes/box, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"ppW" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Secure Creature Pen"; - req_access = list("research") - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"pqa" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/space/basic, -/area/space) -"pqf" = ( -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"pqm" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/storage/tcomms) -"pqs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"pqv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"pqI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"pqK" = ( -/obj/structure/cable, -/obj/machinery/door/window/left/directional/south, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"pqL" = ( -/obj/structure/cable, -/obj/structure/barricade/wooden/crude, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"pqN" = ( -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/end{ - dir = 8 - }, -/obj/machinery/shower/directional/west, -/obj/machinery/light/cold/directional/north, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"pqT" = ( /obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"prf" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/electric_shock, -/turf/open/floor/engine, -/area/station/science/cytology) -"prh" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"prq" = ( -/obj/structure/toilet/greyscale{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/prisoner, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"prQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"prT" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"prW" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"prX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/holopad, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"psc" = ( -/obj/machinery/door/poddoor/shutters{ - id = "teleporterhubshutters"; - name = "Teleporter Shutters" - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/command/teleporter) -"psf" = ( -/obj/effect/turf_decal/siding/brown, -/obj/structure/table/reinforced/plastitaniumglass, -/obj/effect/spawner/random/decoration/ornament, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"psg" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"psn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/research/glass{ - name = "Gun Range" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/science/auxlab/firing_range) -"psI" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue/full, -/obj/item/stack/medical/mesh{ - pixel_x = 5 - }, /obj/item/stack/medical/mesh{ pixel_x = 3 }, -/obj/item/stack/medical/suture{ - pixel_y = 3 - }, /obj/item/stack/medical/suture{ pixel_x = 5 }, -/obj/item/reagent_containers/syringe/epinephrine{ - pixel_x = -3; - pixel_y = 16 - }, -/turf/open/floor/iron/white/textured_large, -/area/station/medical/medbay/lobby) -"psJ" = ( -/obj/structure/cable, -/obj/structure/table/glass, -/obj/item/computer_disk/medical{ - pixel_x = -5 - }, -/obj/item/computer_disk/medical{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/stamp/cmo{ - pixel_x = 8; - pixel_y = 7 - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"psP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/diagonal, -/area/station/science/auxlab/firing_range) -"psS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/tram) -"psX" = ( -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"ptj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/diagonal, -/area/station/science/auxlab/firing_range) -"ptk" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"ptN" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/toy/talking/griffin{ - pixel_y = 13 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"ptZ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"pug" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"puj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"pum" = ( -/obj/structure/cable, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/arrows{ - dir = 4 - }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"pup" = ( -/obj/structure/chair/sofa/right, -/obj/machinery/light/small/directional/west, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) -"pus" = ( -/obj/effect/turf_decal/box/red/corners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"puv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/hydroponics{ - name = "Hydroponics Supply Room" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, -/turf/open/floor/iron/textured_half, -/area/station/service/hydroponics) -"puw" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access = list("library") - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/service/library) -"puC" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"puD" = ( -/obj/structure/bookcase/random/nonfiction, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"puN" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"puT" = ( -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"pvh" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/security/tram) -"pvt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"pvA" = ( -/obj/structure/chair/office, -/turf/open/floor/plating, -/area/station/service/library/abandoned) -"pvF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/research) -"pvR" = ( -/obj/structure/table/wood, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"pvS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/south, -/obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/cook, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"pwf" = ( -/obj/item/kirbyplants/random, -/obj/item/shard{ - pixel_x = 3; - pixel_y = 8 - }, -/obj/effect/decal/cleanable/glass, -/obj/item/shard{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"pwn" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/structure/sign/departments/telecomms/directional/south, -/turf/open/floor/iron, -/area/station/science/lower) -"pwq" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"pww" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"pwz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/service/janitor) -"pwA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"pwG" = ( -/obj/effect/landmark/lift_id{ - specific_lift_id = "prison_tram" - }, -/obj/structure/industrial_lift/tram/white, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"pwN" = ( -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"pxj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"pxs" = ( -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 8 - }, -/obj/structure/industrial_lift/tram/subfloor, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-3" - }, -/obj/machinery/computer/tram_controls/directional/west{ - specific_lift_id = "maint_tram" - }, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/port/aft) -"pxw" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"pxx" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/reagent_containers/dropper, -/obj/item/grenade/chem_grenade, -/obj/item/stack/cable_coil, -/obj/item/screwdriver{ - pixel_x = -2; - pixel_y = 6 - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"pxA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/grunge{ - name = "Cell 4" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/security/prison/safe) -"pxO" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"pxR" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"pxZ" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"pya" = ( -/obj/structure/chair/sofa/right/maroon, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"pyf" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 5 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"pyh" = ( -/obj/structure/cable, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"pyp" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair{ - pixel_y = -2 - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"pys" = ( -/obj/machinery/vending/autodrobe/all_access, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/commons) -"pyt" = ( -/turf/open/floor/plating, -/area/station/service/library/abandoned) -"pyS" = ( -/obj/structure/chair/sofa/left/maroon, -/obj/effect/landmark/start/assistant, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"pyY" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/structure/table, -/obj/item/weldingtool/mini, -/turf/open/floor/iron/white, -/area/station/maintenance/central/greater) -"pzb" = ( -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 1 - }, -/obj/structure/tank_holder/extinguisher, -/obj/machinery/camera/autoname/directional/north, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"pzn" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/item/toy/foamfinger, -/obj/item/toy/eightball{ - pixel_y = 13 - }, -/turf/open/floor/plating, -/area/station/service/theater) -"pzr" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"pzs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"muH" = ( /obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/service/theater) -"pzy" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner{ - pixel_y = 17 - }, -/obj/item/storage/box/prisoner{ - pixel_y = 7 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"pzA" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/item/radio/intercom/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/tram) -"pzB" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"pzL" = ( +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"muJ" = ( /obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/checkpoint/customs/auxiliary) -"pzR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"pzX" = ( -/obj/structure/railing, -/obj/structure/table, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/white, -/obj/effect/spawner/random/entertainment/toy, -/turf/open/floor/plating, -/area/station/service/theater) -"pAl" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"pAn" = ( -/obj/effect/turf_decal/siding/green{ - dir = 5 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark/herringbone, -/area/station/service/abandoned_gambling_den/gaming) -"pAo" = ( -/obj/structure/window/spawner, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/plating, -/area/station/science/lobby) -"pAs" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/directional/south{ - c_tag = "Xenobiology - Cell 6"; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/box/red/corners{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"pAB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"pAF" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/lower) -"pAH" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"pAU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/button/door/directional/east{ - id = "qm_warehouse_aft"; - name = "Warehouse Door Control"; - pixel_x = -24; - pixel_y = 23; - req_access = list("cargo") - }, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"pBe" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"pBi" = ( -/obj/effect/decal/cleanable/glass, -/obj/structure/chair/stool/directional/east, -/obj/machinery/light/small/directional/west, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"pBn" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"pBu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"pBx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"pBy" = ( -/obj/machinery/suit_storage_unit/atmos, /obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"pBD" = ( -/obj/effect/spawner/structure/window, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) -"pBJ" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/button/door/directional/north{ - id = "vaco"; - name = "Comissary Shutters"; - pixel_x = 29 - }, -/turf/open/floor/wood/tile, -/area/station/commons/vacant_room/commissary) -"pBN" = ( -/obj/machinery/flasher/directional/east{ - id = "justiceflash" - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/execution/education) -"pBV" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/structure/sign/poster/random/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"pCa" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"pCs" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine/atmos) -"pCv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"pCF" = ( -/obj/machinery/door/window/brigdoor/right/directional/east{ - id = "Cell 2"; - name = "Cell 2"; - req_access = list("security") - }, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"pCU" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Supply Closet" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"pCV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"pCX" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/landmark/start/clown, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"pDe" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_x = -20; - pixel_y = -16 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/misc/sandy_dirt, -/area/station/service/lawoffice) -"pDr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/hop) -"pDu" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"pDw" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 4 - }, -/obj/machinery/door/window/left/directional/east{ - name = "Medical Supplies"; - req_access = list("medical") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"pDD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"pDG" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/frame/computer{ - dir = 1 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"pDQ" = ( -/obj/structure/cable, -/obj/structure/table/glass, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/folder/blue, -/obj/item/stamp/law, -/obj/effect/landmark/event_spawn, -/obj/item/clothing/glasses/sunglasses{ - pixel_y = 15 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"pDU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"pEb" = ( -/obj/structure/cable, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"pEs" = ( -/obj/effect/turf_decal/siding/blue, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"pEw" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"pEy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"pEC" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"pEL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"pEM" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/asteroid/end{ - dir = 1 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/circuit/green, -/area/station/science/robotics/mechbay) -"pFd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"pFk" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"pFE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"pFI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=11.0-StarboardHall-RecreationHall"; - location = "10.0-ScienceFoyer-StarboardHall" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"pFQ" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ - dir = 8 - }, -/obj/machinery/door/window/brigdoor/right/directional/west, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"pGp" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"pGu" = ( -/obj/structure/cable, -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"pGy" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 1 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"pGD" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"pGE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"pGJ" = ( -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"pGK" = ( -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner, -/obj/structure/flora/rock/pile/jungle/style_random, -/turf/open/misc/sandy_dirt, -/area/station/hallway/secondary/entry) -"pGR" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"pGU" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 1 - }, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"pHe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Interrogation" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/interrogation) -"pHi" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"pHn" = ( -/obj/structure/cable, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"pHo" = ( -/obj/structure/rack, -/obj/item/storage/medkit/regular, -/turf/open/floor/plating, -/area/station/cargo/storage) -"pHC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/commons/storage/tools) -"pHI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"pHJ" = ( -/turf/open/floor/plating/rust, -/area/station/maintenance/starboard/greater) -"pHM" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"pHN" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/flora/bush/sunny/style_random, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"pHQ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"pHS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"pId" = ( -/obj/structure/reagent_dispensers/plumbed, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"pIm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"pIp" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"pIw" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"pIS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/turf/open/floor/plating, -/area/station/command/bridge) -"pJg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"pJh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light/small/directional/north, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/clothing/head/cone{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/ash{ - pixel_x = -16 - }, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"pJm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/iron, -/area/station/cargo/storage) -"pJr" = ( -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"pJu" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/machinery/door/airlock/command/glass{ - name = "Telecommunications Server Room" - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/tcommsat/server) -"pJv" = ( -/obj/structure/chair/stool/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"pJz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"pJK" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/effect/landmark/secequipment, -/turf/open/floor/iron, -/area/station/security/tram) -"pJQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"pKi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Security Transferring Center" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/security/processing) -"pKm" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/iron/white/small, -/area/station/medical/medbay/central) -"pKL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"pKR" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 4 - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"pKS" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/siding/blue{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/small, -/area/station/command/heads_quarters/cmo) -"pKU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"pLc" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"pLg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Gun Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/auxlab/firing_range) -"pLj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/terracotta, -/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"pLl" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"pLr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command{ - name = "E.V.A. Storage" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/command/corporate_showroom) -"pLK" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"pLZ" = ( -/obj/machinery/vending/coffee, -/obj/machinery/light/cold/directional/north, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"pMg" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"pMi" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"pMr" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance/two, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"pMs" = ( -/obj/structure/transit_tube/horizontal, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"pMu" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"pMD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/research/glass{ - name = "Genetics" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/genetics, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/research) -"pNa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"pNh" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/machinery/light/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"pNi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/painting/large/library{ - dir = 1 - }, -/obj/effect/spawner/random/decoration/flower{ - pixel_x = -13; - pixel_y = 9 - }, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"pNm" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"pNy" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"pNz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"pNC" = ( -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/hallway/secondary/construction) -"pND" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"pNO" = ( -/obj/effect/turf_decal/siding{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"pNS" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"pOb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"pOg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/cargo/office) -"pOj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/general, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"pOm" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"pOp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"pOw" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/sink/kitchen/directional/south{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"pOJ" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"pOK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/duct, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"pPq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"pPK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"pPT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"pPZ" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"pQe" = ( -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"pQh" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"pQl" = ( -/obj/structure/fireplace, -/obj/effect/turf_decal/siding/wood/end, -/obj/machinery/light/small/directional/east, -/obj/machinery/camera/directional/east, -/turf/open/floor/stone, -/area/station/service/bar) -"pQE" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "XenoPens"; - name = "Xenobiology Lockdown" - }, -/turf/open/floor/engine, -/area/station/hallway/secondary/entry) -"pQX" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/science/xenobiology) -"pQY" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"pRe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/decoration/statue, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"pRz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"pRD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"pRJ" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/station/security/prison/safe) -"pRL" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/iron/small, -/area/station/maintenance/port/aft) -"pRN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "East Wing Checkpoint" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/checkpoint/customs/auxiliary) -"pRP" = ( -/obj/machinery/icecream_vat, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"pRQ" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"pRU" = ( -/obj/machinery/gibber, -/obj/effect/turf_decal/bot_red, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"pRV" = ( -/obj/structure/kitchenspike, -/obj/effect/turf_decal/bot_red, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"pSc" = ( -/obj/item/bikehorn/rubberducky{ - pixel_x = 6; - pixel_y = 14 - }, -/obj/item/bikehorn/rubberducky{ - pixel_x = -7; - pixel_y = 17 - }, -/obj/item/bikehorn/rubberducky, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"pSd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"pSm" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/obj/structure/table, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = 5; - pixel_y = 17 - }, -/obj/item/reagent_containers/syringe/epinephrine, -/obj/item/reagent_containers/syringe{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/machinery/light/small/red/directional/west, -/turf/open/floor/iron/white, -/area/station/maintenance/central/greater) -"pSo" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"pSq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/random/directional/north, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"pSr" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, -/obj/structure/table, -/obj/item/reagent_containers/dropper{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/crowbar/large/emergency, -/turf/open/floor/iron/white, -/area/station/maintenance/central/greater) -"pSs" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"pSA" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 8 - }, -/obj/machinery/newscaster/directional/north, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"pSI" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/destructible/cult/item_dispenser/archives/library, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"pSK" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/bookcase/random, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"pTc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/port) -"pTl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/mime, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/stone, -/area/station/service/theater) -"pTn" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/machinery/light/cold/directional/west, -/turf/open/misc/sandy_dirt, -/area/station/service/lawoffice) -"pTq" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Crematorium Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"pTr" = ( -/obj/structure/table, -/obj/item/storage/backpack/duffelbag/med/surgery{ - pixel_y = -5 - }, -/obj/item/wirecutters{ - pixel_y = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"pTs" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/chair/sofa/corp/right{ - dir = 4 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/lawoffice) -"pTz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/lawoffice) -"pTB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"pTC" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/service/theater, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"pTH" = ( -/obj/item/radio/intercom/directional/south, -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/lawoffice) -"pTM" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"pTN" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"pTU" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/light/small/directional/south, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"pTV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/iron/dark/side{ - dir = 10 - }, -/area/station/hallway/secondary/construction) -"pTY" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"pUc" = ( -/obj/effect/turf_decal/tile/green, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"pUi" = ( -/obj/structure/table, -/obj/machinery/airalarm/directional/west, -/obj/item/storage/box/donkpockets, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"pUl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public{ - name = "Public Garden" - }, -/turf/open/floor/iron/textured_half, -/area/station/service/hydroponics/garden) -"pUt" = ( -/obj/structure/grille, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plating, -/area/station/service/hydroponics/garden) -"pUx" = ( -/obj/structure/closet/crate/freezer/blood, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/coldroom) -"pUy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"pUC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/doppler_array{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"pUD" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/warning/radiation/rad_area/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"pUJ" = ( -/obj/machinery/light/cold/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"pUO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public{ - name = "Public Garden" - }, -/turf/open/floor/iron/textured_half, -/area/station/service/hydroponics/garden) -"pVa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"pVq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"pVK" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/closed/wall, -/area/station/maintenance/department/medical/central) -"pVN" = ( -/obj/structure/chair/sofa/bench/left, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"pVU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"pWl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/science/lobby) -"pWt" = ( -/obj/structure/lattice, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"pWv" = ( -/obj/structure/closet/emcloset, -/obj/machinery/newscaster/directional/west, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"pWC" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/medical/glass{ - name = "Primary Treatment Centre" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/iron/white/small, -/area/station/medical/treatment_center) -"pWF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"pWM" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=18.0-ToolStorage-Engineering"; - location = "17.0-CentralPort-ToolStorage" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"pWQ" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"pWX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/service/janitor, -/obj/machinery/door/airlock/centcom{ - name = "Custodial Closet" - }, -/turf/open/floor/iron/textured_half, -/area/station/service/janitor) -"pWZ" = ( -/obj/effect/turf_decal/siding/white{ - dir = 9 - }, -/obj/structure/railing{ - dir = 9 - }, -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes{ - pixel_x = 6; - pixel_y = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"pXg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table/reinforced/titaniumglass, -/obj/machinery/light/directional/north, -/obj/item/analyzer, -/turf/open/floor/iron/smooth_edge{ - dir = 1 - }, -/area/station/maintenance/disposal/incinerator) -"pXo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"pXz" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"pXC" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"pXL" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/door/window/right/directional/south{ - dir = 1; - name = "Medical Deliveries"; - req_access = list("medical") - }, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"pXQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"pXS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"pYr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"pYs" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"pYu" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"pYx" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/explab) -"pYE" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/effect/landmark/start/hangover, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"pYG" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"pYK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Lavatorie" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"pYM" = ( -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/herringbone, -/area/station/service/abandoned_gambling_den/gaming) -"pYP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lobby) -"pYY" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"pZm" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/light/cold/directional/north, -/obj/machinery/computer/records/security{ - dir = 4 - }, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/security/execution/transfer) -"pZs" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/plating, -/area/station/science/robotics/augments) -"pZu" = ( -/obj/structure/hedge, -/turf/open/floor/plating, -/area/station/cargo/storage) -"pZz" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/cargo_gauntlet{ - pixel_y = -3 - }, -/obj/item/clothing/gloves/cargo_gauntlet, -/obj/item/clothing/gloves/cargo_gauntlet{ - pixel_y = 3 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plating, -/area/station/cargo/storage) -"pZI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"pZK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"pZP" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "QM #2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/firealarm/directional/south, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/cargo/storage) -"qaA" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"qaO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"qbg" = ( -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"qbj" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/closet/secure_closet/security/sec, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron, -/area/station/security/lockers) -"qbo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/robotics/augments) -"qbq" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"qbr" = ( -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/effect/landmark/start/hangover, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"qbu" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"qbw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"qby" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/checkpoint/supply) -"qbC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"qbK" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"qbN" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"qcf" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark/side, -/area/station/hallway/secondary/construction) -"qcl" = ( -/obj/item/radio/intercom/directional/south, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) -"qcr" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/medical/virology) -"qcN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table/greyscale, -/obj/item/folder/red, -/obj/item/toy/figure/detective, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"qcQ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"qcU" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table/greyscale, -/obj/item/folder/white, -/obj/item/storage/dice{ - pixel_x = -16; - pixel_y = -6 - }, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"qcX" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"qcY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/security/processing) -"qdb" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet{ - name = "Cargo Deliveries" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/small, -/area/station/medical/medbay/lobby) -"qdm" = ( -/turf/open/floor/wood, -/area/station/hallway/secondary/service) -"qdp" = ( -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"qdr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/stairs{ - dir = 1 - }, -/area/station/engineering/storage/tech) -"qdv" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"qdC" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/full, -/obj/machinery/duct, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"qdM" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"qdS" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"qdW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"qei" = ( -/turf/closed/wall, -/area/station/science/ordnance/storage) -"qej" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/service/library) -"qen" = ( -/obj/structure/table, -/obj/item/clothing/gloves/boxing, -/obj/machinery/light/dim/directional/east, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"qey" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"qez" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"qeO" = ( -/obj/structure/table, -/obj/item/circuitboard/machine/coffeemaker/impressa, -/obj/item/coffee_cartridge/decaf{ - pixel_y = 9 - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"qeP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"qeT" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_x = -7 - }, -/obj/item/paper_bin{ - pixel_x = 6; - pixel_y = 3 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"qfb" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qfo" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/sign/departments/lawyer/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"qfA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Law Office" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/lawyer, -/turf/open/floor/iron/dark/textured_half, -/area/station/service/lawoffice) -"qfF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qfQ" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/industrial_lift/tram/white, -/obj/structure/window/reinforced/tram/mid/directional/south, -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"qfV" = ( -/obj/machinery/vending/tool, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/plating, -/area/station/commons/storage/tools) -"qfX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qgq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/lower) -"qgr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qgs" = ( -/obj/structure/cable, -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/small, -/area/station/security/prison/shower) -"qgu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"qgx" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Law Office Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/lawyer, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"qgA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qgH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qgK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/kirbyplants/random, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"qgN" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qgR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/holopad, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qhh" = ( -/obj/structure/cable, -/obj/structure/table/glass, -/obj/item/book/manual/wiki/cytology{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/reagent_containers/dropper{ - pixel_x = -11; - pixel_y = -4 - }, -/obj/item/biopsy_tool{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"qhm" = ( -/obj/structure/table, -/obj/item/storage/crayons, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qho" = ( -/obj/structure/table, -/obj/item/flashlight/lantern, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qhp" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"qhs" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/chair/wood{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"qhD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qhF" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"qhV" = ( -/obj/structure/table, -/obj/machinery/fax{ - fax_name = "Security Office"; - name = "Security Office Fax Machine"; - pixel_y = 6 - }, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron, -/area/station/security) -"qic" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"qin" = ( -/obj/docking_port/stationary/escape_pod, -/turf/open/space/basic, -/area/space) -"qio" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"qir" = ( -/turf/closed/wall, -/area/station/medical/medbay/lobby) -"qis" = ( -/obj/structure/railing{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) -"qiw" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"qiy" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Cytology Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/research) -"qiz" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/storage/tools) -"qiE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"qiH" = ( -/obj/structure/table, -/obj/machinery/airalarm/directional/west, -/obj/item/pipe_dispenser, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 13 - }, -/obj/item/transfer_valve{ - pixel_x = 10; - pixel_y = 21 - }, -/obj/item/transfer_valve{ - pixel_x = 7; - pixel_y = 19 - }, -/obj/item/transfer_valve{ - pixel_x = 4; - pixel_y = 17 - }, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"qiM" = ( -/obj/structure/table, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"qiN" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/tcommsat/server) -"qiO" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stock_parts/cell/high, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"qiP" = ( -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Cryogenics Bay" - }, -/obj/effect/turf_decal/delivery/red, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/medical/cryo) -"qiX" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/east, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"qjh" = ( -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"qji" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Dormatories" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/commons/dorms) -"qjk" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"qjn" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"qjy" = ( -/obj/structure/hedge, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"qjE" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"qka" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/science/cytology) -"qke" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=5.0-AftHall-Arrivals"; - location = "4.0-TechStorage-AftHall" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"qkp" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"qkv" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/light/floor, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"qkw" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/light/floor, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"qkF" = ( -/turf/open/floor/iron, -/area/station/commons) -"qkK" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"qll" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/sign/departments/restroom/directional/east, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/commons) -"qlr" = ( -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qly" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/ai_monitored/command/storage/eva) -"qlz" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"qlP" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/window/spawner/directional/east, -/turf/open/floor/plating, -/area/station/ai_monitored/command/storage/eva) -"qlU" = ( -/obj/structure/flora/ash/tall_shroom, -/obj/machinery/light/small/directional/north, -/obj/structure/sign/poster/random/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"qmb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"qme" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"qmr" = ( -/obj/effect/turf_decal/siding/red{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/security/brig) -"qmv" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/execution/education) -"qmx" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral/full, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/storage/fancy/cigarettes/cigars/cohiba{ - pixel_x = 2; - pixel_y = 10 - }, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"qmz" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"qmB" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/camera/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"qmI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/full, -/obj/machinery/duct, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"qmO" = ( -/obj/effect/turf_decal/tile/neutral/full, -/obj/machinery/duct, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"qmZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"qnc" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/dark/small, -/area/station/security/processing) -"qnj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"qnn" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"qnt" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Fore-Starboard Solar Array" - }, -/turf/open/floor/iron/solarpanel/airless, -/area/station/solars/starboard/fore) -"qnu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/door/airlock/public/glass{ - name = "Chapel Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, -/turf/open/floor/iron/textured_half, -/area/station/service/chapel/office) -"qnx" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"qnz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"qnA" = ( -/obj/structure/table, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "barki"; - name = "Shutters" - }, -/turf/open/floor/catwalk_floor/iron, -/area/station/service/kitchen) -"qnC" = ( -/obj/machinery/light/cold/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"qnJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"qnL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"qoh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"qon" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"qoD" = ( -/turf/closed/wall/r_wall, -/area/station/command/corporate_showroom) -"qpg" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L3" - }, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"qpu" = ( -/obj/effect/turf_decal/siding/brown{ - dir = 9 - }, -/obj/structure/steam_vent, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"qpx" = ( -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"qpO" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"qpU" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -18; - pixel_y = 4 - }, -/obj/item/restraints/handcuffs, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"qpX" = ( -/obj/machinery/door/airlock{ - name = "Kitchen" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/service/kitchen) -"qqd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"qqp" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"qqx" = ( -/obj/structure/bed/maint, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"qqy" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/machinery/light/cold/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"qrb" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"qrg" = ( -/obj/structure/cable, -/obj/structure/displaycase/captain{ - pixel_y = 5 - }, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/captain/private) -"qrh" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/hallway/secondary/dock) -"qrm" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"qrw" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/item/trash/popcorn{ - pixel_x = 17; - pixel_y = 14 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"qrI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/service/cafeteria) -"qrN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"qrP" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 6 - }, -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/station/engineering/supermatter) -"qrR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"qsg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/power/terminal, -/obj/structure/cable, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"qsj" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/effect/landmark/blobstart, /turf/open/floor/iron, /area/station/hallway/secondary/construction) -"qsu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"muK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"qsA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"qsU" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"qsV" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 5 - }, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) -"qtb" = ( -/obj/machinery/vending/games, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qtd" = ( -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"qtg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qtl" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/spacebridge) -"qts" = ( -/obj/structure/table, -/obj/item/assembly/signaler{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/assembly/signaler{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_y = 8 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"qtw" = ( -/obj/structure/table, -/obj/item/crowbar/large/heavy, -/obj/item/stack/cable_coil, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"qtE" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/item/bedsheet/hos{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/obj/effect/landmark/start/head_of_security, -/turf/open/floor/iron/checker, -/area/station/command/heads_quarters/hos) -"qtG" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/primary/fore) -"qtQ" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"qtW" = ( -/obj/structure/window/reinforced/spawner, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/service/theater) -"quf" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/commons) -"qui" = ( -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"quo" = ( -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"quq" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/crate/cardboard, -/obj/item/target/clown, -/obj/item/target/clown, -/obj/item/target/clown, -/obj/item/target/clown, -/turf/open/floor/plating, -/area/station/science/auxlab/firing_range) -"quw" = ( -/obj/structure/table/wood, -/obj/item/toy/plush/lizard_plushie/green{ - name = "Dark-Will-Fall"; - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/flashlight/lantern{ - pixel_x = 7; - pixel_y = 15 - }, -/turf/open/floor/iron/dark/small, -/area/station/maintenance/aft) -"quQ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"quS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"quU" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/captain) -"qvr" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"qvD" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/tile, -/area/station/commons/vacant_room/commissary) -"qvG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"qvL" = ( -/obj/effect/turf_decal/siding/wood, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"qvM" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/recreation) -"qvQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/firealarm/directional/north, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"qwa" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/structure/chair/office/light, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"qwn" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"qwq" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/computer/prisoner/management{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/warden) -"qww" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"qwC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/siding/wideplating/dark, -/turf/open/floor/iron, -/area/station/security) -"qwG" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/effect/decal/cleanable/glass, -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"qwV" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "prisonsol"; - name = "Prison Solar Array" - }, -/turf/open/floor/iron/solarpanel/airless, -/area/station/solars/port) -"qxh" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"qxj" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"qxk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"qxn" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"qxw" = ( -/obj/structure/table/wood, -/obj/item/restraints/handcuffs/fake, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"qxN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/white/textured_large, -/area/station/command/heads_quarters/cmo) -"qxP" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"qxX" = ( -/obj/structure/window/spawner, -/obj/structure/flora/bush/large/style_random{ - pixel_x = -21; - pixel_y = -3 - }, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/misc/sandy_dirt, -/area/station/science/research) -"qyo" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"qyq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Turbine to Waste" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"qyx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/security/detectives_office) -"qyz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/chair/wood{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/stone, -/area/station/command/corporate_suite) -"qyB" = ( -/obj/effect/spawner/random/maintenance, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"qyH" = ( -/obj/structure/cable, -/obj/item/kirbyplants/random, -/obj/machinery/light/dim/directional/north, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/aft) -"qyN" = ( -/obj/structure/railing, -/turf/open/space/basic, -/area/space/nearstation) -"qyO" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/item/storage/secure/safe/directional/north{ - name = "evidence safe" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"qyT" = ( -/turf/closed/wall, -/area/station/hallway/secondary/exit/departure_lounge) -"qyY" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"qzc" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/sandstone{ - name = "The Rat's Den" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"qzi" = ( -/obj/structure/cable, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"qzj" = ( -/obj/machinery/airalarm/directional/west, -/obj/structure/table/glass, -/turf/open/floor/iron/white, -/area/station/science/research) -"qzn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/south, -/obj/effect/turf_decal/stripes/line, -/obj/structure/sign/departments/aiupload/directional/south, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"qzq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/station/science/research) -"qzs" = ( -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/tram) -"qzw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"qzD" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research/glass{ - name = "Break Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/research) -"qzL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"qzO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"qzT" = ( -/obj/item/bikehorn/rubberducky{ - pixel_x = -6; - pixel_y = 13 - }, -/obj/item/bikehorn/rubberducky{ - pixel_x = 7; - pixel_y = -1 - }, -/obj/item/bikehorn/rubberducky{ - pixel_x = -4; - pixel_y = -5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"qAn" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"qAs" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"qAE" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/structure/table, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"qBc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - id_tag = "permaouter"; - name = "Permabrig Transfer" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/security/execution/transfer) -"qBg" = ( -/obj/structure/cable, -/obj/structure/table/reinforced, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/ai_module/reset{ - pixel_y = 14 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"qBi" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/security/tram) -"qBj" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/cargo/boutique) -"qBy" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L5" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"qBz" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/mannequin/plastic, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/cargo/boutique) -"qBG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"qBN" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"qBT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"qCb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"qCg" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"qCi" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/sofa/bamboo/right{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"qCq" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"qCF" = ( -/obj/machinery/bookbinder, -/obj/machinery/light/small/directional/south, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qCR" = ( -/obj/structure/chair/sofa/bamboo/left{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"qCU" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/table/reinforced, -/obj/item/key/security{ - pixel_y = 6 - }, -/obj/item/toy/figure/warden{ - pixel_y = -5 - }, -/turf/open/floor/iron, -/area/station/security/warden) -"qCY" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/tcommsat/server) -"qDc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/tram) -"qDi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, -/turf/open/floor/wood/tile, -/area/station/tcommsat/server) -"qDp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"qDr" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"qDu" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"qDx" = ( -/obj/structure/toilet, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/iron/white/small, -/area/station/maintenance/port/aft) -"qDD" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"qDK" = ( -/obj/machinery/light_switch/directional/west, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"qDN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qDO" = ( -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/flora/rock/pile/jungle/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"qDP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair/stool/directional/north, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"qEa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock{ - name = "Bar Backroom Maintenence" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"qEe" = ( -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/lobby) -"qEp" = ( -/obj/machinery/chem_master/condimaster{ - desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; - name = "BrewMaster 2199" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"qEz" = ( -/obj/machinery/door/window/brigdoor/left/directional/west{ - name = "Holding Cell"; - req_access = list("security") - }, -/turf/open/floor/iron/dark/small, -/area/station/security/checkpoint/customs) -"qEB" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/science/lower) -"qEO" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"qFb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"qFh" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/firealarm/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"qFv" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"qFA" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/office/light, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"qFB" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/paper/guides/jobs/hydroponics, -/obj/item/pen{ - pixel_x = 11 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"qFO" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qGu" = ( -/obj/effect/turf_decal/siding/dark_red, -/obj/item/radio/intercom/directional/south, -/obj/machinery/computer/records/security{ - dir = 1 - }, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"qGw" = ( -/obj/machinery/holopad, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"qGB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/blood/gibs/down, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"qGH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner, -/turf/open/floor/iron, -/area/station/security) -"qGT" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/tram) -"qGY" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"qHb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"qHg" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"qHm" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "kitchenshutters"; - name = "Kitchen Shutters" - }, -/obj/structure/desk_bell{ - pixel_x = 8; - pixel_y = 11 - }, -/obj/effect/spawner/random/food_or_drink/condiment{ - pixel_x = -8; - pixel_y = 3 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"qHt" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"qHy" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"qHH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south, /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, -/area/station/hallway/primary/port) -"qHI" = ( -/obj/structure/table/reinforced, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria{ - pixel_y = 2 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"qHY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"qIc" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"qIf" = ( -/turf/closed/wall, -/area/station/medical/cryo) -"qIg" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/kirbyplants/random, -/obj/machinery/light/small/directional/west, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"qIk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/science/xenobiology) -"qIp" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/processing) -"qIv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"qID" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"qIO" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"qIP" = ( -/obj/machinery/food_cart, -/obj/machinery/button/door/directional/west{ - id = "barki"; - name = "Shutters Control" - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"qIQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"qIZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"qJa" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/machinery/restaurant_portal/restaurant, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"qJj" = ( -/obj/machinery/airalarm/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/commons) -"qJq" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"qJr" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"qJB" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons) -"qJJ" = ( -/obj/structure/chair/office, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"qJS" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/item/kirbyplants/random, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/iron, -/area/station/commons) -"qKe" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green, -/obj/machinery/module_duplicator, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"qKt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/science/xenobiology) -"qKv" = ( -/obj/structure/hedge, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qKD" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"qKE" = ( +/area/station/hallway/primary/central/fore) +"muQ" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/station/service/cafeteria) -"qKI" = ( -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/iron/small, -/area/station/maintenance/port/aft) -"qKN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/service/theater) -"qKO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"qKS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/obj/machinery/door/airlock/medical/glass{ - name = "CMO Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, -/turf/open/floor/iron/white/small, -/area/station/command/heads_quarters/cmo) -"qKZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/smooth_edge{ - dir = 8 - }, -/area/station/maintenance/disposal/incinerator) -"qLc" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet3"; - name = "Auxillary" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"qLd" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 9 - }, -/obj/machinery/light/cold/directional/west, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"qLf" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"qLh" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"qLj" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/item/bedsheet/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"qLl" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/structure/window/reinforced/tram/right/directional/east, -/obj/structure/chair/comfy/shuttle, -/obj/structure/industrial_lift/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"qLq" = ( -/obj/machinery/recharge_station, -/obj/machinery/button/door/directional/west{ - id = "Toilet3"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_x = 0; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/light/small/directional/east, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"qLt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 1 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"qLy" = ( -/obj/structure/cable, -/obj/item/kirbyplants/random, -/obj/item/clothing/suit/toggle/owlwings/griffinwings, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/aft) -"qLA" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 5 - }, -/obj/machinery/newscaster/directional/north, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"qLB" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"qLD" = ( -/obj/structure/chair{ - name = "Defense" - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/security/courtroom) -"qMb" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"qMp" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/security/courtroom) -"qMK" = ( -/turf/closed/wall, -/area/station/command/bridge) -"qMP" = ( -/obj/structure/closet/firecloset, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"qMQ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/science/ordnance/testlab) -"qMX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/modular_computer/console/preset/cargochat/cargo, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"qNj" = ( -/turf/open/floor/catwalk_floor/iron, -/area/station/maintenance/department/medical/central) -"qNn" = ( -/turf/closed/wall/r_wall, -/area/station/service/abandoned_gambling_den/gaming) -"qNw" = ( -/obj/structure/hedge, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qNx" = ( -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 4 - }, -/obj/machinery/light/cold/directional/east, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron, -/area/station/security/courtroom) -"qNz" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"qNF" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"qNO" = ( -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"qOc" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"qOj" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/effect/spawner/random/techstorage/ai_all, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"qOm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/commons/storage/tools) -"qOv" = ( -/obj/structure/industrial_lift/tram/white, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/port/aft) -"qON" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/table, -/obj/item/stock_parts/micro_laser{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/stock_parts/micro_laser{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/stock_parts/micro_laser{ - pixel_x = 2 - }, -/obj/item/stock_parts/micro_laser{ - pixel_x = 6; - pixel_y = -2 - }, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"qOO" = ( -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"qPc" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/landmark/start/chemist, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"qPr" = ( -/obj/structure/table, -/obj/item/exodrone{ - pixel_y = 8 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"qPC" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"qPN" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/safe) -"qPY" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/announcement_system, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"qQg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"qQo" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/flora/rock/pile/jungle/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"qQt" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table/greyscale, -/obj/item/folder/blue, -/obj/structure/sign/poster/random/directional/south, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"qQv" = ( -/turf/open/floor/iron, -/area/station/security/prison/rec) -"qQB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"qQK" = ( -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/science/lower) -"qQP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"qQR" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/screwdriver, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"qRc" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"qRh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qRo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public{ - name = "Abandoned Dock" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"qRq" = ( -/turf/closed/wall/rust, -/area/station/security/checkpoint/supply) -"qRs" = ( -/obj/structure/chair/stool/directional/north, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/small, -/area/station/security/prison/shower) -"qRB" = ( -/obj/structure/table, -/obj/machinery/computer/libraryconsole/bookmanagement{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"qRG" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"qRI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/tile, -/area/station/commons/vacant_room/commissary) -"qRM" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"qRN" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"qRO" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"qRQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"qRU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/cryo) -"qRW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"qSv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"qSC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/iron/smooth_large, -/area/station/science/ordnance/storage) -"qSG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/machinery/recharger{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/item/radio/off{ - pixel_x = -6 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"qSH" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) -"qSS" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio/intercom/directional/east, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"qSU" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L9" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"qTe" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/science/research) -"qTk" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"qTv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/furniture_parts, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"qTx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"qTH" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/closet/secure_closet/bar, -/obj/item/stack/spacecash/c100, -/obj/item/stack/spacecash/c10, -/obj/item/stack/spacecash/c1, -/obj/item/stack/spacecash/c1, -/obj/item/stack/spacecash/c1, -/obj/machinery/light/small/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/obj/item/radio/intercom/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"qTJ" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"qTK" = ( -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"qTM" = ( -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"qTP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/grunge{ - name = "Vacant Comissary" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/commons/vacant_room/commissary) -"qTR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"qUa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"qUe" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/glass, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"qUf" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qUm" = ( -/obj/structure/table/glass, -/obj/item/folder/yellow, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"qUs" = ( -/obj/machinery/door/window/right/directional/west{ - name = "Counter Access"; - req_access = list("shipping") - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"qUt" = ( -/turf/closed/wall, -/area/station/maintenance/central/lesser) -"qUu" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"qUA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"qUF" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"qUS" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"qUZ" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"qVa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"qVn" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"qVo" = ( -/obj/structure/cable, -/obj/structure/chair/sofa/corp/left{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"qVK" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/secondary/construction) -"qVM" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/lab) -"qVP" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/port/lesser) -"qVR" = ( -/turf/open/floor/wood, -/area/station/cargo/boutique) -"qVV" = ( -/turf/closed/wall, -/area/station/security/brig) -"qVZ" = ( -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"qWd" = ( -/obj/structure/frame/machine, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"qWh" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/decoration/flower{ - pixel_x = 7; - pixel_y = 9 - }, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"qWm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"qWo" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/medical/psychology) -"qWF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/corner, -/area/station/science/research) -"qWJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"qWL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"qWT" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"qXa" = ( -/obj/structure/table, -/obj/item/radio/intercom/directional/south, -/obj/effect/spawner/random/food_or_drink/condiment, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"qXe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"qXh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"qXj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"qXl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Tram Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"qXB" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"qXG" = ( -/obj/machinery/computer/bank_machine{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"qXL" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/sign/warning/pods/directional/south, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"qXQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/departments/holy/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"qYc" = ( -/obj/machinery/photocopier, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qYh" = ( -/obj/structure/closet/crate/silvercrate, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 8 - }, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"qYn" = ( -/obj/machinery/door/airlock/external{ - name = "Tram Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/iron/dark/small, -/area/station/security/tram) -"qYq" = ( -/obj/structure/table/glass, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"qYu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"qYx" = ( -/obj/structure/cable, -/obj/machinery/camera/directional/north{ - c_tag = "Atmospherics - Port" - }, -/obj/structure/fireaxecabinet/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"qYy" = ( -/obj/structure/cable, -/obj/structure/barricade/wooden, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"qYD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/security/prison/shower) -"qYK" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/structure/disposaloutlet{ - name = "Cargo Deliveries" - }, -/turf/open/floor/plating, -/area/station/security/brig/entrance) -"qZe" = ( -/obj/effect/turf_decal/siding/white/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"qZf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"qZn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/departments/medbay/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"qZp" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"qZq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - id_tag = "private_a"; - name = "Private Quarters A" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/commons/dorms) -"qZB" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"qZG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"qZR" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"qZU" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/ordnance/storage) -"raf" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/security/tram) -"raj" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"ram" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"rao" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"raz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Lavatorie" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"raC" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/sofa/bamboo/left{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"raE" = ( -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"raM" = ( -/obj/structure/chair/sofa/bench{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"raX" = ( -/obj/structure/chair/sofa/bamboo/right{ - dir = 4 - }, -/obj/effect/landmark/start/chaplain, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"rba" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"rbh" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"rbo" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/small, -/area/station/medical/medbay/lobby) -"rbs" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/medical/pharmacy) -"rbD" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Primary Treatment Centre" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/medical/treatment_center) -"rbO" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"rbU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"rce" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology - Cell 3"; - dir = 6; - network = list("ss13","rd","xeno") - }, -/obj/effect/turf_decal/box/red/corners{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"rch" = ( -/obj/item/clothing/suit/costume/xenos, -/obj/item/clothing/head/costume/xenos, -/obj/structure/closet/crate, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"rcl" = ( -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"rcp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"rcr" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/crowbar/red, -/obj/item/reagent_containers/cup/watering_can, -/obj/item/circuitboard/machine/biogenerator, -/obj/item/wirecutters, -/obj/item/wrench, -/obj/item/shovel/spade, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/green/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"rcw" = ( -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"rcz" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/effect/spawner/random/food_or_drink/seed, -/obj/machinery/light/small/directional/east, -/turf/open/misc/sandy_dirt, -/area/station/maintenance/starboard/aft) -"rcN" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"rdb" = ( -/obj/machinery/door/airlock/public{ - name = "Abandoned Domiciles" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"rdk" = ( -/obj/effect/turf_decal/box/corners{ - dir = 4 - }, -/obj/effect/turf_decal/box/corners{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"rdo" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/jungle/a/style_random, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/window/spawner/directional/east, -/turf/open/misc/sandy_dirt, -/area/station/service/hydroponics) -"rdw" = ( -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"rdy" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"rdC" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/blue/half, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"rdE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/processing) -"rdK" = ( -/obj/structure/chair/office, -/obj/effect/landmark/start/botanist, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"rdM" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"rdW" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/broken/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood/tile, -/area/station/commons/vacant_room/commissary) -"ree" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"reg" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"reh" = ( -/turf/closed/wall/r_wall, -/area/station/science/robotics/lab) -"rej" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"reo" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/sparker/directional/north{ - id = "Xenobio" - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"rer" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"reE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating_new/terracotta, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"reG" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = -5; - pixel_y = 9 - }, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = -6; - pixel_y = 3 - }, -/obj/item/clothing/glasses/science{ - pixel_x = 15; - pixel_y = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"reH" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/hallway/secondary/entry) -"reM" = ( -/turf/closed/wall/r_wall, -/area/station/security/checkpoint/escape) -"reN" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) -"reT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wideplating/dark, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"reU" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/machinery/chem_heater/withbuffer, -/turf/open/floor/iron/white, -/area/station/maintenance/central/greater) -"reW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"reX" = ( -/obj/structure/training_machine, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"reZ" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"rfe" = ( -/obj/structure/cable, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"rfi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"rfq" = ( -/obj/structure/sink/directional/south, -/obj/effect/turf_decal/trimline/blue/end, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"rfs" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"rfD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"rfI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/full, -/obj/effect/landmark/start/bartender, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"rfJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"rfZ" = ( -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"rgc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"rgf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/plasticflaps/opaque, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/maintenance/central/greater) -"rgx" = ( -/obj/structure/table, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"rgz" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"rgA" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"rgK" = ( -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 8 - }, -/obj/item/kirbyplants/fullysynthetic, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"rgS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/xenobiology) -"rgT" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/port) -"rhj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"rho" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"rhD" = ( -/obj/structure/cable, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"rhH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"rhL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"rie" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"rif" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"rig" = ( -/obj/machinery/door/poddoor/massdriver_chapel, -/turf/open/floor/plating, -/area/station/service/chapel/funeral) -"rij" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/effect/landmark/start/cook, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"ril" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"rir" = ( -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"rix" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"riM" = ( -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/service/cafeteria) -"riV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"riZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/mining{ - name = "Drone Bay" - }, -/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"rjb" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/chair/pew{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/station/service/theater) -"rje" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"rji" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"rjz" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L11" - }, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"rjJ" = ( -/obj/structure/closet{ - name = "Paramedic Supplies" - }, -/obj/effect/turf_decal/siding/blue{ - dir = 5 - }, -/obj/machinery/light/cold/directional/north, -/obj/machinery/light_switch/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"rjP" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/station/maintenance/port/fore) -"rkb" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/chair/pew{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/service/theater) -"rkr" = ( -/obj/structure/table_frame, -/obj/effect/decal/cleanable/molten_object, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/commons/storage/tools) -"rkF" = ( -/obj/effect/spawner/random/structure/musician/piano/random_piano, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"rkO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Security Transferring Center" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/turf/open/floor/iron/textured_half, -/area/station/security/processing) -"rkR" = ( -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"rkY" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 8 - }, -/obj/machinery/light/cold/directional/east, -/obj/machinery/status_display/evac/directional/east, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"rlb" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"rld" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/departments/science/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"rle" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"rlg" = ( -/obj/structure/chair/office, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"rlh" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"rlr" = ( -/turf/closed/wall, -/area/station/medical/storage) -"rlz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"rlB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"rlH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"rlM" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/air_sensor/ordnance_burn_chamber, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"rlN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"rlV" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/structure/frame/computer{ - dir = 4 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"rmu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/landmark/start/assistant, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rmG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"rmX" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/iron, -/area/station/security/courtroom) -"rmZ" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/structure/chair{ - dir = 8; - name = "Judge" - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/security/courtroom) -"rne" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/obj/machinery/light/cold/directional/east, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"rnn" = ( -/obj/structure/cable, -/obj/structure/chair/sofa/bench/right{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"rnE" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "chem_lockdown"; - name = "Chemistry Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/chemistry) -"rnF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/evac/directional/east, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"rnJ" = ( -/obj/structure/chair/stool/directional/west, -/obj/machinery/light/small/directional/east, -/obj/structure/sign/poster/random/directional/south, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"rnV" = ( -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"rnY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/mail_sorting/service/library, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"roi" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"rov" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/white/textured_large, -/area/station/command/heads_quarters/cmo) -"row" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/reagent_dispensers/plumbed, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"roz" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"roB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 1; - id = "garbage"; - name = "trash belt" - }, -/turf/open/floor/plating, -/area/station/service/janitor) -"roC" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/science/xenobiology) -"roD" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"roE" = ( -/obj/structure/table/wood, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood/tile, -/area/station/commons/vacant_room/commissary) -"roS" = ( -/obj/structure/cable, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"roV" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) -"roZ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/rdconsole{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/siding/purple{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"rpb" = ( -/obj/structure/sign/directions/dorms{ - dir = 4 - }, -/turf/closed/wall, -/area/station/commons/dorms) -"rpg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"rpi" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"rpk" = ( -/turf/open/floor/iron/white, -/area/station/science/research) -"rpo" = ( -/obj/effect/turf_decal/siding/red{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/security/brig) -"rpq" = ( -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"rpv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table, -/obj/item/storage/crayons{ - pixel_x = 3; - pixel_y = 11 - }, -/obj/item/toy/crayon/purple, -/turf/open/floor/iron, -/area/station/commons) -"rpy" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"rpJ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"rpV" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"rqc" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table/wood, -/obj/machinery/camera/directional/south, -/obj/item/stack/cable_coil/five, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"rqd" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"rqm" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"rqq" = ( -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/office) -"rqw" = ( -/turf/closed/wall, -/area/station/commons/dorms) -"rqA" = ( -/obj/machinery/button/door/directional/west{ - id = "private_a"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = -7; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"rqJ" = ( -/obj/structure/curtain/cloth, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet/red, -/area/station/commons/dorms) -"rqM" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/cold/directional/west, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/item/blood_filter, -/obj/item/circular_saw, -/obj/item/bonesetter, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"rqQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"rqR" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"rrb" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/science/xenobiology) -"rrq" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/station/cargo/office) -"rrt" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/science/robotics/augments) -"rrx" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L13" - }, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"rrA" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/siding/red{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"rrC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"rrF" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rrH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"rrQ" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"rrU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"rrZ" = ( -/obj/structure/closet/crate/trashcart, -/obj/effect/spawner/random/trash/garbage, -/obj/effect/spawner/random/trash/garbage, -/obj/effect/spawner/random/contraband/prison, -/turf/open/floor/plating, -/area/station/security/prison/safe) -"rsg" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"rss" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/science/ordnance/storage) -"rsv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) -"rsy" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rsz" = ( -/obj/structure/bed/pod{ - desc = "An old medical bed, just waiting for replacement with something up to date."; - name = "medical bed" - }, -/obj/item/bedsheet/medical, -/obj/machinery/light/small/directional/east, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"rsH" = ( -/obj/structure/punching_bag, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/security/prison/workout) -"rsL" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/fore) -"rsV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Coldroom Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"rtf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rth" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"rto" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"rtr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"rts" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rtu" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/scan_consolenew{ - dir = 4 - }, -/obj/effect/turf_decal/siding/purple{ - dir = 9 - }, -/obj/machinery/light/dim/directional/north, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"rty" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"rtQ" = ( -/turf/closed/wall/r_wall, -/area/station/security/tram) -"rui" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"ruo" = ( -/obj/structure/cable, -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/science/lower) -"ruD" = ( -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"ruJ" = ( -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/obj/structure/closet/l3closet/scientist, -/obj/item/storage/bag/xeno, -/turf/open/floor/iron/white/side, -/area/station/science/xenobiology) -"ruO" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/lab) -"ruV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ruY" = ( -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"rvp" = ( -/turf/closed/mineral/random/stationside, -/area/station/maintenance/hallway/abandoned_command) -"rvy" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rvz" = ( -/obj/machinery/gravity_generator/main, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/engine, -/area/station/engineering/gravity_generator) -"rvD" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/requests_console/directional/south, -/obj/structure/closet/secure_closet/security, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"rvE" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"rvO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"rvX" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/west{ - dir = 2; - name = "Genetics Desk"; - req_access = list("genetics") - }, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_large, -/area/station/science/research) -"rvY" = ( -/obj/effect/turf_decal/tile/green/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"rwg" = ( -/turf/open/floor/iron/white/side{ - dir = 6 - }, -/area/station/science/research) -"rwk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research/glass{ - name = "Genetics" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/genetics, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/research) -"rwo" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/camera/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rwq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/external{ - name = "Tram Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"rwB" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/conveyor/inverted{ - dir = 5; - id = "fab1" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"rwP" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"rwQ" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/item/radio/intercom/directional/west, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"rwR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rwS" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/grimy, /area/station/science/cubicle) -"rwT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rwW" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"rxo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"rxu" = ( -/obj/structure/table, -/obj/machinery/airalarm/directional/south, -/obj/item/clipboard{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/razor, -/turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"rxM" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/newscaster/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rxT" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/item/modular_computer/laptop, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"ryi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"ryj" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/structure/window/reinforced/tram/front, -/obj/structure/industrial_lift/tram/subfloor, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"rym" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Public Shrine" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"ryn" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/lower) -"ryp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"ryt" = ( -/obj/machinery/light/dim/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"ryy" = ( -/obj/effect/landmark/start/roboticist, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"ryF" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/delivery/white, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"ryP" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/airalarm/directional/north, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rza" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"rzu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/light/floor, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"rzC" = ( -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rzG" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/mob/living/simple_animal/bot/secbot/beepsky/officer, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security) -"rzJ" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"rAb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"rAg" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"rAj" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"rAn" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/green/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"rAt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"rAv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"rAy" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"rAA" = ( -/obj/structure/flora/bush/flowers_pp/style_random, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/medical/virology) -"rAC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"rAD" = ( -/obj/effect/turf_decal/tile/green/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"rAG" = ( -/obj/structure/table, -/obj/structure/sign/warning/radiation/rad_area/directional/east, -/obj/machinery/light/small/directional/south, -/obj/item/storage/box/gum/bubblegum, +"muY" = ( /obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/plating, -/area/station/engineering/gravity_generator) -"rAN" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood/tile, -/area/station/commons/vacant_room/commissary) -"rAR" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/security/glass{ - name = "Holding Cell" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/brig/entrance) -"rBb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/green/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"rBe" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"rBx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/green/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"rBy" = ( -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/security/prison) -"rBz" = ( -/obj/structure/bodycontainer/morgue{ - dir = 2 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"rBE" = ( -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/effect/landmark/secequipment, -/turf/open/floor/iron, -/area/station/security/tram) -"rBG" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/large/style_random{ - pixel_x = -17; - pixel_y = 2 - }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/window/spawner/directional/east, -/turf/open/misc/sandy_dirt, -/area/station/service/hydroponics) -"rBI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"rBN" = ( -/obj/effect/landmark/start/botanist, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"rBQ" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"rBY" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"rCd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"rCj" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/security/execution/transfer) -"rCp" = ( -/obj/effect/turf_decal/tile/green/half/contrasted, -/obj/structure/table/glass, -/obj/machinery/requests_console/directional/south{ - department = "Virology"; - name = "Virology Requests Console"; - receive_ore_updates = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"rCv" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"rCB" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/security) -"rDf" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"rDj" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) -"rDx" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"rDy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"rDA" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/dim/directional/west, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/construction) -"rDS" = ( -/obj/machinery/computer/exodrone_control_console{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"rEb" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"rEe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/dim/directional/west, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 1 - }, -/obj/item/radio/intercom/prison/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"rEL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"rFa" = ( -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/delivery_chute{ - name = "Service Deliveries" - }, -/obj/structure/sign/departments/botany/directional/north, -/obj/effect/turf_decal/tile/green/fourcorners, -/obj/structure/plasticflaps{ - name = "Service Deliveries" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/delivery/white, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"rFn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"rFp" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ - pixel_x = 24 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/ordnance/testlab) -"rFy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"rFF" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/science/xenobiology) -"rFH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/window/right/directional/north{ - dir = 4; - name = "Research Delivery"; - req_access = list("science") - }, -/turf/open/floor/iron/white/side{ - dir = 6 - }, -/area/station/science/research) -"rFP" = ( -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/delivery_chute{ - name = "Security Deliveries" - }, -/obj/structure/sign/departments/security/directional/north, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/structure/plasticflaps{ - name = "Security Deliveries" - }, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"rFQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"rFV" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"rFW" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/delivery_chute{ - name = "Engineering Deliveries" - }, -/obj/structure/sign/departments/engineering/directional/north, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/structure/plasticflaps{ - name = "Engineering Deliveries" - }, -/obj/effect/turf_decal/delivery/white, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"rGc" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/effect/turf_decal/siding/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"rGm" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/computer/security, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - name = "Prison Monitor"; - network = list("prison"); - pixel_y = 30 - }, -/turf/open/floor/iron, -/area/station/security/warden) -"rGp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research/glass{ - name = "Testing Chamber" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"rGq" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/delivery_chute{ - name = "Science Deliveries" - }, -/obj/structure/sign/departments/science/directional/north, -/obj/effect/turf_decal/tile/purple/fourcorners, -/obj/structure/plasticflaps{ - name = "Science Deliveries" - }, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"rGt" = ( -/obj/machinery/exodrone_launcher, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"rGB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"rGI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"rGL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/picket_sign{ - desc = "Can't you read? it clearly says what it says!"; - name = "DO NOT ENTER" - }, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"rGN" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"rGO" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/screwdriver, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/construction) -"rHd" = ( -/obj/effect/turf_decal/tile/brown/full, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"rHm" = ( -/obj/effect/turf_decal/tile/brown/full, -/obj/machinery/chem_master/condimaster{ - desc = "Looks like a knock-off chem-master. Perhaps useful for separating liquids when mixing drinks precisely. Also dispenses condiments."; - name = "HoochMaster Deluxe"; - pixel_x = -4 - }, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"rHp" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/captain) -"rHw" = ( -/obj/structure/window/reinforced/spawner, -/turf/open/space/basic, -/area/space/nearstation) -"rHy" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"rHD" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"rHH" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/turf/open/floor/carpet/blue, -/area/station/cargo/boutique) -"rHP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"rHQ" = ( -/obj/machinery/deepfryer, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"rHT" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"rIg" = ( -/obj/machinery/griddle, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"rIn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"rIH" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security) -"rIJ" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/station/engineering/gravity_generator) -"rIO" = ( -/obj/effect/spawner/random/trash, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"rIS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"rIY" = ( -/turf/closed/wall/r_wall, -/area/station/construction/mining/aux_base) -"rJh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"rJi" = ( -/obj/structure/cable, -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"rJl" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "kitchenshutters"; - name = "Kitchen Shutters" - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"rJo" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/carpet/blue, -/area/station/cargo/boutique) -"rJp" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/door/window/right/directional/west{ - name = "Bar Delivery"; - req_access = list("bar") - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"rJs" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"rJv" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/structure/chair/stool/bar/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"rJw" = ( -/mob/living/carbon/human/species/monkey{ - name = "George" - }, -/turf/open/floor/grass, -/area/station/science/xenobiology) -"rJH" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"rJT" = ( -/obj/structure/chair/sofa/left/maroon, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"rJW" = ( -/obj/machinery/suit_storage_unit/hos, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/checker, -/area/station/command/heads_quarters/hos) -"rJY" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"rJZ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/trash/popcorn/salty, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"rKv" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"rKC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/cytology) -"rKL" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/chair/pew{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood, -/area/station/service/theater) -"rKV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"rLr" = ( -/obj/machinery/door/poddoor/incinerator_ordmix, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"rLv" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/industrial_lift/tram/white, -/obj/structure/window/reinforced/tram/mid/directional/south, -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"rLw" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"rLN" = ( -/obj/structure/safe, -/obj/item/lazarus_injector, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"rLT" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/structure/flora/tree/jungle/small/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"rMa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"rMm" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"rMn" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"rMt" = ( -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/flora/rock/pile/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"rMV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"rMY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"rNd" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"rNA" = ( -/turf/open/floor/wood, -/area/station/service/theater) -"rNJ" = ( -/obj/effect/spawner/random/entertainment/arcade, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"rNK" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"rNU" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"rNY" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/machinery/meter, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/station/security/execution/education) -"rOb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"rOm" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/chair/pew{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood, -/area/station/service/theater) -"rOo" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/airalarm/directional/north, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"rOs" = ( -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/science/lower) -"rOx" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"rOz" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rOD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/recreation) -"rOG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"rOJ" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"rON" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rOW" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/server) -"rOX" = ( -/turf/closed/wall, -/area/station/science/robotics/augments) -"rPf" = ( -/turf/closed/wall/rust, -/area/station/ai_monitored/turret_protected/aisat/maint) -"rPl" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rPm" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"rPz" = ( -/obj/structure/table/glass, -/obj/item/flashlight/lamp/green{ - pixel_y = 12 - }, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"rPT" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/turf_decal/siding/red/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"rQi" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/main) -"rQt" = ( -/obj/effect/landmark/start/mime, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"rQw" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"rQA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rQC" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/chapel/office) -"rQF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - name = "Pharmacy" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, -/turf/open/floor/iron/dark/small, -/area/station/medical/pharmacy) -"rQS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"rRf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/security/courtroom) -"rRn" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/space/basic, -/area/space/nearstation) -"rRp" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"rRu" = ( -/obj/structure/transit_tube/horizontal, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"rRy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons/dorms) -"rRz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/courtroom) -"rRF" = ( -/obj/structure/chair/comfy/beige{ - dir = 4 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/commons/dorms) -"rRK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/dim/directional/south, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rRQ" = ( -/obj/structure/hedge, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"rRR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"rRT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"rRU" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"rRW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/courtroom) -"rRY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rSi" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"rSj" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"rSm" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/cup/glass/waterbottle/large{ - pixel_x = -3; - pixel_y = 11 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"rSw" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"rSz" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"rSB" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing/corner, -/turf/open/space/basic, -/area/space/nearstation) -"rSS" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/security/tram) -"rST" = ( -/turf/closed/wall, -/area/station/cargo/storage) -"rTq" = ( -/obj/machinery/photocopier, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"rTt" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/machinery/modular_computer/console/preset/command{ - dir = 1 - }, -/obj/effect/turf_decal/siding/yellow, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"rTy" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"rTA" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters{ - id = "qm_warehouse"; - name = "Warehouse Shutters" - }, -/turf/open/floor/plating, -/area/station/cargo/storage) -"rTD" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/arrows{ - dir = 1 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"rTJ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/structure/sink/directional/south{ - dir = 8; - pixel_x = 14; - pixel_y = 0 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"rTU" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/arrows{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"rUd" = ( -/turf/closed/wall, -/area/station/security/prison) -"rUg" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"rUt" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/arrows{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"rUB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/spacebridge) -"rUE" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"rUI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/lobby) -"rUR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/table_or_rack, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"rUV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=7.0-Arrivals-Pharmacy"; - location = "6.3-Arrivals" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rVj" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/cold/directional/north, -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"rVn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"rVy" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"rVz" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"rVQ" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/window/spawner/directional/west, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/machinery/disposal/delivery_chute, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"rVT" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"rVV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"rVX" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/lab) -"rWm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/directional/west, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/lobby) -"rWr" = ( -/obj/structure/table, -/obj/item/stock_parts/matter_bin{ - pixel_x = 6; - pixel_y = 15 - }, -/obj/item/stock_parts/matter_bin{ - pixel_y = 5 - }, -/turf/open/floor/iron/dark, -/area/station/science/lab) -"rWs" = ( -/obj/effect/turf_decal/siding/brown{ - dir = 5 - }, -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/clothing/head/costume/griffin, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"rWA" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"rWE" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"rWM" = ( -/obj/structure/table, -/obj/item/exodrone{ - pixel_y = 10 - }, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"rWO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"rWW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"rXm" = ( -/obj/structure/chair/office, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"rXr" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"rXv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"rXw" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"rXQ" = ( -/obj/structure/cable, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rXW" = ( -/obj/structure/flora/bush/flowers_yw, -/obj/machinery/door/window/left/directional/west{ - name = "Monkey Pen"; - req_access = list("genetics") - }, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/science/genetics) -"rYd" = ( -/obj/structure/chair/sofa/left, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) -"rYm" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"rYp" = ( -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"rYv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"rYD" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"rYG" = ( -/obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"rZc" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box/white{ - color = "#EFB341" - }, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"rZh" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos{ - name = "Central Atmospherics" - }, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/engineering/atmos) -"rZi" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Fore-Starboard Solar Array" - }, -/turf/open/floor/iron/solarpanel/airless, -/area/station/solars/aft) -"rZj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/robotics/augments) -"rZk" = ( -/obj/structure/rack, -/obj/machinery/light/small/directional/north, -/obj/structure/industrial_lift/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"rZn" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"rZt" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"rZu" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"rZG" = ( -/obj/structure/closet/crate/trashcart, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/spawner/random/trash/cigbutt, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"rZH" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple/corner, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"rZK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"rZL" = ( -/obj/structure/bed/maint, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"rZN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/full, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"sas" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/carpet/blue, -/area/station/cargo/boutique) -"say" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/blue/half, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"saY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/robotics/augments) -"saZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"sbm" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/maintenance/central/greater) -"sbq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/freezerchamber) -"sbr" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple, -/obj/item/storage/box/bodybags{ - pixel_x = -4; - pixel_y = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"sbv" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/box/monkeycubes{ - pixel_x = 16; - pixel_y = 9 - }, -/obj/item/storage/box/monkeycubes{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/storage/pill_bottle/mutadone{ - pixel_x = -7; - pixel_y = 13 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"sbB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"sbC" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table, -/obj/effect/turf_decal/siding/purple{ - dir = 5 - }, -/obj/item/clothing/gloves/latex{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/clothing/gloves/latex{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/storage/box/disks{ - pixel_x = 6; - pixel_y = 12 - }, -/obj/machinery/light/dim/directional/north, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"sbN" = ( -/obj/machinery/rnd/server, -/turf/open/floor/circuit, -/area/station/science/server) -"sbU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"sbX" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/landmark/start/research_director, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"scg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"scj" = ( -/turf/closed/wall/r_wall, -/area/station/science/lower) -"sck" = ( -/obj/structure/lattice, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"scl" = ( -/obj/structure/chair/sofa/bench{ - dir = 4 - }, -/obj/machinery/light/cold/directional/west, -/obj/machinery/status_display/evac/directional/west, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"sco" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"scv" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_x = 4; - pixel_y = 9 - }, -/obj/machinery/light/small/broken/directional/south, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"scz" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"sdf" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"sdg" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"sdm" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"sdQ" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"sdT" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/blue/half, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"sea" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white/corner, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"sei" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"sel" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"sem" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral/full, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/lighter{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/lighter{ - pixel_x = -8; - pixel_y = -2 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"sen" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"seE" = ( -/obj/structure/curtain/cloth, -/turf/open/floor/carpet/purple, -/area/station/commons/dorms) -"seM" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"seV" = ( -/obj/structure/transit_tube/horizontal, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"sfb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"sfh" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/brown/full, -/obj/item/reagent_containers/cup/glass/shaker{ - pixel_x = 5; - pixel_y = 10 - }, -/obj/item/reagent_containers/cup/rag{ - pixel_x = 7; - pixel_y = -1 - }, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"sfv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"sfK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"sfL" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"sfX" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"sge" = ( -/obj/structure/reagent_dispensers/beerkeg, -/obj/item/clothing/head/costume/festive, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"sgw" = ( -/obj/machinery/mass_driver/ordnance{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/end, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"sgC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"sgE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"sgI" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/box/red/corners{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"sgL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/cargo/storage) -"sgO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 1 - }, -/area/station/maintenance/starboard/greater) -"sgR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"sgS" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral/full, -/obj/machinery/reagentgrinder{ - pixel_x = 3; - pixel_y = 4 - }, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"sgT" = ( -/obj/machinery/light/very_dim/directional/east, -/mob/living/simple_animal/hostile/ooze/gelatinous{ - name = "Cubie" - }, -/turf/open/floor/iron/recharge_floor, -/area/station/maintenance/port/aft) -"sgX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"sgY" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/secondary/recreation) -"shf" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plating, -/area/station/hallway/secondary/recreation) -"shv" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/science/xenobiology) -"shw" = ( -/obj/structure/table, -/obj/item/reagent_containers/cup/glass/sillycup{ - pixel_x = 7; - pixel_y = 8 - }, -/obj/item/reagent_containers/cup/glass/sillycup{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/reagent_containers/cup/glass/sillycup{ - pixel_x = 7 - }, -/obj/item/reagent_containers/cup/glass/sillycup, -/obj/item/reagent_containers/cup/glass/mug/coco{ - pixel_x = -6; - pixel_y = 9 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"shD" = ( -/turf/closed/wall, -/area/station/hallway/secondary/recreation) -"shG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"shL" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod One"; - space_dir = 2 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"shU" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/cook, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"sib" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/construction) -"sid" = ( -/obj/structure/closet/crate, -/obj/item/clothing/mask/bandana/blue, -/obj/item/clothing/mask/bandana/blue, -/obj/item/clothing/mask/bandana/gold, -/obj/item/clothing/mask/bandana/gold, -/obj/item/clothing/mask/bandana/red, -/obj/item/clothing/mask/bandana/red, -/obj/item/clothing/mask/bandana/skull, -/obj/item/clothing/mask/bandana/skull, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/toy/basketball, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"sih" = ( -/obj/structure/table, -/obj/item/reagent_containers/condiment/saltshaker{ - desc = "Salt. From space oceans, presumably. A staple of modern medicine."; - pixel_x = 8; - pixel_y = 7 - }, -/obj/item/reagent_containers/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = 8; - pixel_y = 2 - }, -/obj/effect/spawner/random/food_or_drink/condiment{ - pixel_x = -8; - pixel_y = 3 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"sip" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/robot_suit, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"sir" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"sis" = ( -/turf/open/floor/grass, -/area/station/security/prison/garden) -"siv" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/chair/pew/left{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/service/theater) -"siz" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/effect/turf_decal/bot_red, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"siC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"siN" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/camera/directional/west, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"siP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood, -/area/station/service/theater) -"sjp" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"sjq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"sjJ" = ( -/obj/structure/cable, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/machinery/keycard_auth/directional/south, -/turf/open/floor/iron/dark/textured_corner{ - dir = 4 - }, -/area/station/command/heads_quarters/hop) -"skc" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/turf/open/floor/iron/dark/side, -/area/station/security/execution/transfer) -"skf" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"skg" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"skh" = ( -/obj/machinery/processor/slime, -/obj/effect/turf_decal/siding/white{ - dir = 6 - }, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"skm" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/iron, -/area/station/security/tram) -"skn" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/prison) -"skp" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/machinery/chem_dispenser{ - layer = 2.7 - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"skH" = ( -/obj/structure/rack, -/obj/item/flashlight/lantern, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"skJ" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/iron/kitchen/small, -/area/station/maintenance/aft) -"skO" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/dark_red/corner{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/clothing/head/helmet/toggleable/riot{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/clothing/head/helmet/toggleable/riot{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/clothing/head/helmet/alt{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/clothing/head/helmet/alt{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/gun/energy/e_gun/dragnet, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"skP" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/auxlab/firing_range) -"skS" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/red{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"skU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/small, -/area/station/security/prison/shower) -"skW" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"skY" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/chair/pew/left{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/service/theater) -"slp" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/side, -/area/station/security/execution/transfer) -"slq" = ( -/obj/structure/window/spawner, -/obj/structure/window/spawner/directional/north, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/floor/grass, -/area/station/medical/virology) -"sls" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/item/trash/popcorn/salty{ - pixel_x = -14 - }, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"slv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/hangover, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"slw" = ( -/turf/closed/wall, -/area/station/cargo/drone_bay) -"slx" = ( -/obj/effect/turf_decal/siding/red{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/security/office) -"slG" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 2; - height = 13; - name = "port bay 2"; - shuttle_id = "ferry_home"; - width = 5 - }, -/turf/open/space/basic, -/area/space) -"slJ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/storage/art) -"slL" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"slY" = ( -/turf/closed/wall, -/area/station/maintenance/port/fore) -"smc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"smf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"smh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=23.4-Evac"; - location = "23.3-Evac" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"smk" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new/light, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"smo" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"smH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"smV" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"snc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"sne" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"snn" = ( -/obj/machinery/rnd/experimentor, -/turf/open/floor/engine, -/area/station/science/explab) -"sny" = ( -/obj/machinery/holopad, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron, -/area/station/security/courtroom) -"snK" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark/corner, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/courtroom) -"snZ" = ( -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"sob" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/fuel_pellet, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"sok" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"sor" = ( -/obj/machinery/computer/exoscanner_control{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"sos" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"sot" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"soA" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood, -/obj/structure/bed/dogbed/ian, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/hop) -"soD" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"soN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table, -/obj/item/toy/crayon/rainbow{ - pixel_x = -7; - pixel_y = 9 - }, -/obj/item/toy/crayon/spraycan{ - pixel_x = -12 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"soO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"spg" = ( -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/obj/machinery/door/airlock/security{ - name = "Courtroom" - }, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"spi" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/security/checkpoint/customs/auxiliary) -"spH" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"spK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"spP" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"spU" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/machinery/computer/crew, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"spW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"sqe" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"sqh" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/cold/directional/west, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"sqo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/sink/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"sqp" = ( -/obj/machinery/light/cold/directional/west, -/obj/machinery/iv_drip, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"sqz" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"sqA" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/item/folder/red, -/obj/item/radio{ - pixel_x = -6; - pixel_y = -3 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"sqD" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 4 }, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/holopad, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/xenobiology) -"sqS" = ( -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -18; - pixel_y = 4 - }, -/obj/machinery/recharger, -/obj/machinery/requests_console/directional/north{ - assistance_requestable = 1; - department = "Security"; - name = "Security Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"sqV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"sqY" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_x = -20; - pixel_y = -16 - }, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/misc/sandy_dirt, -/area/station/hallway/secondary/recreation) -"srb" = ( -/obj/effect/turf_decal/box/red/corners{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"srm" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"srn" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/station/maintenance/port/greater) -"srA" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/structure/window/spawner/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"srE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/machinery/door/airlock/command/glass{ - name = "Telecommunications Server Room" - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/tcommsat/server) -"srF" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/office) -"srH" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/tcommsat/server) -"srK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"srN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/hallway/secondary/recreation) -"srW" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"ssb" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"ssj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"sso" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"sst" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/science/lower) -"ssz" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/science/xenobiology) -"ssF" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"ssY" = ( -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"stj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/stairs{ - dir = 1 - }, -/area/station/maintenance/department/science/xenobiology) -"stP" = ( -/obj/effect/turf_decal/siding{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"stU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"stV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"stX" = ( -/obj/effect/landmark/start/chief_medical_officer, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"sul" = ( -/obj/effect/turf_decal/siding{ - dir = 1 - }, -/obj/machinery/holopad, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"suw" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/checker, -/area/station/command/heads_quarters/hos) -"suK" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"suU" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"svh" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"svo" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"svq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/sofa/bench{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"svs" = ( -/turf/closed/wall, -/area/station/hallway/secondary/dock) -"svy" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"svz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Secure Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"svD" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/flora/bush/flowers_yw, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/science/genetics) -"svG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/science/explab) -"svP" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"svQ" = ( -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/servingdish, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"svS" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormatories" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/commons/dorms) -"svU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/full, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/right/directional/east{ - dir = 8; - name = "Pharmacy Desk"; - req_access = list("pharmacy") - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/iron/dark/textured_large, -/area/station/medical/pharmacy) -"svZ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/server) -"swb" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/external{ - name = "Escape Pod Four"; - space_dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"swh" = ( -/obj/structure/table/wood, -/obj/item/pen/fountain{ - pixel_x = -4 - }, -/obj/item/coin/gold{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"swt" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/stool/bamboo, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/bartender, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"swB" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/starboard) -"swC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/maintenance/starboard/central) -"swF" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"swI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"swJ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"swL" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/effect/turf_decal/bot_red, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"swN" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"swO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner/directional/north, -/mob/living/simple_animal/chick{ - name = "Morgan" - }, -/turf/open/floor/grass, -/area/station/cargo/storage) -"sxj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"sxm" = ( -/turf/closed/wall, -/area/station/tcommsat/server) -"sxu" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/external{ - name = "Escape Pod Four"; - space_dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/maintenance/starboard/central) -"sxv" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"sxw" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"sxA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"sxF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/research) -"sxL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"sxT" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/aft) -"syb" = ( -/obj/docking_port/stationary/random{ - dir = 4; - name = "lavaland"; - shuttle_id = "pod_4_lavaland" - }, -/turf/open/space/basic, -/area/space) -"syg" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"syh" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"syk" = ( -/turf/closed/wall, -/area/station/security/warden) -"syv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/flora/tree/jungle/small/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"syx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"syz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"syC" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/misc/sandy_dirt, -/area/station/medical/medbay/lobby) -"syE" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/spawner/directional/west, -/obj/machinery/vending/medical, -/obj/machinery/camera/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"syG" = ( -/obj/effect/spawner/xmastree, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"syN" = ( -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"syR" = ( -/obj/machinery/door/window/brigdoor/left/directional/east{ - id = "Cell 4"; - name = "Cell 4"; - req_access = list("security") - }, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"sze" = ( -/obj/structure/chair/sofa/left/maroon{ - dir = 1 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"szh" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/catwalk_floor/iron, -/area/station/maintenance/department/medical/central) -"szy" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"szz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"szG" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/chair/office{ - dir = 4 - }, -/obj/machinery/duct, -/obj/effect/landmark/start/botanist, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"szH" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/right/directional/west{ - name = "Hydroponics Desk"; - req_access = list("hydroponics") - }, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/turf/open/floor/iron/textured_large, -/area/station/hallway/primary/central/fore) -"szK" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"szM" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"szP" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/brown/full, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/obj/machinery/requests_console/directional/south{ - department = "Bar"; - name = "Bar Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"szS" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral/full, -/obj/machinery/chem_dispenser/drinks{ - dir = 1 - }, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"szZ" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/brown/full, -/obj/item/reagent_containers/cup/glass/waterbottle/large{ - pixel_x = 7; - pixel_y = 17 - }, -/obj/item/reagent_containers/cup/glass/waterbottle/large{ - pixel_x = -6; - pixel_y = 15 - }, -/obj/item/reagent_containers/cup/glass/waterbottle/large{ - pixel_x = 4; - pixel_y = 10 - }, -/obj/item/reagent_containers/cup/glass/waterbottle/large{ - pixel_x = -7; - pixel_y = 8 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"sAi" = ( -/obj/machinery/monkey_recycler, -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"sAB" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"sAL" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/obj/machinery/light/cold/directional/south, -/obj/machinery/requests_console/directional/south{ - department = "Kitchen"; - name = "Kitchen Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"sAT" = ( -/obj/machinery/deepfryer, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"sBa" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/industrial_lift/tram/white, -/obj/structure/window/reinforced/tram/mid/directional/north, -/obj/structure/chair/sofa/bench/left, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"sBp" = ( -/obj/structure/table, -/obj/machinery/processor{ - pixel_y = 6 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"sBu" = ( -/obj/structure/chair/sofa/right/maroon{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/obj/machinery/firealarm/directional/south, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"sBz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/light/small/directional/south, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"sBL" = ( -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -8 - }, -/obj/structure/sign/directions/evac{ - dir = 8 - }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = 8 - }, -/turf/closed/wall, -/area/station/commons/storage/art) -"sBV" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4; - piping_layer = 2 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"sCc" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/service/lawoffice) -"sCi" = ( -/turf/closed/wall, -/area/station/service/lawoffice) -"sCl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"sCp" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/medical{ - name = "Medbay" - }, -/obj/effect/turf_decal/delivery/red, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/turf/open/floor/iron/dark/small, -/area/station/medical/medbay/central) -"sCw" = ( -/obj/structure/transit_tube/station/dispenser/flipped, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"sCB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public{ - name = "Locker Room" - }, -/turf/open/floor/iron/textured_half, -/area/station/commons/fitness/recreation) -"sCH" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"sDj" = ( -/turf/closed/wall/r_wall, -/area/station/science/cytology) -"sDo" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/machinery/light/cold/directional/west, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"sDp" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/effect/spawner/random/engineering/flashlight{ - pixel_y = 22 - }, -/obj/item/hand_tele{ - pixel_y = 2 - }, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron, -/area/station/command/teleporter) -"sDq" = ( -/obj/structure/hedge, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"sDA" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"sDT" = ( -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"sEn" = ( -/obj/item/clothing/head/cone, -/obj/item/clothing/head/cone{ - pixel_x = 16; - pixel_y = 7 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"sEp" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"sEr" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"sEz" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"sEB" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"sEC" = ( -/obj/machinery/light/cold/directional/south, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"sED" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"sEK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/obj/item/trash/pistachios, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"sES" = ( -/obj/machinery/door/airlock/hatch{ - name = "Creature Pen" - }, -/turf/open/floor/iron/white/textured_half{ - dir = 1 - }, -/area/station/science/cytology) -"sEU" = ( -/obj/machinery/atmospherics/components/tank/air{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"sFg" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"sFk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain/private) -"sFv" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology - Zoo"; - dir = 6; - network = list("ss13","rd","xeno") - }, -/obj/structure/flora/bush/flowers_yw, -/turf/open/floor/grass, -/area/station/science/xenobiology) -"sFz" = ( -/obj/structure/chair/stool/directional/east, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"sFH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"sFJ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"sFW" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/sepia, -/area/station/maintenance/aft) -"sGh" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"sGp" = ( -/obj/structure/flora/rock/pile/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"sGE" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"sGF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/light, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"sGI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"sGT" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"sHe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"sHg" = ( -/obj/machinery/air_sensor/nitrous_tank, -/turf/open/floor/engine/n2o, -/area/station/ai_monitored/turret_protected/ai) -"sHs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"sHV" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"sHX" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 6 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/engine, -/area/station/science/cytology) -"sId" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold/dark/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"sIg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"sIh" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/service/theater) -"sIj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"sIm" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/box/corners{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/station/science/explab) -"sIt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/holopad, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"sIA" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"sIG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/directions/evac/directional/west, -/obj/structure/sign/directions/science/directional/west{ - dir = 4; - pixel_y = -8 - }, -/obj/structure/sign/directions/security/directional/west{ - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"sIS" = ( -/obj/structure/cable, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"sIZ" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/bureaucracy/folder, -/obj/item/pen/blue, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"sJi" = ( -/obj/effect/landmark/start/depsec/medical, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"sJw" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/holopad, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"sJF" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"sJI" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"sJN" = ( -/obj/effect/turf_decal/siding, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"sJR" = ( -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"sKq" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"sKv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/research) -"sKz" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/water_source/puddle, -/obj/structure/flora/bush/large/style_random{ - pixel_y = 0 - }, -/turf/open/floor/grass, -/area/station/science/genetics) -"sKB" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"sKE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"sKI" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"sKS" = ( -/obj/structure/sign/poster/official/pda_ad{ - pixel_y = 32 - }, -/obj/structure/tank_holder/extinguisher, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"sKX" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/item/phone{ - pixel_x = 7; - pixel_y = 1 - }, -/obj/item/reagent_containers/cup/glass/mug/coco{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Atmospherics - Closet" - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"sLy" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"sLB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"sLD" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 9 - }, -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"sLE" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 1 - }, -/obj/structure/closet/secure_closet/security/med, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"sLU" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"sLZ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/server) -"sMi" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"sMu" = ( -/obj/structure/cable, -/obj/structure/railing, -/turf/open/floor/catwalk_floor, -/area/station/hallway/secondary/entry) -"sMw" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/server) -"sMD" = ( -/turf/closed/wall, -/area/station/science/server) -"sMG" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"sMU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"sNg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"sNv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"sNz" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"sNL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/west, -/obj/machinery/status_display/ai/directional/west, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"sNW" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"sNX" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"sOj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"sOk" = ( -/obj/structure/lattice, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"sOm" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/light/small/directional/west, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"sOp" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"sOs" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/engineering/gravity_generator) -"sOF" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"sON" = ( -/turf/closed/wall, -/area/station/service/bar/backroom) -"sOO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/west, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"sOR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Art Storage" - }, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/iron/textured_half, -/area/station/commons/storage/art) -"sOW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"sPt" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"sPx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"sPE" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/effect/turf_decal/bot_red, -/obj/machinery/light/cold/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"sPO" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"sPS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"sPT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Pete" - }, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"sQb" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/research) -"sQd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"sQg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"sQn" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron/white, -/area/station/maintenance/central/greater) -"sQv" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/spawner/random/structure/crate_empty, -/obj/item/stack/ore/iron{ - amount = 25 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"sQA" = ( -/obj/effect/turf_decal/siding/white, -/obj/structure/bed/maint, -/obj/structure/railing, -/turf/open/floor/stone, -/area/station/service/theater) -"sQS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/science/explab) -"sQU" = ( -/obj/machinery/vending/hydronutrients, -/obj/effect/turf_decal/delivery/white{ - color = "#52B4E9" - }, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"sQY" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"sRg" = ( -/turf/closed/wall, -/area/station/commons/storage/tools) -"sRj" = ( -/obj/item/assembly/signaler, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/lobby) -"sRm" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"sRv" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/north{ - dir = 8; - name = "Hydroponics Desk"; - req_access = list("hydroponics") - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_large, -/area/station/hallway/primary/central/fore) -"sRL" = ( -/turf/closed/wall, -/area/station/service/janitor) -"sRP" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"sRR" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"sSj" = ( -/obj/machinery/smartfridge/food, -/turf/closed/wall, -/area/station/service/kitchen) -"sSp" = ( -/obj/effect/turf_decal/siding/green, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"sSq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"sSr" = ( -/obj/machinery/door/airlock{ - name = "Kitchen" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/service/kitchen) -"sSt" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/kitchen) -"sSw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"sSx" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs/cable{ - pixel_x = -1 - }, -/obj/item/paper/crumpled{ - pixel_x = 9; - pixel_y = -5 - }, -/obj/item/dest_tagger{ - pixel_x = 19; - pixel_y = 6 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"sSA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/table, -/obj/item/folder/yellow, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"sSF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"sSK" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/table_frame, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"sSQ" = ( -/turf/closed/wall, -/area/station/maintenance/department/medical/central) -"sSS" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"sST" = ( -/obj/machinery/light/cold/directional/north, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/science/xenobiology) -"sSU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort2"; - name = "Sort and Deliver"; - pixel_x = 8; - pixel_y = 12 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"sSV" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/fore/greater) -"sSW" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"sSY" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"sTa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/glass_large{ - name = "Diner" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/service/cafeteria) -"sTf" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/chair/sofa/corp/left{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/lawoffice) -"sTi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/clothing/head/cone{ - pixel_x = -8; - pixel_y = 17 - }, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"sTk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/stack/sheet/cardboard{ - pixel_x = 6; - pixel_y = 9 - }, -/obj/item/storage/box{ - pixel_x = 7; - pixel_y = 16 - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/lawoffice) -"sTl" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/service/cafeteria) -"sTp" = ( -/turf/closed/wall, -/area/station/service/cafeteria) -"sTq" = ( -/obj/structure/railing{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"sTH" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"sTK" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"sTN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"sTR" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/machinery/door/airlock/medical/glass{ - name = "Medical Cold Room" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/small, -/area/station/medical/coldroom) -"sTT" = ( -/obj/machinery/light_switch/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"sTW" = ( -/obj/machinery/door/airlock/glass_large{ - name = "Theatre" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/service/theater) -"sTX" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/machinery/requests_console/directional/west{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Ordnance Test Range"; - name = "Test Range Requests Console" - }, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"sUe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"sUg" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"sUq" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 8 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"sUy" = ( -/turf/closed/wall/r_wall, -/area/station/command/meeting_room) -"sUE" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"sUG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"sUZ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/machinery/door/airlock/security{ - name = "Security Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/turf/open/floor/iron/textured_half, -/area/station/security) -"sVp" = ( -/obj/structure/table, -/obj/structure/sign/poster/official/corporate_perks_vacation{ - pixel_x = 32 - }, -/obj/item/newspaper, -/obj/item/newspaper{ - pixel_y = 5 - }, -/obj/item/newspaper{ - pixel_y = 10 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"sVA" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/vending/colavend, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"sVN" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/workout) -"sVX" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 1 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"sWj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/service/theater) -"sWm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"sWq" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"sWA" = ( -/obj/machinery/door/airlock/glass{ - name = "Gold Standard Law Firm" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/grimy, -/area/station/maintenance/starboard/greater) -"sWC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall/r_wall, -/area/station/commons/fitness/recreation) -"sWJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/turf/open/floor/iron/textured_half, -/area/station/security/brig/entrance) -"sWQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"sXi" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"sXk" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/theater) -"sXo" = ( -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/command{ - dir = 1 - }, -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = -8 - }, -/turf/closed/wall, -/area/station/service/theater) -"sXq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"sXw" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"sXz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"sXG" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"sXM" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new, -/obj/machinery/firealarm/directional/south, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"sXO" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 6 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"sXZ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/docking_port/stationary/public_mining_dock{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"sYa" = ( -/turf/closed/wall/r_wall, -/area/station/science/robotics/augments) -"sYb" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector{ - dir = 8; - pixel_x = -4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine, -/area/station/science/cytology) -"sYo" = ( -/obj/effect/spawner/random/entertainment/arcade, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"sYs" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"sYt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, -/turf/open/floor/catwalk_floor/iron, -/area/station/engineering/storage/tech) -"sYF" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"sYK" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/flora/bush/sunny/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"sZn" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/toy/windup_toolbox, -/obj/machinery/light/small/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/plating, -/area/station/service/theater) -"sZu" = ( -/turf/closed/wall/rust, -/area/station/maintenance/department/engine) -"sZx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/purple{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"sZF" = ( -/obj/structure/chair{ - dir = 1; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/security/courtroom) -"sZH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"sZJ" = ( -/obj/structure/chair{ - dir = 1; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/security/courtroom) -"sZK" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/robotics/lab) -"sZQ" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown/full, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"tab" = ( -/obj/structure/rack, -/obj/item/restraints/handcuffs, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"tae" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/security/courtroom) -"taf" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/security/courtroom) -"tah" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"tat" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/computer/records/security, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"tax" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/structure/chair/stool/bar/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"taB" = ( -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"taD" = ( -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/checkpoint/customs/auxiliary) -"taL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"taZ" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_y = -3 - }, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/machinery/camera/directional/west, -/turf/open/misc/sandy_dirt, -/area/station/hallway/secondary/recreation) -"tbb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - id_tag = "permaouter"; - name = "Permabrig Observation" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/execution/transfer) -"tbk" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/hatch{ - name = "Experimentation Chamber" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/explab) -"tbq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) -"tbu" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/explab) -"tbB" = ( -/obj/structure/table/reinforced, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/paper_bin{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/machinery/door/window/left/directional/south{ - dir = 1; - name = "Research Lab Desk"; - req_access = list("science") - }, -/obj/structure/desk_bell{ - pixel_x = -8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_large, -/area/station/science/lab) -"tbD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/lab) -"tbK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"tbM" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"tbS" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"tca" = ( -/turf/open/floor/carpet/donk, -/area/station/command/heads_quarters/qm) -"tcz" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"tcB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Service Breakroom" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/general, -/obj/machinery/duct, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/hallway/secondary/service) -"tcP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/hallway/primary/central/fore) -"tdg" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"tdh" = ( -/obj/structure/chair/sofa/corp/right{ - dir = 4 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"tdu" = ( -/obj/structure/lattice, -/obj/structure/railing{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"tdv" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/effect/turf_decal/siding/blue{ - dir = 4 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"tdw" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/grass, -/area/station/science/genetics) -"tdx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"tdF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"tdI" = ( -/obj/effect/turf_decal/bot_white/left, -/turf/open/floor/engine, -/area/station/engineering/gravity_generator) -"tdO" = ( -/obj/effect/turf_decal/stripes/white/end{ - dir = 4 - }, -/turf/open/floor/iron/smooth_large, -/area/station/maintenance/department/medical/central) -"tdS" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/box/corners{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/science/explab) -"tec" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"teq" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/table/glass, -/obj/item/book/codex_gigas, -/obj/item/camera{ - pixel_y = 18 - }, -/obj/machinery/light/small/directional/east, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"teG" = ( -/obj/structure/chair/sofa/bench{ - dir = 4 - }, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"teP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/server) -"tfa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"tfe" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"tff" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_x = -9; - pixel_y = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/lab) -"tfh" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/table/wood, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"tfj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/machinery/door/airlock/command{ - name = "Research Division Server Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/server) -"tfy" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"tfE" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/machinery/light/small/directional/east, -/obj/item/clipboard, -/turf/open/floor/iron/white/small, -/area/station/science/server) -"tfH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"tfL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall, -/area/station/maintenance/starboard/central) -"tgj" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/easel, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"tgl" = ( -/turf/closed/wall, -/area/station/service/greenroom) -"tgp" = ( -/obj/structure/table/reinforced, -/obj/item/folder{ - pixel_x = -6 - }, -/obj/machinery/door/window/left/directional/west{ - dir = 4; - name = "Robotics Desk"; - req_access = list("robotics") - }, -/obj/structure/desk_bell{ - pixel_x = 6 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "roboticshut"; - name = "Robotics Shutters" - }, -/turf/open/floor/iron/textured_large, -/area/station/science/robotics/lab) -"tgw" = ( -/obj/machinery/computer/cargo/request, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/hop) -"tgJ" = ( -/obj/machinery/atmospherics/components/unary/cryo_cell, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/medical/cryo) -"tgR" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"tgS" = ( -/obj/structure/table, -/obj/item/trash/cheesie{ - pixel_x = 7; - pixel_y = 8 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"thf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/item/storage/backpack, -/obj/item/storage/backpack/satchel, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/shoes/winterboots, -/obj/machinery/light/small/directional/north, -/obj/effect/landmark/start/hangover/closet, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/commons) -"thq" = ( -/obj/machinery/light/cold/directional/east, -/obj/machinery/status_display/evac/directional/east, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"thv" = ( -/obj/machinery/seed_extractor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/right/directional/south{ - name = "Seed Extractor"; - req_access = list("hydroponics") - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_large, -/area/station/service/hydroponics) -"tii" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Starboard Quarter Solar Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/department/medical/central) -"tiC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/glass, -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"tiD" = ( -/obj/structure/chair/sofa/bench/right, -/obj/effect/decal/cleanable/glass, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tiM" = ( -/obj/structure/chair/stool/directional/west, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/hos) -"tiN" = ( -/obj/effect/spawner/random/structure/crate_empty, -/obj/item/stack/ore/glass{ - amount = 20 - }, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"tiQ" = ( -/obj/machinery/rnd/production/protolathe/department/science, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/lab) -"tiR" = ( -/obj/structure/chair/sofa/bench/left, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tiW" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/turf_decal/siding/brown{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"tjb" = ( -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tjj" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/ai_upload) -"tjQ" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/dark_red{ - dir = 1 - }, -/obj/item/storage/secure/safe/hos{ - pixel_x = 15; - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"tko" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/execution/education) -"tkp" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Services Corridor" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/hallway/primary/central/aft) -"tkq" = ( -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"tlh" = ( -/obj/effect/spawner/structure/window, -/obj/structure/sign/warning/cold_temp/directional/north, -/turf/open/floor/plating, -/area/station/medical/coldroom) -"tll" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/landmark/start/quartermaster, -/turf/open/floor/iron, -/area/station/cargo/storage) -"tlt" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"tlI" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/rock/pile/jungle/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"tlX" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"tlZ" = ( -/obj/effect/turf_decal/tile/green/diagonal_centre, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tmc" = ( -/obj/effect/turf_decal/tile/green/diagonal_centre, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tms" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"tmT" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Two"; - space_dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"tmV" = ( -/obj/effect/turf_decal/tile/green/diagonal_centre, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tnb" = ( -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"tns" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/science/explab) -"tnt" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"tnu" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/item/reagent_containers/cup/glass/mug/coco{ - pixel_x = 10; - pixel_y = 14 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"tnx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"tnO" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"tob" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Auxillary Base Construction" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/aux_base, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/construction/mining/aux_base) -"tod" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"tof" = ( -/turf/closed/wall/rust, -/area/station/ai_monitored/turret_protected/ai) -"ton" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"toA" = ( -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"toE" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"toH" = ( /obj/machinery/door/poddoor{ - id = "pubminingdoor"; + id = "miningdoor"; name = "Mining Shuttle Hangar" }, /turf/open/floor/plating/airless, -/area/station/hallway/secondary/dock) -"toI" = ( +/area/station/cargo/miningoffice) +"muZ" = ( /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"toJ" = ( -/obj/structure/hoop{ - dir = 4; - pixel_x = -10; - pixel_y = 11 - }, -/obj/effect/turf_decal/trimline/white/end{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"toT" = ( -/obj/structure/flora/rock/pile/jungle/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"toU" = ( -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"toY" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"tpk" = ( -/obj/machinery/vending/wardrobe/law_wardrobe, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"tpl" = ( -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"tpm" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/noslip, -/area/station/security/tram) -"tpE" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tpH" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/maintenance, -/obj/item/pickaxe, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"tpK" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/event_spawn, -/obj/item/toy/basketball, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tpO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tqh" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tqo" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"tqq" = ( -/obj/effect/turf_decal/tile/green/diagonal_centre, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tqr" = ( -/obj/structure/hoop{ - dir = 8; - pixel_x = 10; - pixel_y = 11 - }, -/obj/effect/turf_decal/trimline/white/end{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tqs" = ( -/obj/structure/bodycontainer/morgue{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"tqt" = ( -/obj/effect/turf_decal/tile/green/diagonal_centre, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/camera/autoname/directional/north, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tqz" = ( -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tqB" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/machinery/light_switch/directional/south, -/obj/machinery/light/dim/directional/west, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"tqD" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/ai_upload) -"tqF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/window/spawner/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"tqK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tqT" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, /obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"tqV" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"tqX" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ dir = 1 }, -/area/station/hallway/secondary/dock) -"tqZ" = ( -/obj/effect/turf_decal/tile/dark_red, -/obj/machinery/light_switch/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"tro" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"trp" = ( -/turf/closed/wall, -/area/station/maintenance/port/aft) -"trI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/warning/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"trK" = ( -/obj/effect/turf_decal/siding/dark_red{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"trP" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/button/door/directional/south{ - id = "secbreach"; - name = "Emergency Breach Shutters"; - req_access = list("security") - }, -/turf/open/floor/iron, -/area/station/security) -"trS" = ( -/obj/effect/decal/cleanable/glass, -/obj/structure/grille, -/obj/item/shard, -/turf/open/floor/plating, -/area/station/commons/storage/tools) -"tsf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/tram) -"tst" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" - }, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/xenobiology) -"tsA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/hidden, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"tsF" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/primary/central/fore) -"tsL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"tts" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"ttA" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"ttD" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"ttI" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"ttX" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"tue" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"tug" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/security/execution/education) -"tux" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security) -"tuE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/server) -"tuO" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"tuP" = ( -/obj/machinery/light/small/directional/east, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"tuR" = ( -/obj/machinery/door/window/right/directional/east{ - name = "Isolation Room 1"; - req_access = list("medical") - }, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/virology) -"tuT" = ( -/turf/closed/wall, -/area/station/hallway/secondary/entry) -"tuU" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"tuW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/bridge) -"tuZ" = ( -/turf/closed/wall, -/area/station/security/brig/entrance) -"tvM" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"tvP" = ( -/obj/machinery/suit_storage_unit/captain, -/obj/machinery/light/small/directional/south, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/carpet/executive, -/area/station/command/heads_quarters/captain/private) -"tvS" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"tvZ" = ( -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"twf" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"twg" = ( -/obj/structure/railing{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"twh" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/stack/sheet/mineral/sandstone, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"twi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"twj" = ( -/obj/machinery/vending/coffee, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"twk" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/turf/open/floor/wood/tile, -/area/station/maintenance/aft) -"twl" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/primary/starboard) -"two" = ( -/obj/structure/table/reinforced, -/obj/structure/desk_bell{ - pixel_x = -8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor/left/directional/north{ - req_access = list("security") - }, -/turf/open/floor/iron/textured_large, -/area/station/security/checkpoint/customs/auxiliary) -"tww" = ( -/obj/machinery/suit_storage_unit/security, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/small, -/area/station/security/tram) -"twz" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red{ - dir = 6 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"twC" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"twE" = ( -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Recreation" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"twF" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"twJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"twN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"twR" = ( -/obj/structure/table/glass, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell, -/obj/machinery/status_display/evac/directional/north, -/obj/structure/sign/directions/supply/directional/west, -/obj/structure/sign/directions/engineering/directional/west{ - pixel_y = 8 - }, -/obj/structure/sign/directions/command/directional/west{ - pixel_y = -8 - }, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"twZ" = ( -/obj/structure/chair/sofa/bench/right, -/obj/machinery/newscaster/directional/north, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"txh" = ( -/turf/closed/wall/r_wall, -/area/station/command/corporate_suite) -"txl" = ( -/obj/structure/chair/sofa/bench/left, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"txp" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"txt" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"txN" = ( -/turf/closed/wall, -/area/station/security/prison/workout) -"txV" = ( -/obj/machinery/button/door/directional/east{ - id = "AuxToilet3"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/structure/toilet, -/obj/machinery/light/small/directional/west, +/obj/machinery/airalarm/directional/south, /turf/open/floor/iron/showroomfloor, /area/station/commons/toilet/auxiliary) -"tyh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"tyn" = ( -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/effect/spawner/random/structure/grille, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"tyq" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"tyr" = ( -/obj/machinery/door/airlock/maintenance/external{ - name = "Captain's Escape" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"tyv" = ( -/obj/machinery/lapvend, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"tyx" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"tyA" = ( -/obj/machinery/vending/modularpc, -/obj/structure/sign/departments/science/alt/directional/east, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"tyD" = ( -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"tzq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"tzs" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"tzz" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/window/spawner, -/obj/structure/disposaloutlet{ - dir = 4; - name = "Cargo Deliveries" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/science/lobby) -"tzB" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"tzD" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/table, -/obj/item/restraints/legcuffs/beartrap{ - pixel_x = 8; - pixel_y = 13 - }, -/obj/item/flashlight{ - pixel_y = 4 - }, -/obj/machinery/light/cold/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"tzF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/steam_vent, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"tzH" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/vending/wardrobe/gene_wardrobe, -/obj/effect/turf_decal/siding/purple{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"tzJ" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"tAq" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"tAs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security) -"tAt" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/science, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"tAu" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"tAE" = ( -/obj/structure/table, -/obj/effect/spawner/random/engineering/flashlight, -/turf/open/floor/catwalk_floor/iron, -/area/station/maintenance/department/medical/central) -"tAH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"tAI" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"tAP" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"tAQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"tAS" = ( -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"tAT" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"tBe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"tBk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Atmos to Loop" - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"tBm" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/station/security/prison/garden) -"tBo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood/tile, -/area/station/command/corporate_showroom) -"tBq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"tBv" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/command/corporate_dock) -"tBA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"tBG" = ( -/obj/structure/cable, -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"tBL" = ( -/obj/machinery/door/airlock{ - id_tag = "study_c"; - name = "Study C" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/commons) -"tCg" = ( -/obj/effect/turf_decal/arrows{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"tCk" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"tCm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"tCq" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "aftstarboard"; - name = "Aft-Starboard Solar Array" - }, -/turf/open/floor/iron/solarpanel/airless, -/area/station/solars/starboard/aft) -"tCx" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 18 - }, -/obj/item/stock_parts/cell/high{ - pixel_y = 18 - }, -/obj/item/clothing/suit/hazardvest, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 4 - }, -/obj/machinery/light/cold/directional/west, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/command/teleporter) -"tCz" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"tCD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/auxlab/firing_range) -"tCG" = ( -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/science/robotics/mechbay) -"tCZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"tDb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"tDd" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/machinery/shower/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"tDn" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/prison) -"tDq" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/commons) -"tDB" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"tDE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"tDJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tDM" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "rdordnance"; - name = "Ordnance Lab Shutters" - }, -/turf/open/floor/plating, -/area/station/science/ordnance) -"tDP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"tDT" = ( -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"tDZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"tEj" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"tEI" = ( -/mob/living/simple_animal/hostile/retaliate/goose/vomit, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"tEL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"tET" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tEW" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tFg" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tFn" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/server) -"tFs" = ( -/obj/structure/table/glass, -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = 11 - }, -/obj/item/storage/medkit/regular{ - pixel_y = 5 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"tFA" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"tFE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/side{ - dir = 6 - }, -/area/station/science/xenobiology) -"tFG" = ( -/obj/effect/turf_decal/tile/brown/full, -/obj/machinery/door/window/right/directional/west{ - name = "Bar Access"; - req_access = list("bar") - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/light/small/directional/north, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"tFH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"tFJ" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance/two, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"tFQ" = ( -/turf/closed/wall, -/area/station/medical/medbay/central) -"tFS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/research{ - name = "Development Division Access" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_half{ - dir = 1 - }, -/area/station/science/lobby) -"tFX" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/cold/directional/west, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"tFY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tGe" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"tGp" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"tGq" = ( -/turf/closed/wall, -/area/station/service/kitchen/coldroom) -"tGB" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"tGI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/tcommsat/server) -"tGU" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) -"tHh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Kitchen Cold Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/duct, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/service/kitchen/coldroom) -"tHK" = ( -/turf/closed/wall, -/area/station/security/prison/shower) -"tHL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor, -/area/station/hallway/secondary/entry) -"tHS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/research/anomaly_refinery, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"tIc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tIu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/south, -/obj/machinery/status_display/ai/directional/south, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tIz" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"tIA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tII" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"tIL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tJe" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security) -"tJi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison) -"tJw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Secure Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"tJz" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/security/brig/entrance) -"tJD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tJF" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/rack, -/obj/item/storage/toolbox/emergency{ - pixel_x = -2; - pixel_y = -3 - }, -/obj/item/clothing/mask/cigarette/cigar, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"tJG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "kihall" - }, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tJO" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/obj/machinery/atmospherics/pipe/smart/simple/brown/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"tJX" = ( -/turf/open/floor/plating, -/area/station/maintenance/aft) -"tKa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"tKf" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"tKk" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"tKl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/work) -"tKm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tKy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/south, -/obj/machinery/status_display/ai/directional/south, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tKC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"tKD" = ( -/obj/structure/flora/bush/large/style_random{ - pixel_x = -18; - pixel_y = 1 - }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/obj/machinery/light/floor{ - pixel_x = 32 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"tKG" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/tank{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"tKO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/button/door/directional/east{ - id = "engsm"; - name = "Radiation Shutters Control"; - req_access = list("engineering") - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/meter, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"tKR" = ( -/obj/structure/cable, -/obj/machinery/power/smes, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"tLc" = ( -/obj/structure/table/reinforced, -/obj/effect/spawner/random/techstorage/service_all, -/obj/machinery/light/cold/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"tLn" = ( -/obj/effect/turf_decal/siding{ - dir = 1 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"tLt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"tLH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"tMh" = ( -/obj/structure/fireaxecabinet/directional/south, -/obj/machinery/door/window/brigdoor/left/directional/north{ - name = "Command Desk"; - req_access = list("command") - }, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/bridge) -"tMi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Services Corridor" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/hallway/primary/central/aft) -"tMj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"tMs" = ( -/obj/structure/cable, -/obj/machinery/telecomms/server/presets/service, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"tMx" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"tMy" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"tMR" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"tNc" = ( -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"tNn" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"tNs" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"tNu" = ( -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"tNz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"tNA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"tNE" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/siding/wood, -/obj/structure/bed/maint, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"tNS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/rack, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "vaco"; - name = "Comissary Shutters" - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"tOk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"tOs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"tOX" = ( -/obj/structure/cable, -/obj/machinery/firealarm/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"tOZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/north, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"tPf" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"tPg" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"tPm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"tPH" = ( -/obj/structure/cable, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tPP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"tPY" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/mid_joiner{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tQx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"tQA" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"tQI" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tQQ" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"tRc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"tRw" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/research) -"tRE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"tRH" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/white, -/area/station/maintenance/central/greater) -"tRV" = ( -/obj/effect/turf_decal/trimline/white/line, -/obj/effect/turf_decal/trimline/white/mid_joiner, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tSe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"tSh" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) -"tSn" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"tSp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/grunge{ - name = "Cell 1" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/security/prison/safe) -"tSq" = ( -/obj/structure/cable, -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"tSs" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/firealarm/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"tSu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"tSB" = ( -/obj/structure/cable, -/obj/structure/table/reinforced, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"tTd" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"tTg" = ( -/obj/structure/table, -/obj/item/trash/cheesie{ - pixel_x = 7; - pixel_y = 8 - }, -/obj/machinery/newscaster/directional/west, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"tTp" = ( -/obj/structure/cable, -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"tTs" = ( -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"tTx" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"tTA" = ( -/obj/structure/table/wood, -/obj/machinery/computer/pod/old, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/very_dim/directional/east, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"tTW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/machinery/camera/directional/east, -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"tUb" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner/directional/west, -/obj/structure/disposaloutlet{ - desc = "An outlet for the pneumatic disposal system. This one seems designed for rapid corpse disposal."; - name = "rapid corpse mover 9000" - }, -/turf/open/floor/plating, -/area/station/medical/morgue) -"tUc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Research Wing" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "rdrnd"; - name = "Research and Development Shutters" - }, -/turf/open/floor/iron/white/textured_half{ - dir = 1 - }, -/area/station/hallway/primary/starboard) -"tUo" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding{ - dir = 9 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"tUz" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"tUD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/tcommsat/server) -"tUH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"tUI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"tUK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/storage/box{ - pixel_x = -8; - pixel_y = 15 - }, -/obj/item/trash/flare{ - pixel_x = 11; - pixel_y = 21 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/station/hallway/primary/central/fore) -"tVc" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod One"; - space_dir = 2 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"tVe" = ( -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/hos) -"tVt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "roboticshut"; - name = "Robotics Shutters" - }, -/turf/open/floor/plating, -/area/station/science/robotics/lab) -"tVR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"tWj" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"tWo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"tWr" = ( -/obj/machinery/light/dim/directional/east, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/science/lab) -"tWx" = ( -/obj/effect/turf_decal/caution{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"tWB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"tWG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"tWK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/north, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"tWL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/hallway/primary/central/fore) -"tWQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"tWS" = ( -/obj/structure/bookcase/random/reference, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"tXp" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron/white/corner, -/area/station/science/xenobiology) -"tXw" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"tXP" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) -"tXT" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tYb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tYd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=2.0-Vault-SNexus"; - location = "1.5-PNexus-Vault" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tYj" = ( -/obj/item/exodrone, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"tYq" = ( -/turf/closed/wall, -/area/station/security/execution/transfer) -"tYx" = ( -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"tYH" = ( -/obj/machinery/airalarm/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"tYL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"tYN" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"tYQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/hallway/primary/central/fore) -"tYT" = ( -/turf/open/misc/asteroid/airless, -/area/space/nearstation) -"tYV" = ( -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"tYX" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/primary/central/aft) -"tZi" = ( -/obj/structure/sign/poster/contraband/got_wood{ - pixel_y = 31 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"tZl" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/chem_master, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"tZt" = ( -/obj/machinery/light/small/broken{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/dresser, -/obj/item/toy/figure/curator{ - pixel_x = 2; - pixel_y = 13 - }, -/obj/item/toy/figure/detective{ - pixel_x = -7; - pixel_y = 12 - }, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"tZG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=3.0-StarboardHall-TechStorage"; - location = "2.5-SNexus-StarboardHall" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"tZJ" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) -"tZR" = ( -/obj/effect/turf_decal/tile/neutral/full, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"tZV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uaa" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"uab" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"uao" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/structure/flora/tree/stump, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"uax" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"uaE" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/flora/tree/jungle/small/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"uaP" = ( -/obj/structure/mirror/directional/east, -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 5 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"uaV" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/siding/purple, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"ubf" = ( -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"ubq" = ( -/obj/machinery/flasher/portable, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/security/tram) -"uby" = ( -/turf/closed/wall, -/area/station/security/prison/garden) -"ubB" = ( -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/sign/poster/random/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"ubK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/hallway/primary/central/fore) -"ubU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"uch" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/station/science/explab) -"ucr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uct" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons) -"ucH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"ucJ" = ( -/obj/machinery/door/window/left/directional/south{ - req_access = list("chapel_office") - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"ucR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Prison Showers" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/prison/shower) -"ucY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/secondary/construction) -"ude" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"udt" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"udv" = ( -/obj/machinery/telecomms/receiver/preset_right, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"udw" = ( -/obj/item/stack/cable_coil{ - pixel_x = -4; - pixel_y = -8 - }, -/obj/machinery/firealarm/directional/south, -/obj/machinery/conveyor_switch/oneway{ - id = "fab2"; - pixel_x = 10; - pixel_y = 11 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"udA" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor/left/directional/south{ - name = "Security Desk"; - req_access = list("security") - }, -/obj/machinery/door/window/left/directional/north{ - name = "Security Desk" - }, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = 11 - }, -/turf/open/floor/iron/textured_large, -/area/station/security/brig/entrance) -"udE" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"udI" = ( -/obj/structure/closet{ - name = "Evidence Closet 3" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"udK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=4.0-TechStorage-AftHall"; - location = "3.0-StarboardHall-TechStorage" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"udU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/service) -"udW" = ( -/obj/machinery/firealarm/directional/north, -/obj/item/kirbyplants/fullysynthetic, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"udZ" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"uej" = ( -/turf/closed/wall, -/area/station/hallway/secondary/service) -"ueo" = ( -/obj/machinery/light/small/broken{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/dresser, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"ueC" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"ueG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"ueK" = ( -/obj/structure/cable, -/obj/machinery/oven, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"ueR" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"ueX" = ( -/turf/closed/wall/rust, -/area/station/maintenance/port/fore) -"ufb" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth_half, -/area/station/hallway/primary/central/fore) -"uff" = ( -/obj/machinery/holopad, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"ufg" = ( -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/aft) -"ufn" = ( -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ufu" = ( -/obj/machinery/light/cold/directional/north, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"ufE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"ufF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"ufU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"uge" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"ugh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"ugj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"ugC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"ugH" = ( -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"ugJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"ugO" = ( -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"ugX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Augment Corridor" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/robotics/augments) -"ugY" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"uhe" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/conveyor{ - dir = 9; - id = "fab2" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"uhj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uhu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/washing_machine, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 9 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"uhz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/clown, -/turf/open/floor/stone, -/area/station/service/theater) -"uhI" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"uhN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"uhO" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"uhS" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"uia" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"uid" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"uii" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/item/trash/popcorn/caramel{ - pixel_y = 5 - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"uij" = ( -/obj/docking_port/stationary{ - dheight = 4; - dir = 4; - dwidth = 4; - height = 9; - name = "Aux Base Zone"; - roundstart_template = /datum/map_template/shuttle/aux_base/default; - shuttle_id = "aux_base_zone"; - width = 9 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"uio" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"uiz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"uiB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"uiI" = ( -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"uiS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"uiW" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"uiY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"ujl" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"ujq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/closet/emcloset, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"ujr" = ( -/obj/structure/fluff/broken_flooring, -/obj/item/stack/sheet/cardboard, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"ujA" = ( -/turf/closed/wall/r_wall, -/area/station/security/warden) -"ujH" = ( -/obj/structure/sink/directional/south, -/obj/item/mop, -/turf/open/floor/plating, -/area/station/security/prison/safe) -"ujO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"ujT" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Sec Post Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"ujZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"ukz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"ukB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"ukG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/north, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"ukI" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"ukQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"ukT" = ( -/obj/effect/turf_decal/siding/wood, -/mob/living/basic/syndicate/russian/ranged/lootless, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"ukV" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) -"ukW" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"ulb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/obj/machinery/door/airlock/medical/glass{ - name = "Cryogenics Bay" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/turf/open/floor/iron/white/small, -/area/station/medical/cryo) -"uld" = ( -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/camera/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"ull" = ( -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ulr" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/clipboard{ - pixel_x = 10; - pixel_y = 4 - }, -/obj/item/folder/red{ - pixel_x = 7 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/security/tram) -"ulI" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"ulK" = ( -/obj/structure/cable, -/obj/machinery/ntnet_relay, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"ulL" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"ulM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/mineral/stacking_machine{ - input_dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"ulO" = ( -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"ume" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"umi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"umr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/science/explab) -"umz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/turf/open/floor/sepia, -/area/station/maintenance/aft) -"umI" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"umM" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"umO" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/chair/stool/directional/south, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"unc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"unf" = ( -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/obj/machinery/computer/records/security{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"unt" = ( -/obj/machinery/light/cold/directional/west, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"unK" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"unM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"unO" = ( -/obj/structure/frame, -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"unS" = ( -/turf/closed/wall, -/area/station/maintenance/hallway/abandoned_recreation) -"uoh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"uoi" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/security/tram) -"uot" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/south, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"uoB" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/captain/private) -"uoE" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"uoM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"uoS" = ( -/obj/machinery/light/cold/directional/east, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/processing) -"uoW" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"upe" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"upg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/port) -"upj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/ammo_casing/spent{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/item/ammo_casing/spent, -/obj/item/ammo_casing/spent{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"upk" = ( -/obj/machinery/light/cold/directional/south, -/obj/machinery/status_display/ai/directional/south, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"upr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"upv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen/small, -/area/station/security/breakroom) -"upy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"upz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/primary/starboard) -"upG" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 - }, -/obj/machinery/mechpad, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"upP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/station/science/research) -"upR" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/structure/industrial_lift/tram/subfloor, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-1" - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"uqc" = ( -/obj/structure/cable, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"uql" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/light_switch/directional/north, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"uqw" = ( -/turf/closed/wall/r_wall, -/area/station/commons/fitness/recreation) -"uqH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"uqL" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"uqO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"uqQ" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"urd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"urh" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"urk" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"urm" = ( -/obj/structure/table/glass, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"urn" = ( -/obj/structure/chair/pew/right, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/chapel{ - dir = 4 - }, -/area/station/maintenance/starboard/greater) -"uro" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/chair/sofa/left/maroon{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"uru" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"urv" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/primary/starboard) -"urw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"urB" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/hallway/secondary/dock) -"urM" = ( -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"urO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/science/lower) -"urQ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/security/office) -"usg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/command/heads_quarters/qm) -"usl" = ( -/obj/machinery/status_display/evac/directional/south, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"usB" = ( -/obj/effect/turf_decal/delivery/red, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay" - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/iron/white/small, -/area/station/medical/medbay/central) -"usF" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/easel, -/obj/effect/turf_decal/siding/wood, -/obj/item/canvas/twentythree_twentythree, -/turf/open/floor/sepia, -/area/station/maintenance/aft) -"usI" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/security/tram) -"usJ" = ( -/turf/open/floor/iron/kitchen/small, -/area/station/maintenance/aft) -"uth" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L2" - }, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"utm" = ( -/turf/closed/wall/r_wall, -/area/station/science/auxlab/firing_range) -"uto" = ( -/obj/structure/closet/emcloset, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"utD" = ( -/obj/machinery/light_switch/directional/west, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/secondary/construction) -"utH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command/glass{ - name = "Quartermaster's Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/command/heads_quarters/qm) -"utP" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/paper_bin/carbon{ - pixel_y = 6 - }, -/obj/item/pen/fountain{ - pixel_y = 7 - }, -/turf/open/floor/iron/small, -/area/station/security/office) -"utW" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"utY" = ( -/obj/structure/cable, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"uub" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"uuh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/lawoffice) -"uuv" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L4" - }, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"uuN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"uuS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/blue{ - dir = 1 - }, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"uvu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"uvA" = ( -/turf/closed/wall/r_wall, -/area/station/command/gateway) -"uvJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/medical/medbay/lobby) -"uwl" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L6" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=2.5-SNexus-StarboardHall"; - location = "2.0-Vault-SNexus" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uwx" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L10" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uwB" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"uwF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall/r_wall, -/area/station/command/corporate_dock) -"uwH" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/window/reinforced/spawner, -/obj/machinery/door/window/survival_pod{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"uwS" = ( -/obj/structure/chair{ - name = "Defense" - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/security/courtroom) -"uwU" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/effect/turf_decal/bot, -/obj/structure/window/spawner/directional/east, -/obj/effect/turf_decal/tile/green/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"uxd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"uxi" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L12" - }, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"uxD" = ( -/obj/effect/turf_decal/siding/dark_red{ - dir = 6 - }, -/obj/machinery/pdapainter/security, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/cold/directional/south, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"uxG" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/orange, -/obj/item/restraints/handcuffs, -/obj/item/reagent_containers/spray/pepper, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"uxL" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"uya" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) -"uye" = ( -/obj/machinery/door/window/right/directional/south, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"uyg" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L14" - }, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"uyp" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uyA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"uyE" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"uyH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"uyL" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"uyO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/cold/directional/south, -/obj/machinery/status_display/ai/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uyZ" = ( -/obj/structure/closet{ - name = "Evidence Closet 4" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"uzd" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"uzj" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/prison/garden) -"uzo" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"uzJ" = ( -/turf/open/floor/iron, -/area/station/cargo/storage) -"uzK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"uzZ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"uAb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/directions/vault/directional/south{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/primary/starboard) -"uAi" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"uAo" = ( -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"uAw" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"uAF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"uAH" = ( -/obj/structure/bed/pod{ - desc = "An old medical bed, just waiting for replacement with something up to date."; - name = "medical bed" - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/bedsheet/medical, -/turf/open/floor/iron/white, -/area/station/maintenance/central/greater) -"uAK" = ( -/obj/machinery/computer/security, -/obj/effect/turf_decal/siding/red{ - dir = 9 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"uAV" = ( -/obj/structure/cable, -/obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"uAX" = ( -/obj/structure/chair/stool/bar/directional/east, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"uAY" = ( -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"uBc" = ( -/turf/closed/wall/r_wall, -/area/station/security/brig/entrance) -"uBg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"uBl" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/vending/medical, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/aft) -"uBn" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/brown/full, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/plate, -/obj/item/food/cheesynachos{ - pixel_y = 2 - }, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"uBu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"uBy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/stairs, -/area/station/engineering/storage/tech) -"uBY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"uCe" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/rack, -/obj/machinery/duct, -/obj/item/mop, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"uCh" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/full, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"uCp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"uCv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/effect/spawner/xmastree, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"uCJ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/chair/pew/right{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood, -/area/station/service/theater) -"uCO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/south, -/obj/machinery/status_display/ai/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uDg" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"uDm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "chem_lockdown"; - name = "Chemistry Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/chemistry) -"uDv" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"uDE" = ( -/obj/structure/cable, -/obj/item/kirbyplants/random, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/aft) -"uDF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uDQ" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/airalarm/directional/north, -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/turf/open/floor/plating, -/area/station/security/prison/safe) -"uEb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"uEg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"uEs" = ( -/obj/effect/turf_decal/trimline/blue/corner, -/obj/structure/table/glass, -/obj/machinery/light/cold/directional/east, -/obj/machinery/firealarm/directional/east, -/obj/item/storage/pill_bottle/mannitol{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/book/manual/wiki/medicine{ - pixel_x = -5; - pixel_y = 2 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"uEw" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/robotics/augments) -"uEy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"uEC" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/box/red/corners{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"uEG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uEI" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wideplating{ - dir = 4 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"uEP" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"uEQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uEV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"uFh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"uFk" = ( -/obj/structure/flora/rock/pile/jungle/style_random, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"uFm" = ( -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/bridge) -"uFo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uFs" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/table/glass, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"uFw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Gear Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/turf/open/floor/iron/textured_half, -/area/station/security/lockers) -"uFA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Research Wing" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_half{ - dir = 1 - }, -/area/station/hallway/primary/starboard) -"uFG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"uFJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"uFQ" = ( -/obj/structure/closet/crate/coffin, -/obj/structure/window/spawner, -/turf/open/floor/plating, -/area/station/service/chapel/funeral) -"uFV" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/green/anticorner/contrasted{ - dir = 4 - }, -/obj/structure/closet/crate/bin, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"uFZ" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"uGk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"uGA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Research Wing" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "rdrnd"; - name = "Research and Development Shutters" - }, -/turf/open/floor/iron/white/textured_half{ - dir = 1 - }, -/area/station/hallway/primary/starboard) -"uGK" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"uGN" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"uGO" = ( -/obj/structure/bed, -/obj/effect/turf_decal/siding/red{ - dir = 5 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/security/brig) -"uGT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding{ - dir = 4 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"uGU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/mail_sorting/science/research, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/station/science/research) -"uGW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"uGX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"uHc" = ( -/obj/structure/frame/machine, -/obj/item/stack/cable_coil/five, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"uHd" = ( -/turf/closed/wall, -/area/station/science/robotics/lab) -"uHe" = ( -/obj/structure/table_frame, -/obj/item/shard, -/obj/effect/decal/cleanable/glass, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"uHf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/sign/departments/rndserver/directional/south, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"uHo" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/computer/records/security{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) -"uHF" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"uHI" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/service/chapel/office) -"uHR" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"uIe" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"uIn" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/east, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/floor/grass, -/area/station/medical/treatment_center) -"uIo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"uIt" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"uIv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"uIT" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"uIW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"uJD" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"uKl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"uKv" = ( -/obj/effect/turf_decal/trimline/blue/warning{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"uKA" = ( -/obj/machinery/computer/warrant{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"uKH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/directional/north, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"uKM" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"uKN" = ( -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"uKP" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"uKV" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uLb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8 - }, -/obj/structure/sign/warning/cold_temp/directional/north, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"uLf" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"uLh" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"uLj" = ( -/turf/closed/wall, -/area/station/commons/toilet/auxiliary) -"uLn" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uLq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/cold/directional/east, -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"uLu" = ( -/obj/machinery/status_display/ai/directional/south, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uLE" = ( -/obj/effect/turf_decal/siding/dark_red/corner{ - dir = 8 - }, -/obj/item/grenade/barrier{ - pixel_x = 11; - pixel_y = 17 - }, -/obj/item/grenade/barrier{ - pixel_x = 2; - pixel_y = 11 - }, -/obj/item/grenade/barrier{ - pixel_x = 15; - pixel_y = 7 - }, -/obj/machinery/light/cold/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"uLO" = ( -/obj/item/stack/sheet/cardboard{ - amount = 14 - }, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/security/prison/work) -"uMa" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"uMg" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/secondary/service) -"uMk" = ( -/obj/machinery/light/cold/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"uMl" = ( -/obj/machinery/atmospherics/components/unary/cryo_cell, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/medical/cryo) -"uMu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"uMC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/hallway/secondary/spacebridge) -"uMD" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/structure/window/spawner/directional/west, -/obj/structure/fluff/broken_flooring{ - icon_state = "plating" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"uME" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table/greyscale, -/obj/item/bodypart/leg/left/monkey{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/scalpel, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white/diagonal, -/area/station/maintenance/department/science/xenobiology) -"uMH" = ( -/turf/open/floor/iron/white/side, -/area/station/science/research) -"uMI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"uMN" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/hedge, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"uMT" = ( -/obj/machinery/door/poddoor/shutters/window{ - dir = 4; - id = "armory"; - name = "Armory Shutters" - }, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/ai_monitored/security/armory) -"uMU" = ( -/turf/closed/wall, -/area/station/science/robotics/mechbay) -"uMW" = ( -/obj/effect/spawner/random/vending/snackvend, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"uMX" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"uNa" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"uNd" = ( -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"uNe" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs) -"uNk" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/structure/sign/departments/vault/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uNn" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uNQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"uNR" = ( -/obj/structure/cable, -/obj/structure/chair{ - dir = 4; - pixel_y = -2 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"uNW" = ( -/obj/machinery/barsign, -/turf/closed/wall, -/area/station/service/bar) -"uNX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/primary/aft) -"uOd" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/structure/sign/departments/vault/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uOh" = ( -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"uOw" = ( -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"uOF" = ( -/obj/machinery/smartfridge/extract/preloaded, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"uOH" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"uOP" = ( -/obj/structure/cable, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"uPd" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"uPp" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/west, -/obj/machinery/status_display/ai/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"uPr" = ( -/obj/structure/weightmachine/weightlifter, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/security/prison/workout) -"uPs" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uPt" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"uPJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uPO" = ( -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uPX" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"uQb" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"uQi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"uQo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"uQu" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/status_display/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_y = 32 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"uQC" = ( -/obj/item/kirbyplants/random, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"uQK" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/machinery/camera/directional/south, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"uRe" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"uRj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"uRm" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"uRp" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"uRx" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"uRF" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/solars/starboard/fore) -"uRJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"uRW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"uRX" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/structure/flora/tree/jungle/small/style_random, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"uSb" = ( -/obj/machinery/skill_station, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"uSi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"uSj" = ( -/turf/closed/wall/r_wall, -/area/station/medical/medbay/central) -"uSt" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/command/heads_quarters/qm) -"uSC" = ( -/turf/closed/wall/mineral/wood/nonmetal, -/area/station/service/hydroponics/garden/monastery) -"uSG" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/smooth, -/area/station/command/heads_quarters/qm) -"uSH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/floor, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"uSI" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"uSM" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"uSN" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"uSO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/door/airlock/public/glass{ - name = "Art Storage" - }, -/turf/open/floor/iron/textured_half, -/area/station/commons/storage/art) -"uSY" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"uTh" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/green/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/start/botanist, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"uTk" = ( -/obj/machinery/vending/hydroseeds{ - slogan_delay = 700 - }, -/obj/effect/turf_decal/delivery/white{ - color = "#52B4E9" - }, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"uTA" = ( -/turf/closed/wall, -/area/station/ai_monitored/turret_protected/ai) -"uTK" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor/right/directional/south{ - name = "Security Desk"; - req_access = list("security") - }, -/obj/machinery/door/window/right/directional/north{ - name = "Security Desk" - }, -/turf/open/floor/iron/textured_large, -/area/station/security/checkpoint/escape) -"uTO" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/checkpoint/science) -"uTR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"uTT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/cold/directional/east, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"uUb" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/structure/table, -/obj/effect/turf_decal/delivery/white, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron/smooth, -/area/station/cargo/sorting) -"uUe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/command/corporate_dock) -"uUf" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding{ - dir = 1 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"uUj" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uUq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/newscaster/directional/south, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/commons/dorms) -"uUE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"uUI" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/reagent_containers/cup/watering_can{ - pixel_x = 7; - pixel_y = 13 - }, -/obj/item/reagent_containers/cup/bottle/mutagen{ - pixel_x = -5; - pixel_y = 8 - }, -/obj/item/reagent_containers/syringe{ - pixel_x = -3; - pixel_y = -1 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 6; - pixel_y = 1 - }, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"uUV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/security) -"uVb" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"uVg" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"uVn" = ( -/obj/item/kirbyplants/random, -/obj/item/storage/briefcase{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron/dark/small, -/area/station/security/detectives_office) -"uVo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"uVD" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/construction) -"uVE" = ( -/obj/structure/table, -/obj/item/storage/bag/tray{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/food/cake/apple, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"uVK" = ( -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 1 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 11 - }, -/obj/item/storage/box/syringes{ - pixel_x = -8; - pixel_y = 2 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"uVT" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/hop) -"uWe" = ( -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -8 - }, -/obj/structure/sign/directions/evac{ - dir = 8 - }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = 8 - }, -/turf/closed/wall, -/area/station/hallway/primary/starboard) -"uWl" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/robotics/augments) -"uWo" = ( -/turf/closed/wall, -/area/station/medical/paramedic) -"uWu" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"uWv" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/flora/bush/flowers_pp/style_random, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/science/genetics) -"uWy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/grunge{ - name = "Cell 5" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/security/prison/safe) -"uWB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"uWG" = ( -/obj/structure/closet/firecloset, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"uWQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"uWZ" = ( -/obj/machinery/door/airlock/public, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"uXb" = ( -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"uXo" = ( -/obj/item/kirbyplants/random, -/obj/machinery/button/door/directional/north{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = 24; - pixel_y = 23; - req_access = list("atmospherics") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"uXs" = ( -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/floor/grass, -/area/station/medical/treatment_center) -"uXw" = ( -/obj/structure/table, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"uXB" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"uXC" = ( -/turf/closed/wall, -/area/station/science/lower) -"uXN" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"uXU" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"uXV" = ( -/obj/structure/cable, -/obj/machinery/door/window/brigdoor{ - name = "Creature Pen"; - req_access = list("research") - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access = list("research") - }, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/xenobiology) -"uXY" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/command/nuke_storage) -"uYb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"uYo" = ( -/obj/effect/spawner/random/vending/colavend, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"uYp" = ( -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"uYD" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green/fourcorners, -/obj/item/folder/blue, -/turf/open/floor/iron, -/area/station/security/courtroom) -"uYE" = ( -/obj/machinery/status_display/ai/directional/south, -/obj/structure/table/glass, -/obj/item/pai_card, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"uYH" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating, -/area/station/security/brig/entrance) -"uYO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/south, -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"uYY" = ( -/obj/structure/cable, -/obj/structure/bed{ - dir = 4 - }, -/obj/item/bedsheet{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/siding/red{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"uZb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"uZc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/courtroom) -"uZt" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/machinery/light/directional/east, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"uZA" = ( -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"uZG" = ( -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"uZY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/service/library) -"vaf" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"vaj" = ( -/obj/machinery/destructive_scanner, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"vav" = ( -/obj/structure/lattice, -/obj/structure/railing, -/turf/open/space/basic, -/area/space/nearstation) -"vba" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"vbj" = ( -/obj/structure/table/glass, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"vbm" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"vbp" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"vbq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"vbA" = ( -/obj/structure/sign/departments/science/alt/directional/east, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"vbK" = ( -/turf/closed/wall, -/area/station/science/research) -"vbO" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/reagent_containers/chem_pack{ - pixel_x = 10; - pixel_y = 10 - }, -/obj/item/storage/box/rxglasses{ - pixel_x = -4; - pixel_y = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"vbQ" = ( -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"vbR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"vcB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/blue/filled/mid_joiner{ - dir = 8 - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/treatment_center) -"vcC" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"vcE" = ( -/turf/closed/wall, -/area/station/service/library/abandoned) -"vcN" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"vcP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"vcW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Law Office" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/lawyer, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/service/lawoffice) -"vdf" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding{ - dir = 10 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"vdg" = ( -/obj/structure/railing/corner, -/turf/open/space/basic, -/area/space/nearstation) -"vdm" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"vdH" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vdI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/catwalk_floor/iron_white, -/area/station/engineering/atmos) -"vdX" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/stack/medical/mesh{ - pixel_x = 3 - }, -/obj/item/stack/medical/suture{ - pixel_x = 5 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"vdY" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"veg" = ( -/obj/effect/turf_decal/siding{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/item/assembly/igniter, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"vej" = ( -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"veq" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"vev" = ( -/obj/structure/bookcase/random, -/turf/open/floor/plating/rust, -/area/station/service/library/abandoned) -"vey" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Augment Corridor" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/robotics/augments) -"vez" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/structure/industrial_lift/tram/subfloor, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-6" - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/port/aft) -"veA" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "aigas" - }, -/obj/effect/spawner/structure/window/survival_pod, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/engine, -/area/station/ai_monitored/turret_protected/ai) -"veG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/firecloset, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"veK" = ( -/turf/closed/wall, -/area/station/science/lab) -"veP" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"vfc" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"vfg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"vfi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/external{ - name = "Tram Maintenance" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"vfk" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/lab) -"vfA" = ( -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"vfK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"vfN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/machinery/button/flasher{ - id = "IsolationFlash"; - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"vfT" = ( -/obj/structure/table/glass, -/obj/machinery/light/cold/directional/west, -/obj/item/paper_bin{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/toy/crayon/purple, -/turf/open/floor/iron/white, -/area/station/science/research) -"vgc" = ( -/obj/structure/chair/sofa/right/maroon{ - dir = 1 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"vgf" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"vgy" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"vgz" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"vgC" = ( -/obj/structure/closet/secure_closet/chief_medical, -/obj/item/storage/secure/briefcase{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/secure/safe/directional/south{ - pixel_y = -23 - }, -/obj/item/gun/syringe, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"vgD" = ( -/obj/machinery/light/cold/directional/north, -/obj/structure/reagent_dispensers/wall/peppertank/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/security/office) -"vgN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/structure/barricade/wooden, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"vhe" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/iron/smooth, -/area/station/cargo/office) -"vhC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"vhH" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/obj/machinery/light/small/broken/directional/east, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"vhI" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/machinery/computer/security/labor{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"vhJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) -"vid" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"vie" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/structure/window/reinforced/tram/left/directional/west, -/obj/structure/chair/comfy/shuttle, -/obj/structure/industrial_lift/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"vij" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vir" = ( -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/research) -"viy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"viA" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/science/server) -"viC" = ( -/obj/machinery/computer/department_orders/science{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"viD" = ( -/obj/machinery/modular_computer/console/preset/cargochat/science{ - dir = 1 - }, -/obj/machinery/light/dim/directional/east, -/turf/open/floor/iron/white, -/area/station/science/research) -"viK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"viP" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/iron/small, -/area/station/maintenance/starboard/central) -"viT" = ( -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"viV" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"viW" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"viX" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"vjb" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"vjf" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"vjm" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/vending/wardrobe/bar_wardrobe, -/obj/machinery/light/small/directional/west, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"vjp" = ( -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/power/floodlight, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"vjZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research/glass{ - name = "Cubicle" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/research) -"vkh" = ( -/turf/closed/wall, -/area/station/service/bar) -"vkk" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"vkn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/lab) -"vkr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Starboard Bow Solar Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/starboard/fore) -"vkt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/science/research) -"vkz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"vkG" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"vkJ" = ( -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = 9; - pixel_y = 4 - }, -/obj/item/radio{ - pixel_x = -6; - pixel_y = -3 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/secure_closet/security/science, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) -"vkN" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) -"vkP" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"vkS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"vkU" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"vkV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"vkW" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"vkZ" = ( -/turf/open/floor/iron/dark/small, -/area/station/maintenance/aft) -"vlb" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"vln" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Cleaning Closet" - }, -/turf/open/floor/plating, -/area/station/security/prison/safe) -"vlq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/stool/directional/north, -/obj/item/stack/spacecash/c1{ - pixel_x = 4; - pixel_y = 11 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"vlw" = ( -/obj/machinery/modular_computer/console/preset/civilian{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/west, -/obj/machinery/light_switch/directional/south, -/obj/machinery/requests_console/directional/west{ - department = "Robotics"; - name = "Robotics Requests Console"; - pixel_y = -30; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/obj/machinery/button/door/directional/west{ - id = "roboticshut"; - name = "Robotics Shutters"; - pixel_y = 8 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"vly" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"vlB" = ( -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"vlV" = ( -/turf/closed/wall, -/area/station/maintenance/aft) -"vlY" = ( -/obj/structure/chair/stool/bamboo{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/item/radio/intercom/chapel/directional/west, -/turf/open/floor/iron/terracotta/diagonal, -/area/station/service/chapel/office) -"vmc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"vmg" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/healthanalyzer{ - pixel_x = 5 - }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"vmh" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vmt" = ( -/obj/structure/chair/stool/bamboo{ - dir = 4 - }, -/turf/open/floor/iron/terracotta/diagonal, -/area/station/service/chapel/office) -"vmz" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"vmH" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth (Chaplain)"; - req_access = list("chapel_office") - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/service/chapel/office) -"vmL" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"vmR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"vmX" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vnb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/hallway/secondary/spacebridge) -"vne" = ( -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vnf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side, -/area/station/science/lower) -"vnj" = ( -/obj/structure/table, -/obj/item/clothing/under/rank/prisoner/skirt{ - pixel_x = -13; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/prisoner{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/prisoner/skirt{ - pixel_x = 9; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/prisoner{ - pixel_x = -7; - pixel_y = -3 - }, -/obj/item/clothing/under/rank/prisoner{ - pixel_x = 6; - pixel_y = -3 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"vnn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vnr" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vnu" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/table, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"vnv" = ( -/obj/machinery/door/airlock/glass, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"vnF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"vnI" = ( -/turf/closed/mineral/random/stationside, -/area/station/maintenance/department/engine) -"vnN" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/medical_kiosk, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"voa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/morgue{ - name = "Secret Corridor"; - req_access = list("library") - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/service/library) -"voh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"von" = ( -/obj/structure/hedge, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"voz" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/smooth, -/area/station/commons/storage/tools) -"voO" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"voX" = ( -/obj/effect/turf_decal/siding/dark_red{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/clothing/suit/armor/riot{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/clothing/suit/armor/riot{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/shield/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/shield/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"vpb" = ( -/obj/machinery/door/airlock/hatch{ - name = "Tool Supply Corridor" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/office) -"vpk" = ( -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"vpl" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"vpm" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"vpq" = ( -/obj/machinery/door/poddoor/massdriver_ordnance, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"vpI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"vpN" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron, -/area/station/service/bar) -"vpQ" = ( -/obj/structure/sink/kitchen/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"vpT" = ( -/obj/structure/chair/sofa/bench{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side, -/area/station/hallway/primary/central/fore) -"vpU" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/brown/full, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/food/lizard_fries, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"vpY" = ( -/obj/effect/turf_decal/tile/neutral/full, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"vqb" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"vql" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"vqp" = ( -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"vqH" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"vqU" = ( -/obj/machinery/rnd/server/master, -/turf/open/floor/circuit, -/area/station/science/server) -"vqX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/machinery/door/airlock/command/glass{ - name = "Telecommunications Server Room" - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/tcommsat/server) -"vra" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/clothing/under/rank/cargo/miner/lavaland{ - pixel_y = 3 - }, -/obj/item/clothing/suit/hooded/wintercoat/miner{ - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"vrd" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/box/red/corners{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"vrf" = ( -/obj/structure/hedge, -/obj/machinery/light/small/directional/north, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vrn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"vrt" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - name = "Prison Monitor"; - network = list("prison"); - pixel_y = 30 - }, -/obj/machinery/computer/records/security, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"vrv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"vrw" = ( -/obj/structure/railing{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/station/engineering/atmospherics_engine) -"vrz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/machinery/fax{ - fax_name = "Detective's Office"; - name = "Detective's Fax Machine"; - pixel_y = 1 - }, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"vrH" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"vrI" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/paper/fluff/ids_for_dummies{ - pixel_x = 5 - }, -/obj/item/paper_bin/carbon{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/stamp/hop{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/iron/large, -/area/station/command/heads_quarters/hop) -"vrO" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/grunge{ - name = "Courtroom" - }, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/security/courtroom) -"vrT" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"vrY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"vrZ" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"vsq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/service/theater) -"vss" = ( -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"vsx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vsC" = ( -/obj/effect/turf_decal/siding/dark_red, -/obj/item/storage/secure/safe/directional/north{ - name = "armory safe A" - }, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"vsQ" = ( -/obj/machinery/light_switch/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"vsU" = ( -/obj/machinery/door/airlock{ - id_tag = "study_a"; - name = "Study A" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/commons) -"vsW" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/box/red/corners{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"vtc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/turf/open/floor/iron/textured_half, -/area/station/security/brig/entrance) -"vtm" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"vtv" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/primary/port) -"vtA" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/toy/crayon/purple, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"vtB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"vtC" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"vtL" = ( -/obj/structure/cable, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"vug" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"vum" = ( -/obj/structure/cable, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/aft) -"vuo" = ( -/turf/closed/wall/r_wall, -/area/station/commons/vacant_room/commissary) -"vuu" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/lawoffice) -"vux" = ( -/obj/structure/cable, -/obj/machinery/deepfryer, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"vuA" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"vuB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, -/obj/machinery/door/airlock/research/glass{ - name = "Xenobiology Kill Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/xenobiology) -"vuK" = ( -/obj/structure/cable, -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stock_parts/cell/high, -/obj/item/electronics/airlock{ - pixel_y = 13 - }, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"vuL" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"vuO" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/processing) -"vuR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"vuT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Paramedic Dispatch Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/turf/open/floor/iron/white/small, -/area/station/medical/paramedic) -"vva" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Aft Corridor" - }, -/turf/open/floor/iron/textured_half, -/area/station/hallway/primary/aft) -"vvc" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table, -/obj/item/clothing/shoes/cowboy/lizard/masterwork, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"vve" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Aft Corridor" - }, -/turf/open/floor/iron/textured_half, -/area/station/hallway/primary/aft) -"vvl" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/broken/directional/west, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"vvz" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"vvK" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green/fourcorners, -/turf/open/floor/iron, -/area/station/security/courtroom) -"vvN" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"vvP" = ( -/turf/open/floor/iron/white/small, -/area/station/maintenance/port/aft) -"vwc" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 1 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/light_switch/directional/south, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"vwd" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"vwh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Aft Corridor" - }, -/turf/open/floor/iron/textured_half, -/area/station/hallway/primary/aft) -"vws" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/iron/small, -/area/station/maintenance/department/medical/central) -"vwx" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"vwD" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/soft/grey{ - pixel_x = -2; - pixel_y = 3 - }, -/turf/open/floor/carpet/green, -/area/station/maintenance/central/lesser) -"vwI" = ( -/obj/structure/closet/secure_closet/hos, -/obj/item/clothing/shoes/cowboy/black, -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/checker, -/area/station/command/heads_quarters/hos) -"vwJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"vwQ" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/folder/red{ - pixel_x = -5 - }, -/obj/item/poster/random_official, -/obj/item/poster/random_official{ - pixel_x = 6; - pixel_y = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/security/office) -"vwS" = ( -/obj/structure/table, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random{ - pixel_y = 4 - }, -/obj/item/stack/pipe_cleaner_coil/random{ - pixel_y = 3 - }, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random{ - pixel_y = 6 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"vxa" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"vxf" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/flora/bush/sunny/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"vxm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"vxp" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"vxs" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"vxt" = ( -/turf/closed/wall, -/area/station/maintenance/department/engine) -"vxM" = ( -/turf/open/floor/iron, -/area/station/commons/storage/art) -"vyi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, -/turf/open/floor/wood/tile, -/area/station/tcommsat/server) -"vyt" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/hedge, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"vyF" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"vyL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"vyR" = ( -/turf/open/floor/glass, -/area/station/command/corporate_dock) -"vyU" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"vze" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"vzg" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"vzh" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"vzv" = ( -/obj/item/cultivator/rake, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"vzy" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"vzA" = ( -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"vzM" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/brown/full, -/obj/structure/sink/kitchen/directional/south, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"vzP" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"vzV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/tram) -"vzW" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"vzX" = ( -/obj/machinery/door/airlock/command{ - name = "Centcom Dock" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/turf/open/floor/iron/textured_half, -/area/station/command/corporate_dock) -"vAc" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"vAo" = ( -/obj/item/radio/intercom/directional/north{ - broadcasting = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -26 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the ai_upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -29 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"vAq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"vAw" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"vAA" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"vAK" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"vAR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"vAT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Applied Sciences" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_half, -/area/station/science/lobby) -"vAU" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"vAX" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Applied Sciences" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_half, -/area/station/science/lobby) -"vBe" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"vBm" = ( -/obj/machinery/holopad, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"vBu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/research) -"vBG" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"vCd" = ( -/obj/structure/table, -/obj/item/folder/yellow{ - pixel_x = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/stack/sheet/mineral/plasma/thirty, -/turf/open/floor/iron/small, -/area/station/engineering/engine_smes) -"vCe" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/science/research) -"vCl" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"vCm" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"vCx" = ( -/obj/structure/cable, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"vCO" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"vCQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/science/ordnance/storage) -"vDB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/end, -/obj/machinery/shower/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vDC" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"vDK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"vDQ" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/lockers) -"vDV" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/cmo) -"vDX" = ( -/turf/closed/wall, -/area/station/maintenance/starboard/lesser) -"vEa" = ( -/obj/machinery/griddle, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"vEb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"vEe" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/north, -/obj/machinery/suit_storage_unit/cmo, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"vEq" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"vEz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"vEA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/starboard) -"vEI" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"vEP" = ( -/turf/closed/wall/r_wall, -/area/station/security/brig) -"vEQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/science/lower) -"vEW" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/shower) -"vFh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/maintenance/starboard/central) -"vFm" = ( -/obj/effect/turf_decal/siding/blue, -/obj/machinery/duct, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"vFn" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/no_erp{ - pixel_x = 32; - pixel_y = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/maintenance/starboard/central) -"vFv" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"vFy" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"vFB" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"vFD" = ( -/obj/structure/chair/sofa/bench{ - dir = 4 - }, -/obj/machinery/light/cold/directional/west, -/obj/machinery/status_display/ai/directional/west, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"vFE" = ( -/obj/structure/table, -/obj/item/trash/energybar, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"vFG" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/science/server) -"vFR" = ( -/obj/structure/bed, -/obj/effect/turf_decal/siding/red{ - dir = 6 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/small, -/area/station/security/brig) -"vFU" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/rack, -/obj/item/storage/box/trackimp, -/obj/item/storage/box/chemimp{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/storage/lockbox/loyalty, -/turf/open/floor/iron, -/area/station/security/tram) -"vFW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ - dir = 1 - }, -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/station/engineering/supermatter) -"vGe" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/effect/landmark/start/clown, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"vGp" = ( -/obj/structure/table/wood, -/obj/machinery/light/small/red/dim/directional/south, -/obj/item/flashlight/flare/candle, -/turf/open/floor/iron/terracotta/diagonal, -/area/station/service/chapel/office) -"vGv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"vGz" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"vGU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"vHj" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/office) -"vHk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/window/left/directional/south{ - dir = 4; - name = "Mass Driver Door"; - req_access = list("ordnance") - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/ordnance/testlab) -"vHu" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/security/lockers) -"vHx" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"vHH" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"vHL" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/turf_decal/plaque{ - icon_state = "L7" - }, -/obj/effect/landmark/observer_start, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"vHV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vId" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/corner, -/area/station/science/lower) -"vIg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vIh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vIt" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"vIJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"vIX" = ( +"mva" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/red/opposingcorners{ @@ -61923,3672 +36648,106 @@ }, /turf/open/floor/iron/cafeteria, /area/station/hallway/secondary/exit/departure_lounge) -"vIZ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"vJi" = ( -/obj/structure/table/glass, -/obj/machinery/fax{ - fax_name = "Chief Medical Officer's Office"; - name = "Chief Medical Officer's Fax Machine"; - pixel_y = 13 - }, -/obj/machinery/light/cold/directional/east, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/button/door/directional/south{ - id = "cmoprivacy"; - name = "CMO Privacy Shutters"; - pixel_x = -6; - req_access = list("cmo") - }, -/obj/machinery/camera/autoname/directional/south, -/obj/machinery/button/door/directional/south{ - id = "medlock"; - name = "Medbay Lockdown Control"; - pixel_x = 6; - req_access = list("medical") - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"vJn" = ( -/obj/structure/closet/crate/coffin, -/obj/structure/window/spawner/directional/west, -/obj/effect/turf_decal/weather, -/turf/open/floor/plating, -/area/station/service/chapel/office) -"vJx" = ( -/obj/structure/chair/stool/directional/north, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"vJA" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/turf_decal/weather, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/service/chapel/office) -"vJH" = ( -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"vJL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Prison Cafeteria" - }, -/turf/open/floor/iron/textured_half, -/area/station/security/prison/rec) -"vJN" = ( -/obj/structure/chair/sofa/bench{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"vJR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/medical{ - name = "Medbay" - }, -/obj/effect/turf_decal/delivery/red, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/turf/open/floor/iron/dark/small, -/area/station/medical/medbay/central) -"vJV" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Desk" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/turf/open/floor/iron/textured_half, -/area/station/security/brig/entrance) -"vKa" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/turf_decal/weather, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/service/chapel/office) -"vKb" = ( -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"vKy" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"vKB" = ( -/obj/effect/turf_decal/siding/dark_red, -/obj/machinery/modular_computer/console/preset/id{ - dir = 1 - }, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"vKG" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"vKU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"vKV" = ( -/obj/effect/decal/cleanable/dirt/dust, +"mvc" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 + dir = 1 }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/security/detectives_office) -"vKX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/camera/directional/west, -/turf/open/floor/wood/tile, +/turf/open/floor/iron, /area/station/science/lower) -"vKY" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"vLb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/blue{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"vLf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/flasher/directional/west{ - id = "brigentry" - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"vLi" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 8 - }, -/obj/structure/table, -/obj/item/controller, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"vLs" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"vLv" = ( -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/science/xenobiology) -"vLC" = ( +"mve" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"vLD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"vLF" = ( -/obj/structure/closet/secure_closet/courtroom, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"vLO" = ( -/obj/structure/table, -/obj/item/reagent_containers/condiment/saltshaker{ - desc = "Salt. From space oceans, presumably. A staple of modern medicine."; - pixel_x = 8; - pixel_y = 7 - }, -/obj/item/reagent_containers/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = 8; - pixel_y = 2 - }, -/obj/machinery/newscaster/directional/east, -/obj/effect/spawner/random/food_or_drink/condiment{ - pixel_x = -8; - pixel_y = 3 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"vLP" = ( -/turf/closed/wall/rust, -/area/station/command/heads_quarters/qm) -"vLT" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box/white{ - color = "#EFB341" - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/pharmacy) -"vLW" = ( -/obj/machinery/computer/crew{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/light_switch/directional/south, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"vMr" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"vMs" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/public/glass{ - name = "Arrivals" - }, -/turf/open/floor/iron/textured_half{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"vMt" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"vMC" = ( -/turf/closed/wall/r_wall, -/area/station/science/lab) -"vMJ" = ( -/obj/structure/disposalpipe/sorting/mail, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"mvj" = ( +/obj/structure/hedge, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"mvl" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"vML" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, -/area/station/maintenance/central/greater) -"vMS" = ( -/obj/item/pickaxe, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"vMT" = ( -/obj/machinery/hydroponics/soil, -/obj/item/food/grown/mushroom/libertycap, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"vMV" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"vNj" = ( -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1 +/area/station/engineering/supermatter) +"mvn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"mvt" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 }, /obj/effect/turf_decal/stripes/white/corner{ - dir = 4 - }, -/obj/structure/window/reinforced/tram/front, -/obj/machinery/computer/tram_controls/directional/north{ - specific_lift_id = "prison_tram" - }, -/obj/structure/industrial_lift/tram/subfloor, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"vNo" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"vNt" = ( -/obj/effect/spawner/random/trash/graffiti{ - pixel_x = -32; - spawn_loot_chance = 50 - }, -/obj/item/toy/crayon/spraycan{ - pixel_x = -7 - }, -/obj/item/toy/crayon/spraycan{ - pixel_y = 12 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"vNv" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/machinery/camera/autoname/directional/south, /turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"vNw" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"vNC" = ( -/obj/effect/turf_decal/siding{ - dir = 9 - }, -/obj/structure/table, -/obj/item/stack/sheet/glass, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = -4; - pixel_y = 15 - }, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = 7; - pixel_y = 12 - }, -/obj/item/clothing/glasses/welding{ - pixel_y = -3 - }, -/obj/item/reagent_containers/dropper{ - pixel_x = -3; - pixel_y = -16 - }, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Research Lab"; - name = "Research Requests Console"; - receive_ore_updates = 1 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"vNK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/engineering/atmos/pumproom) +"mvv" = ( /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"vNV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"vOh" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/spacebridge) -"vOq" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/chair/plastic{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"vOr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"vOP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/security/detectives_office) -"vPa" = ( -/obj/effect/turf_decal/siding{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"vPe" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"vPf" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/floor/grass, -/area/station/science/genetics) -"vPs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/departments/medbay/alt/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"vPC" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/hallway/secondary/spacebridge) -"vPK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"vPN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"vPP" = ( -/turf/closed/wall, -/area/station/command/corporate_suite) -"vPS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"vPV" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/chair/plastic{ - dir = 4 - }, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"vQi" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 - }, -/obj/machinery/light/cold/directional/west, -/obj/machinery/light_switch/directional/west, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"vQj" = ( -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/execution/education) -"vQk" = ( -/obj/effect/spawner/random/structure/crate, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"vQm" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"vQn" = ( -/obj/effect/turf_decal/tile/green/anticorner/contrasted{ - dir = 1 - }, -/obj/machinery/vending/wardrobe/viro_wardrobe, -/obj/machinery/light/cold/directional/north, -/obj/machinery/camera/directional/west, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"vQp" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/chair/sofa/bench/right{ - dir = 8 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"vQq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/east, -/obj/machinery/light/small/directional/west, -/obj/structure/flora/rock/pile/jungle/style_random, -/turf/open/misc/sandy_dirt, -/area/station/maintenance/port/lesser) -"vQv" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/large/style_random, -/turf/open/misc/sandy_dirt, -/area/station/medical/medbay/lobby) -"vRd" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/dark_red, -/obj/item/flashlight/lamp, -/turf/open/floor/iron, -/area/station/security/tram) -"vRe" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vRh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"vRt" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"vRx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/commons) -"vRz" = ( -/obj/machinery/computer/records/medical{ - dir = 4 - }, -/obj/effect/turf_decal/siding/blue{ - dir = 9 - }, -/obj/machinery/light/cold/directional/north, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"vRC" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"vRE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/full, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"vRG" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"vSg" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/primary/aft) -"vSj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"vSk" = ( -/obj/effect/turf_decal/tile/blue, -/obj/structure/filingcabinet/chestdrawer{ - pixel_y = 2 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark/textured_edge{ - dir = 1 - }, -/area/station/command/heads_quarters/hop) -"vSq" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/holosign/barrier/atmos/tram, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/port/aft) -"vSu" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"vSw" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"vSx" = ( -/obj/structure/table/reinforced, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic{ - pixel_x = -8 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"vSE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"vSL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/directions/vault/directional/east{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"vST" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/blue/half, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"vSW" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"vSX" = ( -/obj/structure/flora/bush/sunny/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"vSY" = ( -/obj/structure/table, -/obj/item/chisel{ - pixel_y = 7 - }, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"vTf" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) -"vTj" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/cup/watering_can, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"vTo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vTs" = ( -/obj/structure/chair/wood/wings, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/turf/open/floor/stone, -/area/station/command/heads_quarters/captain/private) -"vTv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"vTx" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/storage/crayons, -/obj/item/storage/crayons{ - pixel_y = -3 - }, -/obj/item/storage/crayons{ - pixel_y = -6 - }, -/obj/item/camera_film{ - pixel_y = 16 - }, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"vTG" = ( -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/medical/central) -"vTJ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/sofa/bench{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"vTN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics) -"vTO" = ( -/mob/living/simple_animal/hostile/asteroid/gutlunch, -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"vTV" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/hos) -"vTY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/window/left/directional/east{ - name = "Monkey Pen"; - req_access = list("medical") - }, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"vUe" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"vUf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"vUg" = ( -/obj/effect/turf_decal/tile/dark_red, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison) -"vUp" = ( -/obj/effect/turf_decal/tile/green/anticorner/contrasted{ - dir = 8 - }, -/obj/structure/closet/crate/freezer, -/obj/machinery/light/cold/directional/south, -/obj/machinery/firealarm/directional/west, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/ethereal, -/obj/item/reagent_containers/blood{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"vUq" = ( -/obj/machinery/restaurant_portal/bar, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"vUt" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/tram) -"vUz" = ( -/obj/structure/table_frame, -/obj/effect/decal/cleanable/glass, -/obj/item/ammo_box/magazine/toy/smgm45, -/obj/item/ammo_box/magazine/toy/smgm45{ - pixel_x = 4; - pixel_y = 10 - }, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"vUG" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "kitchenshutters"; - name = "Kitchen Shutters" - }, -/obj/structure/displaycase/forsale/kitchen{ - pixel_y = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"vUI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"vUM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "justice gas pump" - }, -/obj/item/wrench, -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Gas Ports" - }, -/turf/open/floor/plating, -/area/station/security/execution/education) -"vUP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, +/obj/structure/sign/poster/official/random/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"vUR" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/flasher/directional/north{ - id = "IsolationFlash2" - }, -/obj/machinery/camera/directional/south{ - c_tag = "Prison Isolation Cell"; - network = list("ss13","prison","isolation") - }, -/turf/open/floor/iron/white/small, -/area/station/security/prison/safe) -"vUS" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"mvN" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"vUZ" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"vVo" = ( -/obj/machinery/light/cold/directional/south, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/landmark/start/station_engineer, /turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"vVu" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table/reinforced/plastitaniumglass, -/obj/machinery/computer/records/medical/laptop{ - dir = 8; - pixel_y = 1 - }, -/obj/item/radio/intercom/command/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"vVw" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"vVx" = ( -/obj/machinery/hydroponics/soil, -/obj/item/food/grown/mushroom/plumphelmet, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"vVz" = ( -/obj/effect/turf_decal/siding/red{ - dir = 5 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/flasher/directional/east{ - id = "Cell 2" - }, -/turf/open/floor/iron/small, -/area/station/security/brig) -"vVD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"vVF" = ( +/area/station/engineering/engine_smes) +"mvR" = ( +/turf/open/floor/iron/dark/small, +/area/station/maintenance/aft) +"mvS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"vVP" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/medical/virology) -"vVQ" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/command) -"vVS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall, +/area/station/engineering/atmos/project) +"mvZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/dim/directional/east, -/obj/effect/turf_decal/tile/dark_red{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"vVT" = ( -/obj/structure/transit_tube/crossing/horizontal, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"vVU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"vVX" = ( -/obj/structure/cable, -/obj/machinery/telecomms/processor/preset_one, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"vWe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white/corner, -/area/station/science/lobby) -"vWr" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "permaouter"; - name = "Permabrig Transfer" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/security/execution/transfer) -"vWt" = ( -/obj/machinery/power/smes, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"vWF" = ( -/obj/docking_port/stationary/laborcamp_home/kilo{ - dir = 4 - }, -/turf/open/space/basic, -/area/space) -"vWI" = ( -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Creature Pen"; - req_access = list("research") - }, -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Creature Pen"; - req_access = list("research") - }, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/xenobiology) -"vWM" = ( -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"vWQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 9 - }, -/obj/structure/barricade/wooden, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"vWU" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"vWY" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/table, -/obj/item/clothing/gloves/boxing/blue, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"vXd" = ( -/obj/structure/chair/sofa/left/maroon{ - dir = 1 - }, -/obj/machinery/light_switch/directional/south, /obj/effect/landmark/start/hangover, -/turf/open/floor/iron/showroomfloor, -/area/station/service/cafeteria) -"vXi" = ( -/obj/structure/table, -/obj/item/reagent_containers/cup/bowl, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"vXn" = ( -/obj/item/wirecutters, -/turf/open/floor/iron/white/diagonal, -/area/station/maintenance/department/science/xenobiology) -"vXo" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/librarian, -/turf/open/floor/iron/grimy, -/area/station/service/library) -"vXr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/small, -/area/station/security/detectives_office) -"vXs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"vXy" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/science/lobby) -"vXz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"vXH" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/lower) -"vXL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"vXW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"vYj" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"vYt" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/end, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"vYx" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 - }, -/obj/machinery/recharge_station, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"vYy" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/security/courtroom) -"vYF" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"vYH" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"vYL" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/station/science/research) -"vYO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"vYP" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"vYS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/maintenance/starboard/central) -"vYT" = ( -/obj/structure/table, -/obj/item/pen{ - pixel_x = -5; - pixel_y = 15 - }, -/obj/effect/spawner/random/maintenance, -/turf/open/misc/asteroid, -/area/station/maintenance/hallway/abandoned_command) -"vZb" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/item/reagent_containers/cup/watering_can{ - pixel_y = 17 - }, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"vZm" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/processing) -"vZD" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron, -/area/station/security/courtroom) -"vZW" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"vZX" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/item/folder/red, -/turf/open/floor/iron, -/area/station/security/courtroom) -"wat" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"waG" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/item/aicard, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"waL" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"waN" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"waO" = ( -/obj/structure/bookcase/random/religion, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"waS" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/item/toy/foamblade, -/obj/item/toy/dummy, -/obj/machinery/light/small/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/plating, -/area/station/service/theater) -"waT" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"wbb" = ( -/obj/item/kirbyplants/random, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"wbf" = ( -/turf/closed/wall, -/area/station/security/prison/safe) -"wbi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"wbj" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"wbk" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"wbp" = ( -/obj/item/kirbyplants/random, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"wbq" = ( -/obj/effect/turf_decal/siding{ - dir = 10 - }, -/obj/structure/table, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/disk/tech_disk{ - pixel_x = -6 - }, -/obj/item/disk/tech_disk{ - pixel_x = 6 - }, -/obj/item/disk/tech_disk{ - pixel_y = 6 - }, -/obj/item/stack/cable_coil, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"wbu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"wbH" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"wbO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding{ - dir = 6 - }, -/obj/machinery/firealarm/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"wco" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/research) -"wcp" = ( -/turf/closed/wall/r_wall, -/area/station/science/genetics) -"wcq" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/turf/open/floor/iron/white/small, -/area/station/science/server) -"wcs" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"wct" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/ai) -"wcu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"wcG" = ( -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"wcV" = ( -/obj/structure/closet/crate, -/obj/item/food/breadslice/plain, -/obj/item/food/breadslice/plain, -/obj/item/food/breadslice/plain, -/obj/item/food/grown/potato, -/obj/item/food/grown/potato, -/obj/item/food/grown/onion, -/obj/item/food/grown/onion, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/kitchen/small, -/area/station/security/prison/mess) -"wdb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"wdd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"wdk" = ( -/turf/closed/mineral/random/stationside, -/area/station/maintenance/starboard/greater) -"wdp" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"wdB" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"wdV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/bamboo, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"wec" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"weg" = ( -/turf/closed/mineral/random/stationside, -/area/station/service/library/abandoned) -"wen" = ( -/turf/closed/wall, -/area/station/ai_monitored/turret_protected/aisat/maint) -"weT" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"weV" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"wfa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"wfb" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/bamboo, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"wfi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/green{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"wfj" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"wfk" = ( -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"wfn" = ( -/turf/closed/wall, -/area/station/engineering/break_room) -"wfr" = ( -/turf/closed/wall/r_wall, -/area/station/medical/pharmacy) -"wfD" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Cubicle" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/research) -"wfH" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"wfP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/turf/open/floor/iron/textured_half, -/area/station/security/brig/entrance) -"wfS" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"wfV" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen/small, -/area/station/security/breakroom) -"wgj" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"wgn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"wgp" = ( -/obj/structure/cable, -/obj/machinery/holopad, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"wgs" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"wgu" = ( -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"wgv" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"wgA" = ( -/obj/structure/closet/crate/coffin, -/obj/machinery/door/window/right/directional/west{ - name = "Coffin Storage"; - req_access = list("chapel_office") - }, -/obj/effect/turf_decal/weather, -/turf/open/floor/plating, -/area/station/service/chapel/office) -"wgF" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/secure_closet/freezer/empty, -/obj/item/food/breadslice/moldy/bacteria, -/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty, -/obj/item/reagent_containers/cup/glass/bottle/beer, -/obj/item/reagent_containers/cup/glass/bottle/beer, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"wgL" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/medical/central) -"wgM" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/turf_decal/weather, -/turf/open/floor/plating, -/area/station/service/chapel/office) -"wgU" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/brown/full, -/obj/structure/reagent_dispensers/beerkeg, -/obj/effect/turf_decal/bot_red/left, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"whc" = ( -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"whf" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"whp" = ( -/obj/machinery/vending/wardrobe/det_wardrobe, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"wht" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"whu" = ( -/obj/structure/cable, -/obj/machinery/blackbox_recorder, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"whA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Construction Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"whC" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/detective, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"whL" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"whX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"wil" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/firealarm/directional/west, -/obj/structure/closet/secure_closet/psychology, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"win" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron, -/area/station/science/robotics/augments) -"wiy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"wiC" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/paper_bin/carbon{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"wiF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"wiT" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"wiU" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/librarian, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"wja" = ( -/turf/closed/wall/r_wall, -/area/station/commons/toilet/auxiliary) -"wjn" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"wjr" = ( -/obj/structure/tank_holder/extinguisher, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wjG" = ( -/obj/structure/filingcabinet, -/turf/open/floor/iron/dark/small, -/area/station/security/detectives_office) -"wjK" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/flora/bush/sunny/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"wjM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"wjZ" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/execution/transfer) -"wke" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/commons/dorms) -"wkf" = ( +"mwa" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/xenobiology) -"wkg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/computer/operating{ - dir = 4 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"wkh" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta, -/obj/effect/turf_decal/siding/red/corner{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/bridge) -"wkk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"wkl" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/computer/department_orders/service, -/obj/effect/turf_decal/delivery, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"wkm" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"wkF" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/hallway/secondary/recreation) -"wkJ" = ( -/obj/structure/cable, -/obj/machinery/holopad, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"wlf" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"wlk" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"wlm" = ( -/obj/structure/window/spawner, -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/large/style_random{ - pixel_x = -17; - pixel_y = 2 - }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/machinery/status_display/evac/directional/east, -/turf/open/misc/sandy_dirt, -/area/station/commons) -"wly" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/flora/tree/stump, -/obj/machinery/light/directional/south, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"wlF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"wlL" = ( -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"wlQ" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"wmc" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"wme" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"wms" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/newscaster/directional/north, -/obj/machinery/duct, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"wmt" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/bed/maint, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"wmx" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"wmB" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"wmD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"wmE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"wmS" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/red/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"wmV" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"wmY" = ( -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"wnd" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/cargo/office) -"wno" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet1"; - name = "Unit 1" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"wnv" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"wnB" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L1" - }, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"wnE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"wnK" = ( -/obj/structure/table, -/obj/effect/spawner/random/entertainment/toy, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/wood, -/area/station/service/theater) -"wnN" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"wnO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"wob" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/button/door/directional/west{ - id = "Toilet1"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_x = 0; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"woe" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/sign/warning/engine_safety/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"woi" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/solars/starboard/fore) -"wos" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/tcommsat/server) -"wow" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"woB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"woD" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/tcommsat/server) -"woE" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"woI" = ( -/obj/structure/rack, -/obj/item/crowbar/large/old, -/obj/item/wrench, -/turf/open/floor/catwalk_floor, -/area/station/science/xenobiology) -"woT" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/chair/sofa/bench/left{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"wpa" = ( -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"wpd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"wpk" = ( -/obj/structure/window/spawner/directional/east, -/obj/structure/flora/bush/large/style_random, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/misc/sandy_dirt, -/area/station/medical/medbay/lobby) -"wpu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/east, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"wpy" = ( -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"wpO" = ( -/turf/closed/wall/r_wall, -/area/station/security/processing) -"wpV" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 8 - }, -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"wpZ" = ( -/obj/structure/closet{ - name = "Paramedic Supplies" - }, -/obj/effect/turf_decal/siding/blue{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"wqj" = ( -/turf/closed/wall, -/area/station/commons/toilet/restrooms) -"wqm" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"wqs" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "barki"; - name = "Shutters" - }, /turf/open/floor/plating, -/area/station/service/kitchen) -"wqM" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/lesser) -"wro" = ( +/area/station/hallway/secondary/construction) +"mwb" = ( /obj/effect/mapping_helpers/broken_floor, -/obj/machinery/newscaster/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"wrv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"wrw" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 10 - }, -/obj/machinery/light/cold/directional/west, -/obj/machinery/status_display/ai/directional/west, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"wrD" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"wrF" = ( +/turf/closed/wall, +/area/station/maintenance/department/medical/central) +"mwf" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"wrO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron, -/area/station/security/lockers) -"wrQ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/sofa/bench/right{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"wrR" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"wrW" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/machinery/camera/directional/east, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"wrZ" = ( -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/security/checkpoint/customs/auxiliary) -"wsa" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"wsb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"wsB" = ( -/obj/structure/rack, -/obj/effect/spawner/random/engineering/toolbox, -/turf/open/floor/catwalk_floor/iron, -/area/station/maintenance/department/medical/central) -"wsE" = ( -/obj/item/kirbyplants/random, -/obj/machinery/newscaster/directional/west, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +"mwk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_edge{ dir = 1 }, -/turf/open/floor/iron/dark/side, -/area/station/hallway/primary/central/fore) -"wsG" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison) -"wsR" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"wtc" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"wte" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"wtl" = ( -/obj/machinery/computer/department_orders/engineering{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"wtm" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/blue{ - dir = 10 - }, -/obj/item/kirbyplants/random, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"wtq" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/service/chapel/funeral) -"wtr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) -"wts" = ( -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/airlock/maintenance/external{ - name = "Maintenance Access" - }, -/turf/open/floor/wood, /area/station/maintenance/starboard/greater) -"wtt" = ( -/turf/closed/wall, -/area/station/ai_monitored/turret_protected/ai_upload) -"wtu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/turf/open/floor/iron/dark/textured_half, -/area/station/ai_monitored/turret_protected/ai_upload) -"wtx" = ( -/obj/structure/cannon{ - dir = 4 - }, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"wty" = ( -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/medical, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"wtT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/lobby) -"wtX" = ( -/turf/closed/wall/r_wall, -/area/station/security/checkpoint/customs/auxiliary) -"wua" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/central/lesser) -"wuc" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/port/aft) -"wuf" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"wuj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wum" = ( -/turf/closed/wall/r_wall, -/area/station/security/medical) -"wuo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/lobby) -"wur" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/stripes/line, -/obj/effect/spawner/random/engineering/flashlight, -/obj/effect/spawner/random/engineering/flashlight, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/command/gateway) -"wuw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"wuH" = ( -/obj/structure/fluff/broken_flooring{ - icon_state = "singular" - }, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"wuI" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"wuM" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/qm) -"wuN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"wuV" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/security/tram) -"wvn" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/west, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/service/library) -"wvv" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/item/clothing/mask/gas/cyborg, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"wvE" = ( -/obj/structure/hedge, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"wvM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/floor, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"wvX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/science/server) -"wwb" = ( -/obj/structure/table, -/obj/item/pai_card, -/turf/open/floor/iron, -/area/station/commons) -"wwk" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/machinery/photocopier, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"wwz" = ( -/obj/structure/cable, -/obj/machinery/computer/mech_bay_power_console{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 6 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"wwI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"wwQ" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/turf/open/floor/iron/white/small, -/area/station/science/server) -"wwU" = ( -/obj/structure/hedge, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"wwX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Research Director's Office" - }, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/research) -"wwY" = ( -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"wwZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Research Division Access" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_half{ - dir = 1 - }, -/area/station/science/research) -"wxd" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/turf/open/floor/iron/cafeteria, -/area/station/maintenance/starboard/fore) -"wxt" = ( -/obj/machinery/power/emitter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"wxu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/central) -"wxR" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"wxW" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"wxZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"wyb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red, -/turf/open/floor/iron, -/area/station/security/prison) -"wyc" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall, -/area/station/maintenance/department/engine) -"wyj" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"wyl" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/decoration/flower, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"wyt" = ( -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"wyu" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/syringe/contraband/methamphetamine, -/obj/item/book/manual/wiki/chemistry{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 10 - }, -/obj/item/book/manual/wiki/grenades, -/obj/machinery/requests_console/directional/east{ - department = "Pharmacy"; - name = "Pharmacy Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"wyA" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"wyK" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"wyL" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern{ - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"wyO" = ( +"mwr" = ( /obj/structure/cable, /obj/effect/turf_decal/siding/dark_red{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"wyP" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"wyY" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"wzj" = ( -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"wzk" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/primary/port) -"wzo" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/iron/smooth, -/area/station/cargo/office) -"wzx" = ( -/obj/structure/altar_of_gods, -/obj/item/storage/book/bible, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"wzK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"wzL" = ( -/obj/machinery/smartfridge/organ, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"wzS" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"wAb" = ( -/obj/structure/table, -/obj/effect/spawner/random/food_or_drink/donkpockets, -/obj/item/coffee_cartridge{ - pixel_y = 12 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/security/breakroom) -"wAj" = ( -/obj/structure/table/wood, -/obj/machinery/computer/records/medical/laptop{ - dir = 4; - pixel_x = -5; - pixel_y = 3 - }, -/obj/machinery/button/door/directional/west{ - id = "detpriv"; - name = "Curtains" - }, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"wAn" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"wAt" = ( -/obj/structure/cable, -/obj/structure/table/bronze, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 4 - }, -/obj/machinery/light/small/directional/west, -/obj/item/plate{ - pixel_y = 2 - }, -/obj/item/plate{ - pixel_y = 4 - }, -/obj/item/plate{ - pixel_y = 6 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"wAw" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"wAx" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/security/processing) -"wAS" = ( -/obj/structure/table/wood, -/obj/item/hand_labeler, -/obj/item/camera/detective, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"wAW" = ( -/turf/closed/wall, -/area/station/hallway/primary/port) -"wAZ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Public Shrine" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/hallway/primary/port) -"wBa" = ( -/turf/open/floor/iron/dark/smooth_corner, -/area/station/maintenance/starboard/greater) -"wBf" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating/rust, -/area/station/ai_monitored/turret_protected/aisat/maint) -"wBh" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"wBi" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/engineering{ - name = "Supplies Depot" - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/construction) -"wBm" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/primary/port) -"wBo" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/disposal/incinerator) -"wBr" = ( -/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark/small, -/area/station/security/detectives_office) -"wBs" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"wBI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/cytology) -"wBN" = ( -/obj/structure/bed/maint, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"wBO" = ( -/obj/structure/cable, -/obj/machinery/light/small/broken/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"wCa" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 5 - }, -/turf/open/floor/iron/dark, -/area/station/medical/cryo) -"wCc" = ( -/obj/structure/lattice, -/obj/effect/spawner/random/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"wCt" = ( -/obj/machinery/flasher/directional/east, -/turf/open/floor/iron/half, -/area/station/hallway/primary/central/fore) -"wCu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/research{ - name = "Research Division Access" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_half{ - dir = 1 - }, -/area/station/science/research) -"wCx" = ( -/obj/effect/turf_decal/siding/green{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"wCH" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/iron/smooth_large, -/area/station/science/ordnance/storage) -"wCK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"wCQ" = ( -/obj/machinery/power/turbine/turbine_outlet{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"wCR" = ( -/turf/closed/wall, -/area/station/cargo/boutique) -"wCX" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/security/prison/garden) -"wCY" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/cmo) -"wDo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wDu" = ( -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/noslip/tram_platform, -/area/station/maintenance/department/medical/central) -"wDA" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"wDC" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table/wood, -/obj/machinery/light/small/built/directional/north, -/obj/item/stack/sheet/iron/ten, -/turf/open/floor/wood/tile, -/area/station/commons/vacant_room/commissary) -"wDG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"wDV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"wDZ" = ( -/obj/item/radio/intercom/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"wEf" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"wEi" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/station/service/hydroponics) -"wEp" = ( -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"wEw" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"wEC" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"wEG" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"wEI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"wER" = ( -/obj/effect/spawner/random/trash, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"wEV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/office) -"wEW" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"wFj" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/science/lower) -"wFl" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/starboard) -"wFy" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/window/spawner/directional/north, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 4; - name = "Cargo Deliveries" - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/hallway/secondary/service) -"wFz" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/table, -/obj/item/storage/belt/mining, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"wFM" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"wFQ" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"wGh" = ( -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"wGq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"wGu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/grunge{ - name = "Courtroom" - }, -/turf/open/floor/iron/dark/textured_half, -/area/station/security/courtroom) -"wGz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/central/fore) -"wGK" = ( -/obj/structure/table/greyscale, -/obj/item/radio/intercom/directional/south{ - broadcasting = 1; - frequency = 1423; - listening = 0; - name = "Interrogation Intercom"; - pixel_x = 3; - pixel_y = 0 - }, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"wGW" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"wHg" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"wHE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"wHN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wHO" = ( -/obj/structure/dresser, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood/parquet, -/area/station/service/greenroom) -"wHX" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"wHY" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"wIc" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/rock/pile/jungle/style_random, -/turf/open/misc/sandy_dirt, -/area/station/medical/medbay/lobby) -"wId" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"wIm" = ( -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/machinery/door/airlock/hatch{ - name = "Centcom Dock" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"wIp" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/space/basic, -/area/space/nearstation) -"wIv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/catwalk_floor/iron_white, -/area/station/engineering/atmos) -"wIY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"wJc" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/station/science/xenobiology) -"wJd" = ( -/turf/closed/wall, -/area/station/hallway/secondary/construction) -"wJk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"wJo" = ( -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/maintenance/department/science/xenobiology) -"wJx" = ( -/turf/closed/wall/r_wall, -/area/station/security/courtroom) -"wJD" = ( -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/kitchen/small, -/area/station/security/breakroom) -"wJF" = ( -/obj/machinery/airalarm/directional/east, -/obj/structure/flora/bush/flowers_yw, -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner, -/turf/open/misc/sandy_dirt, -/area/station/hallway/secondary/entry) -"wJH" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/electropack, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"wJL" = ( -/turf/closed/wall, -/area/station/science/cytology) -"wJM" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"wJU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/rnd/production/protolathe/department/engineering, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"wJV" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/painting/large/library{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"wJY" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"wJZ" = ( -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"wKa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/machinery/door/airlock/grunge{ - name = "Medical Maintenance" - }, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"wKc" = ( -/obj/structure/table, -/obj/machinery/airalarm/directional/west, -/obj/item/ai_module/reset{ - pixel_x = 2; - pixel_y = 8 - }, -/obj/item/ai_module/supplied/freeform, -/obj/machinery/flasher/directional/north, -/obj/item/radio/intercom/directional/north{ - broadcasting = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -26 - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"wKl" = ( -/obj/item/kirbyplants/photosynthetic, -/obj/machinery/flasher/directional/north, -/turf/open/floor/iron/dark/smooth_large, -/area/station/ai_monitored/turret_protected/ai_upload) -"wKq" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"wKr" = ( -/obj/structure/bookcase/random, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"wKz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"wKD" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"wKG" = ( -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"wKP" = ( -/obj/structure/cable, -/obj/item/kirbyplants/photosynthetic, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/smooth_large, -/area/station/ai_monitored/turret_protected/ai_upload) -"wKY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/ordnance/testlab) -"wLa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/corner, -/area/station/science/xenobiology) -"wLd" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/solars/port/aft) -"wLl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"wLm" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/obj/machinery/door/airlock/security{ - name = "Courtroom" - }, -/turf/open/floor/plating, -/area/station/security/courtroom) -"wLA" = ( -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/station/service/theater) -"wLJ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"wLM" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"wLW" = ( -/obj/structure/sign/directions/dorms{ - dir = 1 - }, -/turf/closed/wall, -/area/station/maintenance/starboard/lesser) -"wLZ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/east, -/obj/machinery/computer/atmos_control/ordnancemix{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"wMg" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/library) -"wMi" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/obj/item/folder/red, -/obj/item/pen, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"wMm" = ( -/turf/closed/wall/rust, -/area/station/engineering/break_room) -"wMA" = ( -/obj/machinery/camera/directional/west, -/obj/structure/bookcase/random/religion, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"wMC" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"wME" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/spawner/round_default_module, -/obj/machinery/flasher/directional/east, -/obj/item/radio/intercom/directional/north{ - pixel_x = 27 - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"wMH" = ( -/turf/closed/wall, -/area/station/science/xenobiology) -"wML" = ( -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/lower) -"wMO" = ( -/turf/closed/wall/r_wall, -/area/station/science/server) -"wMP" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/cold/directional/north, -/obj/effect/landmark/start/hangover, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/station/science/lobby) -"wMT" = ( -/obj/structure/table, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"wMV" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/paper_bin, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"wMZ" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medlock"; - name = "Lockdown Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/medbay/lobby) -"wNb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/lobby) -"wNg" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"wNk" = ( -/obj/machinery/holopad, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"wNw" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"wNE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Vacant Office Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"wNK" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"wNL" = ( -/obj/docking_port/stationary/random{ - name = "lavaland"; - shuttle_id = "pod_3_lavaland" - }, -/turf/open/space/basic, -/area/space) -"wNR" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"wNT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/glass, -/area/station/command/heads_quarters/rd) -"wNW" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"wOd" = ( -/obj/structure/fluff/broken_flooring{ - icon_state = "plating" - }, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"wOh" = ( +/area/station/ai_monitored/security/armory) +"mws" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/table/glass, /obj/item/computer_disk/ordnance{ @@ -65626,62 +36785,3509 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) -"wOl" = ( +"mwv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"mwC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mwV" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/item/pen/blue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"mxb" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/directional/north, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/prison) -"wOn" = ( -/obj/structure/closet/crate/freezer/blood, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/coldroom) -"wOp" = ( -/turf/closed/wall, -/area/station/service/abandoned_gambling_den) -"wOs" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/genetics) -"wOC" = ( -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"wOG" = ( -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/effect/landmark/start/depsec/medical, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"wOM" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"wOW" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"mxg" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Supply Door Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/storage) +"mye" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/bed/maint, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"myp" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/garden) +"myq" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/closet/crate, +/obj/effect/turf_decal/bot_white, +/obj/item/stack/package_wrap{ + pixel_y = 5 + }, +/obj/item/stack/package_wrap{ + pixel_y = 2 + }, +/obj/item/storage/box{ + desc = "It smells of monkey business..."; + name = "Empty Gorillacube Box" + }, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"myv" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"myz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"myB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"myN" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/science/lower) +"myV" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/cargo/office) +"myY" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"mzj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/north, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"mzq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"mzw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"mzE" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"mzP" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"mzX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/station/maintenance/department/engine) -"wPd" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/lesser) -"wPe" = ( -/obj/structure/table/greyscale, -/obj/item/flashlight/lamp{ +/area/station/maintenance/department/medical/central) +"mzY" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/hedge, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"mAk" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"mAl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"mAt" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/leavy/style_3{ pixel_x = -4; + pixel_y = 12 + }, +/obj/structure/flora/rock/pile/style_2{ + pixel_x = -3 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"mAz" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/window/spawner, +/obj/structure/disposaloutlet{ + dir = 4; + name = "Cargo Deliveries" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/science/lobby) +"mAD" = ( +/obj/structure/lattice, +/obj/structure/window/spawner/directional/north, +/turf/open/space/basic, +/area/space/nearstation) +"mAF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"mAJ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"mAO" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"mAQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/security/execution/education) +"mBb" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"mBi" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"mBn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/mail_sorting/service/library, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mBp" = ( +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"mBr" = ( +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"mBt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"mBA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"mBE" = ( +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Holding Cell"; + req_access = list("security") + }, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs) +"mBF" = ( +/obj/machinery/light/small/directional/east, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"mBY" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mBZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"mCd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/obj/item/clothing/head/cone{ + pixel_x = 16; + pixel_y = 11 + }, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"mCe" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"mCl" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"mCr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"mCz" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/turf/open/space/basic, +/area/station/solars/port) +"mCA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"mCS" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"mCU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"mDf" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"mDn" = ( +/obj/structure/cable, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"mDq" = ( +/obj/structure/table, +/obj/item/exodrone{ + pixel_y = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"mDY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/starboard) +"mDZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"mEb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"mEf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mEl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"mEn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"mEo" = ( +/turf/open/floor/iron, +/area/station/commons/dorms) +"mEx" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"mEz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/clown, +/turf/open/floor/stone, +/area/station/service/theater) +"mEB" = ( +/obj/structure/chair/sofa/bench/right, +/obj/machinery/newscaster/directional/north, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"mEC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/glass, +/area/station/command/heads_quarters/rd) +"mEF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"mEG" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"mEK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/textured_half, +/area/station/commons/storage/art) +"mEM" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Execution Chamber" + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/execution/education) +"mEU" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute{ + name = "Engineering Deliveries" + }, +/obj/structure/sign/departments/engineering/directional/north, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/plasticflaps{ + name = "Engineering Deliveries" + }, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"mEX" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"mEZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mFJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"mFM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"mFX" = ( +/obj/effect/turf_decal/siding/wideplating/dark/end{ + dir = 8 + }, +/obj/machinery/shower/directional/west, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"mFZ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/corporate_showroom) +"mGn" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"mGr" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"mGt" = ( +/turf/open/misc/asteroid, +/area/station/service/library/abandoned) +"mGD" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"mGK" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"mHh" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"mHE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"mHL" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "barki"; + name = "Shutters" + }, +/turf/open/floor/plating, +/area/station/service/kitchen) +"mHN" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/toy/foamfinger, +/obj/item/toy/eightball{ + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/station/service/theater) +"mHP" = ( +/obj/structure/closet/firecloset, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"mHQ" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"mHY" = ( +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"mId" = ( +/obj/structure/table, +/turf/open/floor/iron, +/area/station/commons) +"mIi" = ( +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron, +/area/station/security/prison) +"mIn" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/wrapping_paper{ + pixel_x = -3; pixel_y = 5 }, -/obj/item/taperecorder{ - pixel_x = 16; +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"mIv" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"mIA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"mIF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"mIG" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"mIM" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/engineering/atmos/storage/gas) +"mIO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"mIQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mIW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"mJy" = ( +/obj/machinery/computer/records/medical{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/radio/intercom/directional/east, +/obj/machinery/button/door/directional/north{ + id = "medlock"; + name = "Medbay Lockdown Control"; + req_access = list("medical") + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"mJC" = ( +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"mJE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"mJK" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/turf/open/floor/iron, +/area/station/security/lockers) +"mJQ" = ( +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/airlock/security{ + name = "Holding Cell" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"mJT" = ( +/obj/structure/chair/wood/wings, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"mJY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mKb" = ( +/obj/structure/rack, +/obj/machinery/flasher/directional/west, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"mKo" = ( +/obj/machinery/vending/assist, +/obj/effect/turf_decal/delivery/white, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"mKx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mKy" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/dock) +"mKJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"mKK" = ( +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/canvas{ + pixel_x = 13; + pixel_y = 12 + }, +/obj/item/canvas, +/obj/item/canvas{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/item/canvas{ + pixel_y = 15 + }, +/obj/item/canvas{ + pixel_x = 6 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"mKQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/storage/box/pdas{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/storage/box/ids{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"mKS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mLu" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"mLx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"mLD" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mLG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"mLH" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"mLN" = ( +/turf/closed/wall, +/area/station/maintenance/disposal/incinerator) +"mLU" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"mMn" = ( +/turf/closed/wall, +/area/station/hallway/primary/central/aft) +"mMs" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"mMy" = ( +/turf/closed/wall/r_wall, +/area/station/security/execution/transfer) +"mME" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/basic, +/area/space) +"mMG" = ( +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"mMH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"mMK" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"mMM" = ( +/obj/structure/hedge, +/obj/machinery/status_display/supply{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"mMO" = ( +/obj/structure/cable, +/obj/machinery/door/window/brigdoor/security/cell/left{ + dir = 4; + id = "engicell"; + name = "Cell Door"; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/break_room) +"mMR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"mNa" = ( +/obj/machinery/portable_atmospherics/canister/bz, +/turf/open/floor/iron/diagonal, +/area/station/science/auxlab/firing_range) +"mNf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"mNk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"mNx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"mNG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"mNQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/sofa/right/maroon{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"mNZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2"; + name = "Unloading Conveyor"; + pixel_x = -13; + pixel_y = 3 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"mOl" = ( +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/iron/dark/small, +/area/station/security/tram) +"mOv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"mOw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"mOy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/destructible/cult/item_dispenser/archives/library, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"mOE" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"mON" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"mOO" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"mOW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"mOX" = ( +/obj/structure/frame/computer{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"mOY" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"mOZ" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"mPg" = ( +/obj/machinery/camera/directional/south{ + c_tag = "AI Chamber - Core"; + network = list("aicore") + }, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"mPp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mPq" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/turf_decal/bot_red, +/obj/machinery/light/cold/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"mPr" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron/small, +/area/station/maintenance/starboard/central) +"mPt" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"mPu" = ( +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"mPw" = ( +/obj/structure/bed/maint, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mPx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/filingcabinet/employment, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"mPA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"mPH" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"mPK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"mPO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"mPT" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Xenobiology - Cell 5"; + name = "xenobiology camera"; + network = list("ss13","xeno","rd") + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mPU" = ( +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"mQa" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"mQc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/security/hos_office, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"mQt" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"mQE" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light/small/directional/west, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"mQO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"mQZ" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"mRe" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/dark_red, +/obj/machinery/newscaster/directional/south, +/obj/item/folder/red, +/obj/item/pen{ + pixel_x = 11 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"mRg" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 6 + }, +/turf/open/floor/plating/rust{ + initial_gas_mix = "TEMP=2.7" + }, +/area/space/nearstation) +"mRh" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"mRr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"mRB" = ( +/obj/structure/cable, +/obj/structure/hedge, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"mRC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/maintenance/port/fore) +"mRK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"mRP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Robotics Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/lab) +"mRW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"mSb" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/brig) +"mSc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"mSe" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating/airless, +/area/station/engineering/atmos/pumproom) +"mSi" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/corner, +/area/station/science/lower) +"mSn" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"mSr" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"mSB" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms) +"mSH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"mSJ" = ( +/obj/machinery/monkey_recycler, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"mSQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mSS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/north{ + dir = 8; + name = "Hydroponics Desk"; + req_access = list("hydroponics") + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_large, +/area/station/hallway/primary/central/fore) +"mTb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"mTr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"mTw" = ( +/turf/closed/wall, +/area/station/medical/treatment_center) +"mTB" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"mTN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"mTQ" = ( +/obj/structure/table, +/obj/item/clothing/under/rank/prisoner/skirt{ + pixel_x = -13; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/prisoner{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/prisoner/skirt{ + pixel_x = 9; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/prisoner{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/item/clothing/under/rank/prisoner{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"mTV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/construction) +"mTY" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/rnd_all, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"mUa" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"mUh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 4" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/safe) +"mUl" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"mUq" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"mUr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mUx" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/ai_module/reset{ + pixel_y = 14 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"mUG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mUP" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"mVd" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/light/cold/directional/north, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"mVV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"mWb" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"mWc" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"mWs" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical, +/obj/effect/turf_decal/bot_white, +/obj/item/clothing/mask/surgical, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"mWu" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"mWz" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/command) +"mWC" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"mWT" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"mXa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/secequipment, +/obj/item/clothing/under/rank/security/officer/formal, +/obj/item/clothing/under/rank/security/officer/formal, +/obj/item/clothing/suit/jacket/officer/blue, +/obj/item/clothing/suit/jacket/officer/blue, +/obj/item/clothing/head/beret/sec/navyofficer, +/obj/item/clothing/head/beret/sec/navyofficer, +/turf/open/floor/plating, +/area/station/security/tram) +"mXk" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/structure/rack, +/obj/effect/turf_decal/siding/yellow, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"mXr" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"mXx" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/storage) +"mXB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"mXF" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"mXT" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"mYb" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/science/robotics/augments) +"mYe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"mYf" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"mYE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/toolbox/mechanical/old{ + pixel_x = 15; + pixel_y = 15 + }, +/obj/item/crowbar/large{ + pixel_y = 18 + }, +/obj/item/clothing/head/costume/pirate{ + pixel_x = 17; + pixel_y = -10 + }, +/obj/item/clothing/suit/hazardvest{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"mZa" = ( +/turf/closed/mineral/random/stationside, +/area/station/ai_monitored/turret_protected/aisat/maint) +"mZm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"mZo" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/item/clothing/suit/toggle/owlwings/griffinwings, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"mZD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"mZX" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/aft) +"nad" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 6 + }, +/obj/machinery/light/cold/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"nal" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"nau" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"naP" = ( +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"nba" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"nbs" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner{ + dir = 8 + }, +/obj/machinery/camera/directional/south, +/turf/open/floor/plating, +/area/station/service/janitor) +"nbt" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/closet/emcloset, +/obj/item/radio/off, +/obj/machinery/camera/directional/west, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"nby" = ( +/turf/closed/wall/r_wall, +/area/station/security/courtroom) +"nbA" = ( +/obj/structure/fluff/broken_flooring, +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = 32; + spawn_loot_chance = 50 + }, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"nbD" = ( +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/iron/small, +/area/station/security/tram) +"nbF" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table, +/obj/item/storage/crayons, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"nbN" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = 12 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"nce" = ( +/obj/structure/rack, +/obj/item/crowbar/large/old, +/obj/item/wrench, +/turf/open/floor/catwalk_floor, +/area/station/science/xenobiology) +"ncl" = ( +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/iron/small, +/area/station/medical/medbay/lobby) +"ncn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/trimline/purple/end{ + dir = 1 + }, +/obj/machinery/shower/directional/north{ + name = "emergency shower"; + pixel_y = -11 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"nct" = ( +/obj/structure/closet/crate/miningcar, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"ncu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"ncy" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"ncD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/server) +"ncH" = ( +/turf/open/floor/iron, +/area/station/cargo/storage) +"ncX" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ndg" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"ndj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"ndn" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"ndq" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/structure/window/reinforced/tram/front, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"ndt" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ndA" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ndF" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"ndK" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"ndM" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"ndR" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"nek" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"nen" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/obj/machinery/airlock_sensor/incinerator_ordmix{ + pixel_x = 24 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"net" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/remains/human/grave{ + pixel_x = 6; pixel_y = 6 }, /turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"new" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"ney" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Funerary Driver" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"nfc" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/central) +"nfd" = ( +/obj/structure/sign/warning/vacuum/external, +/turf/closed/wall, +/area/station/cargo/storage) +"nfm" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"nfu" = ( +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/security/courtroom) +"nfw" = ( +/obj/machinery/flasher/directional/east{ + id = "justiceflash" + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"nfy" = ( +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/processing) +"nfA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/departments/holy/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"nfL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/power/terminal, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"nfM" = ( +/obj/structure/table/wood, +/obj/item/knife/plastic, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"nfX" = ( +/turf/closed/wall/r_wall, +/area/station/science/server) +"nfY" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/qm) +"ngo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air Outlet Pump" + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"ngv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"ngE" = ( +/obj/machinery/exodrone_launcher, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"ngM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, /area/station/security/interrogation) -"wPf" = ( +"ngU" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"ngZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Construction Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"nhe" = ( +/obj/machinery/light/cold/directional/north, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/office) +"nhm" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/dim/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"nhr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/newscaster/directional/east, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"nhs" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"nht" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/terracotta{ + dir = 4 + }, +/turf/open/floor/iron/terracotta/small, +/area/station/security/checkpoint/escape) +"nhu" = ( +/obj/machinery/computer/warrant{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"nhx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"nhS" = ( +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs/auxiliary) +"nhY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"nil" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"niI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"niK" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/restaurant_portal/restaurant, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"niM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/lower) +"niP" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"niR" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"njh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/science/ordnance) +"njs" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Plasma to Pure" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"njw" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/suit_storage_unit/industrial/loader, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"njA" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = 10; + pixel_y = 14 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"njB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"njG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"njM" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/iron/smooth, +/area/station/cargo/office) +"njQ" = ( +/obj/structure/table, +/obj/effect/spawner/random/engineering/flashlight, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/toy/crayon/white{ + pixel_x = -8; + pixel_y = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"nkg" = ( +/obj/machinery/igniter/incinerator_atmos, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"nki" = ( +/turf/closed/wall/rust, +/area/station/hallway/primary/fore) +"nkk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"nkp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"nkt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/light_switch/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nky" = ( +/obj/structure/chair/office, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"nkF" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Fore-Starboard Solar Array" + }, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/aft) +"nkJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"nlc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/cargo/office) +"nld" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/courtroom) +"nlp" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"nlG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/pink/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 17 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"nlM" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/plating, +/area/station/cargo/office) +"nlQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/small, +/area/station/maintenance/port/aft) +"nlV" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"nlW" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"nmk" = ( +/obj/machinery/door/airlock/public, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"nmy" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"nmz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"nmD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"nmG" = ( +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"nnb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"nnf" = ( +/obj/machinery/door/airlock/external{ + name = "Primary Docking Bay" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"nnh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/meter, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"nnj" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/button/door/directional/west{ + id = "study_c"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/tile, +/area/station/commons) +"nnp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"nnq" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/folder/red{ + pixel_x = -5 + }, +/obj/item/poster/random_official, +/obj/item/poster/random_official{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"nnB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/captain/private) +"nnH" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"nnV" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/command/teleporter) +"noy" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"noB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/execution/transfer) +"noD" = ( +/obj/structure/table/glass, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"noM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/cold/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"noS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"noT" = ( +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"noU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"npu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"npw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"npL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nqc" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/item/clothing/head/costume/festive, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"nqq" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/soft/grey{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/floor/carpet/green, +/area/station/maintenance/central/lesser) +"nqr" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"nqv" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kihall" + }, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"nqD" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"nqM" = ( +/obj/machinery/shower/directional/east, +/obj/effect/spawner/random/trash/soap{ + spawn_scatter_radius = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/shower) +"nqN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"nqU" = ( +/obj/structure/cable, +/obj/machinery/door/window/brigdoor{ + name = "Creature Pen"; + req_access = list("research") + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Creature Pen"; + req_access = list("research") + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"nqY" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"nra" = ( +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"nrk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"nru" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"nrz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"nrA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/item/clothing/head/cone{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"nrQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/medical/treatment_center) +"nrZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nsa" = ( +/obj/effect/spawner/random/structure/crate_loot, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"nsb" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"nsc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/airlock/command/glass{ + name = "Glassway" + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"nso" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"nsq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nst" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/sign/departments/rndserver/directional/south, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"nsF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"nsW" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nta" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Cooling Loop Bypass" + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"nti" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ntk" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"ntl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"ntr" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"ntx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/office) +"ntF" = ( +/obj/structure/chair, +/obj/machinery/sparker/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"ntM" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"ntU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Cubicle" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/cubicle) +"nui" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"nut" = ( +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"nuD" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"nuS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nuU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"nvc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/ammo_casing/spent{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/ammo_casing/spent, +/obj/item/ammo_casing/spent{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"nvh" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"nvl" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/holopad, +/turf/open/floor/iron/white, +/area/station/security/medical) +"nvp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"nvx" = ( +/obj/structure/window/reinforced/spawner, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/service/theater) +"nvQ" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"nwj" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/rack, +/obj/item/electronics/apc, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"nwA" = ( +/obj/machinery/computer/security/telescreen{ + dir = 4; + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_x = -29 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"nwJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/departments/aiupload/directional/south, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"nwQ" = ( +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"nxb" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/window/reinforced/tram/mid/directional/west, +/obj/structure/industrial_lift/tram/white, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"nxf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Theater Greenroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/service/greenroom) +"nxg" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"nxh" = ( +/obj/machinery/light/cold/directional/west, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"nxs" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/structure/closet/secure_closet/chemical, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"nxz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"nxM" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"nxZ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/science/ordnance/testlab) +"nye" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"nyK" = ( +/obj/docking_port/stationary/random{ + dir = 2; + name = "lavaland"; + shuttle_id = "pod_lavaland" + }, +/turf/open/space/basic, +/area/space) +"nyR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 1 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"nyV" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = -32; + spawn_loot_chance = 50 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = -7 + }, +/obj/item/toy/crayon/spraycan{ + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"nyW" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/command/corporate_showroom) +"nyZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"nzi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner, +/obj/machinery/door/window/survival_pod{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"nzk" = ( +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"nzq" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"nzx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/grown/bananapeel, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"nzB" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/office) +"nzY" = ( +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"nAc" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"nAg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"nAi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"nAk" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"nAu" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"nAD" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/machinery/portable_atmospherics/canister/plasma, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"nAF" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"nAS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/full, +/obj/structure/sink/kitchen/directional/south, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"nBb" = ( +/obj/effect/landmark/start/scientist, +/obj/structure/chair{ + dir = 4; + pixel_y = -2 + }, +/obj/machinery/light/dim/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/station/science/research) +"nBi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"nBm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"nBq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"nBw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"nBB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"nBG" = ( +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"nBP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"nBV" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"nBW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lower) +"nCB" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nCC" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"nCL" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"nDd" = ( +/obj/effect/spawner/random/structure/crate, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"nDg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/south, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/commons/dorms) +"nDk" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/structure/tank_holder/extinguisher, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"nDm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"nDx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"nDE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"nDF" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/sign/departments/vault/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"nDO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Telecomms Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"nDQ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/box, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"nDV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/greater) +"nEj" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"nEt" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"nEu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/research) +"nEx" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"nED" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/window/brigdoor{ + dir = 4; + name = "Secure Creature Pen"; + req_access = list("research") + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"nEE" = ( +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/engineering/engine_smes) +"nEG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"nFa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nFg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"nFk" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"nFn" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/engine_smes) +"nFx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"nFH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"nFI" = ( +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"nFL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nFP" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -65694,1133 +40300,2040 @@ }, /turf/open/floor/plating, /area/station/command/heads_quarters/hop) -"wPz" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/scan_consolenew{ - dir = 4 - }, -/obj/effect/turf_decal/siding/purple{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"wPK" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/siding/purple, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"wPP" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 - }, -/obj/structure/table, -/obj/item/reagent_containers/cup/bottle/epinephrine{ - pixel_x = -4; - pixel_y = 12 - }, -/obj/item/reagent_containers/cup/bottle/multiver{ - pixel_x = 7; - pixel_y = 12 - }, -/obj/item/reagent_containers/cup/beaker/large, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = 8; - pixel_y = -3 - }, -/turf/open/floor/iron, -/area/station/medical/chemistry) -"wPR" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/pdapainter/research, -/obj/machinery/computer/security/telescreen/rd{ - pixel_y = 30 - }, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/siding/purple{ - dir = 5 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"wQj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"wQx" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"wQB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"nFQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/light_switch/directional/north, +/obj/machinery/camera/directional/north, +/turf/open/floor/iron/stairs{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"wQG" = ( +/area/station/command/corporate_showroom) +"nFW" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"nFZ" = ( +/obj/structure/railing, +/obj/structure/table, /obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/structure/chair/sofa/right/maroon{ +/obj/effect/turf_decal/siding/white, +/obj/effect/spawner/random/entertainment/toy, +/turf/open/floor/plating, +/area/station/service/theater) +"nGa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"nGc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ dir = 8 }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"wQP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Network Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/turf/open/floor/iron/dark/textured_half, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"wQT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"wQW" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/service/cafeteria) -"wRa" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ +/obj/effect/turf_decal/trimline/neutral/line{ dir = 4 }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"wRd" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 6 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_scrubber, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) -"wRg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"wRo" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_freezer_chamber_input, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) -"wRq" = ( -/obj/machinery/atmospherics/components/trinary/filter{ +"nGh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ dir = 4 }, -/obj/effect/mapping_helpers/broken_floor, /turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"wRD" = ( +/area/station/science/ordnance) +"nGw" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"nGD" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"nGZ" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"nHc" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/status_display/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"nHh" = ( +/obj/structure/cable, +/obj/machinery/power/smes, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"nHm" = ( +/obj/effect/mapping_helpers/broken_floor, +/mob/living/carbon/human/species/monkey/punpun, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/gun/ballistic/rifle/boltaction/pipegun, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"nHo" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"nHH" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"nHI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"nHJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"nHL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ dir = 8 }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"wRF" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"nIc" = ( +/obj/machinery/power/turbine/turbine_outlet{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"nIi" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"nIC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"nII" = ( +/obj/structure/cable, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/siding/red, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"nIJ" = ( +/obj/structure/closet/secure_closet/detective, +/obj/machinery/requests_console/directional/north{ + department = "Detective's Office"; + name = "Detective Requests Console" + }, +/obj/machinery/computer/security/telescreen{ + dir = 4; + name = "Station Monitor"; + network = list("ss13"); + pixel_x = -26 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"nIK" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"nIM" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"nJa" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"nJg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/central/fore) +"nJw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"nJG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"nJI" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/chem_dispenser{ + layer = 2.7 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"nJN" = ( +/obj/structure/disposalpipe/segment, /obj/effect/mapping_helpers/broken_floor, -/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"nKb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"nKk" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"nKC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/virology) +"nKE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/hedge, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"nKG" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"nKK" = ( +/obj/structure/chair/office, +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"nKP" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"nLa" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/station/service/hydroponics/garden) +"nLH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"nLJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"nLN" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs, +/area/station/maintenance/department/science/xenobiology) +"nLT" = ( +/obj/docking_port/stationary/escape_pod{ + dir = 2 + }, +/turf/open/space/basic, +/area/space) +"nLU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=6.2-Arrivals"; + location = "6.1-Arrivals" + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"nLW" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark/side{ dir = 9 }, /area/station/science/ordnance/testlab) -"wRL" = ( -/obj/effect/spawner/structure/window, +"nMa" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/brown/full, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_x = 7; + pixel_y = -1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"nMi" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"nMk" = ( +/obj/effect/spawner/random/structure/closet_maintenance, /turf/open/floor/plating, -/area/station/service/hydroponics/garden) -"wRM" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ +/area/station/maintenance/port/fore) +"nMn" = ( +/obj/machinery/door/airlock/public, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"nMu" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"nMw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/terminal, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"nMz" = ( +/obj/item/stack/sheet/cardboard{ + amount = 14 + }, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/security/prison/work) +"nMI" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"nMK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nMP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"nMR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"nMV" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"nNb" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/aft) +"nNi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"nNq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/white/side{ dir = 4 }, +/area/station/science/robotics/augments) +"nNr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/wood, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"nNs" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"nNv" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"wRN" = ( +"nNH" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=23.2-Evac"; - location = "23.1-Evac" +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"wRV" = ( +/area/station/maintenance/hallway/abandoned_recreation) +"nOh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/lower) +"nOo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"nOs" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"nOK" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"nOQ" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"nPe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"nPi" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/cytology) +"nPj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"nPs" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"nPD" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/door/window/left/directional/east{ + name = "Medical Supplies"; + req_access = list("medical") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"nPG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/dark_red/half/contrasted{ dir = 8 }, +/obj/machinery/camera/directional/east, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"nPH" = ( +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/command/teleporter) +"nPL" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"nQb" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"nQh" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/jade, +/turf/open/space/basic, +/area/space/nearstation) +"nQw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/rnd/production/protolathe/department/engineering, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"nQB" = ( +/obj/structure/chair/comfy/lime{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/button/door/directional/west{ + id = "study_b"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/tile, +/area/station/commons) +"nQE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"nQM" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/holopad, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"nQY" = ( +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"nRd" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"nRk" = ( +/obj/structure/window/spawner, +/obj/structure/flora/bush/jungle/a/style_random, +/obj/machinery/light/small/directional/north, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"nRp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"nRs" = ( +/turf/closed/wall, +/area/station/command/corporate_showroom) +"nRw" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/structure/disposaloutlet{ + desc = "An outlet for the pneumatic disposal system. This one seems designed for rapid corpse disposal."; + name = "rapid corpse mover 9000" + }, +/turf/open/floor/plating, +/area/station/medical/morgue) +"nRG" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"nRH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nRK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"nRN" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"nRU" = ( +/turf/open/floor/noslip, +/area/station/security/tram) +"nRV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"nSg" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stock_parts/cell/high, +/obj/item/electronics/airlock{ + pixel_y = 13 + }, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"nSj" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"nSl" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 18 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 18 + }, +/obj/item/clothing/suit/hazardvest, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/command/teleporter) +"nSn" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"nSo" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/lockers) +"nSp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"nSr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"nSC" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/spacebridge) +"nSH" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/door/airlock/glass_large{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/library) +"nSQ" = ( +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"nSW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/optable, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"nTc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"nTh" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/flora/bush/sunny/style_random, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"nTi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"nTl" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"nTq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/camera/directional/west, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"nTs" = ( +/turf/closed/wall/r_wall, +/area/space) +"nTx" = ( +/obj/effect/spawner/structure/window, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) +"nTB" = ( +/turf/closed/wall, +/area/station/service/theater) +"nTC" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"nTH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"nTI" = ( +/obj/structure/window/reinforced/survival_pod/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Gas to Filter" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"nTZ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nUb" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"nUc" = ( +/obj/structure/closet/crate, +/obj/projectile/bullet/cannonball, +/obj/projectile/bullet/cannonball, +/obj/projectile/bullet/cannonball, +/obj/projectile/bullet/cannonball, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"nUh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"nUj" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/dresser, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"nUn" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"nUq" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/holopad, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"nUA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/machinery/atmospherics/components/trinary/filter/flipped/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal/incinerator) +"nUB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"nUT" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_br/style_random, +/mob/living/simple_animal/hostile/lizard{ + name = "Bathes-In-Heatlamp" + }, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/port/lesser) +"nVa" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/obj/item/wallframe/apc, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"nVg" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"nVm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"nVz" = ( /obj/structure/chair{ pixel_y = -2 }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"nVD" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"wRW" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos/project) -"wSf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/qm) -"wSg" = ( +/area/station/security/courtroom) +"nVE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/chair{ + pixel_x = 2; + pixel_y = -5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nVP" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, /obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/primary/aft) -"wSG" = ( -/obj/structure/rack, -/obj/item/storage/medkit/regular, -/obj/item/healthanalyzer, -/obj/effect/turf_decal/siding/red{ - dir = 9 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, /turf/open/floor/iron/white, -/area/station/security/medical) -"wSH" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage" +/area/station/medical/virology) +"nVR" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + location = "Engineering" }, -/turf/open/floor/iron/textured_half, -/area/station/engineering/storage/tech) -"wSL" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/engineering_all, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, /turf/open/floor/iron, -/area/station/engineering/storage/tech) -"wSV" = ( -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/xenobiology) -"wSZ" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/hallway/abandoned_command) -"wTd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain/private) -"wTg" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, -/obj/machinery/chem_dispenser{ - layer = 2.7 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"wTm" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Prison Workshop" - }, -/turf/open/floor/iron/textured_half, -/area/station/security/prison/work) -"wTu" = ( +/area/station/maintenance/department/engine) +"nVT" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"nVW" = ( +/obj/structure/sink/kitchen/directional/west, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/light_switch/directional/east, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"nWc" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"nWh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nWy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"nWM" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"nWP" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"nWZ" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/chem_master, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"nXh" = ( +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"nXq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"nXK" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille, +/turf/open/floor/plating, +/area/station/hallway/primary/port) +"nXL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"nXM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/tram) +"nXY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"nYe" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/computer/records/security, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"nYl" = ( +/turf/closed/mineral/random/stationside, +/area/station/engineering/atmos/project) +"nYq" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"nYt" = ( +/obj/machinery/rnd/server, +/turf/open/floor/circuit, +/area/station/science/server) +"nYw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nYM" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/starboard/aft) +"nYP" = ( +/turf/closed/wall, +/area/station/hallway/primary/starboard) +"nYY" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"nZc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"nZe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"nZk" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/science/lower) +"nZA" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"nZU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"nZV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "East Wing Checkpoint" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/checkpoint/customs/auxiliary) +"oab" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"oai" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"oaj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"oaG" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/lesser) +"oaH" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"oaO" = ( +/obj/structure/cable, +/obj/structure/chair{ dir = 4; - icon_state = "pile" + pixel_y = -2 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"oba" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"obf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"obg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"obj" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"obm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/catwalk_floor/iron_white, +/area/station/engineering/atmos) +"obw" = ( +/obj/structure/transit_tube/station/dispenser/flipped{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"oby" = ( +/obj/structure/table/glass, +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/storage/medkit/regular{ + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"obA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"obJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" }, /turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"obL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"obT" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/engineering/main) +"obX" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility/full, +/obj/effect/turf_decal/bot, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/glasses/welding, +/obj/item/radio/intercom/directional/north, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"ocb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ocj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ocw" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ocI" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"ode" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"odf" = ( +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"odi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ods" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/commons) +"odv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"odB" = ( +/obj/machinery/door/window/right/directional/east{ + name = "Isolation Room 1"; + req_access = list("medical") + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"odP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"odW" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/security/tram) +"oep" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"oeq" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/airalarm/directional/north, +/obj/structure/rack, +/obj/item/crowbar/large/heavy, +/obj/item/wirecutters, +/obj/item/wrench, +/turf/open/floor/iron, +/area/station/security/tram) +"oer" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"oeu" = ( +/turf/closed/wall/r_wall, +/area/station/security/breakroom) +"oex" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=7.0-Arrivals-Pharmacy"; + location = "6.3-Arrivals" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"oeA" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/prison/mess) +"oeI" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"oeP" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"oeT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/departments/cargo/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oeW" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/customs/auxiliary) +"ofh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, /area/station/commons/dorms) -"wTv" = ( +"ofk" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"ofm" = ( +/obj/effect/landmark/start/mime, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"ofu" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/toy/crayon/purple, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"ofD" = ( +/obj/structure/table, +/obj/machinery/light/dim/directional/south, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"ofH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"ofI" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/item/storage/secure/briefcase, +/obj/item/lighter, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/ce) +"ofQ" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/librarian, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"ofS" = ( +/obj/effect/turf_decal/siding/blue, +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"ofY" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/glass, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ogn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"ogz" = ( +/obj/item/kirbyplants/photosynthetic, +/obj/machinery/flasher/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"ogR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/bookcase/random, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"ogS" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/obj/machinery/light/floor{ + pixel_x = 32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"ogV" = ( +/obj/structure/hedge, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"oha" = ( +/obj/machinery/modular_computer/console/preset/id, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"ohb" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the RD's goons from the safety of his office."; + dir = 4; + name = "Research Monitor"; + network = list("rd"); + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"ohf" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical, +/obj/effect/turf_decal/bot_white, +/obj/item/clothing/mask/surgical, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"ohh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ohi" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"ohv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"ohJ" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/main) +"oib" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"oii" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/flasher/directional/east{ + id = "brigisolation" + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"oiC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "garbage"; + name = "trash belt" + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plating, +/area/station/service/janitor) +"oiF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal/incinerator) +"oiL" = ( +/turf/open/floor/plating/airless, +/area/station/maintenance/department/engine) +"oiQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"ojx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"ojD" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -20; + pixel_y = -8 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"ojF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/machinery/recharger{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_x = -6 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"oka" = ( +/obj/machinery/door/airlock{ + name = "Construction Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"okh" = ( +/obj/structure/window/reinforced/plasma/spawner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"okm" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/mechpad, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"oko" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/east{ + c_tag = "Xenobiology Lab - Test Chamber"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"oku" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/warden, +/turf/open/floor/iron, +/area/station/security/warden) +"okK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"okP" = ( +/obj/structure/bed/roller, /obj/effect/turf_decal/stripes/line{ dir = 1 }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/station/command/gateway) +"okZ" = ( +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"olb" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/obj/item/bedsheet/rd{ + dir = 4 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"olw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/engineering/break_room) -"wTw" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/siding/white{ - dir = 6 - }, -/obj/item/storage/backpack/duffelbag/med/surgery, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"wTH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/primary/aft) -"wTJ" = ( -/obj/structure/table, -/obj/item/computer_disk{ - pixel_x = 16; - pixel_y = 8 - }, -/obj/item/computer_disk{ - pixel_x = 15; - pixel_y = 6 - }, -/obj/item/computer_disk{ - pixel_x = 14; - pixel_y = 4 - }, -/obj/item/raw_anomaly_core/random{ - pixel_x = 15; - pixel_y = 11 - }, -/obj/item/raw_anomaly_core/random{ - pixel_x = 13; - pixel_y = 9 - }, -/obj/item/raw_anomaly_core/random{ - pixel_x = 11; - pixel_y = 7 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 2; - pixel_y = 9 - }, -/obj/item/assembly/prox_sensor{ - pixel_y = 8 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -4; - pixel_y = 6 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/ordnance/testlab) -"wTO" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/curtain/cloth/fancy, -/turf/open/floor/iron/grimy, -/area/station/cargo/boutique) -"wTX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"wUt" = ( -/obj/structure/table, -/obj/machinery/light/cold/directional/north, -/obj/machinery/computer/security/telescreen/ordnance{ - pixel_y = 2 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/ordnance/testlab) -"wUB" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/small, -/area/station/engineering/main) -"wUJ" = ( +"olx" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"wUZ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"wVg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"wVs" = ( -/obj/machinery/computer/security/telescreen/interrogation{ - name = "reflection room monitor"; - network = list("isolation"); - pixel_y = 31 - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/obj/machinery/firealarm/directional/east, -/obj/machinery/button/flasher{ - id = "IsolationFlash"; - pixel_x = 28; - pixel_y = 28 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"wVS" = ( -/obj/structure/cable, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/plating, -/area/station/engineering/gravity_generator) -"wVZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"wWa" = ( -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/effect/landmark/event_spawn, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"wWb" = ( -/obj/structure/chair{ +"olH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"wWc" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/dorms) -"wWr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/north, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"wWs" = ( +/turf/open/floor/iron/white/small, +/area/station/science/server) +"olK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 }, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/coldroom) -"wWz" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"olR" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark/side{ dir = 1 }, /area/station/hallway/secondary/construction) -"wWO" = ( +"olS" = ( +/turf/closed/wall, +/area/station/ai_monitored/aisat/exterior) +"olW" = ( /obj/structure/cable, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "SM Bleed to Turbine" +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 6 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"wWS" = ( -/turf/open/floor/iron, -/area/station/security/prison) -"wWT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"wXg" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron/dark/side{ - dir = 5 - }, -/area/station/science/ordnance/testlab) -"wXk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"wXt" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"wXC" = ( -/obj/effect/turf_decal/siding/red{ - dir = 5 - }, -/turf/open/floor/iron/small, -/area/station/security/brig) -"wXM" = ( -/obj/machinery/atmospherics/components/tank/nitrous{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"wXO" = ( -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/stripes/line{ dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"wYa" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/table/glass, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/tile, -/area/station/science/lower) -"wYd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"wYo" = ( -/obj/structure/table, -/obj/effect/spawner/random/entertainment/dice, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/commons) -"wYq" = ( -/obj/structure/table, -/obj/item/food/meat/rawbacon{ - pixel_y = 14 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/commons) -"wYr" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"wYv" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 9 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/cryo) -"wYy" = ( -/obj/machinery/computer/order_console/cook, -/obj/effect/turf_decal/bot_red, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"wYA" = ( -/turf/closed/wall/r_wall, -/area/station/medical/chemistry) -"wYC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth_corner{ + dir = 4 + }, +/area/station/maintenance/disposal/incinerator) +"omc" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/commons) -"wYF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/grown/bananapeel, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"wYL" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"wYM" = ( -/obj/structure/dresser, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"wYU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Waste to Filter" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/directional/east{ - c_tag = "Atmospherics - Starboard" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"wYV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"wYW" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"wZa" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 9; - height = 25; - name = "MetaStation emergency evac bay"; - shuttle_id = "emergency_home"; - width = 29 - }, -/turf/open/space/basic, -/area/space) -"wZb" = ( -/obj/machinery/door/airlock/external{ - name = "Departure Lounge Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/hallway/secondary/exit/departure_lounge) -"wZl" = ( -/turf/closed/wall, -/area/station/commons) -"wZn" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 9 - }, -/obj/machinery/computer/mechpad, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/airalarm/directional/north, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"wZo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"wZp" = ( -/obj/effect/turf_decal/arrows{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"wZA" = ( +/area/station/service/hydroponics) +"omn" = ( /obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"wZE" = ( -/obj/structure/disposalpipe/junction, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"wZF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"wZI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"wZO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"wZP" = ( -/obj/effect/decal/cleanable/glass, -/obj/structure/bed/maint, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"wZX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/stool/directional/south, -/obj/effect/turf_decal/siding/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/security/office) -"xae" = ( -/obj/structure/grille, -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/station/engineering/atmos) -"xam" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"xap" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"xat" = ( -/turf/closed/wall, -/area/station/cargo/office) -"xau" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"xaA" = ( -/obj/effect/landmark/navigate_destination, -/obj/machinery/door/airlock/external{ - name = "Departure Lounge Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/hallway/secondary/exit/departure_lounge) -"xaC" = ( -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"xaH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xaN" = ( -/turf/closed/wall, -/area/station/maintenance/starboard/central) -"xaP" = ( -/turf/closed/wall/r_wall, -/area/station/security/checkpoint/customs) -"xaR" = ( -/obj/structure/table/optable, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"xaW" = ( -/obj/structure/cable, -/obj/structure/hedge, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) -"xaZ" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"xba" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/poddoor{ - id = "miningdoor"; - name = "Mining Shuttle Hangar" - }, -/turf/open/floor/plating/airless, -/area/station/cargo/miningoffice) -"xbe" = ( -/obj/structure/cable, -/turf/open/floor/grass, -/area/station/science/xenobiology) -"xbg" = ( -/turf/closed/wall, -/area/station/commons/fitness/recreation) -"xbl" = ( -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/command/gateway) -"xbs" = ( -/obj/machinery/light_switch/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"xbw" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"xbx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/departments/court/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xbC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xbO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public{ - name = "Locker Room" +/obj/machinery/door/airlock/research{ + name = "Xenobiology Lab" }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, /obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/commons/fitness/locker_room) -"xbP" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/public/glass{ - name = "Vault Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/vault, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/hallway/secondary/spacebridge) -"xbT" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"xbW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xcv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/herringbone, -/area/station/ai_monitored/command/nuke_storage) -"xcF" = ( -/turf/open/floor/iron, -/area/station/commons/dorms) -"xcH" = ( -/obj/effect/decal/cleanable/garbage, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"xda" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/storage/box/petridish{ - pixel_x = 9; - pixel_y = 6 - }, -/turf/open/floor/iron, -/area/station/science/cytology) -"xdc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"xdo" = ( -/obj/machinery/firealarm/directional/north, -/obj/item/kirbyplants/fullysynthetic, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"xds" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/research) -"xdu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"xdv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"xdE" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/research) -"xdR" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"xen" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"xeo" = ( -/obj/structure/window/spawner, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"xep" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/space/basic, -/area/space/nearstation) -"xer" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" + id = "xeno_blastdoor"; + name = "Biohazard Containment Door" }, -/turf/open/floor/plating, -/area/station/science/research) -"xeC" = ( +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"omz" = ( +/turf/closed/wall, +/area/station/service/library/abandoned) +"omC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/medical/paramedic) +"omI" = ( +/turf/open/floor/iron/dark, +/area/station/security/processing) +"omP" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"omV" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 9 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"onj" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"onk" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/gateway) +"onp" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/item/food/grown/pineapple{ + pixel_x = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ont" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"onF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ name = "Maintenance" }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"xeD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/directional/east, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"xeM" = ( +/area/station/maintenance/starboard/central) +"onH" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"xeO" = ( -/turf/closed/wall, -/area/station/service/library) -"xeP" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"xeT" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/directional/north{ - c_tag = "Xenobiology - Cell 1"; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") +/turf/open/floor/iron, +/area/station/security/prison/workout) +"onL" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" }, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"onN" = ( +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"onQ" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"onV" = ( +/obj/machinery/door/airlock/sandstone{ + name = "The Rat's Den" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"oog" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/closet/l3closet/virology, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"ooi" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/box/red/corners{ dir = 8 }, @@ -66829,167 +42342,467 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) -"xeX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/west{ - dir = 1; - name = "Genetics Desk"; - req_access = list("genetics") - }, -/obj/item/folder, -/obj/item/pen{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_large, -/area/station/science/research) -"xfa" = ( -/obj/effect/decal/cleanable/dirt/dust, +"ooo" = ( +/obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"xfc" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/research) -"xff" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/command{ - name = "Research Division Server Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/server) -"xfu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"xfH" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"xfN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"xfP" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/chaplain, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"xfU" = ( +/area/station/maintenance/central/greater) +"ooC" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"xgg" = ( -/obj/structure/chair{ - pixel_y = -2 +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"ooD" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 }, -/turf/open/floor/iron/dark/small, -/area/station/security/checkpoint/customs/auxiliary) -"xgw" = ( -/obj/structure/rack, -/obj/item/storage/medkit/regular, -/obj/item/healthanalyzer{ - pixel_y = -2 +/obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ + dir = 4 }, -/obj/effect/turf_decal/siding/red{ - dir = 10 +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"ooS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"opc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, /turf/open/floor/iron/white, -/area/station/security/medical) -"xgz" = ( -/obj/effect/spawner/random/trash/graffiti{ - pixel_x = 32; - spawn_loot_chance = 50 - }, -/obj/item/reagent_containers/cup/glass/bottle/beer{ - pixel_x = 8 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"xgA" = ( +/area/station/medical/medbay/lobby) +"opd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"opf" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"opg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/lower) +"opA" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/hallway/secondary/dock) +"opI" = ( +/obj/machinery/computer/prisoner/gulag_teleporter_computer{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red, +/obj/machinery/light/cold/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"opN" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"opO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"oqd" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"oqs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/science/xenobiology) +"oqv" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Public Shrine" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"oqz" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oqA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/port) -"xgB" = ( +/area/station/hallway/primary/starboard) +"oqD" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"orh" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"orx" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/item/clothing/gloves/latex{ + pixel_y = 3 + }, +/obj/item/clothing/mask/surgical{ + pixel_y = 2 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"orV" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"orW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"osl" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"osp" = ( +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"osv" = ( +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/cytology, +/obj/item/storage/bag/xeno, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"osB" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold/brown/visible, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"xgK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"osL" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"osM" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"osW" = ( +/turf/closed/wall/rust, +/area/station/engineering/atmos) +"otm" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"ott" = ( +/obj/effect/turf_decal/siding/green, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"otv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"otx" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/stripes/full, +/obj/structure/disposaloutlet{ + dir = 8; + name = "Cargo Deliveries" + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"otz" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"otC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"otI" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ dir = 4 }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"xgN" = ( +/obj/structure/rack, +/obj/item/clothing/glasses/hud/security/sunglasses/gars{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/machinery/light/cold/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"otU" = ( +/obj/structure/cable, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"oub" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"oug" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"ouh" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"oup" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"ouA" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ouB" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/brigdoor/left/directional/north{ + atom_integrity = 300; + name = "AI Core Chamber Access"; + req_access = list("ai_upload") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutter" + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"ouT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"ovc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Augment Corridor" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"ovg" = ( +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/engine, +/area/station/ai_monitored/turret_protected/ai) +"ovh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"ovl" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/misc/asteroid, +/area/station/maintenance/department/engine) +"ovn" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"ovv" = ( +/turf/closed/wall, +/area/station/service/hydroponics/garden) +"ovy" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 6 }, -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"ovJ" = ( +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"owd" = ( +/obj/structure/chair{ dir = 1 }, +/obj/machinery/light/small/directional/east, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron, -/area/station/hallway/primary/port) -"xgW" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad2"; - name = "Incinerator Conveyor"; - pixel_x = -13; - pixel_y = -4 +/area/station/maintenance/department/engine/atmos) +"owe" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"owg" = ( +/turf/closed/wall, +/area/station/commons/vacant_room/office) +"own" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"owv" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, /obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, /turf/open/floor/plating, -/area/station/maintenance/department/engine) -"xhe" = ( -/obj/structure/disposalpipe/segment{ +/area/station/maintenance/hallway/abandoned_command) +"owI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ +/obj/machinery/computer/atmos_control/air_tank{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"xhj" = ( -/obj/structure/disposalpipe/segment{ +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"owM" = ( +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"owN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_white, +/area/station/engineering/atmos) +"owP" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, +/turf/open/floor/iron/small, +/area/station/medical/cryo) +"owW" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/starboard/fore) +"oxf" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"oxg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"xhA" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"oxi" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"oxB" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -67008,1440 +42821,770 @@ dir = 8 }, /area/station/service/chapel/storage) -"xhH" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 +"oxI" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/modular_computer/console/preset/id, +/obj/machinery/button/ticket_machine{ + pixel_x = 9; + pixel_y = 23 }, -/obj/effect/mapping_helpers/mail_sorting/service/chapel, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 +/obj/machinery/button/door/directional/south{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = -2; + pixel_y = 23; + req_access = list("hop") }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"xhN" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/machinery/button/door/directional/south{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = -13; + pixel_y = 23; + req_access = list("hop") }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/science/robotics/augments) -"xhQ" = ( +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = -23; + pixel_y = 11 + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/command/heads_quarters/hop) +"oxP" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/station/maintenance/central/greater) -"xia" = ( -/turf/closed/wall, -/area/station/science/cubicle) -"xik" = ( -/turf/closed/wall, -/area/station/security/prison/rec) -"xil" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 8 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"xin" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/optable, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"xiu" = ( -/obj/structure/chair/stool/directional/east, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"xiA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"xiB" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/ecto_sniffer{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/bodypart/arm/left/robot{ - pixel_x = -3 - }, -/obj/item/bodypart/arm/right/robot{ - pixel_x = 3 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/borg/upgrade/rename{ - pixel_x = 3; - pixel_y = 25 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/bodypart/arm/right/robot{ - pixel_x = 3 - }, -/obj/item/bodypart/arm/left/robot{ - pixel_x = -3 - }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"xiE" = ( -/turf/closed/wall/r_wall, -/area/station/medical/virology) -"xiF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"xiJ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"xiL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"xiT" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, +/area/station/maintenance/department/medical/central) +"oyb" = ( /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"xjb" = ( -/turf/open/floor/iron/white/side{ +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air" + }, +/obj/machinery/light/small/red/directional/north, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"oyh" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"oyl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 5 }, -/area/station/science/lower) -"xjg" = ( -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"xjh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"oyq" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Pure to Mix" }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"xjm" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sink/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/stripes/white/line{ dir = 8 }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"xjq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"xjz" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/garden) -"xjG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/prison/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/work) -"xjT" = ( -/obj/machinery/door/airlock/external{ - name = "Construction Zone" - }, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"xjU" = ( -/obj/machinery/vending/wardrobe/chap_wardrobe, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"xjX" = ( -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/button/flasher{ - id = "brigisolation"; - pixel_x = -6; - pixel_y = 24 - }, -/obj/machinery/button/flasher{ - id = "brigentry"; - pixel_x = 6; - pixel_y = 24 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xjZ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/side{ +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"oyV" = ( +/obj/structure/chair/comfy/beige{ dir = 8 }, -/area/station/hallway/secondary/construction) -"xkb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oze" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/table/reinforced, +/obj/item/trash/cheesie{ + pixel_x = 2; + pixel_y = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ozf" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"xkg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"ozg" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/science/lower) +"ozh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Workshop" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/prison/work) +"ozj" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"ozp" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"ozv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"ozK" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -18; + pixel_y = 1 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/obj/machinery/light/floor{ + pixel_x = 32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"oAb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Departure Lounge" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"oAg" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/aft) +"oAi" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/clothing/gloves/latex/nitrile, +/obj/item/clothing/gloves/latex/nitrile{ + pixel_y = 3 + }, +/obj/item/clothing/gloves/latex/nitrile{ + pixel_y = 7 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"oAl" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"oAp" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"oAw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"oAD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"oAM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"oAQ" = ( +/obj/structure/table/wood/fancy/red, +/obj/structure/mirror/directional/west, +/obj/item/ammo_box/magazine/toy/smgm45, +/obj/item/ammo_box/magazine/toy/smgm45{ + pixel_y = 15 + }, +/obj/item/clothing/mask/animal/small/bat, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"oBj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"oBm" = ( +/obj/structure/cable, /obj/effect/turf_decal/siding/wideplating/dark{ dir = 1 }, /obj/effect/turf_decal/tile/dark_red/half/contrasted, /turf/open/floor/iron, /area/station/security/brig/entrance) -"xkn" = ( -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"xkt" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/security/armory) -"xkA" = ( -/obj/effect/turf_decal/siding/wideplating/dark/corner{ +"oBB" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xkD" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"xkK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark/side{ - dir = 1 + dir = 8 }, /area/station/science/xenobiology) -"xkO" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"xkS" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"xkU" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 9 +"oBZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/power/shieldwallgen, -/turf/open/floor/iron/smooth_large, -/area/station/command/teleporter) -"xkW" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"xkX" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/medical/gauze{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/stack/medical/gauze{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/machinery/light/cold/directional/west, -/obj/item/radio/intercom/directional/south, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"xla" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/button/door/directional/west{ - id = "Toilet2"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_x = 0; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, /obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"xle" = ( -/turf/closed/wall, -/area/station/security/detectives_office) -"xlg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"xlh" = ( -/turf/closed/wall, -/area/station/medical/psychology) -"xli" = ( -/turf/closed/wall, -/area/station/hallway/primary/central/aft) -"xlx" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"xlE" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/vacant_room/office) -"xlF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"xlL" = ( -/turf/open/floor/iron/white, -/area/station/science/cytology) -"xlP" = ( -/turf/open/floor/engine, -/area/station/science/xenobiology) -"xlQ" = ( -/obj/structure/closet{ - name = "Evidence Closet 2" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"xlZ" = ( -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"xma" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/flora/bush/large/style_random, -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/misc/sandy_dirt, -/area/station/medical/medbay/lobby) -"xmb" = ( -/obj/structure/window/reinforced/survival_pod/spawner/directional/east, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Gas to Filter" - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"xmd" = ( -/obj/structure/window/spawner/directional/east, -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/misc/sandy_dirt, -/area/station/medical/medbay/lobby) -"xmg" = ( /obj/structure/fluff/broken_flooring{ + dir = 4; icon_state = "singular" }, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"xml" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xms" = ( -/obj/effect/turf_decal/siding/red{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/security/office) -"xmt" = ( -/turf/closed/wall, -/area/station/service/kitchen) -"xmu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"xmy" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"xmD" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"xmI" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"xmO" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/fore/greater) -"xmT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"xmX" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"xnd" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/white, -/area/station/maintenance/central/greater) -"xng" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/delivery_chute{ - name = "Medical Deliveries" - }, -/obj/structure/sign/departments/exam_room/directional/north, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/plasticflaps{ - name = "Medical Deliveries" - }, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"xnC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/glass, -/area/station/command/heads_quarters/rd) -"xnE" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/secondary/entry) -"xnQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"xnR" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/burnchamber) -"xnU" = ( -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/department/medical/central) -"xoa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xog" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/machinery/light/small/directional/west, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"xok" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/central) -"xol" = ( -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"xoo" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"xoy" = ( -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"xoS" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 9 - }, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/small, -/area/station/ai_monitored/command/storage/eva) -"xoW" = ( -/obj/structure/window/reinforced/spawner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"xpb" = ( -/obj/structure/transit_tube/station/dispenser{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"xpf" = ( -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/station/maintenance/disposal/incinerator) -"xpl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"xpo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"xpw" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/turf/open/floor/iron, -/area/station/security/courtroom) -"xpE" = ( -/obj/effect/turf_decal/siding/green{ - dir = 10 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/stool/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/herringbone, -/area/station/service/abandoned_gambling_den/gaming) -"xpJ" = ( +/area/station/maintenance/starboard/aft) +"oCi" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"xpM" = ( -/obj/machinery/light/cold/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/machinery/door/airlock{ + name = "Maintenance" }, -/turf/open/floor/iron/dark, -/area/station/security/office) -"xpR" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"xpT" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"oCj" = ( /obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"xpU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/flora/rock/pile/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xpY" = ( -/obj/structure/cable, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/t_scanner, -/obj/item/multitool, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"xqe" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"xqg" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/cable, -/obj/machinery/light/cold/directional/west, -/obj/machinery/firealarm/directional/west, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/blue{ - dir = 9 - }, -/turf/open/floor/iron/white/small, -/area/station/command/heads_quarters/cmo) -"xql" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/airlock/maintenance{ - name = "Incinerator Access" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/disposal/incinerator) -"xqn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"xqq" = ( -/obj/item/reagent_containers/cup/glass/bottle/beer{ - pixel_x = 8 - }, -/obj/item/flashlight{ - pixel_x = -6; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"xqs" = ( -/obj/structure/chair/stool/directional/south, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"xqv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/bridge) -"xqx" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/structure/window/reinforced/tram/mid/directional/east, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/industrial_lift/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"xqC" = ( -/turf/closed/wall, -/area/station/maintenance/hallway/abandoned_command) -"xqL" = ( -/obj/structure/window/spawner, -/obj/structure/flora/bush/jungle/a/style_random, -/obj/machinery/light/small/directional/north, /turf/open/misc/sandy_dirt, -/area/station/commons) -"xqN" = ( -/turf/closed/wall, -/area/station/medical/chemistry) -"xqS" = ( -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"xqW" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/primary/starboard) -"xqZ" = ( -/obj/structure/cable, -/obj/structure/chair/stool/directional/north, -/obj/machinery/light/dim/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"xrh" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/button/tram{ - lift_id = "prison_tram"; - pixel_y = 32 - }, -/obj/machinery/destination_sign/indicator{ - pixel_y = 32; - tram_id = "prison_tram" - }, -/turf/open/floor/noslip, /area/station/security/tram) -"xrk" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/processing) -"xru" = ( -/obj/item/kirbyplants/fullysynthetic, -/obj/machinery/airalarm/directional/east, -/obj/item/radio/intercom/prison/directional/south, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"xrz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/stairs{ - dir = 8 +"oCl" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs{ + pixel_x = -7; + pixel_y = 5 }, -/area/station/service/theater) -"xrC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 +/obj/item/reagent_containers/cup/glass/coffee_cup{ + pixel_x = 5; + pixel_y = 6 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"xrP" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"xrX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 2; - icon_state = "right"; - layer = 3.1; - name = "Upload Console Window"; - req_access = list("ai_upload") +/obj/item/reagent_containers/cup/glass/coffee_cup{ + pixel_y = 3 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"xsa" = ( -/obj/structure/window/reinforced/spawner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"xsb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xsf" = ( -/turf/closed/wall/r_wall, +/turf/open/floor/iron/checker, /area/station/security/breakroom) -"xsh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/command/bridge) -"xsj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/medical/central) -"xsm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/spawner/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"xsz" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"xsF" = ( -/obj/effect/spawner/structure/window/reinforced, +"oCq" = ( +/obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/station/security/processing) -"xsJ" = ( -/obj/effect/turf_decal/siding{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"xsK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line{ +/area/station/service/chapel/office) +"oCv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/side{ dir = 8 }, -/obj/effect/turf_decal/stripes/red/line{ +/area/station/science/research) +"oCG" = ( +/obj/structure/window/spawner/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"oCH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/right{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/hallway/primary/starboard) -"xsM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/lobby) -"xsT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xsV" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/solars/starboard/aft) -"xsW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/south, /obj/effect/turf_decal/tile/blue{ - dir = 4 + dir = 8 }, /turf/open/floor/iron/white/corner{ dir = 1 }, -/area/station/hallway/secondary/dock) -"xte" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"xtg" = ( -/obj/effect/turf_decal/siding/red{ - dir = 8 - }, -/obj/machinery/light_switch/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/security/office) -"xtk" = ( -/obj/effect/turf_decal/siding/thinplating_new/light, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"xtI" = ( -/turf/closed/wall/r_wall, -/area/station/science/breakroom) -"xtK" = ( -/obj/effect/turf_decal/tile/green/half/contrasted, -/obj/structure/table/glass, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white, +/area/station/hallway/secondary/entry) +"oCK" = ( +/obj/machinery/light/cold/directional/west, +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, /area/station/medical/virology) -"xtL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"xtW" = ( -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"xtX" = ( -/obj/machinery/power/emitter{ - dir = 8 - }, -/obj/structure/cable, +"oCX" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"oDg" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"xtZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xua" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/power/port_gen/pacman, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/engine_smes) -"xuh" = ( -/obj/structure/chair/pew/left, -/obj/item/bouquet/sunflower, -/turf/open/floor/iron/chapel{ - dir = 1 - }, -/area/station/maintenance/starboard/greater) -"xul" = ( -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"xur" = ( -/turf/closed/wall, -/area/station/security/processing) -"xuu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=10.0-ScienceFoyer-StarboardHall"; - location = "9.0-StarboardHall-ScienceFoyer" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xuD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Chemistry Lab" - }, -/obj/effect/turf_decal/delivery/red, -/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"xuF" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/space/basic, -/area/space/nearstation) -"xuN" = ( -/obj/structure/table/wood, -/obj/item/stamp{ - pixel_x = 7; - pixel_y = 9 - }, -/obj/item/stamp/denied{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/item/stamp/qm{ - pixel_x = 7; - pixel_y = -2 - }, -/obj/item/clipboard{ - pixel_x = -6; - pixel_y = 10 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"xuO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xuW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"xva" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"xvd" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"xvf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"xvh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xvl" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"xvm" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/toy/figure/rd{ - pixel_y = 10 - }, -/obj/item/stamp/rd, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"xvv" = ( +/area/station/science/ordnance) +"oDk" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 1 +/turf/open/floor/iron/stairs{ + dir = 4 }, -/area/station/science/research) -"xvx" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 +/area/station/maintenance/fore/lesser) +"oDu" = ( +/obj/structure/frame, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"oDB" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"oDH" = ( +/obj/machinery/door/airlock{ + name = "Room 2" }, -/obj/machinery/firealarm/directional/north, -/obj/effect/landmark/start/depsec/science, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"xvF" = ( -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/science/xenobiology) -"xvT" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat/maint) -"xvW" = ( -/turf/closed/wall, -/area/station/service/theater) -"xwd" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"oDK" = ( +/obj/item/pickaxe, /turf/open/misc/asteroid, /area/station/maintenance/starboard/greater) -"xwf" = ( -/obj/machinery/shower/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/security/prison/shower) -"xwk" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/airalarm/directional/north, -/obj/structure/bed/maint, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"xwr" = ( -/obj/effect/turf_decal/siding/thinplating_new/light, -/obj/machinery/recharge_station, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"xwu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"oEd" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/depsec/supply, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"xww" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"xwy" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"xwH" = ( -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"xwS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/bed/maint, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"xwT" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/work) -"xwY" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/dark_red, -/obj/machinery/newscaster/directional/south, -/obj/item/folder/red, -/obj/item/pen{ - pixel_x = 11 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"oEh" = ( /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"xxa" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"xxn" = ( -/obj/machinery/atmospherics/components/binary/tank_compressor, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"xxo" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/yellow, -/turf/open/space/basic, -/area/space/nearstation) -"xxs" = ( -/turf/closed/wall, -/area/station/security/checkpoint/escape) -"xxA" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"xxE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/maintenance{ - name = "Crematorium" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"oEo" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/iron/small, +/area/station/maintenance/department/medical/central) +"oEq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half{ +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"oEx" = ( +/obj/structure/table/wood/fancy/green, +/obj/item/paperplane{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/paperplane{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"oEy" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/area/station/security/brig/entrance) -"xxL" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/turf/open/floor/iron/checker{ - dir = 1 +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" }, -/area/station/security/execution/transfer) -"xxO" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, +/obj/structure/window/spawner/directional/west, /turf/open/floor/plating, +/area/station/cargo/sorting) +"oEI" = ( +/obj/structure/chair/bronze{ + dir = 4 + }, +/obj/effect/landmark/start/captain, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"oFj" = ( +/turf/closed/wall/r_wall, /area/station/command/heads_quarters/hos) -"xxR" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 4 +"oFJ" = ( +/obj/item/kirbyplants/random, +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 2 }, +/obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"oFO" = ( +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"oFW" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/photocopier, /turf/open/floor/iron, -/area/station/security/brig/entrance) -"xxV" = ( +/area/station/cargo/office) +"oGe" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"oGf" = ( +/obj/structure/hoop{ + dir = 4; + pixel_x = -10; + pixel_y = 11 + }, +/obj/effect/turf_decal/trimline/white/end{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xya" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"oGg" = ( +/obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, -/area/station/maintenance/department/engine) -"xyc" = ( -/obj/effect/spawner/random/vending/snackvend, +/area/station/maintenance/aft) +"oGh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/blue{ dir = 4 }, /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 8 }, -/turf/open/floor/iron/dark/side{ - dir = 4 +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/aft) +"oGi" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/clothing/head/costume/witchwig{ + pixel_x = 3; + pixel_y = 7 }, -/area/station/hallway/primary/central/fore) -"xye" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/item/xenos_claw{ + pixel_x = -10; + pixel_y = 3 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xyh" = ( +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"oGk" = ( +/obj/machinery/flasher/directional/east{ + id = "AI"; + pixel_y = 26 + }, +/obj/structure/cable/multilayer/connected, +/obj/effect/turf_decal/box/red, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"oGn" = ( /obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/command/heads_quarters/qm) +"oGt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery/red, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay Clinic" +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medlock"; - name = "Lockdown Shutters" - }, -/turf/open/floor/iron/white/small, -/area/station/medical/medbay/lobby) -"xyk" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue/full, -/obj/structure/desk_bell{ - pixel_x = 7; - pixel_y = 9 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medlock"; - name = "Lockdown Shutters" - }, -/obj/item/stack/medical/mesh{ - pixel_x = -6 - }, -/obj/item/stack/medical/suture{ - pixel_x = 11; - pixel_y = -3 - }, -/turf/open/floor/iron/white/textured_large, -/area/station/medical/medbay/lobby) -"xym" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/camera/autoname/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/tram) -"xyp" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue/full, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 8 - }, -/obj/item/pen{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/light/cold/directional/east, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medlock"; - name = "Lockdown Shutters" - }, -/turf/open/floor/iron/white/textured_large, -/area/station/medical/medbay/lobby) -"xyx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/security) +"oGx" = ( +/obj/effect/turf_decal/tile/red{ dir = 8 }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"oGy" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/space/basic, +/area/space) +"oGF" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"xyJ" = ( +/area/station/engineering/atmos) +"oGJ" = ( /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"oGW" = ( +/obj/machinery/hydroponics/soil, +/obj/item/food/grown/mushroom/libertycap, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"oHd" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"oHf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"oHl" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/department/engine/atmos) +"oHA" = ( +/obj/effect/spawner/random/entertainment/arcade, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"oHB" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"oHS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"xyQ" = ( -/obj/structure/cable, -/obj/machinery/light_switch/directional/south, +"oIo" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"oIA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"oIC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutter" + }, +/obj/structure/cable/layer3, +/turf/open/floor/catwalk_floor, +/area/station/ai_monitored/turret_protected/ai) +"oIF" = ( +/obj/structure/rack, +/obj/item/stack/sheet/glass/fifty, +/obj/item/storage/toolbox/mechanical, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/medical/paramedic) -"xyR" = ( +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"oIG" = ( +/obj/structure/chair/office, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"oIH" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/grunge{ + name = "Medical Maintenance" + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"oJh" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/dorms{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/carpet/orange, +/area/station/commons/dorms) +"oJl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"oJo" = ( +/turf/closed/wall/r_wall, +/area/station/science/breakroom) +"oJu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"oKi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"oKF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/research/glass{ + name = "Genetics" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/genetics, /obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor, -/area/station/hallway/secondary/entry) -"xyS" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"oKM" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/lower) +"oKW" = ( +/turf/closed/wall, +/area/station/security/office) +"oLd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/lower) +"oLi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"oLt" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"oLz" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/closet/crate{ + name = "Breach Supplies" + }, +/obj/item/weldingtool/mini, +/obj/item/weldingtool/mini, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 9 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -1 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/machinery/light/small/directional/north, +/obj/item/clothing/head/utility/welding, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"oLD" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/stack/sheet/mineral/coal{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/stack/sheet/mineral/coal{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/stack/sheet/mineral/coal{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"oLM" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/fitness/recreation) +"oMm" = ( /obj/structure/table, /obj/machinery/light/cold/directional/south, /obj/item/roller{ @@ -68462,211 +43605,306 @@ }, /turf/open/floor/iron/dark, /area/station/medical/paramedic) -"xyX" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/displaycase/trophy, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"xyY" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/displaycase/trophy, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"xza" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/space/basic, -/area/space) -"xzd" = ( -/obj/structure/lattice, -/obj/structure/railing/corner, -/turf/open/space/basic, -/area/space/nearstation) -"xzf" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/siding/wood{ - dir = 9 +"oMo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Lavatorie" }, -/turf/open/floor/sepia, -/area/station/maintenance/aft) -"xzg" = ( -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"oMx" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/rd) +"oMz" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"oMB" = ( +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"oMO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ dir = 8 }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, /turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"xzo" = ( -/obj/machinery/door/airlock/external{ - name = "Departure Lounge Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/hallway/secondary/exit/departure_lounge) -"xzp" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"xzB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/reinforced/titaniumglass, -/obj/item/folder/yellow{ - pixel_x = 4 - }, -/turf/open/floor/iron/textured_large, -/area/station/engineering/break_room) -"xzJ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Engineering Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/hallway/primary/starboard) +"oMQ" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs, +/area/station/medical/medbay/central) +"oMU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"oMV" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"oMW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, /turf/open/floor/plating, /area/station/maintenance/department/engine) -"xzQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"xzU" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"xzZ" = ( -/obj/machinery/door/airlock/external{ - name = "Dock Airlock" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"xAk" = ( -/obj/structure/cable, -/obj/item/kirbyplants/photosynthetic, -/turf/open/floor/iron/dark/smooth_large, -/area/station/ai_monitored/turret_protected/ai_upload) -"xAl" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole{ +"oNb" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 4 }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"xAm" = ( -/obj/structure/reagent_dispensers/fueltank, +/turf/open/space/basic, +/area/space/nearstation) +"oNe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"oNh" = ( +/obj/structure/bed, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/small, +/area/station/security/brig) +"oNi" = ( +/obj/structure/table, +/obj/item/crowbar/large/heavy, +/obj/item/stack/cable_coil, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"oNw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security{ + name = "Detective's Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/turf/open/floor/iron/textured_half, +/area/station/security/detectives_office) +"oNA" = ( +/obj/effect/spawner/random/structure/girder, +/obj/structure/barricade/wooden, /turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"xAq" = ( -/obj/structure/chair{ +/area/station/maintenance/starboard/fore) +"oNU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/yellow/line, +/turf/open/floor/iron/smooth_corner{ dir = 8 }, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"xAv" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/spawner/random/trash, +/area/station/maintenance/disposal/incinerator) +"oOd" = ( +/obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"xAA" = ( -/obj/effect/turf_decal/tile/green/half/contrasted{ +/area/station/maintenance/central/greater) +"oOg" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"oOh" = ( +/obj/structure/curtain/cloth, +/turf/open/floor/carpet/purple, +/area/station/commons/dorms) +"oOn" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/structure/chair{ - pixel_y = -2 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"xAG" = ( -/turf/closed/wall, -/area/station/maintenance/department/prison) -"xAK" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"xAM" = ( +/obj/effect/turf_decal/trimline/yellow/corner, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"oOo" = ( /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"xAP" = ( +/area/station/medical/medbay/lobby) +"oOs" = ( +/obj/structure/railing, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"oOu" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"oOz" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/station/maintenance/port/aft) +"oOB" = ( /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oOF" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/lockers) +"oOH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"oOS" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/item/reagent_containers/syringe/multiver{ + pixel_x = -18; + pixel_y = 10 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = -12; + pixel_y = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"oOX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"oPd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"oPk" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"oPq" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"oPA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"oPI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"oPL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark/textured_half, +/area/station/command/heads_quarters/hop) +"oPU" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/hos{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/landmark/start/head_of_security, +/turf/open/floor/iron/checker, +/area/station/command/heads_quarters/hos) +"oQj" = ( +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/science/robotics/augments) +"oQp" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/light/small/directional/east, +/turf/open/floor/carpet/red, +/area/station/commons/dorms) +"oQB" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"xAR" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"xBe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"xBj" = ( -/obj/machinery/holopad, -/turf/open/floor/iron/dark/smooth_large, -/area/station/ai_monitored/turret_protected/ai_upload) -"xBp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/east, -/obj/machinery/status_display/ai/directional/east, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"xBr" = ( +/area/station/security) +"oQM" = ( +/obj/item/bodypart/arm/left, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"oQW" = ( /obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"xBx" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/effect/turf_decal/tile/blue{ +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/machinery/newscaster/directional/west, /turf/open/floor/iron/white/corner{ dir = 1 }, -/area/station/hallway/secondary/entry) -"xBK" = ( +/area/station/hallway/primary/aft) +"oRa" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"xBY" = ( -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"xBZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/red/line{ @@ -68676,294 +43914,2632 @@ dir = 8 }, /turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"oRd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/science/lower) +"oRf" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"oRn" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"oRo" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/machinery/light/directional/east, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"oRu" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"oRA" = ( +/obj/effect/turf_decal/trimline/white/line, +/obj/effect/turf_decal/trimline/white/mid_joiner, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"oRZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"xCl" = ( +"oSj" = ( +/obj/structure/cable, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"oSx" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"oTh" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"oTi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"oTl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"oTz" = ( +/obj/structure/table, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"oTD" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"oTL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/right/directional/south{ + name = "AI Security Door" + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"oTX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"oUe" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"oUi" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"oUo" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"oUp" = ( +/obj/structure/table, +/obj/effect/spawner/random/entertainment/toy, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood, +/area/station/service/theater) +"oUu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"oUw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"oUz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"oUV" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/recharger, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"oVi" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"oVu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/dark/hidden{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"oVB" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"oVC" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Engineering Deliveries"; + req_access = list("engineering") + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"oVG" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"oVI" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"oVW" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"oWb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"oWp" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"oWs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/west{ + dir = 1; + name = "Genetics Desk"; + req_access = list("genetics") + }, +/obj/item/folder, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_large, +/area/station/science/research) +"oWy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"oWC" = ( +/obj/machinery/rnd/production/protolathe/department/science, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"oWH" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons) +"oWL" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"oWN" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/lower) +"oWY" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"oXc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"oXl" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/hedge, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"oXp" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"oXq" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/break_room) +"oXs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"oXB" = ( +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"oXQ" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/obj/machinery/computer/prisoner/management{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security) +"oXX" = ( +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"oYj" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/flasher/directional/east{ + id = "ai" + }, /turf/open/floor/iron/stairs, +/area/station/ai_monitored/turret_protected/ai) +"oYm" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"oYA" = ( +/obj/machinery/door/window/left/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"oYD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"oYL" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"oYQ" = ( +/turf/open/floor/iron/white/side, +/area/station/science/research) +"oYX" = ( +/obj/structure/safe, +/obj/item/lazarus_injector, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"oYZ" = ( +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"oZa" = ( +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"oZd" = ( +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"oZe" = ( +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"oZi" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/gateway) +"oZo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"oZq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"oZw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/departments/court/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"oZA" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"oZE" = ( +/turf/closed/wall/r_wall, +/area/station/security/processing) +"oZG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"oZH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/science/research) +"oZI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"oZL" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"oZZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"par" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"pax" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -18; + pixel_y = -9 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/obj/machinery/light/floor{ + pixel_x = 32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"paC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/mannequin/plastic, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"paG" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/security/tram) +"pbB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"pbF" = ( +/turf/open/floor/engine/n2o, +/area/station/ai_monitored/turret_protected/ai) +"pbG" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"pbI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"pbN" = ( +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pbQ" = ( +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"pbS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Security Doors" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"pbV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = 17 + }, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"pch" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"pcr" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/table/glass, +/obj/item/stack/medical/mesh{ + pixel_x = 3 + }, +/obj/item/stack/medical/suture{ + pixel_x = 5 + }, +/obj/item/stack/medical/suture{ + pixel_y = 3 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/cold/directional/west, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pcs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pcE" = ( +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"pcF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"pcM" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/stack/sheet/plasteel{ + amount = 15; + pixel_y = 20 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/circuitboard/mecha/ripley/peripherals, +/obj/item/stack/sheet/iron/fifty{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/item/stack/sheet/iron/fifty{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"pcV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"pcW" = ( +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"pdH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Aft Corridor" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/aft) +"pea" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white/small, +/area/station/maintenance/port/aft) +"pee" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clothing/head/cone{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = -16 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"peh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"peB" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"peI" = ( +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"pfa" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output{ + dir = 1 + }, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"pfe" = ( +/obj/effect/turf_decal/siding/green{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"pfn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"pfo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"pfp" = ( +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"pfw" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"pfA" = ( +/obj/structure/cable, +/obj/machinery/blackbox_recorder, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"pfB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"pfE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"pfW" = ( +/obj/structure/cable, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"pgD" = ( +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron, +/area/station/security/courtroom) +"phb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"phe" = ( +/obj/structure/frame/machine, +/obj/item/circuitboard/machine/biogenerator, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"pho" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"phE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/processing) +"phM" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"phR" = ( +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Chief Medical Officer's Desk"; + name = "Chief Medical Officer's Requests Console" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"phW" = ( +/obj/structure/table/wood, +/obj/item/statuebust, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"pid" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"pin" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/security/processing) +"piq" = ( +/obj/machinery/door/window{ + atom_integrity = 300; + base_state = "leftsecure"; + dir = 8; + icon_state = "leftsecure"; + layer = 4.1; + name = "Tertiary AI Core Access"; + pixel_x = -3; + req_access = list("ai_upload") + }, +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom/directional/north{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 10 + }, +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Common Channel" + }, +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel"; + pixel_x = 26; + pixel_y = -13 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"pit" = ( +/obj/structure/cable, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"piy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"piz" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"piP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"piR" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"pjc" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/server) +"pjf" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/clothing/gloves/latex{ + pixel_y = -8 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"pji" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"xCu" = ( +"pju" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/stairs, +/area/station/maintenance/port/greater) +"pjR" = ( +/obj/machinery/teleport/station, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"pjW" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/central/fore) +"pkb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"pkc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south{ + pixel_y = -31 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/office) +"pks" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pkw" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/window/spawner/directional/east, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/entry) +"pkO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"pkT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"plo" = ( +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Two"; + space_dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"plA" = ( +/obj/structure/table, +/obj/item/storage/crayons, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"plB" = ( +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"plD" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"plK" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/machinery/chem_master, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"plL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"plM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/storage) +"plX" = ( +/turf/closed/wall, +/area/station/commons/storage/art) +"pmg" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"pmi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/kirbyplants/random, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"pmo" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"pmv" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock/grunge{ + name = "St. Brendan's" + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/greater) +"pmB" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"pmG" = ( +/obj/item/storage/backpack/duffelbag/sec{ + pixel_x = -15; + pixel_y = 7 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"pmN" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"pmW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"pnb" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/medical/virology) +"pnp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"pnv" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/spawner/directional/west, +/obj/machinery/vending/medical, +/obj/machinery/camera/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"pnz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"pnD" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"pnN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"pnX" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/siding/red, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron/small, +/area/station/security/office) +"poa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"pow" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"poG" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"poQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"poT" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"poX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"ppe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ppi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/vending/cart{ + req_access = list("hop") + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"ppj" = ( +/obj/structure/chair/sofa/left/maroon, +/obj/effect/landmark/start/assistant, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"ppm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/departments/telecomms/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"ppp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Security Doors" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"ppq" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/tank{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"ppr" = ( +/obj/structure/cable, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"ppI" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"ppP" = ( +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"ppU" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/airlock/security{ + name = "Courtroom" + }, +/turf/open/floor/plating, +/area/station/security/courtroom) +"ppW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"pqn" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"pqo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/red/opposingcorners{ dir = 1 }, +/obj/effect/landmark/start/cook, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron/cafeteria, /area/station/service/cafeteria) -"xCw" = ( -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/prison/workout) -"xCz" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"xCH" = ( -/obj/structure/railing{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"xCS" = ( +"pqC" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"xCT" = ( -/turf/open/floor/iron/dark/smooth_edge{ - dir = 8 - }, -/area/station/maintenance/starboard/greater) -"xCV" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"xDg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/lobby) -"xDj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"pqD" = ( +/turf/closed/wall, /area/station/maintenance/port/lesser) -"xDs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/hallway/primary/starboard) -"xDM" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/noslip/tram_platform, -/area/station/security/tram) -"xDW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/robotics/mechbay) -"xEc" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/aft) -"xEd" = ( -/obj/structure/cable, +"pqP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, /turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"xEe" = ( -/obj/machinery/portable_atmospherics/canister/air, +/area/station/medical/medbay/central) +"pqZ" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs/auxiliary) +"prd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, /turf/open/floor/plating, /area/station/maintenance/starboard/central) -"xEm" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 +"prf" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"prz" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/tile/brown{ +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"prC" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"prD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/shower) +"prE" = ( +/obj/machinery/flasher/directional/west{ + id = "AI"; + pixel_y = 26 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"prJ" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"psh" = ( +/obj/effect/turf_decal/tile/dark_red{ dir = 8 }, -/obj/machinery/photocopier, -/turf/open/floor/iron, -/area/station/cargo/office) -"xEn" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ - dir = 4 +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"pst" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/pipe_dispenser{ + pixel_x = 10; + pixel_y = 7 }, -/obj/machinery/atmospherics/components/binary/pump/on{ +/obj/item/pipe_dispenser, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"psG" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ dir = 1 }, -/obj/machinery/airlock_sensor/incinerator_ordmix{ - pixel_x = 24 +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"psM" = ( +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = -8 }, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"xEo" = ( -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/flora/bush/flowers_yw, -/turf/open/floor/grass, -/area/station/science/xenobiology) -"xEq" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 8 + }, +/turf/closed/wall, +/area/station/hallway/primary/starboard) +"psO" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/status_display/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = 32 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"psQ" = ( +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"psR" = ( /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"xEv" = ( -/obj/structure/sign/departments/holy/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"xEC" = ( +/area/station/maintenance/department/engine/atmos) +"psT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"psV" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"psX" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/table, +/obj/item/stock_parts/micro_laser{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = 2 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"ptb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"xEQ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ - dir = 1 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/science/ordnance/freezerchamber) -"xFd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/machinery/door/airlock/command/glass{ - name = "Telecommunications Server Room" - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/tcommsat/server) -"xFe" = ( -/turf/closed/wall, -/area/station/security/lockers) -"xFw" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/chair/sofa/bench{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/security/processing) -"xFA" = ( -/turf/closed/wall/r_wall, -/area/station/science/research) -"xFI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/machinery/door/airlock/research/glass{ - name = "Freezer" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/area/station/hallway/secondary/recreation) +"ptd" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/east, +/obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, -/area/station/science/ordnance/freezerchamber) -"xFL" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/science/ordnance/testlab) -"xFO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/area/station/medical/cryo) +"ptj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"pts" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/hallway/primary/port) -"xFT" = ( -/obj/structure/table/wood, -/obj/machinery/computer/pod/old, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"xFZ" = ( -/obj/structure/disposalpipe/segment{ +/area/station/security/execution/transfer) +"ptx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/obj/item/plate, +/obj/item/food/peanut_butter_jelly_sandwich, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ptB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding{ dir = 6 }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"xGc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/firealarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"ptK" = ( +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"ptM" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/modular_computer/console/preset/cargochat/medical{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"pus" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"puv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"puw" = ( +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"puA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/neutral/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"puC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, /turf/open/floor/iron, /area/station/hallway/primary/port) -"xGd" = ( +"puK" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/prison/garden) +"puN" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"puO" = ( +/obj/structure/cable, +/obj/machinery/door/window/left/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"pvj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = -9; + pixel_y = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"pvk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"pvt" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/machinery/airalarm/directional/north, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/wrench/medical{ + pixel_x = -5 + }, +/turf/open/floor/iron/small, +/area/station/medical/cryo) +"pvx" = ( +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/cargo/storage) +"pvU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"pwJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Law Office" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/lawyer, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/lawoffice) +"pwK" = ( +/turf/open/floor/iron, +/area/station/medical/chemistry) +"pwU" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"pwY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"pxr" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/commons) +"pxC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"pxF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/department/science/xenobiology) +"pxI" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 8; + pixel_y = 16 + }, +/obj/machinery/camera/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"pxP" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"pyn" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/item/melee/baseball_bat, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"pyp" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/firealarm/directional/west, +/obj/structure/closet/secure_closet/psychology, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"pyu" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/disposal/bin{ + desc = "A pneumatic waste disposal unit. This one leads to the morgue."; + name = "corpse disposal" + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"pyz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"pyB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"pyQ" = ( +/obj/docking_port/stationary/random{ + dir = 4; + name = "lavaland"; + shuttle_id = "pod_4_lavaland" + }, +/turf/open/space/basic, +/area/space) +"pyT" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"pyW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"pyY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"pzb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/station/ai_monitored/turret_protected/ai) +"pzi" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"pzl" = ( +/obj/machinery/vending/wardrobe/engi_wardrobe, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/directional/west, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"pzv" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pzQ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"pAf" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/library) +"pAt" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/bamboo, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/bartender, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"pAA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"pAK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/red/opposingcorners, /obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/north, /turf/open/floor/iron/smooth, /area/station/service/greenroom) -"xGe" = ( -/obj/structure/bed{ +"pAM" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs) +"pAO" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"pBs" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"pBA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/service/theater) +"pBD" = ( +/obj/effect/turf_decal/box/red/corners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"pCw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/navigate_destination, +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Security Delivery"; + req_access = list("security") + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/security) +"pCz" = ( +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/catwalk_floor, +/area/station/science/xenobiology) +"pCA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pCM" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/west, +/obj/item/storage/box/donkpockets, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"pCV" = ( +/turf/closed/wall, +/area/station/hallway/secondary/spacebridge) +"pCW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_corner{ dir = 4 }, -/obj/item/bedsheet/dorms{ +/area/station/maintenance/starboard/greater) +"pDe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"pDi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"pDv" = ( +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"pDw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"pDH" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/command) +"pDO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"pDZ" = ( +/obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{ + name = "Burn Chamber Exterior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"pEf" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"pEj" = ( +/obj/machinery/holopad, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"pEr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/white/textured_large, +/area/station/command/heads_quarters/cmo) +"pEB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"pEC" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"pEE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"pEH" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"pEX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"pEY" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pFf" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"pFj" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"pFm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "custodialshutters"; + name = "Custodial Closet Shutters" + }, +/obj/machinery/button/door/directional/north{ + id = "custodialshutters"; + name = "shutters control"; + pixel_x = 8 + }, +/turf/open/floor/iron/large, +/area/station/service/janitor) +"pFp" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/item/trash/popcorn{ + pixel_x = 17; + pixel_y = 14 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"pFr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"pFv" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/theater) +"pFI" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner, +/turf/open/floor/grass, +/area/station/cargo/storage) +"pFN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"pFQ" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"pFR" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"pFZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"pGb" = ( +/obj/structure/closet{ + name = "Paramedic Supplies" + }, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/machinery/light/cold/directional/north, +/obj/machinery/light_switch/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"pGd" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/obj/effect/spawner/random/structure/grille, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pGm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/table/reinforced/titaniumglass, +/obj/item/storage/belt/utility, +/obj/item/clothing/glasses/meson{ + pixel_y = 7 + }, +/obj/item/clothing/glasses/meson, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"pGu" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"pGv" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"pGw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"pGx" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/light/floor, +/turf/open/floor/noslip, +/area/station/medical/medbay/central) +"pGI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/ai_monitored/turret_protected/aisat/maint) +"pGO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"pGY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"pHs" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"pHt" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"pHH" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"pHO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/science/xenobiology) +"pHQ" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"pHX" = ( +/obj/machinery/door/airlock{ + name = "Gas Lab Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"pHY" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/commons) +"pIc" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"pId" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/flasher/directional/north{ + id = "ai"; + pixel_x = -22 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"pIe" = ( +/turf/closed/wall/r_wall, +/area/station/science/circuits) +"pIf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"pIw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"pID" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"pIG" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/light/cold/directional/south, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"pIH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"pIJ" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"pIL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"pIO" = ( +/turf/closed/wall/r_wall/rust, +/area/station/command/heads_quarters/ce) +"pJc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"pJd" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"pJg" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"pJl" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"pJq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"pJv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"pJA" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"pJL" = ( +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/cafeteria) +"pJN" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/landmark/start/roboticist, +/obj/machinery/conveyor_switch/oneway{ + id = "fab1"; + pixel_x = 10; + pixel_y = 11 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"pKa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"pKh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"pKn" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"pKr" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"pKu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair{ dir = 4 }, /obj/machinery/light/small/directional/west, -/turf/open/floor/carpet/orange, -/area/station/commons/dorms) -"xGl" = ( -/obj/machinery/door/airlock/external{ - name = "External Docking Port" +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"pKy" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"pKC" = ( +/obj/structure/cable, +/obj/machinery/telecomms/server/presets/security, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"pKF" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/noslip, +/area/station/security/tram) +"pKK" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pKT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/security/checkpoint/escape) -"xGw" = ( -/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"pKX" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"pLj" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/aisat/exterior) +"pLk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"xGJ" = ( -/turf/closed/wall, -/area/station/command/corporate_showroom) -"xGL" = ( -/obj/structure/table, -/obj/item/reagent_containers/cup/glass/drinkingglass, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"xGQ" = ( +/area/station/engineering/atmos/pumproom) +"pLr" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/turf/open/space/basic, +/area/station/solars/aft) +"pLs" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"pLx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"pLK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8 + }, +/obj/structure/sign/warning/cold_temp/directional/north, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"pMc" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"xGS" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"pMg" = ( +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"pMr" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"pMt" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/fore/greater) -"xGT" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/lockers) -"xGX" = ( -/obj/structure/cable, +"pMv" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"pMw" = ( +/obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/neutral/line{ dir = 4 }, @@ -68971,45 +46547,8523 @@ dir = 8 }, /obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=8.0-Pharmacy-StarboardHall"; - location = "7.0-Arrivals-Pharmacy" + codes_txt = "patrol;next_patrol=15.0-CentralStarboard-CentralFore"; + location = "14.0-Dormatories-CentralStarboard" }, /turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pMJ" = ( +/obj/structure/chair/sofa/right/maroon, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"pML" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"pMY" = ( +/obj/item/clothing/suit/costume/xenos, +/obj/item/clothing/head/costume/xenos, +/obj/structure/closet/crate, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"pNa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"pNb" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/science/lower) +"pNd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"pNf" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, /area/station/hallway/primary/aft) -"xGY" = ( +"pNr" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"pNz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"pNG" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/vault{ + dir = 1; + pixel_y = -30 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"pNJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=16.0-CentralFore-CentralPort"; + location = "15.0-CentralStarboard-CentralFore" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pNN" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"pNW" = ( +/obj/structure/fluff/broken_flooring, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"pOi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold/dark/hidden, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"pOl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"xHd" = ( -/obj/effect/turf_decal/siding/thinplating/terracotta{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"pOm" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/north, +/obj/machinery/suit_storage_unit/cmo, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"pOp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ dir = 8 }, -/turf/open/floor/iron/terracotta/small, -/area/station/security/checkpoint/escape) -"xHl" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=20.0-CentralPort-Bar"; + location = "19.0-Engineering-CentralPort" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"pOr" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"pOt" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/hallway/primary/aft) +"pOA" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/light/small/directional/east, +/obj/machinery/recharge_station, +/turf/open/floor/iron, +/area/station/security/tram) +"pOH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"pOV" = ( +/turf/closed/wall, +/area/station/service/chapel/storage) +"pPa" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"pPt" = ( +/obj/machinery/camera/directional/west{ + c_tag = "AI Sat - Antechamber"; + network = list("minisat") + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"pPz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"pPA" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/tram) +"pPB" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/science/lobby) +"pPF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"pQg" = ( +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"pQi" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pQp" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"pQt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"pQH" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pQK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"pQL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"pQU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/emitter{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"pRH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"pRK" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "fab1" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"pRM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"pRN" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"pRS" = ( +/obj/structure/cable, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"pRW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/power/port_gen/pacman, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"pSc" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/frame/computer{ + dir = 1 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"pSg" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/wrench, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"pSB" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1; + name = "server vent" + }, +/turf/open/floor/circuit, +/area/station/science/server) +"pSD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/lower) +"pSJ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hos) +"pSM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"pSP" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_y = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"pSZ" = ( +/obj/structure/chair/sofa/bamboo/left{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"pTb" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/iron/chapel, +/area/station/maintenance/starboard/greater) +"pTq" = ( +/obj/structure/transit_tube/horizontal, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"pTv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/freezerchamber) +"pTz" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"pTB" = ( +/obj/machinery/light/small/directional/west, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"pTV" = ( +/obj/machinery/computer/security, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"pTX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"pUe" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pUo" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/bamboo, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"pUq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"pUs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "AISat Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat/maint) +"pUE" = ( +/obj/machinery/light/cold/directional/south, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"pUM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"pUU" = ( +/obj/machinery/computer/security/qm{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + name = "Quartermaster's Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"pVb" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/dinner, +/obj/machinery/light/small/directional/east, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"pVk" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"pVx" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"pVy" = ( +/obj/machinery/computer/records/security, +/turf/open/floor/iron/small, +/area/station/security/office) +"pVz" = ( +/turf/closed/wall, +/area/station/maintenance/port/fore) +"pVC" = ( +/mob/living/carbon/human/species/monkey{ + name = "George" + }, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"pVL" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Old Bridge Security Checkpoint" + }, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/cutaiwire, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"pVO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/mineral/stacking_machine{ + input_dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"pVT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/obj/structure/bed/maint, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"pVX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"pWn" = ( +/obj/structure/table, +/obj/effect/spawner/random/entertainment/dice, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/commons) +"pWA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"pWM" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology - Killroom Chamber"; + name = "xenobiology camera"; + network = list("ss13","xeno","rd") + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"pWR" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"pXb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"pXw" = ( +/obj/effect/turf_decal/siding/white, +/obj/structure/railing, +/turf/open/floor/stone, +/area/station/service/theater) +"pXE" = ( +/obj/structure/cable, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"pXM" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/structure/table, +/obj/item/reagent_containers/dropper{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/crowbar/large/emergency, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"pXY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"pYc" = ( +/turf/closed/wall/r_wall/rust, +/area/station/maintenance/department/engine) +"pYl" = ( +/turf/closed/wall, +/area/station/science/cytology) +"pYp" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"pYw" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"pYS" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/machinery/flasher/directional/west{ + id = "cell 3" + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"pZa" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"pZg" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/right/directional/north, +/obj/structure/chair/sofa/bench/right, +/obj/machinery/light/small/directional/west, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"pZn" = ( +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/maintenance/solars/starboard/fore) +"pZo" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"pZs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"pZw" = ( +/obj/effect/spawner/random/entertainment/arcade, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"pZE" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/plasma_input{ + dir = 1 + }, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"pZL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"qaf" = ( +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"qam" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"qaq" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmospherics_engine) +"qav" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/window/right/directional/south{ + name = "Corpse Arrivals" + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/plating, +/area/station/medical/morgue) +"qaA" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/brown/full, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/requests_console/directional/south{ + department = "Bar"; + name = "Bar Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"qaC" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"qaT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qaU" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"qaV" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"qaZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/mix_output{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"qbi" = ( +/obj/structure/cable, +/obj/machinery/power/turbine/core_rotor{ + dir = 1; + mapping_id = "main_turbine" + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"qbn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/machinery/computer/crew, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"qbK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/medical/glass{ + name = "Primary Treatment Centre" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"qbU" = ( +/turf/closed/wall/r_wall, +/area/station/commons/toilet/auxiliary) +"qbX" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/cargo/office) +"qcb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"qcc" = ( +/obj/machinery/door/window/left/directional/east{ + name = "Isolation Room 2"; + req_access = list("medical") + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"qch" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"qcB" = ( +/obj/machinery/chem_master/condimaster{ + desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; + name = "BrewMaster 2199" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"qcG" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Cafeteria" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/prison/workout) +"qcM" = ( +/obj/effect/landmark/start/captain, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"qcO" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/screwdriver{ + pixel_y = 1 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qdj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"qdu" = ( +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/mob/living/simple_animal/bot/secbot/pingsky, +/obj/machinery/holopad/secure, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"qdD" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"qdH" = ( +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"qdW" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"qdX" = ( +/obj/item/radio/intercom/directional/north{ + broadcasting = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -26 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai_upload."; + dir = 4; + name = "AI Upload Monitor"; + network = list("aiupload"); + pixel_x = -29 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"qeb" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"qek" = ( +/obj/structure/cable, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qeo" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"qex" = ( +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"qeH" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"qeW" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"qff" = ( +/obj/effect/turf_decal/stripes/white/end{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/maintenance/department/medical/central) +"qfl" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"qfA" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"qgj" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"qgp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"qgr" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"qgH" = ( +/obj/structure/hedge, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"qgK" = ( +/obj/structure/sink/directional/west, +/obj/structure/table/bronze, +/obj/item/paper/fluff/gateway, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"qgU" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"qhk" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"qhv" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"qhK" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/spawner/round_default_module, +/obj/machinery/flasher/directional/east, +/obj/item/radio/intercom/directional/north{ + pixel_x = 27 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"qhO" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/vending/tool, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"qic" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/port) +"qid" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"qiP" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/cup/watering_can, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"qiX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/radiation/rad_area/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"qja" = ( +/obj/structure/chair/stool/directional/east, +/turf/open/floor/stone, +/area/station/maintenance/aft) +"qjb" = ( +/obj/machinery/suit_storage_unit/medical, +/obj/effect/turf_decal/bot, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"qjd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"qjl" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"qjt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"qjC" = ( +/obj/machinery/holopad/secure, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"qjD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"qjH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"qjK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"qjO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"qjS" = ( +/turf/closed/wall, +/area/station/ai_monitored/turret_protected/ai_upload) +"qjX" = ( +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + name = "medical bed" + }, +/obj/item/bedsheet/medical, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"qjY" = ( +/obj/machinery/flasher/directional/east{ + id = "AI"; + pixel_y = 26 + }, +/turf/closed/wall, +/area/station/ai_monitored/turret_protected/ai) +"qkg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/effect/spawner/xmastree, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"qki" = ( +/turf/closed/wall/r_wall/rust, +/area/station/maintenance/disposal/incinerator) +"qkl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qkp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Construction Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"qkE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/door/airlock{ + id_tag = "AuxToilet2"; + name = "Unit 2" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"qkK" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/crowbar/red, +/obj/item/reagent_containers/cup/watering_can, +/obj/item/circuitboard/machine/biogenerator, +/obj/item/wirecutters, +/obj/item/wrench, +/obj/item/shovel/spade, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"qkM" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"qkN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"qkT" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"qkZ" = ( +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"qlc" = ( +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"qlm" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/dark_red, +/obj/machinery/button/door/directional/south{ + id = "secbreach"; + name = "Emergency Breach Shutters"; + pixel_x = -6; + req_access = list("security") + }, +/obj/machinery/button/door{ + desc = "Controls the shutters over the brig windows."; + id = "briglockdown"; + name = "Brig Lockdown Control"; + pixel_x = 6; + pixel_y = -24; + req_access = list("security") + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"qls" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/research) +"qlv" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qlx" = ( +/obj/effect/landmark/atmospheric_sanity/ignore_area, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"qlF" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner{ + dir = 1 + }, +/obj/item/ai_module/reset/purge{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/effect/spawner/random/aimodule/harmful, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"qlI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"qlM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"qlY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"qmg" = ( +/obj/machinery/door/airlock/engineering{ + name = "Smoke Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"qmi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"qmu" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"qmB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"qmT" = ( +/turf/closed/wall, +/area/station/science/cubicle) +"qmW" = ( +/turf/open/floor/engine, +/area/station/science/xenobiology) +"qnl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 4 + }, +/obj/machinery/cell_charger{ + pixel_y = 22 + }, +/obj/item/computer_disk/engineering, +/obj/item/computer_disk/engineering, +/obj/item/clothing/glasses/meson{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/stamp/head/ce{ + pixel_x = 7; + pixel_y = 15 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"qnx" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"qnz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command/glass{ + name = "E.V.A. Storage" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/ai_monitored/command/storage/eva) +"qnC" = ( +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"qnR" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qnZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"qol" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/tram) +"qom" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security) +"qor" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"qoQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"qoU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/construction) +"qpb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"qpe" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/station/science/xenobiology) +"qpg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"qph" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/holopad, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"qpB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/science/lab) +"qpE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/directions/vault/directional/south{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/starboard) +"qpG" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"qpK" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Air to East Ports" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qpM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/glass, +/area/station/command/heads_quarters/rd) +"qpU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"qqs" = ( +/obj/machinery/requests_console/directional/west{ + assistance_requestable = 1; + department = "Engineering"; + name = "Engineering Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/stairs, +/area/station/engineering/break_room) +"qqH" = ( +/obj/machinery/light/very_dim/directional/east, +/mob/living/simple_animal/hostile/ooze/gelatinous{ + name = "Cubie" + }, +/turf/open/floor/iron/recharge_floor, +/area/station/maintenance/port/aft) +"qqW" = ( +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"qra" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"qrd" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/air_sensor/ordnance_burn_chamber, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"qrm" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"qrp" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"qrv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"qrw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"qrA" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/cold/directional/west, +/obj/structure/table, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/construction/plumbing, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"qrC" = ( +/obj/machinery/door/airlock{ + name = "Kitchen Cold Room" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/service/bar/backroom) +"qrK" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/station/science/cytology) +"qrM" = ( +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"qrV" = ( +/turf/closed/wall, +/area/station/security/prison/shower) +"qsb" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/storage/eva) +"qsf" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/flasher/directional/north{ + id = "ai" + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"qsk" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/detective, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"qsp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"qsG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Research Wing" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"qsL" = ( +/obj/machinery/flasher/portable, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/security/tram) +"qsM" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/item/reagent_containers/cup/watering_can, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"qsN" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/light/cold/directional/south, +/obj/machinery/button/door/directional/south{ + id = "kihall"; + name = "Hallway Cutoff"; + pixel_x = -7 + }, +/obj/machinery/button/door/directional/south{ + id = "kitchenshutters"; + name = "Kitchen Shutters"; + pixel_x = 7 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"qtw" = ( +/obj/effect/turf_decal/siding/green{ + dir = 9 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"qtB" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"qtC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"qtF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"que" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/turf/open/floor/iron, +/area/station/security) +"qui" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/screwdriver, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"quj" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"qut" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"qux" = ( +/obj/structure/window/spawner/directional/north, +/obj/machinery/hydroponics/soil, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"quD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/research/glass{ + name = "Cytology Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"quF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=11.0-StarboardHall-RecreationHall"; + location = "10.0-ScienceFoyer-StarboardHall" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"quI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 6 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"quN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"quR" = ( +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"qvd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"qvm" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"qvA" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) +"qvK" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"qvO" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table, +/obj/item/folder/red, +/obj/item/food/monkeycube/bee{ + name = "monkey cube"; + pixel_y = 17 + }, +/obj/item/food/monkeycube/gorilla{ + desc = "Just add water!"; + name = "monkey cube"; + pixel_x = 3; + pixel_y = 13 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"qvW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"qwb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qwf" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"qwn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Project EVA Prep Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"qwv" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/reagent_containers/dropper, +/obj/item/grenade/chem_grenade, +/obj/item/stack/cable_coil, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"qww" = ( +/obj/structure/table/wood, +/obj/item/toy/plush/lizard_plushie/green{ + name = "Dark-Will-Fall"; + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/flashlight/lantern{ + pixel_x = 7; + pixel_y = 15 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/aft) +"qwC" = ( +/obj/docking_port/stationary/random{ + dir = 8; + name = "lavaland"; + shuttle_id = "pod_2_lavaland" + }, +/turf/open/space/basic, +/area/space) +"qwN" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"qwT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/science/lower) +"qwU" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"qwX" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"qxb" = ( +/obj/structure/curtain/cloth, +/turf/open/floor/carpet/royalblack, +/area/station/commons/dorms) +"qxg" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"qxi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/primary/starboard) +"qxj" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"qxk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"qxw" = ( +/obj/machinery/door/window/left/directional/south{ + req_access = list("chapel_office") + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"qxH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Cafeteria" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/prison/rec) +"qya" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"qyf" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/pdapainter/research, +/obj/machinery/computer/security/telescreen/rd{ + pixel_y = 30 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"qyg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"qyh" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"qyk" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"qyv" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"qyO" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"qyV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"qzg" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"qzt" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"qAb" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"qAd" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"qAk" = ( +/obj/structure/table/wood, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/paper/crumpled/bloody, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"qAG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/secure_closet/quartermaster, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"qAL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"qAQ" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"qAR" = ( +/turf/closed/wall, +/area/station/cargo/miningoffice) +"qAZ" = ( +/obj/machinery/photocopier, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"qBf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"qBk" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/sign/picture_frame/portrait/bar{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"qBl" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"qBm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/science/ordnance/testlab) +"qBn" = ( +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"qBx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qBy" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/obj/effect/landmark/start/warden, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"qBH" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/server) +"qBY" = ( +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"qCd" = ( +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"qCn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig Cells" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/brig) +"qCw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"qCx" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"qCy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qCD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"qCF" = ( +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"qCH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"qCM" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"qCO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"qDg" = ( /obj/machinery/door/airlock{ name = "Maintenance" }, /obj/effect/mapping_helpers/airlock/access/any/science/maintenance, /turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"xHm" = ( +/area/station/maintenance/starboard/aft) +"qDk" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/bed/maint, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/carpet/green, +/area/station/maintenance/central/lesser) +"qDA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "com_guest"; - name = "Privacy Shutter" +/turf/open/floor/iron/dark, +/area/station/security/processing) +"qDB" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/command/heads_quarters/captain) +"qDF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qDR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"qDS" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/rack, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/wrench/medical, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"qDV" = ( +/turf/closed/wall/rust, +/area/station/engineering/break_room) +"qEd" = ( +/obj/machinery/holopad/secure, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"qEg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"qEm" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"qEu" = ( +/obj/structure/filingcabinet, +/obj/item/folder/documents, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"qEF" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/obj/item/coffee_cartridge{ + pixel_y = 12 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"qEK" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/north{ + name = "Medical Tools"; + req_access = list("medical") + }, +/obj/machinery/light/cold/directional/south, +/obj/item/storage/box/syringes{ + pixel_y = 4 + }, +/obj/item/gun/syringe, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"qEO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"qEU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/table_or_rack, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"qEX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Cytology Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/cytology) +"qEZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qFa" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"qFi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"qFk" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/public/glass{ + name = "Old Dorms" + }, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"qFn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"qFA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"qFP" = ( +/turf/closed/wall/rust, +/area/station/engineering/atmos/project) +"qGf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qGD" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"qGE" = ( +/obj/machinery/door/airlock/external{ + name = "Construction Zone" + }, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"qGK" = ( +/turf/closed/wall, +/area/station/medical/storage) +"qGX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"qGY" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"qGZ" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"qHj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"qHD" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"qHM" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"qHR" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"qHZ" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/open/misc/asteroid/airless, +/area/station/engineering/atmospherics_engine) +"qIc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"qIn" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/camera/directional/south, +/obj/item/storage/box/syringes{ + pixel_x = 3; + pixel_y = 14 + }, +/obj/machinery/button/door/directional/south{ + id = "medbreach"; + name = "Breach Shutters Control" + }, +/obj/machinery/light/cold/directional/south, +/obj/item/storage/box/masks{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"qIq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" }, /turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"qIx" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"qIA" = ( +/obj/structure/closet/crate{ + name = "Game Supplies" + }, +/obj/item/toy/figure/lawyer, +/obj/item/toy/figure/ian, +/obj/item/toy/figure/hop, +/obj/item/toy/figure/syndie, +/obj/item/toy/figure/roboticist, +/obj/item/toy/figure/md, +/obj/item/clothing/head/collectable/paper, +/obj/item/toy/toy_dagger, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"qIC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"qIF" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"qIG" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"qIN" = ( +/obj/effect/turf_decal/siding, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"qIU" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/flasher/directional/north{ + id = "IsolationFlash2" + }, +/obj/machinery/camera/directional/south{ + c_tag = "Prison Isolation Cell"; + network = list("ss13","prison","isolation") + }, +/turf/open/floor/iron/white/small, +/area/station/security/prison/safe) +"qIX" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"qJg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/machinery/light/broken/directional/north, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"qJj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 5 + }, +/obj/machinery/light_switch/directional/east, +/obj/machinery/disposal/bin{ + desc = "A pneumatic waste disposal unit. This one leads to the morgue."; + name = "corpse disposal" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"qJn" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"qJq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"qJx" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Sec Post Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"qJy" = ( +/obj/structure/table, +/obj/item/storage/bag/tray/cafeteria{ + pixel_y = 2 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"qJz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"qJI" = ( +/obj/structure/table/wood, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"qJX" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/dark_red, +/obj/machinery/computer/records/medical/laptop{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"qKb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"qKc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"qKr" = ( +/turf/closed/wall/rust, +/area/station/maintenance/department/engine/atmos) +"qKt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"qKw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Observation" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/execution/transfer) +"qKB" = ( +/obj/structure/hedge, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"qKV" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"qLh" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"qLo" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"qLr" = ( +/obj/structure/toilet/greyscale{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"qLx" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/security_all, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"qLD" = ( +/obj/machinery/door/airlock/engineering{ + name = "Smoke Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"qLF" = ( +/obj/item/kirbyplants/random, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"qLH" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"qLI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"qLR" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/server) +"qLU" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"qMh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"qMi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"qMr" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"qMs" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/camera/directional/south, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"qMu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"qMz" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"qME" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"qML" = ( +/obj/machinery/door/airlock{ + id_tag = "study_a"; + name = "Study A" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons) +"qMY" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"qNj" = ( +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"qNl" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"qNr" = ( +/turf/closed/wall, +/area/station/hallway/primary/central/fore) +"qNy" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"qND" = ( +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"qNQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"qNR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/obj/machinery/button/door/directional/south{ + id = "XenoPens"; + name = "Xenobiology Shutters"; + req_access = list("xenobiology") + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"qNU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qOh" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/starboard/aft) +"qOp" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/landmark/start/clown, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"qOs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=10.0-ScienceFoyer-StarboardHall"; + location = "9.0-StarboardHall-ScienceFoyer" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"qOu" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"qOD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"qOI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/catwalk_floor/iron, +/area/station/engineering/storage/tech) +"qOJ" = ( +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrogen_output{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"qOM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical/central) +"qOS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"qPc" = ( +/obj/structure/fermenting_barrel, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qPi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"qPA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qPC" = ( +/obj/structure/table/glass, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/machinery/camera/directional/east, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"qPK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"qPP" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"qQn" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"qQv" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"qQI" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"qQP" = ( +/obj/effect/turf_decal/tile/brown/full, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"qQR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"qRn" = ( +/obj/structure/table/glass, +/obj/item/folder/red{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/stamp/head/hos, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"qRE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"qRG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"qRM" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/components/unary/passive_vent, +/turf/open/space/basic, +/area/space) +"qSd" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"qSk" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"qSF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/computer/teleporter{ + dir = 8 + }, +/obj/machinery/button/door/directional/north{ + id = "teleporterhubshutters"; + name = "Teleporter Shutters"; + pixel_x = 24; + pixel_y = 0; + req_access = list("command") + }, +/turf/open/floor/plating, +/area/station/command/teleporter) +"qSL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"qSU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"qSV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/storage) +"qSW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"qTc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qTd" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/execution/transfer) +"qTi" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"qTl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"qTB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/mail_sorting/medbay/general, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"qTD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"qTF" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"qTM" = ( +/obj/structure/bookcase/random, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qTN" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"qTR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qTT" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"qTV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-1" + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"qUc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"qUe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"qUj" = ( +/obj/machinery/smartfridge/food, +/turf/closed/wall, +/area/station/service/kitchen) +"qUm" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"qUt" = ( +/obj/machinery/power/smes, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"qUC" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/maintenance/department/engine) +"qUI" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/pdapainter{ + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"qUL" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/computer/security, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching Prison Wing holding areas."; + name = "Prison Monitor"; + network = list("prison"); + pixel_y = 30 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"qUM" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/table, +/obj/item/stack/ore/bananium, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"qUQ" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"qUV" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"qVa" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"qVf" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"qVh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"qVm" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"qWc" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"qWf" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/weather, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"qWy" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"qWP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"qXh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"qXq" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"qXL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"qXM" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/rdconsole{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"qXU" = ( +/turf/closed/wall, +/area/station/medical/medbay/central) +"qXW" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/office) +"qYa" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"qYb" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"qYe" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"qYf" = ( +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/button/flasher{ + id = "brigisolation"; + pixel_x = -6; + pixel_y = 24 + }, +/obj/machinery/button/flasher{ + id = "brigentry"; + pixel_x = 6; + pixel_y = 24 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"qYl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"qYo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"qYO" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"qZo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"qZq" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/command{ + name = "Council Chambers" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"qZH" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"qZO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"qZP" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/public/glass{ + name = "Arrivals" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"qZX" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/aft) +"rai" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"ran" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"raq" = ( +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/structure/firelock_frame, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/engine/atmos) +"rar" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/vending/cart{ + req_access = list("hop") + }, +/turf/open/floor/iron/large, +/area/station/command/heads_quarters/hop) +"ray" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"raE" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 5 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"rbh" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"rby" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"rbB" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rcd" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"rcf" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"rcg" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"rcm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"rco" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"rcy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"rcK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/tram) +"rcM" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/captain) +"rcR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rcV" = ( +/obj/effect/turf_decal/siding/blue, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"rda" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"rde" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"rdg" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"rdu" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engineering Gear Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/engineering/main) +"rdw" = ( +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"rdx" = ( +/turf/open/floor/iron/white, +/area/station/science/cytology) +"rdy" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"rdA" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/full, +/obj/structure/desk_bell{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medlock"; + name = "Lockdown Shutters" + }, +/obj/item/stack/medical/mesh{ + pixel_x = -6 + }, +/obj/item/stack/medical/suture{ + pixel_x = 11; + pixel_y = -3 + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/medbay/lobby) +"rdF" = ( +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"rdG" = ( +/obj/effect/turf_decal/siding/wideplating/dark/end{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"rdH" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/airlock_painter, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"rea" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"red" = ( +/obj/structure/cable, +/obj/structure/steam_vent, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"reh" = ( +/obj/structure/table/bronze, +/obj/machinery/computer/security/wooden_tv{ + pixel_x = 3; + pixel_y = 14 + }, +/obj/item/folder/blue{ + pixel_x = -1; + pixel_y = -10 + }, +/obj/item/disk/nuclear{ + pixel_x = 4; + pixel_y = -10 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/item/rollingpaper{ + pixel_x = -18; + pixel_y = 6 + }, +/obj/item/rollingpaper{ + pixel_x = -18 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"ret" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"rew" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sink/kitchen/directional/south{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"reD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"reE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"reO" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"rfb" = ( +/obj/machinery/door/poddoor{ + id = "Secure Storage"; + name = "Secure Storage" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos) +"rfc" = ( +/turf/open/floor/plating, +/area/station/maintenance/aft) +"rfp" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"rft" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"rfC" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/storage/dice, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"rfK" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"rfQ" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"rfZ" = ( +/obj/structure/table, +/obj/item/food/meat/rawbacon{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"rga" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/east, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"rgc" = ( +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/construction) +"rgm" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"rgt" = ( +/obj/structure/plasticflaps/opaque, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/maintenance/central/greater) +"rgy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"rgB" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"rgC" = ( +/turf/closed/wall, +/area/station/maintenance/hallway/abandoned_command) +"rgE" = ( +/obj/effect/turf_decal/tile/yellow/full, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/right/directional/east{ + name = "Pharmacy Desk"; + req_access = list("pharmacy") + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/pharmacy) +"rgI" = ( +/turf/open/floor/grass, +/area/station/security/prison/garden) +"rgQ" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron/small, +/area/station/maintenance/department/medical/central) +"rgV" = ( +/obj/structure/chair/sofa/right/maroon, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"rhh" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/mid/directional/south, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"rhi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/north, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"rhj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"rhn" = ( +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/structure/table, +/obj/item/stack/sheet/glass, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -4; + pixel_y = 15 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/clothing/glasses/welding{ + pixel_y = -3 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -3; + pixel_y = -16 + }, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Research Lab"; + name = "Research Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"rhu" = ( +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"rhv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/science/lobby) +"rhw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"rhO" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"rhQ" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"rhT" = ( +/turf/closed/wall, +/area/station/service/lawoffice) +"rhV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"riq" = ( +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"riu" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"riz" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/structure/steam_vent, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"riH" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"riU" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/security/tram) +"rjl" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/science/lab) +"rjo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/service/theater) +"rjs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Project EVA Prep Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"rjv" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/folder/blue, +/obj/item/stamp/law, +/obj/effect/landmark/event_spawn, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 15 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"rjE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Pharmacy" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"rjH" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"rjS" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Old Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"rjV" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/structure/sign/departments/engineering/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"rjX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"rka" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"rke" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/structure/window/reinforced/tram/front, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"rkq" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/item/food/grown/banana, +/turf/open/floor/grass, +/area/station/medical/virology) +"rkt" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"rkv" = ( +/obj/structure/bodycontainer/crematorium{ + dir = 8; + id = "cremateme" + }, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"rkz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"rkX" = ( +/obj/structure/chair/sofa/bench/left, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"rld" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"rlp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"rlq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"rlu" = ( +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"rlI" = ( +/obj/structure/chair/stool/directional/west, +/mob/living/basic/syndicate/russian/ranged/lootless, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"rlL" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"rlP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Coldroom Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rlV" = ( +/obj/structure/closet/secure_closet/hos, +/obj/item/clothing/shoes/cowboy/black, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/checker, +/area/station/command/heads_quarters/hos) +"rma" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=1.5-PNexus-Vault"; + location = "1.0-Security-PNexus" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"rmc" = ( +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"rmo" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/obj/machinery/meter, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"rmr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"rmD" = ( +/obj/machinery/door/poddoor/shutters/window{ + dir = 4; + id = "gateshutter"; + name = "Gateway Access Shutter" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/button/door/directional/south{ + id = "gateshutter"; + name = "Gateway Shutter" + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/gateway) +"rmG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"rmH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "aigas" + }, +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/engine, +/area/station/ai_monitored/turret_protected/ai) +"rmL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"rmR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"rmX" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -18; + pixel_y = -9 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/obj/machinery/light/floor{ + pixel_x = -32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"rmZ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 8; + id = "fab2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"rni" = ( +/obj/effect/turf_decal/stripes/asteroid/end, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"rnH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"rnO" = ( +/obj/machinery/door/poddoor/shutters{ + id = "teleporterhubshutters"; + name = "Teleporter Shutters" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/teleporter) +"rnX" = ( +/obj/machinery/door/airlock/maintenance/external{ + name = "Captain's Escape" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"rok" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"roB" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/office) +"roC" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"roD" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"roM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"roN" = ( +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical/central) +"roS" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Services Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/primary/central/aft) +"rpb" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rpi" = ( +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"rpv" = ( +/obj/machinery/door/airlock/glass{ + name = "Gold Standard Law Firm" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/grimy, +/area/station/maintenance/starboard/greater) +"rpC" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/commons) +"rpG" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"rpI" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"rpU" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"rpV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"rqj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/science/research, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/science/research) +"rqC" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"rqF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"rqI" = ( +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"rqN" = ( +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Holding Cell"; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"rri" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"rro" = ( +/obj/structure/chair/office, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rrU" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/stack/sheet/plasteel/fifty, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/electronics/airlock{ + pixel_x = -16 + }, +/obj/item/electronics/airlock{ + pixel_x = -16; + pixel_y = 7 + }, +/obj/machinery/light/directional/north, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"rrX" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_x = 15; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"rsg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"rsu" = ( +/obj/machinery/light_switch/directional/west, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"rsx" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"rsy" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"rsE" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"rsI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"rsO" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"rsU" = ( +/obj/structure/closet, +/obj/item/clothing/suit/toggle/owlwings, +/obj/item/clothing/under/costume/owl, +/obj/item/clothing/shoes/combat, +/obj/item/storage/backpack/duffelbag, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"rta" = ( +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/hallway/secondary/construction) +"rtm" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"rto" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"rtt" = ( +/obj/structure/table, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"rtC" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"rtE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"rtL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"rtM" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/prison/garden) +"rtQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security{ + name = "Customs Checkpoint" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/checkpoint/customs) +"rua" = ( +/obj/structure/mannequin/plastic, +/turf/open/floor/plating, +/area/station/cargo/boutique) +"rud" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"rug" = ( +/obj/structure/closet/firecloset, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"rut" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"ruE" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"ruK" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ruS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"rvd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"rvp" = ( +/obj/machinery/atmospherics/components/tank/air{ + dir = 8 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/hallway/abandoned_command) +"rvs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/grunge{ + name = "Courtroom" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/courtroom) +"rvv" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"rvE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 9 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"rwv" = ( +/obj/machinery/door/window/brigdoor{ + dir = 4; + name = "Creature Pen"; + req_access = list("research") + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + name = "Creature Pen"; + req_access = list("research") + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"rwA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"rwI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"rwJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"rwX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rxh" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Boutique Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rxk" = ( +/turf/open/floor/iron, +/area/station/security/prison/workout) +"rxq" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/light_switch/directional/south, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"rxr" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rxw" = ( +/obj/machinery/button/door/directional/west{ + id = "private_a"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"rym" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 8; + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"ryn" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ryu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"ryM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ryP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"rza" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"rzg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"rzl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Cargo Botique" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"rzq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"rzt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"rzv" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/central) +"rzC" = ( +/obj/structure/chair/pew/left, +/obj/item/bouquet/sunflower, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"rzF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rzM" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"rzN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"rzQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"rzS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red, +/turf/open/floor/iron, +/area/station/security/prison) +"rAc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"rAh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"rAm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology - Cell 1"; + name = "xenobiology camera"; + network = list("ss13","xeno","rd") + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rAu" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/station/science/explab) +"rAv" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rAx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/button/door/directional/west{ + id = "atmosbridge"; + name = "Space Bridge" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"rAz" = ( +/obj/structure/mirror/directional/east, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"rAC" = ( +/turf/open/floor/iron/diagonal, +/area/station/maintenance/department/engine/atmos) +"rAS" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/open/misc/asteroid/airless, +/area/station/engineering/atmospherics_engine) +"rBt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/medical/glass{ + name = "Medical Supplies" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"rBy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Security's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/hos, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/command/heads_quarters/hos) +"rBD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"rBI" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"rBL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"rCd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"rCf" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"rCi" = ( +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"rCj" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"rCx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/storage/box/petridish{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"rCA" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"rCL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"rCO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"rCR" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/commons/dorms) +"rCX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"rDD" = ( +/obj/structure/bookcase/random/nonfiction, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"rDI" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/central/fore) +"rDL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"rDM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rDS" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"rDW" = ( +/obj/structure/closet/l3closet/janitor, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/service/janitor) +"rDY" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"rEc" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/mob/living/simple_animal/bot/medbot/autopatrol, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"rEz" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/structure/window/reinforced/tram/front, +/obj/machinery/computer/tram_controls/directional/north{ + specific_lift_id = "prison_tram" + }, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"rEB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"rEF" = ( +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"rEN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"rEP" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/spawner/random/trash, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"rES" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"rEV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/hydroponics/garden) +"rEX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"rFf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rFm" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"rFp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/decoration/statue, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"rFv" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"rFJ" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"rFO" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/science) +"rGe" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "wardshut"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/security/warden) +"rGi" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"rGj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"rGs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"rGJ" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"rGN" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rHC" = ( +/obj/structure/urinal/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"rHR" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"rIr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"rIs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"rIB" = ( +/obj/structure/cable, +/obj/structure/falsewall, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"rIO" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/table, +/obj/item/pai_card, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"rIX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"rJb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/cold/directional/south, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"rJg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"rJm" = ( +/obj/effect/spawner/random/structure/grille, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"rJq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"rJG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/pew{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/service/theater) +"rJP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/corporate_showroom) +"rKd" = ( +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"rKg" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"rKl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutter" + }, +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/ai) +"rKr" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"rKt" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"rKu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"rKw" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"rKz" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"rKG" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"rLa" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"rLd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal, +/obj/item/storage/backpack, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/winterboots, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/start/hangover/closet, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/commons) +"rLm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"rLr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"rLA" = ( +/obj/machinery/door/window/right/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"rLE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/research{ + name = "Development Division Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/lobby) +"rLH" = ( +/obj/structure/cable, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"rLL" = ( +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"rLV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"rMa" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue/full, +/obj/structure/window/spawner, +/obj/item/storage/medkit/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/fire{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/storage) +"rMm" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"rMv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"rMw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/interrogation) +"rMG" = ( +/obj/structure/table/wood, +/obj/item/book/granter/action/spell/smoke/lesser{ + name = "mysterious old book of cloud-chasing" + }, +/obj/item/reagent_containers/cup/glass/bottle/holywater{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/nullrod{ + pixel_x = 4 + }, +/obj/item/organ/internal/heart, +/obj/item/soulstone/anybody/chaplain, +/obj/machinery/light/small/red/dim/directional/south, +/obj/item/radio/intercom/chapel/directional/east, +/turf/open/floor/iron/terracotta/diagonal, +/area/station/service/chapel/office) +"rMR" = ( +/obj/effect/turf_decal/stripes, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"rNf" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box, +/turf/open/floor/iron/chapel, +/area/station/maintenance/starboard/greater) +"rNi" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"rNn" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"rNp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"rNv" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"rNE" = ( +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"rNH" = ( +/obj/structure/hedge, +/obj/machinery/light_switch/directional/west, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"rNI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"rNS" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"rNT" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"rNY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"rOd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"rOj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"rOt" = ( +/obj/structure/cable, +/obj/machinery/power/terminal, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"rOD" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"rOJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/lab) +"rOK" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"rOU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"rOY" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"rPd" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2"; + name = "Incinerator Conveyor"; + pixel_x = -13; + pixel_y = -4 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"rPg" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rPh" = ( +/obj/structure/table, +/obj/item/stack/spacecash/c1{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"rPo" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"rPw" = ( +/obj/structure/closet/secure_closet/chief_medical, +/obj/item/storage/secure/briefcase{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/storage/secure/safe/directional/south{ + pixel_y = -23 + }, +/obj/item/gun/syringe, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"rPC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"rPH" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/machinery/recharge_station, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"rPI" = ( +/obj/machinery/light/small/directional/west, +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/science/xenobiology) +"rPL" = ( +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"rPQ" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/toy/talking/griffin{ + pixel_y = 13 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"rQc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/theater) +"rQd" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"rQm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"rQt" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rQy" = ( +/turf/closed/wall, +/area/station/security/checkpoint/escape) +"rQB" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"rQD" = ( +/obj/machinery/light/cold/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/pdapainter/security, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"rQF" = ( +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"rQK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"rQT" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/supply/visible, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air to Distro" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"rQU" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"rRc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/research) +"rRh" = ( +/obj/structure/table/glass, +/obj/machinery/light/small/directional/east, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/retractor, +/obj/item/hemostat, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"rRK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"rRN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"rRO" = ( +/obj/item/bikehorn/rubberducky{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/bikehorn/rubberducky{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"rSl" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plating, +/area/station/engineering/main) +"rSy" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "aigas" + }, +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/engine, +/area/station/ai_monitored/turret_protected/ai) +"rSB" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"rSF" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"rSH" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs) +"rSW" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"rTf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"rTj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"rTk" = ( +/turf/closed/wall, +/area/station/service/chapel/office) +"rTm" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/entry) +"rTr" = ( +/obj/machinery/photocopier, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"rTt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/commons/dorms) +"rTz" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/disposal/delivery_chute{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/engine) +"rUz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"rUE" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/t_scanner, +/obj/item/multitool, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"rUM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"rUS" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"rVg" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"rVh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"rVl" = ( +/obj/structure/closet/crate/coffin, +/obj/machinery/door/window/right/directional/south, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"rVm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart/laundry, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner, +/obj/effect/spawner/random/contraband/prison, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"rVq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"rVy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"rVC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/computer/security/telescreen/interrogation{ + pixel_y = 29 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"rVI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"rVK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/machinery/light/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"rVT" = ( +/obj/machinery/button/door/directional/east{ + id = "AuxToilet3"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/toilet, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"rWa" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/bot, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/door/window/right/directional/south{ + name = "Command Deliveries"; + req_access = list("command") + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"rWc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/stone, /area/station/command/corporate_suite) -"xHv" = ( +"rWf" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/hop) +"rWh" = ( +/obj/machinery/camera/motion/directional/north{ + c_tag = "Vault Exterior"; + id_tag = list("vault") + }, +/turf/open/space/basic, +/area/space) +"rWi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"rWs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"rWy" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Garbage Incinerator Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"rWB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Aft Solar Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"rWC" = ( +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"rWK" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/disposal/bin, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"rWO" = ( +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"rWY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rXf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"rXh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/vault{ + name = "Vault" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/supply/vault, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/catwalk_floor, +/area/station/ai_monitored/command/nuke_storage) +"rXk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"rXo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rXw" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/stool/bamboo{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"rXK" = ( +/turf/closed/wall, +/area/station/science/lower) +"rXQ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2, +/obj/structure/sign/warning/cold_temp/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"rXR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"rYd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/hallway/secondary/construction) +"rYl" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/west, +/obj/item/ai_module/reset{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/ai_module/supplied/freeform, +/obj/machinery/flasher/directional/north, +/obj/item/radio/intercom/directional/north{ + broadcasting = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -26 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"rYG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rYJ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"rYP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/radiation/rad_area/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"rYR" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"rYS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"rYT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"rYV" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sign/directions/supply{ + dir = 8; + pixel_y = -8 + }, +/turf/closed/wall, +/area/station/hallway/primary/central/fore) +"rYX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"rZf" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"rZo" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"rZA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"sab" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille, +/obj/item/shard, +/turf/open/floor/plating, +/area/station/hallway/primary/central/fore) +"sak" = ( +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"san" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner{ + pixel_y = 6 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"sat" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner, +/area/station/science/xenobiology) +"saw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"say" = ( +/obj/structure/industrial_lift/tram, +/obj/effect/landmark/tram/birdshot/maint_left{ + specific_lift_id = "maint_tram" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"saF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/freezer/empty, +/obj/item/food/breadslice/moldy/bacteria, +/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty, +/obj/item/reagent_containers/cup/glass/bottle/beer, +/obj/item/reagent_containers/cup/glass/bottle/beer, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"saX" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"sba" = ( +/turf/closed/wall, +/area/station/maintenance/fore/greater) +"sbi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"sbr" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"sbD" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner, +/obj/structure/flora/bush/large/style_random{ + pixel_x = -13; + pixel_y = -1 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"scd" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"scl" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/gas/owl_mask, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"sco" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/paper_bin/carbon{ + pixel_y = 6 + }, +/obj/item/pen/fountain{ + pixel_y = 7 + }, +/turf/open/floor/iron/small, +/area/station/security/office) +"sdg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"sdj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/bed/maint, +/obj/effect/mob_spawn/corpse/human, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"sdl" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"sdr" = ( +/obj/machinery/light/small/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sds" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/obj/structure/sink/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"sdM" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/mail_sorting/service/law_office, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"sdN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"seg" = ( +/obj/machinery/light/small/directional/east, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"sen" = ( +/obj/effect/turf_decal/tile/green, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"ser" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/lockers) +"sez" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching Prison Wing holding areas."; + name = "Prison Monitor"; + network = list("prison"); + pixel_y = 30 + }, +/obj/machinery/computer/records/security, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"sfe" = ( +/obj/structure/disposalpipe/segment, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"sfg" = ( +/obj/structure/cable, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"sfh" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"sfj" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"sfo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner, +/area/station/science/research) +"sfE" = ( +/obj/structure/cable, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/command/heads_quarters/hop) +"sfK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"sfP" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"sfS" = ( +/obj/structure/window/spawner/directional/east, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"sfX" = ( +/obj/structure/cable, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"sfZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/aft) +"sgb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/public/glass{ + name = "Docking Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"sgx" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sgH" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/science/cytology) +"sgU" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"shf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Engine Coolant Bypass" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"shl" = ( +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"shn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"shp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"shq" = ( +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + name = "medical bed" + }, +/obj/item/bedsheet/medical, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"shx" = ( +/obj/structure/table, +/obj/item/stock_parts/scanning_module{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = -5 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"shA" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/department_orders/medical{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"shB" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"shM" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/machinery/door/airlock/grunge{ + name = "Surgery Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"sii" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"siv" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"siz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/yellow, +/turf/open/space/basic, +/area/space/nearstation) +"siQ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"siT" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -28; + pixel_y = 8 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/window/spawner, +/turf/open/misc/sandy_dirt, +/area/station/science/research) +"sjv" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/construction) +"sjw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"sjz" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/light_switch/directional/west, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"sjL" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"sjM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"ske" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"skg" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"skq" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/landmark/start/quartermaster, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sky" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/machinery/door/window/left/directional/west{ + name = "Crate Security Door"; + req_access = list("shipping") + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"skF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"skZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"sld" = ( +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"slj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"sll" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"slw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"slC" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"slD" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"slH" = ( +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"slI" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"slN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/crowbar, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"slP" = ( +/obj/structure/closet/emcloset, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"slQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sme" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"smg" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"smh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/reinforced/titaniumglass, +/obj/machinery/light/directional/north, +/obj/item/analyzer, +/turf/open/floor/iron/smooth_edge{ + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"smk" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"smx" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/small, +/area/station/maintenance/port/aft) +"smz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"smA" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plating, +/area/station/engineering/main) +"smG" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/machinery/door/window/right/directional/west{ + name = "Medical Supplies"; + req_access = list("medical") + }, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"smK" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"smS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/end, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"smY" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"snf" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"snj" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"snm" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"sno" = ( +/obj/structure/cable, +/obj/structure/closet/crate/coffin, +/obj/structure/window/spawner, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"snq" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/item/modular_computer/laptop, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"snr" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/scan_consolenew{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"snz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"snY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"soc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"sod" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"sof" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"soj" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/lighter, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"sor" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"soy" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"soG" = ( +/obj/structure/closet/secure_closet/captains, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/item/storage/lockbox/medal, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"soI" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"soJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"soK" = ( +/obj/structure/rack, +/obj/item/storage/medkit/regular, +/obj/item/healthanalyzer, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"soN" = ( +/obj/structure/cable, +/obj/structure/displaycase/captain{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"soO" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/science/server) +"soP" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/science/ordnance/testlab) +"soV" = ( +/obj/structure/hedge, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"spH" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"spL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"spM" = ( +/obj/structure/table/glass, +/obj/item/folder/blue, +/obj/item/storage/photo_album{ + pixel_x = -14; + pixel_y = 2 + }, +/obj/item/stamp/head/captain, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"spP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"spR" = ( +/obj/structure/chair/comfy/carp{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"spU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Clinic" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "medlock"; + name = "Lockdown Shutters" + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/dark/small, +/area/station/medical/medbay/lobby) +"sqf" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"sqh" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"sqI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/spawner/directional/west, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"sqL" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"sqQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"sqS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"sqY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 4; + icon_state = "rightsecure"; + name = "Head of Personnel's Desk"; + req_access = list("hop") + }, +/obj/machinery/door/window/left/directional/north{ + dir = 8; + name = "Reception Window" + }, +/turf/open/floor/iron/textured_large, +/area/station/command/heads_quarters/hop) +"src" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"srp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"sru" = ( +/obj/structure/sign/warning/electric_shock, +/turf/closed/wall, +/area/station/maintenance/department/engine) +"srB" = ( +/obj/structure/chair/stool/directional/west, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"srD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock{ + name = "Room 1" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"srH" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/chair/office/light, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"srK" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 10 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"srS" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"srT" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ssc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"sse" = ( +/obj/structure/sign/poster/official/cohiba_robusto_ad{ + pixel_y = 34 + }, +/turf/open/floor/iron/diagonal, +/area/station/maintenance/department/engine/atmos) +"ssl" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"ssn" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"ssp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"sss" = ( +/turf/closed/wall, +/area/station/commons/fitness/locker_room) +"ssw" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/spawner, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"ssy" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/box, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"ssE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"ssP" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"ssZ" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"stb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/pink/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/head/cone{ + pixel_x = 9; + pixel_y = -4 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"sti" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = -32; + spawn_loot_chance = 50 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"stn" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Two"; + space_dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"sto" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"stE" = ( +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"stF" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"stL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"stP" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/tram) +"sua" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"sug" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"suh" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/shuttle/mining{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"suD" = ( +/obj/structure/cable, +/obj/structure/hedge, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"suU" = ( +/obj/docking_port/stationary/escape_pod, +/turf/open/space/basic, +/area/space) +"suV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/execution/transfer) +"suY" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/status_display/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"sve" = ( +/obj/machinery/computer/records/medical, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"svf" = ( +/turf/closed/wall/rust, +/area/station/maintenance/department/engine) +"svg" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/janitor, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"svm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/machinery/button/flasher{ + id = "IsolationFlash"; + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"svt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lower) +"svu" = ( +/obj/structure/hedge, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"svA" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/command/bridge) +"svG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"svQ" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"svR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"svT" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"swm" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"swS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"swT" = ( +/turf/closed/wall/rust, +/area/station/command/heads_quarters/ce) +"sxt" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"sxv" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/structure/bed/dogbed/runtime, +/mob/living/simple_animal/pet/cat/runtime, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"sxz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"sxB" = ( +/turf/closed/wall/r_wall, +/area/station/science/research) +"sxH" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"sxN" = ( +/obj/structure/table, +/obj/item/trash/cheesie{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/machinery/newscaster/directional/west, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"sxU" = ( +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"sxV" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/disposal/incinerator) +"sym" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"syo" = ( +/obj/structure/window/reinforced/spawner, +/turf/open/space/basic, +/area/space/nearstation) +"syx" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"syz" = ( +/obj/structure/cable, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"syU" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"syW" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"szk" = ( +/obj/structure/window/spawner, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"szx" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/security{ + name = "Security Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured_half, +/area/station/security) +"szA" = ( +/obj/machinery/power/emitter{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"szM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"szR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"szS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"szT" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"szU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"szV" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"sAc" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"sAh" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"sAi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"sAo" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"sAs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/lower) +"sAv" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison) +"sAw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/office) +"sAA" = ( +/obj/machinery/vending/autodrobe, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"sAC" = ( +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"sAL" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"sAS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"sBr" = ( +/obj/structure/reflector/box{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"sBt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"sBB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"sBQ" = ( +/obj/item/bikehorn/rubberducky{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/item/bikehorn/rubberducky{ + pixel_x = -7; + pixel_y = 17 + }, +/obj/item/bikehorn/rubberducky, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"sCe" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"sCf" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"sDm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"sDn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/bridge) +"sDu" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sDw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"sDz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"sDB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"sDE" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"sDF" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"sDS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"sDU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"sEa" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/fore) +"sEd" = ( +/obj/machinery/computer/communications{ + dir = 1 + }, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"sEg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"sEm" = ( +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"sEr" = ( +/obj/effect/spawner/random/structure/crate_empty, +/obj/item/stack/ore/glass{ + amount = 20 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"sEE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"sEH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"sFc" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/item/folder/red, +/obj/item/radio{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"sFh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"sFo" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"sFp" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"sFN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"sFS" = ( /obj/structure/disposalpipe/trunk{ dir = 8 }, @@ -69023,141 +55077,1646 @@ /obj/machinery/camera/directional/south, /turf/open/floor/iron/smooth, /area/station/service/greenroom) -"xHw" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/modular_computer/console/preset/cargochat/medical{ +"sGb" = ( +/obj/structure/chair/stool/bamboo{ + dir = 4 + }, +/turf/open/floor/iron/terracotta/diagonal, +/area/station/service/chapel/office) +"sGi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"sGr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"sGs" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/large, +/area/station/hallway/primary/central/fore) +"sGE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"sGI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"sGM" = ( +/obj/machinery/hydroponics/soil{ + pixel_y = 8 + }, +/obj/effect/spawner/random/food_or_drink/seed, +/obj/machinery/light/small/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/aft) +"sGW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/camera/directional/south{ + c_tag = "AI Sat - Port Maint Fore"; + network = list("minisat") + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"sHd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ + dir = 4 + }, +/turf/open/floor/engine/n2o, +/area/station/ai_monitored/turret_protected/ai) +"sHg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"sHi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/blue, +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"sHj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"sHo" = ( +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"sHB" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/rack, +/obj/item/pipe_dispenser, +/obj/item/assault_pod/mining, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"sHR" = ( +/obj/structure/chair/sofa/bench/left{ dir = 1 }, /obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"xHD" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/greenroom) -"xHK" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/machinery/door/airlock/security{ - name = "Security Transfer Center" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/breakroom) -"xHO" = ( /obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/rack, -/obj/item/storage/box/firingpins{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/handcuffs, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/security/tram) -"xHU" = ( +"sIj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"sIk" = ( +/obj/machinery/rnd/production/techfab/department/security, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/office) +"sIG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"sIM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"sIR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"sIZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"sJb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"sJg" = ( +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/brig) +"sJo" = ( +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"sJp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sJq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/command/corporate_dock) +"sJs" = ( +/obj/docking_port/stationary/random{ + name = "lavaland"; + shuttle_id = "pod_3_lavaland" + }, +/turf/open/space/basic, +/area/space) +"sJT" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"sKc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"sKd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/directions/vault/directional/east{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"sKt" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 10 + }, +/obj/structure/table, +/obj/item/clothing/mask/cigarette, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"sKw" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/door/window/left/directional/east{ + name = "Arcade Desk"; + req_access = list("shipping") + }, +/obj/machinery/door/window/right/directional/west{ + name = "Arcade Desk"; + req_access = list("shipping") + }, +/obj/item/clothing/under/costume/lobster, +/obj/item/clothing/head/costume/lobsterhat, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"sKB" = ( /obj/effect/turf_decal/caution{ dir = 4 }, -/turf/open/floor/iron/terracotta/small, -/area/station/security/checkpoint/escape) -"xIj" = ( +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"sKL" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"sKM" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ +/obj/machinery/door/airlock/engineering{ + name = "Supplies Depot" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"sKZ" = ( +/obj/machinery/computer/monitor{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 1; + pixel_y = -29 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"sLd" = ( +/obj/structure/closet/firecloset, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sLk" = ( +/obj/structure/chair/sofa/bench/right{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"xIk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/catwalk_floor/iron, -/area/station/science/lobby) -"xIl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ dir = 4 }, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"xIu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/hallway/secondary/entry) +"sLm" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"sLn" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"sLq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/pew{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/service/theater) +"sLM" = ( +/obj/structure/disposalpipe/segment{ dir = 6 }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"xIw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"sMp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/trimline/neutral/line{ +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"sMB" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/machinery/requests_console/directional/south, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"sMK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{ + dir = 9 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"sMU" = ( +/obj/item/bikehorn/rubberducky{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/bikehorn/rubberducky{ + pixel_x = 7; + pixel_y = -1 + }, +/obj/item/bikehorn/rubberducky{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"sMV" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/machinery/piratepad/civilian, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/side{ dir = 8 }, -/turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"xIy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera/autoname/directional/south, +"sMX" = ( +/obj/structure/closet/crate/coffin, +/obj/machinery/door/window/right/directional/west{ + name = "Coffin Storage"; + req_access = list("chapel_office") + }, +/obj/effect/turf_decal/weather, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"sNd" = ( +/obj/machinery/computer/department_orders/engineering{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"sNu" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"sNy" = ( +/obj/structure/frame/machine, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"sNC" = ( +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"sNE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"xIA" = ( -/obj/effect/turf_decal/arrows{ +"sNF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/terracotta{ +/area/station/science/research) +"sNG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/departments/medbay/alt/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"sNV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/greenroom) +"sNW" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"sOa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"sOb" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/iron/terracotta/small, -/area/station/security/checkpoint/escape) -"xIK" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"sOg" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/office) +"sOx" = ( +/obj/item/target, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"sOH" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/computer/shuttle/mining/common{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"sOI" = ( +/turf/open/floor/iron, +/area/station/science/lobby) +"sOK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"sOL" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"sOP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/hidden, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"sOQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 3" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/safe) +"sOZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"xIM" = ( -/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/command/glass{ + name = "Quartermaster's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/heads_quarters/qm) +"sPy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/obj/item/kirbyplants/dead, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"sPz" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/customs/auxiliary) +"sPH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"sPJ" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sPL" = ( +/turf/open/floor/iron, +/area/station/commons) +"sPU" = ( +/obj/structure/filingcabinet, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"sQg" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"sQl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sQo" = ( +/obj/structure/sink/directional/south, +/obj/item/mop, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"sQu" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/clothing/under/rank/cargo/miner/lavaland{ + pixel_y = 3 + }, +/obj/item/clothing/suit/hooded/wintercoat/miner{ + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"sQC" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"sQV" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"xIP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"sQY" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"sRt" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sRv" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/item/radio/intercom/directional/south, +/obj/machinery/computer/records/security{ + dir = 1 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"sRM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"sRO" = ( +/turf/closed/wall, +/area/station/security/prison/garden) +"sRY" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/spacebridge) +"sSi" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sSm" = ( +/obj/structure/disposalpipe/junction/flip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"sSp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"sSv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"sSy" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/north, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"sSz" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"sSW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"sSZ" = ( /turf/closed/wall/r_wall, -/area/station/hallway/secondary/construction) -"xIW" = ( +/area/station/engineering/atmos) +"sTh" = ( +/obj/structure/cable/multilayer/connected, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/firealarm/directional/east, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/box/red, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"sTw" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"sTA" = ( +/obj/machinery/hydroponics/soil{ + pixel_y = 8 + }, +/obj/effect/spawner/random/food_or_drink/seed, +/obj/machinery/light/small/broken/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/aft) +"sTF" = ( +/obj/machinery/door/window/right/directional/west{ + name = "Counter Access"; + req_access = list("shipping") + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"sTI" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"sTN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sUc" = ( +/obj/machinery/holopad, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"sUd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 5 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"sUf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"sUA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"sUF" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"sUG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"sUQ" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"sUS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"sUW" = ( +/obj/structure/table, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 15 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/misc/asteroid, +/area/station/maintenance/hallway/abandoned_command) +"sVl" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"sVo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"sVy" = ( +/obj/effect/spawner/random/structure/grille, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"sVz" = ( +/obj/machinery/smartfridge, +/turf/closed/wall, +/area/station/service/hydroponics) +"sVE" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"sVF" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/displaycase/trophy, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"sVU" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"sWa" = ( +/obj/structure/table, +/obj/item/trash/energybar, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"sWe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"sWm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"sWt" = ( +/obj/structure/table, +/obj/item/gps/mining{ + pixel_x = 5 + }, +/obj/item/gps/mining{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"sWx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"sWz" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"sWD" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"sWG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"sWK" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "chem_lockdown"; + name = "Chemistry Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/chemistry) +"sWO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"sXb" = ( +/obj/machinery/power/turbine/inlet_compressor{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"sXc" = ( +/turf/closed/wall/r_wall/rust, +/area/station/ai_monitored/aisat/exterior) +"sXn" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"sXo" = ( +/obj/effect/spawner/structure/window, +/obj/structure/sign/departments/medbay/alt/directional/west, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) +"sXt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"sXw" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"sXA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, -/area/station/commons/dorms) -"xJi" = ( -/obj/effect/turf_decal/tile/blue, +/area/station/security/processing) +"sXN" = ( /obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"sXO" = ( +/obj/structure/chair/sofa/left/brown{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/item/toy/plush/moth{ + name = "Loving Moff" + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"sXV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"sXW" = ( +/obj/effect/turf_decal/tile/brown/full, +/obj/machinery/chem_master/condimaster{ + desc = "Looks like a knock-off chem-master. Perhaps useful for separating liquids when mixing drinks precisely. Also dispenses condiments."; + name = "HoochMaster Deluxe"; + pixel_x = -4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"sYa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"sYc" = ( +/obj/structure/window/reinforced/plasma/spawner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/computer/turbine_computer{ + dir = 8; + mapping_id = "main_turbine" + }, +/turf/open/floor/iron/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/disposal/incinerator) +"sYi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"sYj" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/port/greater) +"sYm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"sYv" = ( +/obj/structure/cable, +/obj/structure/barricade/wooden, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"sYE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "roboticshut"; + name = "Robotics Shutters" + }, +/turf/open/floor/plating, +/area/station/science/robotics/lab) +"sYO" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet3"; + name = "Auxillary" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"sZc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/courtroom) +"sZi" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/commons) +"sZm" = ( +/obj/structure/table, +/obj/item/camera_film{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/camera_film{ + pixel_y = 9 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"sZo" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"sZs" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"sZN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"sZO" = ( +/obj/structure/table, +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"sZT" = ( +/turf/open/floor/iron/half, +/area/station/hallway/primary/central/fore) +"taa" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/maintenance, +/obj/item/pickaxe, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"tad" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"tah" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) +"taq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"taB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table, +/obj/item/storage/crayons{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/toy/crayon/purple, +/turf/open/floor/iron, +/area/station/commons) +"taE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/obj/structure/sign/departments/restroom/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"taI" = ( +/obj/machinery/door/poddoor/massdriver_chapel, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"taR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"tba" = ( +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"tbt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/atmospheric_sanity/ignore_area, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"tby" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command/glass{ + name = "Quartermaster's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/heads_quarters/qm) +"tbD" = ( +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"tbR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/departments/holy/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tbW" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/small, +/area/station/security/brig) +"tcf" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"tcp" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"tcv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/duct, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"tcw" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"tcI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 5 + }, +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"tcL" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"tcM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"tcX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/auxlab/firing_range) +"tdc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"tdg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/security) +"tdq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"tdz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"tdC" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"tdE" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/sandstone{ + name = "The Rat's Den" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"tdP" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"tdX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"ted" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/diagonal, +/area/station/maintenance/department/engine/atmos) +"ten" = ( +/obj/machinery/door/airlock/medical{ + name = "CMO Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"tep" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"teq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"tes" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"tez" = ( +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"teD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"teK" = ( +/turf/closed/wall/r_wall, +/area/station/medical/morgue) +"teN" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"teP" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"teV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"tfa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"tff" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"tfg" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/electric_shock, +/turf/open/floor/engine, +/area/station/science/cytology) +"tfy" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, /turf/open/floor/iron/white/corner{ dir = 8 }, /area/station/hallway/secondary/dock) -"xJm" = ( +"tfB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"xJv" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"tfD" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/emcloset, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"xJw" = ( +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/office) +"tfH" = ( /obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"tfL" = ( +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"tfM" = ( +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tfX" = ( +/turf/open/floor/plating/rust{ + initial_gas_mix = "TEMP=2.7" + }, +/area/space/nearstation) +"tgb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tgc" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/cold/directional/east, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"tgl" = ( +/obj/structure/closet/secure_closet/security/cargo, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"tgq" = ( +/obj/machinery/pdapainter/engineering, +/obj/machinery/firealarm/directional/south{ + pixel_x = -11 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"tgw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"tgz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"tgB" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner{ + pixel_y = 17 + }, +/obj/item/storage/box/prisoner{ + pixel_y = 7 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"tgE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"tgI" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "cmoprivacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/cmo) +"tgJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/research) +"thp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/neutral/line{ dir = 4 }, @@ -69166,28 +56725,1019 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"xJx" = ( -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/commons/dorms) -"xJz" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison) -"xJB" = ( -/turf/closed/wall, -/area/station/security/courtroom) -"xJG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" +"tht" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/command/gateway) +"thx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ + name = "Auxiliary Bathrooms" }, /turf/open/floor/plating, +/area/station/commons/toilet/auxiliary) +"thF" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"thJ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"thQ" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/command/glass{ + name = "Teleporter Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/teleporter, +/turf/open/floor/iron/dark/textured_half, +/area/station/command/teleporter) +"thS" = ( +/obj/structure/cable, +/obj/machinery/power/shieldwallgen/xenobiologyaccess, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"tia" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"tie" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/machinery/computer/prisoner/management{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/small/directional/west, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Head of Security's Desk"; + name = "Head of Security Requests Console" + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"tip" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"tit" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"tiH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"tiI" = ( +/turf/closed/wall, +/area/station/cargo/boutique) +"tiL" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/plaque{ + icon_state = "L8" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"tiU" = ( +/obj/machinery/light/small/broken{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/dresser, +/obj/item/toy/figure/curator{ + pixel_x = 2; + pixel_y = 13 + }, +/obj/item/toy/figure/detective{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"tiW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Turbine to Waste" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"tja" = ( +/obj/structure/bed/maint, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"tjb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"tjd" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"tjf" = ( +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"tjl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"tjq" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4; + name = "Cargo Deliveries" + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"tjt" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/south{ + name = "Bio-Generator"; + req_access = list("hydroponics") + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_large, +/area/station/service/hydroponics) +"tjF" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table/glass, +/obj/item/folder/red, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"tjI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"tjL" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"tjN" = ( +/obj/structure/table, +/obj/item/pai_card, +/turf/open/floor/iron, +/area/station/commons) +"tjP" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"tjQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"tjV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"tjX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/table/reinforced/titaniumglass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"tka" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"tkf" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"tkg" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/service/chapel, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tki" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"tks" = ( +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/vehicle/ridden/secway, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"tku" = ( +/obj/structure/chair/stool/bar/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"tkw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/hallway/secondary/construction) +"tkJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"tkQ" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -20; + pixel_y = -16 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/service/lawoffice) +"tlm" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"tlp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"tlw" = ( +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"tlK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Secure Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"tlR" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"tlX" = ( +/obj/machinery/light/cold/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"tmc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"tmg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"tmh" = ( +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = 3; + pixel_y = -23 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"tmi" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"tml" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/execution/transfer) +"tmu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/end, +/obj/machinery/shower/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tmw" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"tmJ" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm/directional/east, +/obj/item/gun/ballistic/shotgun/doublebarrel, +/obj/item/holosign_creator/robot_seat/bar{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"tmR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"tmS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"tmT" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/command/corporate_showroom) +"tmY" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"tne" = ( +/obj/structure/cable, +/obj/effect/spawner/random/structure/furniture_parts, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"tnu" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"tnL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"tnN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/sofa/bamboo/left{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"tnT" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"tnW" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"toq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"tou" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"tov" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"toB" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"toD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"toL" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"toM" = ( +/obj/structure/cable, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"toP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/wood{ + name = "Bar Backroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/service/bar) +"toU" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/brown/full, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/food/lizard_fries, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"tpa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/security/checkpoint/science) +"tpq" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/service/theater) +"tpu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"tpC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/cargo/office) +"tpZ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"tqd" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"tql" = ( +/turf/closed/wall, +/area/station/maintenance/central/lesser) +"tqw" = ( +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"tqx" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/hand_tele, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"tqF" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/security/processing) +"tqR" = ( +/obj/structure/table, +/obj/item/circuitboard/machine/coffeemaker/impressa, +/obj/item/coffee_cartridge/decaf{ + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"tqU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"tqY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"trk" = ( +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"trm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/full, +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/bot_red/left, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"tro" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"trq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"trx" = ( +/obj/machinery/griddle, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"trA" = ( +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/turf/closed/wall/r_wall, +/area/station/medical/virology) +"trN" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"trR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"trV" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"tsl" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"tsq" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"tsI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"tsP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock{ + id_tag = "AuxToilet1"; + name = "Unit 1" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"tsW" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"tti" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/wrench, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"ttm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"ttx" = ( +/obj/machinery/suit_storage_unit/ce, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/ce) +"tty" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"ttz" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"ttF" = ( +/obj/machinery/vending/wardrobe/jani_wardrobe, +/obj/machinery/light/small/directional/east, +/obj/machinery/light_switch/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron, +/area/station/service/janitor) +"ttH" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"ttP" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/supply) +"ttT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/starboard/fore) +"tuc" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"tuk" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/structure/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"tuu" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tuz" = ( +/obj/structure/cable, +/obj/machinery/telecomms/server/presets/service, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"tuW" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"tvn" = ( +/obj/item/target, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"tvt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"tvR" = ( +/obj/structure/table, +/obj/item/plate, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"tvX" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, /area/station/maintenance/port/aft) -"xJQ" = ( +"tww" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"twS" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"twX" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/shower) +"twZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal, +/obj/item/storage/backpack, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/winterboots, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"txa" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"txh" = ( +/obj/effect/landmark/atmospheric_sanity/ignore_area, +/turf/closed/mineral/random/stationside, +/area/station/ai_monitored/aisat/exterior) +"txj" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"txm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"txo" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/passive_vent, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"txu" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"txx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"txy" = ( +/obj/machinery/door/airlock/research{ + name = "Research Director's Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/command/heads_quarters/rd) +"txL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"txW" = ( +/obj/structure/cable, +/obj/item/wrench, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"tye" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage" + }, +/turf/open/floor/iron/textured_half, +/area/station/engineering/storage/tech) +"tym" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"tyt" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tyu" = ( /obj/structure/table/glass, /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/effect/turf_decal/siding/brown{ @@ -69213,986 +57763,121 @@ }, /turf/open/floor/iron/smooth, /area/station/command/bridge) -"xJR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +"tyK" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"xJX" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xJZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/delivery/red, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay" - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/turf/open/floor/iron/white/small, -/area/station/medical/medbay/central) -"xKa" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"tyR" = ( /obj/effect/turf_decal/tile/red/opposingcorners{ dir = 1 }, -/obj/structure/chair/stool/bar/directional/west, +/obj/machinery/light/cold/directional/north, +/obj/structure/sign/poster/official/random/directional/north, /turf/open/floor/iron/cafeteria, /area/station/service/cafeteria) -"xKg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"xKi" = ( -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/security/checkpoint/escape) -"xKl" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/toolbox/electrical, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"xKq" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/bot, -/obj/structure/fireaxecabinet/mechremoval/directional/west, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"xKv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/processing) -"xKx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"tyV" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"xKG" = ( -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"xKL" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig Cells" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/textured_half, -/area/station/security/brig) -"xKQ" = ( -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/machinery/firealarm/directional/north, -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/computer/records/security{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"xLc" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "medlock"; - name = "Lockdown Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/medbay/lobby) -"xLj" = ( -/obj/structure/closet/athletic_mixed, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 10 - }, -/obj/machinery/firealarm/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"xLk" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Xenobiology - Killroom Chamber"; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/science/xenobiology) -"xLl" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/turf/open/floor/iron/dark/small, -/area/station/security/processing) -"xLm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"xLu" = ( -/obj/structure/mirror/directional/east, -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 6 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"xLE" = ( -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"xLO" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"xLY" = ( -/obj/item/reagent_containers/cup/glass/bottle/beer{ - pixel_y = 11 - }, -/obj/effect/spawner/random/maintenance, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"xLZ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/wood/tile, -/area/station/science/lower) -"xMa" = ( -/obj/effect/turf_decal/siding/white, -/obj/machinery/light/floor, -/turf/open/floor/noslip, -/area/station/medical/treatment_center) -"xMd" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/bed/maint, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"xMg" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance{ - name = "Chapel Office Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"xMk" = ( -/obj/machinery/light/floor, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/bridge) -"xMo" = ( -/obj/structure/frame, -/obj/item/stack/cable_coil/five, -/obj/item/circuitboard/computer/arcade, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"xMr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xMv" = ( -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/directional/north, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"xMA" = ( -/obj/machinery/portable_atmospherics/canister/anesthetic_mix, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, /obj/effect/turf_decal/stripes/line{ - dir = 5 + dir = 1 }, -/obj/machinery/light/cold/directional/west, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/white/small, -/area/station/medical/cryo) -"xMK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, /turf/open/floor/iron/dark, -/area/station/science/ordnance) -"xMO" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 1 - }, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"xMT" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den/gaming) -"xMY" = ( -/turf/closed/wall/r_wall, -/area/station/command/teleporter) -"xNh" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/closet/secure_closet/security/sec, -/turf/open/floor/iron, -/area/station/security/lockers) -"xNw" = ( -/turf/closed/wall, -/area/station/science/breakroom) -"xNI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xNS" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"xNU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/small, /area/station/engineering/atmos) -"xNV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"tza" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"tzf" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research/glass{ - name = "Gun Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/auxlab/firing_range) -"xNW" = ( -/obj/effect/turf_decal/stripes/white/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/corner, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/department/medical/central) -"xNZ" = ( /obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xOm" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters{ - id = "qm_warehouse_aft"; - name = "Warehouse Shutters" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"xOw" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/machinery/airalarm/directional/south, -/obj/item/bedsheet/rd{ - dir = 4 - }, -/obj/effect/landmark/start/research_director, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/rd) -"xOB" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"xOE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/security{ - name = "Security Transfer Center" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/textured_half, -/area/station/security/breakroom) -"xOJ" = ( -/obj/structure/cable, -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/light/cold/directional/south, -/obj/effect/landmark/start/paramedic, -/turf/open/floor/iron/dark, -/area/station/medical/paramedic) -"xOL" = ( -/obj/effect/turf_decal/siding/dark_red{ - dir = 1 - }, -/obj/machinery/computer/prisoner/management{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/small/directional/west, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Head of Security's Desk"; - name = "Head of Security Requests Console" - }, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"xOM" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/capacitor{ - pixel_x = -7; - pixel_y = 9 - }, -/obj/item/stock_parts/capacitor{ - pixel_x = -7; - pixel_y = 9 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tcomms) -"xOP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xOS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"xOT" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/storage/dice, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"xPd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/evac/directional/east, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"xPf" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"xPj" = ( -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/engine, -/area/station/science/cytology) -"xPk" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"xPv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"xPx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"xPN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xPR" = ( -/obj/structure/flora/tree/jungle/small/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"xPW" = ( -/obj/item/kirbyplants/fullysynthetic, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"xPX" = ( -/turf/closed/wall/rust, -/area/station/cargo/office) -"xPY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/south, -/obj/effect/turf_decal/stripes/line, -/obj/structure/sign/departments/aiupload/directional/south, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"xQa" = ( -/turf/closed/wall, -/area/station/medical/treatment_center) -"xQh" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 9 - }, -/obj/structure/railing{ - dir = 9 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"xQi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "Privacy Shutter" - }, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"xQj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"xQl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/west, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"xQn" = ( -/obj/effect/turf_decal/siding/wideplating/dark, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 +/obj/effect/mapping_helpers/mail_sorting/science/robotics, +/turf/open/floor/iron/white/side{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xQr" = ( -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/station/engineering/supermatter) -"xQw" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"xQy" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"xQC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"xQI" = ( -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"xQJ" = ( -/turf/closed/wall, -/area/station/service/abandoned_gambling_den/gaming) -"xQK" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 8 - }, -/obj/machinery/computer/department_orders/security{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xQN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"xQW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"xQX" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/diagonal, -/area/station/science/auxlab/firing_range) -"xRg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"xRh" = ( +/area/station/science/lower) +"tzj" = ( /obj/structure/chair{ dir = 8 }, -/obj/structure/window/spawner/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/security/courtroom) -"xRl" = ( -/obj/structure/cable, -/obj/machinery/iv_drip, -/obj/structure/bed/roller, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/siding/red, -/turf/open/floor/iron/white, -/area/station/security/medical) -"xRq" = ( -/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"tzt" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"tzv" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/green, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"xRv" = ( -/obj/machinery/smartfridge/petri/preloaded, -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall/r_wall, -/area/station/science/cytology) -"xRA" = ( -/obj/structure/chair/sofa/bench/left{ +/area/station/maintenance/fore/greater) +"tzP" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Supply Door Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/hallway/primary/central/fore) -"xRB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"xRH" = ( -/turf/closed/wall, -/area/station/maintenance/fore/lesser) -"xRI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/half/contrasted{ +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/iron/dark/textured_half{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"xRV" = ( -/turf/closed/wall, -/area/station/hallway/primary/central/fore) -"xRW" = ( -/obj/machinery/door/airlock/centcom{ - name = "Frozeno!" +/area/station/cargo/storage) +"tzS" = ( +/turf/closed/mineral/random/stationside, +/area/space) +"tzZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/courtroom) +"tAb" = ( +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"tAc" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den/gaming) -"xRZ" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"xSe" = ( -/obj/structure/table/glass, -/obj/structure/microscope, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"xSg" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 9 }, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"tAn" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"tAs" = ( +/turf/open/floor/iron/small, +/area/station/command/teleporter) +"tAu" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"xSp" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"xSt" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/engine, -/area/station/science/cytology) -"xSx" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"xSF" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"xSO" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/medical/medbay/central) -"xSV" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue/full, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 8 - }, -/obj/item/storage/box/gloves{ - pixel_x = -3; - pixel_y = -1 - }, -/turf/open/floor/iron/white/textured_large, -/area/station/medical/medbay/lobby) -"xSZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"xTb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"xTd" = ( -/obj/machinery/light_switch/directional/south, -/obj/effect/decal/cleanable/dirt/dust, +/area/station/maintenance/hallway/abandoned_recreation) +"tAw" = ( +/obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"xTf" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/spawner/random/trash, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"xTo" = ( -/obj/structure/cable, -/obj/structure/window/spawner, -/obj/structure/window/spawner/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"xTr" = ( -/obj/item/kirbyplants/random, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/north, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"xTB" = ( -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/effect/turf_decal/siding/blue{ - dir = 10 - }, -/obj/effect/landmark/start/paramedic, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"xTD" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/paramedic, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"xTI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"xTO" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/cytology) -"xTT" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Cubicle" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/flat_white, -/area/station/science/cubicle) -"xUg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"xUn" = ( -/obj/machinery/computer/records/medical{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/radio/intercom/directional/east, -/obj/machinery/button/door/directional/north{ - id = "medlock"; - name = "Medbay Lockdown Control"; - req_access = list("medical") - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"xUr" = ( -/obj/structure/rack, -/obj/machinery/flasher/directional/west, -/obj/item/storage/toolbox/electrical, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"xUt" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"xUB" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/sign/plaques/kiddie{ - pixel_y = -4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"xUL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"xUO" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/science/genetics, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"xUR" = ( -/obj/structure/rack, -/obj/machinery/flasher/directional/east, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = -3; - pixel_y = 4 - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"xUV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"xUZ" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"xVj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/obj/item/clothing/head/cone{ - pixel_x = 6; - pixel_y = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"xVl" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/light/floor, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"xVn" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/landmark/start/roboticist, -/obj/machinery/conveyor_switch/oneway{ - id = "fab1"; - pixel_x = 10; - pixel_y = 11 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"xVo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"xVv" = ( -/obj/structure/cable, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"xVx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"xVz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Commons" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/commons) -"xVG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"xVV" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/service/janitor) -"xVX" = ( +/area/station/cargo/storage) +"tAy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/siding/white{ @@ -70201,7 +57886,1483 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark/small, /area/station/science/xenobiology) -"xVY" = ( +"tAA" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/wirecutters, +/turf/open/floor/iron/dark, +/area/station/security/office) +"tAO" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"tAW" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"tBg" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"tBu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"tBw" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/science/genetics) +"tBB" = ( +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"tBN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 5 + }, +/obj/structure/table, +/obj/item/integrated_circuit/loaded/speech_relay{ + pixel_y = 6 + }, +/obj/item/integrated_circuit/loaded/hello_world{ + pixel_x = -11 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"tBQ" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"tCa" = ( +/obj/structure/table, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"tCn" = ( +/obj/machinery/atmospherics/components/tank/oxygen{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"tCt" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/iron, +/area/station/commons/dorms) +"tCz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"tCI" = ( +/obj/machinery/vending/cigarette, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/science/lower) +"tCU" = ( +/turf/closed/wall, +/area/station/maintenance/port/aft) +"tCZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/r_wall, +/area/station/commons/fitness/recreation) +"tDp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"tDv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"tDE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/wood, +/obj/structure/bedsheetbin, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"tDI" = ( +/obj/structure/cable, +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + dir = 4; + name = "medical bed" + }, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/item/bedsheet/medical{ + dir = 4 + }, +/obj/machinery/iv_drip, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"tDT" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"tEf" = ( +/obj/machinery/griddle, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"tEj" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"tEr" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/start/assistant, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron, +/area/station/science/lobby) +"tEu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/electropack, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tEC" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"tEG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"tEI" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"tES" = ( +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/security/courtroom) +"tEU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"tFd" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"tFf" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"tFi" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = -3 + }, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"tFs" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"tFt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"tFv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"tFB" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"tFJ" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"tFQ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"tFV" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 2 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/command/heads_quarters/hop) +"tGf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"tGD" = ( +/obj/structure/cable, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"tGK" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"tGP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"tGW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"tGX" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"tHl" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"tHq" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"tHr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/cargo/office) +"tHA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"tHJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/mining{ + name = "Drone Bay" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"tHK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"tHL" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/iron/fifty{ + pixel_x = 5; + pixel_y = 17 + }, +/obj/item/t_scanner{ + pixel_x = -6; + pixel_y = 18 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_y = 4 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"tHV" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/chapel/office) +"tIa" = ( +/obj/structure/table/glass, +/obj/machinery/light/cold/directional/west, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/toy/crayon/purple, +/turf/open/floor/iron/white, +/area/station/science/research) +"tIe" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"tIf" = ( +/obj/structure/cable, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"tIn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/mecha{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"tIy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"tIz" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"tIG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"tIR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"tJe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/structure/window/reinforced/tram/front, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"tJo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/iron, +/area/station/maintenance/port/lesser) +"tJp" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"tJr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"tJu" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"tJH" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/air_sensor/air_tank, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"tJW" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"tKd" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"tKu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/mime, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/stone, +/area/station/service/theater) +"tKJ" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"tKV" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"tKZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"tLx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"tLy" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L10" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"tLK" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"tLT" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/stack/sheet/mineral/sandstone, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"tLZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"tMb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"tMy" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"tMB" = ( +/obj/structure/table, +/obj/machinery/processor{ + pixel_y = 6 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"tMG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"tMJ" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"tMK" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"tMP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"tMV" = ( +/obj/effect/landmark/tram/birdshot/sec_wing{ + specific_lift_id = "prison_tram" + }, +/obj/structure/industrial_lift/tram/white, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"tMX" = ( +/obj/machinery/smartfridge/petri/preloaded, +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/r_wall, +/area/station/science/cytology) +"tNb" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"tNE" = ( +/obj/structure/sink/directional/east, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"tNI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"tNM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/displaycase/labcage, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"tNT" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/item/restraints/handcuffs, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"tOb" = ( +/obj/machinery/airalarm/directional/west, +/obj/structure/table/glass, +/turf/open/floor/iron/white, +/area/station/science/research) +"tOj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"tOw" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tOy" = ( +/turf/closed/wall, +/area/station/cargo/drone_bay) +"tOF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"tOG" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/light/small/directional/south, +/turf/open/floor/noslip, +/area/station/security/tram) +"tOI" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/scanning_module{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"tOQ" = ( +/obj/structure/closet/crate/goldcrate, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/siding/thinplating_new/corner, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"tPj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/fore) +"tPp" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"tPI" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "External Gas to Loop" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"tPK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"tPM" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"tPO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/turf/open/floor/plating/rust, +/area/station/engineering/supermatter) +"tPW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"tQd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"tQf" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"tQv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"tQx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"tQE" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"tQF" = ( +/obj/structure/chair/stool/bamboo{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"tQK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"tQZ" = ( +/turf/closed/wall/r_wall, +/area/station/security/execution/education) +"tRd" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tRk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"tRv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"tRA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/toy/plush/slimeplushie{ + name = "Nanners" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tRE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hatch{ + name = "Glassway Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"tRP" = ( +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"tRQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"tRR" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/cable, +/obj/machinery/light/cold/directional/west, +/obj/machinery/firealarm/directional/west, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"tRT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/sign/departments/lawyer/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"tRU" = ( +/obj/structure/closet/crate{ + name = "Starups Clothing Crate" + }, +/obj/item/clothing/suit/jacket/puffer, +/obj/item/clothing/suit/jacket/letterman_nanotrasen, +/obj/item/clothing/under/dress/wedding_dress, +/obj/item/clothing/under/dress/sailor, +/obj/item/clothing/under/pants/jeans, +/obj/item/clothing/head/costume/foilhat, +/turf/open/floor/plating, +/area/station/cargo/boutique) +"tRW" = ( +/obj/structure/window/spawner/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"tRY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"tSr" = ( +/obj/structure/window/reinforced/plasma/spawner, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"tSA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Xenobiology Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"tSE" = ( +/obj/structure/cable, +/obj/machinery/door/morgue{ + name = "Secret Corridor"; + req_access = list("library") + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"tSF" = ( +/obj/effect/gibspawner/human, +/turf/open/floor/iron/white/diagonal, +/area/station/maintenance/department/science/xenobiology) +"tTd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/processing) +"tTK" = ( +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/research) +"tTM" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"tTT" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/south, +/obj/item/clothing/suit/utility/radiation, +/obj/item/clothing/head/utility/radiation{ + pixel_x = 10; + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"tUf" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"tUl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"tUs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"tUF" = ( +/obj/machinery/light/cold/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"tUJ" = ( +/obj/structure/sign/warning/electric_shock, +/turf/closed/wall/r_wall, +/area/station/maintenance/department/engine) +"tVh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Engineering Desk"; + req_access = list("engineering") + }, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/pen{ + pixel_x = 5 + }, +/obj/structure/desk_bell{ + pixel_x = -8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"tVz" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/obj/machinery/button/door/directional/south{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber Entrance Shutters Control"; + pixel_x = -24; + req_access = list("ai_upload") + }, +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = -8 + }, +/obj/item/radio/intercom/directional/west{ + freerange = 1; + listening = 0; + name = "Common Channel"; + pixel_y = -8 + }, +/obj/machinery/button/door/directional/south{ + id = "AI Core shutters"; + name = "AI Core Shutters Control"; + pixel_x = 24; + req_access = list("ai_upload") + }, +/obj/machinery/button/door/directional/east{ + id = "aigas"; + name = "Gas Tank Shutters"; + pixel_y = 7; + req_access = list("ai_upload") + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"tVP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tVT" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"tVV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"tVY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"tVZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"tWk" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/medbay/central) +"tWz" = ( +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/security/science, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"tWF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/meeting_room) +"tWK" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"tWQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"tWZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"tXg" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/bridge) +"tXl" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = 4 + }, +/obj/item/phone{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/machinery/camera/directional/west{ + c_tag = "MiniSat - Teleporter"; + network = list("minisat") + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"tXE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 1 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"tXF" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/office) +"tXI" = ( +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"tXK" = ( +/obj/structure/table/glass, +/obj/item/defibrillator/loaded{ + pixel_y = 3 + }, +/obj/item/defibrillator/loaded, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"tXM" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/displaycase/trophy, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"tXN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"tXT" = ( +/turf/closed/wall, +/area/station/science/robotics/augments) +"tYp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/security) +"tYs" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/execution/transfer) +"tYy" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"tYD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"tYF" = ( +/obj/machinery/computer/order_console/cook, +/obj/effect/turf_decal/bot_red, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"tYI" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tYM" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"tYX" = ( +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/aisat_interior"; + name = "Antechamber Turret Control"; + pixel_y = 30; + req_access = list("minisat") + }, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"tZf" = ( +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"tZi" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/weather, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"tZn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security{ + aiControlDisabled = 1; + name = "Education Chamber" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/execution/education) +"tZA" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/office) +"tZB" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron, +/area/station/security/courtroom) +"tZE" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"tZL" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/mob/living/simple_animal/parrot/poly, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"tZN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"tZW" = ( +/obj/machinery/smartfridge/organ, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"uaa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"uak" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"ual" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/item/restraints/handcuffs, @@ -70215,57 +59376,5250 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"xWd" = ( +"uaq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uav" = ( +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"uaP" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"uaY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Morgue" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"ube" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"ubi" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ubj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/east{ + id = "AuxToilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/toilet, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"ubk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"ubr" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/item/weldingtool/mini, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"ubv" = ( +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/science/lower) +"ubI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ubL" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L3" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"ubS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"ubY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"ucg" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ucR" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"ucV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"ucX" = ( +/mob/living/simple_animal/hostile/retaliate/goose/vomit, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"udb" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/structure/window/reinforced/tram/front, +/obj/machinery/computer/tram_controls/directional/south{ + specific_lift_id = "prison_tram" + }, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"udc" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"udf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"udv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"udD" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/reinforced/titaniumglass, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/pen{ + pixel_x = 5 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"uec" = ( +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/delivery_chute{ + name = "Service Deliveries" + }, +/obj/structure/sign/departments/botany/directional/north, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/structure/plasticflaps{ + name = "Service Deliveries" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"uef" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uej" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"uer" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"ueP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"ueQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"ueR" = ( +/obj/structure/chair/stool/directional/east, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"ueT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"ufd" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"xWk" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/area/station/maintenance/port/greater) +"ufe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 }, -/obj/machinery/conveyor{ - dir = 8; - id = "fab1" +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"ufg" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"ufi" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 }, /obj/effect/turf_decal/stripes/line, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"xWl" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"uft" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "mechbay"; + name = "Mech Bay Shutters" + }, +/obj/machinery/button/door/directional/north{ + id = "mechbay"; + name = "Mech Bay Shutters Control"; + req_access = list("robotics") + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/science/robotics/mechbay) +"ufC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"ufH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"ufK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Paramedic Dispatch Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/dark/small, +/area/station/medical/paramedic) +"ugd" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ugf" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"ugj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ugz" = ( +/turf/closed/wall, +/area/station/commons/toilet/auxiliary) +"ugE" = ( +/obj/machinery/door/window/brigdoor/left/directional/west{ + id = "Cell 1"; + name = "Cell 1"; + req_access = list("security") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"ugI" = ( +/obj/structure/chair/sofa/left/maroon{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"ugN" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"ugT" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"uhd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"uhg" = ( +/obj/structure/table/wood, +/obj/item/food/cracker, +/obj/item/food/cracker{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/food/cracker{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"uhm" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/obj/machinery/vending/wardrobe/chem_wardrobe, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"uhq" = ( +/obj/machinery/vending/dinnerware, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"uhs" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/bush/large/style_2{ + pixel_x = -23 + }, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"uhw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/tank/oxygen{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"uhC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"uhN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"uiF" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"uiG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"uiI" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"uiK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ujc" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/cook, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ujd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 5 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"ujh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"ujo" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Air to Mix" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"ujt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + id_tag = "com_guest"; + name = "Guest Suite" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/corporate_suite) +"uju" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"ujL" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille, +/obj/item/shard, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"ujQ" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"ujW" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/large/style_random{ + pixel_x = -17; + pixel_y = 14 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/science/cytology) +"ukq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 17 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"ukI" = ( +/obj/structure/table/glass, +/obj/item/stock_parts/cell/high{ + pixel_x = 11; + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"uld" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"uls" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ulN" = ( +/obj/structure/cable, +/obj/machinery/deepfryer, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"ulS" = ( +/turf/closed/wall, +/area/station/security/courtroom) +"ulW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/science/xenobiology) +"ulX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"ume" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"umk" = ( +/obj/structure/sign/directions/science{ + dir = 1; + pixel_y = -8 + }, +/obj/structure/sign/directions/evac{ + dir = 1 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 8 + }, +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"umm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"umo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/pharmacy) +"umt" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"umE" = ( +/obj/machinery/door/window/right/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"umM" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"umO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"umS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/machinery/airalarm/directional/north, +/obj/item/wrench, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"unk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"unt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/window/left/directional/south{ + dir = 4; + name = "Mass Driver Door"; + req_access = list("ordnance") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/ordnance/testlab) +"unu" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 10 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"unA" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 5 + }, +/obj/structure/tank_dispenser/oxygen{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"unF" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/techstorage/service_all, +/obj/machinery/light/cold/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"unJ" = ( +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"unL" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"unN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron, +/area/station/commons) +"uob" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"uoc" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/effect/landmark/secequipment, +/turf/open/floor/iron, +/area/station/security/tram) +"uol" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"uon" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"uoo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"uos" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"uoy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"uoz" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"uoD" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"uoH" = ( +/obj/structure/closet{ + name = "Paramedic Supplies" + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"uoL" = ( +/obj/structure/table/reinforced, +/obj/structure/desk_bell{ + pixel_x = -8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/left/directional/north{ + req_access = list("security") + }, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/customs/auxiliary) +"upd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"uph" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/engineering/atmos/pumproom) +"upy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/window/spawner, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"upz" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/xenobiology) +"upE" = ( +/obj/machinery/door/airlock/external/glass{ + name = "ATMOS PROJECT Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/small, +/area/station/engineering/atmospherics_engine) +"upG" = ( +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"upT" = ( +/obj/effect/turf_decal/siding/brown, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/effect/spawner/random/decoration/ornament, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"upV" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"upY" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/crowbar, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plating, +/area/station/command/teleporter) +"uql" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2"; + name = "Sort and Deliver"; + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"uqw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"uqA" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "cmoprivacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/cmo) +"uqK" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/mod/module/thermal_regulator, +/obj/effect/turf_decal/bot_white, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"uqL" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"uqM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"uqU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/turf/open/floor/iron/textured_half, +/area/station/commons/storage/art) +"uqV" = ( +/obj/machinery/restaurant_portal/bar, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"uro" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"uru" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"urR" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"urX" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/sign/directions/supply/directional/west, +/obj/structure/sign/directions/engineering/directional/west{ + pixel_y = 8 + }, +/obj/structure/sign/directions/command/directional/west{ + pixel_y = -8 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"usn" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/item/storage/backpack/duffelbag/med/surgery, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"usr" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/gravity_generator) +"uss" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"ust" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"usw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"usA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"usH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"usI" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"usK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"utc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"utl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"uts" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/blue/filled/mid_joiner{ + dir = 8 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"utx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"utC" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"utD" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron, +/area/station/security) +"utE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"utK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"uub" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uuc" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"uuk" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space/basic, +/area/space/nearstation) +"uur" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Neurotoxin Outlet Pump" + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"uuy" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"uuG" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/reagent_containers/chem_pack{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/storage/box/rxglasses{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"uuH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"uuM" = ( +/obj/structure/cable, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"uuS" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"uuX" = ( +/obj/structure/closet/crate, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/effect/spawner/random/contraband/prison, +/obj/effect/spawner/random/contraband/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/work) +"uuZ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"uva" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"uve" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"uvg" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"uvn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"uvz" = ( +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"uvH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green/opposingcorners{ dir = 1 }, -/obj/effect/turf_decal/tile/green/half/contrasted, /turf/open/floor/iron/dark, /area/station/medical/chemistry) -"xWn" = ( -/obj/structure/closet/secure_closet/detective, -/obj/machinery/requests_console/directional/north{ - department = "Detective's Office"; - name = "Detective Requests Console" +"uvR" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 }, -/obj/machinery/computer/security/telescreen{ - dir = 4; - name = "Station Monitor"; - network = list("ss13"); - pixel_x = -26 +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"uvZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"uwh" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"uwI" = ( +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/effect/turf_decal/arrows/white, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"uwM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"uwS" = ( +/obj/machinery/light/cold/directional/south, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"uwV" = ( +/obj/effect/spawner/random/trash/mess, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"uxn" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"xWq" = ( -/obj/structure/window/reinforced/spawner/directional/west, /obj/effect/turf_decal/stripes/white/line{ dir = 8 }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"uxt" = ( +/obj/machinery/smartfridge/extract/preloaded, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"uxv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"uxI" = ( +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/science/lower) +"uxN" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/nuke_storage) +"uxZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"uyi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"uyk" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"uym" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"uyv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/meter, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/security/execution/education) +"uyz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"uyT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=2.0-Vault-SNexus"; + location = "1.5-PNexus-Vault" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"uyU" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"uyX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/aft) +"uzc" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/science/genetics, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"uze" = ( +/obj/structure/table, +/obj/item/storage/bag/tray{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/food/cake/apple, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"uzk" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"uzG" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/west, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"uAq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"uAs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"uAu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"uAy" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/chem_heater/withbuffer, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"uAG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"uAX" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"uBh" = ( +/obj/structure/cable, +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"uBs" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion/directional/north{ + active_power_usage = 0; + c_tag = "Armory - External"; + use_power = 0 + }, +/turf/open/space/basic, +/area/space/nearstation) +"uBF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 4 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"uBP" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"uBU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"uBW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"uCb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uCl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"uCm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"uCy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 2; + icon_state = "right"; + layer = 3.1; + name = "Upload Console Window"; + req_access = list("ai_upload") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"uCI" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons) +"uCN" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/entry) +"uCZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"uDa" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/chem_mass_spec, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"uDm" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"uDo" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/curtain/cloth/fancy, +/turf/open/floor/iron/grimy, +/area/station/cargo/boutique) +"uDp" = ( +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/machinery/camera/directional/north{ + c_tag = "AI Chamber - SMES"; + network = list("aicore") + }, +/obj/machinery/flasher/directional/north, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"uDu" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"uDv" = ( +/obj/machinery/door/airlock/medical{ + name = "Front Desk" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"uDA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"uDD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"uDE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"uDH" = ( +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/cargo/miningoffice) +"uDK" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"uDM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"uEd" = ( +/obj/structure/table, +/obj/item/storage/photo_album/prison, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"uEf" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/lockers) +"uEh" = ( +/obj/effect/turf_decal/stripes/end, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/security/execution/education) +"uEm" = ( +/turf/open/floor/wood, +/area/station/service/theater) +"uEo" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"uEr" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Filing Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/office) +"uEE" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"uEH" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"uEM" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/gun/ballistic/automatic/c20r/toy/unrestricted, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"uEN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron, +/area/station/security) +"uFc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"uFj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"uFk" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4; + piping_layer = 2 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"uFv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/decoration/flower{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"uFC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/service/janitor) +"uFE" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"uFK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"uFL" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"uFO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/cargo/office) +"uFQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=6.3-Arrivals"; + location = "6.2-Arrivals" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"uGb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"uGj" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"uGl" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants/random, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"uGo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"uGC" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/dock) +"uGE" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"uGK" = ( +/obj/structure/table, +/obj/item/wrench{ + pixel_y = 21 + }, +/obj/item/storage/box/drinkingglasses{ + pixel_x = -5; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"uGL" = ( +/obj/structure/bookcase/random, +/turf/open/misc/asteroid, +/area/station/service/library/abandoned) +"uGM" = ( +/obj/structure/closet{ + name = "Evidence Closet 3" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"uGN" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"uHr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table, +/obj/item/toy/crayon/rainbow{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = -12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"uHA" = ( +/obj/structure/sign/poster/contraband/got_wood{ + pixel_y = 31 + }, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"uHB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/maintenance/department/science/xenobiology) +"uHC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"uHH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/side, +/area/station/science/lobby) +"uHM" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"uHO" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"uHT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"uId" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "AISat Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"uIg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=3.0-StarboardHall-TechStorage"; + location = "2.5-SNexus-StarboardHall" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uIl" = ( +/turf/closed/wall, +/area/station/ai_monitored/security/armory) +"uIw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"uIA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"uID" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"uIG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"uIM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons) +"uIU" = ( +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/medical/treatment_center) +"uIW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"uIY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"uJc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/mining{ + name = "Mining Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"uJh" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/box/monkeycubes{ + pixel_x = 16; + pixel_y = 9 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/pill_bottle/mutadone{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"uJk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "secbreach"; + name = "Breach Shutters" + }, +/turf/open/floor/plating, +/area/station/security/processing) +"uJl" = ( +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/maintenance/port/aft) +"uJm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/sparker/directional/north{ + id = "Xenobio" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"uJp" = ( +/obj/effect/turf_decal/siding/thinplating/terracotta{ + dir = 8 + }, +/turf/open/floor/iron/terracotta/small, +/area/station/security/checkpoint/escape) +"uJv" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"uJz" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"uJF" = ( +/obj/machinery/door/airlock/external{ + name = "Common Mining Dock" + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"uJR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"uJT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"uJV" = ( +/turf/closed/wall, +/area/station/commons/vacant_room/commissary) +"uKd" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/obj/machinery/light/floor{ + pixel_x = -32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"uKl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"uKn" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/rack, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 9 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 1; + pixel_y = -2 + }, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"uKo" = ( +/mob/living/simple_animal/bot/secbot/beepsky/armsky, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"uKr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"uKx" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/recharge_station, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"uKz" = ( +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/flasher/directional/east{ + id = "Cell 2" + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"uKF" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"uLn" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"uLp" = ( +/obj/machinery/vending/wardrobe/det_wardrobe, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"uLs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos) +"uLu" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"uLx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"uLz" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/engine/atmos) +"uLD" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"uLG" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/greyscale, +/obj/item/folder/blue, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"uLH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/departments/science/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uLI" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"uLZ" = ( +/obj/structure/bodycontainer/morgue{ + dir = 2 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"uMg" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"uMm" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/five, +/obj/item/screwdriver, +/obj/item/grenade/firecracker{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"uMp" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plating, +/area/station/engineering/main) +"uMt" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"uMy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"uMA" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"uMH" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/medical/virology) +"uMK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"uNa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"uNd" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/diagonal, +/area/station/science/auxlab/firing_range) +"uNg" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 1 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"uNh" = ( +/obj/structure/rack, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_y = 4 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 4 + }, +/obj/item/clothing/mask/gas, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"uNy" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"uNE" = ( +/obj/structure/window/spawner/directional/east, +/turf/open/space/basic, +/area/space/nearstation) +"uNO" = ( +/turf/closed/wall, +/area/station/commons/toilet/restrooms) +"uNQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"uNT" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"uOp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"uOw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/port) +"uOK" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical/central) +"uOP" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/spawner, +/obj/structure/flora/rock/pile/style_2, +/turf/open/misc/sandy_dirt, +/area/station/science/research) +"uPn" = ( +/obj/machinery/light/cold/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"uPs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"uPt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"uPw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad"; + name = "Loading Conveyor"; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"uPA" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"uPC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"uPF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/storage) +"uPH" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"uPI" = ( +/obj/structure/cable, +/obj/machinery/power/smes/engineering, +/obj/machinery/light/small/directional/south, +/obj/machinery/light_switch/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/plating/rust, +/area/station/maintenance/disposal/incinerator) +"uPL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"uQb" = ( +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uQf" = ( +/obj/structure/sign/departments/science/alt/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"uQl" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/bush/stalky/style_random, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"uQv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"uQw" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/bookcase/random, +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"uQy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uQD" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "secbreach"; + name = "Breach Shutters" + }, +/turf/open/floor/plating, +/area/station/security) +"uQG" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"uRe" = ( +/obj/machinery/atmospherics/components/tank{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"uRU" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"uRZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"uSc" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/machinery/air_sensor/oxygen_tank, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"uSh" = ( +/obj/effect/landmark/tram/birdshot/maint_right{ + specific_lift_id = "maint_tram" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"uSi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"uSp" = ( +/turf/closed/wall/r_wall, +/area/station/security/warden) +"uSx" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/healthanalyzer{ + pixel_x = 5 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"uSF" = ( +/obj/structure/bookcase/random/reference, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"uSH" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/main) +"uSI" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"uSK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"uSL" = ( +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"uSP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"uSQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/end, +/obj/machinery/shower/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uSV" = ( +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"uTb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"uTd" = ( +/obj/structure/table/wood, +/obj/item/restraints/handcuffs/fake, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"uTp" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"uTu" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"uTB" = ( +/obj/effect/spawner/structure/window, +/obj/structure/sign/warning/cold_temp/directional/north, +/turf/open/floor/plating, +/area/station/medical/coldroom) +"uTS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"uTW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"uUn" = ( +/obj/structure/lattice, +/obj/structure/window/spawner, +/turf/open/space/basic, +/area/space/nearstation) +"uUr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"uUu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"uUv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"uUy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Cold Loop to Gas" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"uUC" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = -5; + pixel_y = 22 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = -1; + pixel_y = 13 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"uUG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"uUY" = ( +/turf/open/floor/iron/dark/smooth_corner, +/area/station/maintenance/starboard/greater) +"uVa" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"uVb" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"uVr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"uVB" = ( +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"uVM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock{ + name = "Faded Door" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"uWe" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"uWk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"uWu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"uWR" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"uWY" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/machinery/light/small/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"uXj" = ( +/obj/machinery/light_switch/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"uXn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"uXr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"uXs" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"uXw" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"uXG" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/machinery/light_switch/directional/north, +/obj/machinery/light/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"uXN" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/bot_red, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"uYl" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"uYm" = ( +/turf/closed/wall/r_wall, +/area/station/security/brig/entrance) +"uYq" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"uYx" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"uYy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"uYW" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 4 + }, +/turf/open/floor/plating/rust{ + initial_gas_mix = "TEMP=2.7" + }, +/area/space/nearstation) +"uZi" = ( +/obj/structure/cable/layer3, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"uZn" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"uZp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage" + }, +/turf/open/floor/iron/textured_half, +/area/station/engineering/storage/tech) +"uZG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/obj/machinery/door/airlock/centcom{ + name = "Custodial Closet" + }, +/turf/open/floor/iron/textured_half, +/area/station/service/janitor) +"uZH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"uZP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"uZQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"uZW" = ( +/obj/structure/table, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = -8 + }, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"vaf" = ( +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vak" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"vap" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"vav" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"vay" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"vaB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vaY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"vbl" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"vbm" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/north, /turf/open/floor/engine, /area/station/science/cytology) -"xWs" = ( +"vbD" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/obj/machinery/computer/department_orders/security{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"vbR" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"vbW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"vcj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"vcq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vcE" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/structure/sink/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"vcF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"vcV" = ( +/obj/effect/turf_decal/stripes/white/end{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/maintenance/department/medical/central) +"vdf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/ordnance/testlab) +"vdv" = ( +/obj/structure/cable, +/obj/effect/landmark/generic_maintenance_landmark, /turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"vdC" = ( +/obj/effect/turf_decal/stripes/white/end{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + id = "atmosbridge" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"vdH" = ( +/obj/structure/cable, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"vdI" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/lockers) +"vdO" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen{ + pixel_x = -1; + pixel_y = 8 + }, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"vdY" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"vdZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"veg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"vem" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ven" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/plasteel/fifty, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"vex" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"veC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/east, +/obj/machinery/status_display/ai/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"veF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"veT" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/bci_implanter, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"vfj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Infirmary" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/execution/transfer) +"vfu" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner{ + dir = 1 + }, +/obj/effect/spawner/random/aimodule/neutral, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"vfz" = ( +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/trimline/blue/end, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"vfA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"vfD" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod One"; + space_dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"vfH" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/canister/plasma, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"vfJ" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"vfQ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"vfT" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/obj/effect/landmark/start/captain, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"vfU" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"vgf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/station/science/lower) +"vgq" = ( +/obj/machinery/light/small/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"vgG" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"vgR" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/port/aft) +"vgT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/science/xenobiology) +"vhl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"vhw" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"vhx" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"vhG" = ( +/obj/structure/closet{ + name = "Evidence Closet 2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"vhK" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"via" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"vid" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"vij" = ( +/obj/machinery/computer/cargo{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"vik" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/paper_bin, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"vil" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = -3 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"viq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/space/basic, +/area/space/nearstation) +"viE" = ( +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"viH" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + name = "Cargo Deliveries" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/small, +/area/station/medical/medbay/lobby) +"viI" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"viK" = ( +/obj/machinery/button/door/directional/west{ + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_y = 24; + req_access = list("engine_equip") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"viV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/item/trash/flare{ + pixel_x = 11; + pixel_y = 21 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/primary/central/fore) +"vjg" = ( +/obj/structure/reagent_dispensers/fueltank/large, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"vjh" = ( +/turf/closed/wall, +/area/station/maintenance/port/greater) +"vjj" = ( +/turf/closed/wall/r_wall, +/area/station/security/medical) +"vjr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"vjs" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock{ + name = "Abandoned Treatment Room" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"vjC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/delivery, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron/textured_large, +/area/station/hallway/primary/central/fore) +"vjS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vjU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"vka" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"vkt" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"vkz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"vkD" = ( +/turf/closed/wall, +/area/station/maintenance/department/engine/atmos) +"vkT" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"vkZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"vlb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/half, +/obj/effect/turf_decal/tile/brown/half{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured_half, +/area/station/cargo/miningoffice) +"vlo" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/machinery/requests_console/directional/west{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Ordnance Test Range"; + name = "Test Range Requests Console" + }, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"vlA" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron/small, +/area/station/maintenance/port/aft) +"vlB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"vlH" = ( +/turf/closed/wall, +/area/station/science/ordnance/testlab) +"vlI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"vlO" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"vlQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"vlW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"vmf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"vmx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"vmB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison) +"vmD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"vmM" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"vmN" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Hydroponics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"vmO" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/cargo_gauntlet{ + pixel_y = -3 + }, +/obj/item/clothing/gloves/cargo_gauntlet, +/obj/item/clothing/gloves/cargo_gauntlet{ + pixel_y = 3 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/station/cargo/storage) +"vnb" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/construction) +"vnx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Clinic" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medlock"; + name = "Lockdown Shutters" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"vnz" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"vnB" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"vnD" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"vnM" = ( +/obj/structure/table, +/obj/item/pai_card, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"vnO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/morgue{ + name = "Secret Corridor"; + req_access = list("library") + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central/greater) +"vob" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"vod" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"vov" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/dorms{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/carpet/purple, +/area/station/commons/dorms) +"voB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"voK" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) +"voR" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"voS" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"vpg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/small/directional/west, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/rods/fifty, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"vpj" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 1; + id = "aftstarboard"; + name = "Starboard Quarter Solar Control" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"vpw" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"vpM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"vqt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"vqx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/command) +"vqy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/end, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"vqD" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/effect/turf_decal/bot, +/obj/structure/fireaxecabinet/mechremoval/directional/west, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"vqG" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/effect/landmark/start/hangover, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vqM" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/storage/tech) +"vqQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"vqW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"vrr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall, +/area/station/maintenance/department/engine) +"vrB" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"vrH" = ( +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"vrP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"vrS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"vrY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"vrZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"vsc" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"vsf" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 10 + }, +/obj/machinery/power/shieldwallgen, +/turf/open/floor/iron/smooth_large, +/area/station/command/teleporter) +"vsg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vsr" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern{ + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vsu" = ( +/obj/effect/spawner/xmastree, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vsD" = ( +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vsG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"vsN" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"vtd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sink/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"vtA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"vtI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/rust, +/area/station/engineering/atmos/project) +"vtJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=23.2-Evac"; + location = "23.1-Evac" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"vtT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"vub" = ( +/obj/machinery/door/window/brigdoor/right/directional/east{ + id = "Cell 2"; + name = "Cell 2"; + req_access = list("security") + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"vuA" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/item/modular_computer/laptop, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"vuC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"vuJ" = ( +/obj/structure/table/wood, +/obj/item/pen/fountain{ + pixel_x = -4 + }, +/obj/item/coin/gold{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"vuO" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"vuQ" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/starboard) +"vuT" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/port/aft) +"vuU" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"vvi" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"vvj" = ( +/obj/machinery/holopad, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"vvk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"vvs" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vvv" = ( +/obj/structure/cable, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"vvK" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"vvX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"vwa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"vwi" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"vwj" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/paper/guides/jobs/hydroponics, +/obj/effect/spawner/random/food_or_drink/seed{ + spawn_all_loot = 1; + spawn_random_offset = 1 + }, +/obj/effect/spawner/random/contraband/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"vwk" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/machinery/light/dim/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"vws" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"vwT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vwV" = ( +/obj/structure/dresser, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"vwW" = ( +/obj/effect/turf_decal/siding/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"vxj" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"vxu" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vxE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/command/gateway) +"vxQ" = ( +/obj/structure/table/wood, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"vyh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"vyj" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/machinery/fax{ + fax_name = "Captain's Office"; + name = "Captain's Fax Machine"; + pixel_y = 11 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"vyy" = ( +/obj/machinery/light/directional/north, +/obj/structure/window/spawner/directional/west, +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/reagent_containers/cup/glass/bottle/whiskey{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"vyJ" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/weather, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"vyL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/closed/wall/rust, +/area/station/ai_monitored/turret_protected/ai) +"vyO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vyQ" = ( +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vzi" = ( +/obj/structure/window/reinforced/plasma/spawner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"vzj" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"vzo" = ( +/obj/machinery/atmospherics/components/binary/tank_compressor, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"vzw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"vzy" = ( +/turf/closed/wall, +/area/station/service/janitor) +"vzP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 9 + }, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/button/door/directional/north{ + id = "chem_lockdown"; + name = "chemistry lockdown control"; + req_access = list("pharmacy") + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"vAg" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/coffeepack/robusta{ + pixel_y = 3 + }, +/obj/item/restraints/handcuffs{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"vAj" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"vAC" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"vAF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"vAM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock{ + id_tag = "AuxToilet3"; + name = "Unit 3" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"vAT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"vAV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"vBe" = ( +/obj/structure/bed/maint, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"vBg" = ( +/obj/item/exodrone, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"vBA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"vBD" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"vBF" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"vBG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"vBP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"vBW" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"vCz" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"vCB" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"vCL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/newscaster/directional/north, +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"vCP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"vCS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"vCT" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"vCW" = ( +/obj/effect/spawner/random/structure/girder, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"vCX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"vCZ" = ( +/obj/machinery/gravity_generator/main, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"vDj" = ( +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"vDk" = ( +/turf/closed/wall, +/area/station/engineering/supermatter/room) +"vDy" = ( +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/banner/cargo, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"vDE" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"vDF" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"vDL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/aft) +"vDY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"vEe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/small, +/area/station/command/teleporter) +"vEf" = ( +/obj/structure/rack, +/obj/machinery/light/small/directional/north, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"vEm" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/bombcloset/security, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/security/lockers) +"vEp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/machinery/door/airlock/command{ + name = "Research Division Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/server) +"vEr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"vEs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"vEM" = ( +/turf/closed/wall/r_wall, /area/station/science/robotics/mechbay) -"xWw" = ( +"vER" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"vEY" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/light/cold/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"vFe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"vFh" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"vFj" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"vFJ" = ( +/obj/machinery/door/airlock/external{ + name = "External Docking Port" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/security/checkpoint/escape) +"vFY" = ( +/turf/closed/wall, +/area/station/science/lab) +"vGc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"vGl" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/lower) +"vGp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"vGy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Public Garden" + }, +/turf/open/floor/iron/textured_half, +/area/station/service/hydroponics/garden) +"vGF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"vHc" = ( +/obj/structure/falsewall, +/turf/open/floor/iron, +/area/station/service/library/abandoned) +"vHd" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/lab) +"vHp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/window/right/directional/north{ + dir = 4; + name = "Research Delivery"; + req_access = list("science") + }, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/science/research) +"vHw" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/assistant, +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"vHL" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"vHN" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/security/tram) +"vHR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"vHT" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"vHX" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"vIe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"vIi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"vIw" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"vIM" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"vJb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"vJc" = ( +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"vJq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"vJw" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/commons) +"vJJ" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"vJL" = ( +/obj/effect/turf_decal/siding/green{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"vJW" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"vKb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/holopad, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"vKq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"vKs" = ( +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"vKx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"vKG" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/security) +"vLd" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/machinery/computer/pandemic, +/obj/structure/reagent_dispensers/wall/virusfood/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"vLf" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/item/pinpointer/nuke{ + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"vLw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"vLW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"vLX" = ( +/obj/structure/cable, +/obj/machinery/oven, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"vMa" = ( +/obj/structure/sign/directions/evac, +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = -9 + }, +/turf/closed/wall, +/area/station/hallway/primary/central/fore) +"vMm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) +"vMB" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"vMC" = ( +/obj/machinery/door/airlock/engineering{ + name = "Main Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"vMD" = ( +/obj/item/clothing/head/cone{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/clothing/head/cone{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/clothing/head/cone{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/head/cone{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/head/cone{ + pixel_x = -3; + pixel_y = -13 + }, +/turf/open/floor/iron/smooth_large, +/area/station/engineering/atmos) +"vMS" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/engine) +"vMT" = ( +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"vMU" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/supply/visible, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air to External Air Ports" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"vMV" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/north, +/obj/machinery/light/dim/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"vMY" = ( +/obj/structure/window/spawner, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"vMZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"vNf" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"vNJ" = ( +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vNO" = ( +/obj/structure/closet{ + name = "janitorial supplies" + }, +/obj/item/pushbroom, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"vNW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Cubicle" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"vOb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"vOg" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"vOr" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/lab) +"vOt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/maintenance/starboard/greater) +"vOz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"vOB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/chair/stool/bamboo{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet/green, +/area/station/maintenance/central/lesser) +"vOJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vON" = ( +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vOR" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"vOW" = ( +/turf/closed/wall, +/area/station/hallway/secondary/exit/departure_lounge) +"vOY" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"vPa" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"vPb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/hallway/secondary/spacebridge) +"vPm" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"vPy" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"vPH" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -70278,85 +64632,1271 @@ /obj/effect/landmark/start/depsec/science, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"xWz" = ( +"vPI" = ( /obj/structure/cable, -/obj/machinery/power/solar_control{ - dir = 8; - id = "centersol"; - name = "Center Quarter Solar Control" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"vPJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"vPO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/chapel{ + dir = 4 }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"xWD" = ( -/obj/structure/table/glass, -/obj/item/experi_scanner{ - pixel_x = 4; - pixel_y = 7 +/area/station/maintenance/starboard/greater) +"vPY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/airlock/security{ + name = "Prison Transfer Tram" }, -/obj/item/experi_scanner{ - pixel_x = -10; - pixel_y = 1 +/turf/open/floor/iron, +/area/station/security/tram) +"vQd" = ( +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"vQL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"vQS" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 4; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"vQU" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"vRe" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"vRy" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"vRJ" = ( +/obj/machinery/computer/security/hos{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"vRZ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"vSf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vSm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/ai_monitored/turret_protected/aisat/maint) +"vSw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"vSz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"vSC" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/table/reinforced, +/obj/item/key/security{ + pixel_y = 6 + }, +/obj/item/toy/figure/warden{ + pixel_y = -5 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"vSN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"vSO" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"vSV" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/bedsheet/qm, +/obj/item/reagent_containers/cup/glass/bottle/tequila{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"vSY" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"vSZ" = ( +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/entry) +"vTd" = ( +/turf/closed/wall/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"vTg" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/large/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"vTG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/departments/botany/alt1/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"vTW" = ( +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/service/kitchen) +"vTZ" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/obj/structure/sign/departments/engineering/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"vUc" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"vUg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"vUG" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"vUI" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"vUU" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/security) +"vUZ" = ( +/obj/machinery/door/airlock/external{ + name = "External Docking Port" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/security/checkpoint/escape) +"vVb" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"vVy" = ( +/obj/structure/rack, +/obj/machinery/flasher/directional/east, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"vVL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"vVP" = ( +/obj/machinery/air_sensor/mix_tank, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"vVR" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"vWc" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"vWi" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"vWk" = ( +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/syndicate, +/obj/item/target/alien, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"vWl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"vWy" = ( +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"vWB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"vWJ" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/space/basic, +/area/space) +"vWT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"vWX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"vXg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"vXm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 }, /turf/open/floor/iron/white, -/area/station/science/research) -"xWK" = ( +/area/station/medical/treatment_center) +"vXw" = ( +/obj/machinery/mecha_part_fabricator/maint{ + name = "forgotten exosuit fabricator" + }, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"vXF" = ( +/obj/machinery/door/airlock{ + id_tag = "study_b"; + name = "Study B" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons) +"vXS" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"vYb" = ( +/obj/structure/lattice, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/space/basic, +/area/space/nearstation) +"vYi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/dock) +"vYt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/external/glass{ + name = "Abandoned Dock Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"vYA" = ( +/obj/structure/table/wood, +/turf/open/floor/plating/rust, +/area/station/service/library/abandoned) +"vYE" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"vYG" = ( +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"vYW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vZd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vZe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/structure/closet/crate{ + name = "Materials Crate" + }, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/plasteel/fifty, +/obj/item/stack/sheet/plastic/five, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/titaniumglass/fifty, +/obj/item/stack/sheet/mineral/titanium/fifty, +/obj/item/stack/rods/fifty, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"vZN" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"vZS" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram, +/obj/machinery/door/window/tram/left/directional/north{ + pixel_x = -32; + pixel_y = -25 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"vZW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"wad" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/directions/evac/directional/west, +/obj/structure/sign/directions/science/directional/west{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/directions/security/directional/west{ + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wae" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/mix_input{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"wak" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/left/directional/south, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"wau" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"waz" = ( +/turf/closed/wall, +/area/station/security/prison/work) +"waO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/greyscale, +/obj/item/bodypart/leg/left/monkey{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/scalpel, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white/diagonal, +/area/station/maintenance/department/science/xenobiology) +"waT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/fore) +"waV" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"wbb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"wbj" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/reagent_containers/cup/watering_can{ + pixel_x = 7; + pixel_y = 13 + }, +/obj/item/reagent_containers/cup/bottle/mutagen{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"wbq" = ( +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"wbx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"wbK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"wbY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"wci" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wcl" = ( +/obj/machinery/power/smes/engineering, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"wco" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"wcu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wcB" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"wcG" = ( +/obj/structure/cable, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"wcS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"wcT" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"wdj" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"wdP" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"wdQ" = ( +/obj/structure/hedge, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"web" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/departments/botany/alt1/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"weg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"wem" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"wep" = ( +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/five, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"wes" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"wey" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"weH" = ( +/obj/structure/rack, +/obj/item/flashlight/lantern, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"weJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons) +"weX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wfm" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/break_room) +"wfo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/glass, +/area/station/command/heads_quarters/rd) +"wfz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/greyscale, +/obj/item/folder/red, +/obj/item/toy/figure/detective, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"wfE" = ( +/obj/structure/table/glass, +/obj/item/clothing/suit/costume/cyborg_suit, +/obj/item/clothing/head/costume/tv_head, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"wfJ" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 11 + }, +/obj/item/storage/box/syringes{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"wfN" = ( +/obj/structure/chair/stool/directional/west, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"wfT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wfV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/execution/transfer) +"wfX" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"wga" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"wgc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Departure Lounge" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"wgl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"wgp" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"wgy" = ( +/obj/machinery/power/smes/engineering, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wgE" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"wgF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"wgU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wgW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"whn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"who" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"whF" = ( +/obj/structure/toilet/greyscale{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"whI" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"whU" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/fore/greater) +"wio" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"wix" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"wiV" = ( +/turf/open/floor/plating/rust, +/area/station/maintenance/starboard/greater) +"wiW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"wje" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/turf_decal/siding, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"wjg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"wjk" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wjv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"wjw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"wjH" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer, +/obj/effect/turf_decal/stripes, +/obj/machinery/light/cold/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"wkt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 2" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/safe) +"wkx" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"wkE" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/security/lockers) +"wkH" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"wkI" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom/directional/west{ + freerange = 1; + listening = 0; + name = "Common Channel" + }, +/obj/item/radio/intercom/directional/north{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -10 + }, +/obj/machinery/door/window{ + atom_integrity = 300; + base_state = "rightsecure"; + dir = 4; + icon_state = "rightsecure"; + layer = 4.1; + name = "Secondary AI Core Access"; + pixel_x = 4; + req_access = list("ai_upload") + }, +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel"; + pixel_x = -26; + pixel_y = -13 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"wkL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"wkV" = ( +/obj/structure/sign/warning/secure_area{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/closed/wall, +/area/station/science/ordnance/bomb) +"wlc" = ( +/obj/docking_port/stationary/mining_home/common{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"wle" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"xWL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/sign/poster/contraband/random/directional/west, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"xWT" = ( -/obj/structure/chair{ - dir = 8; - name = "Judge" - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +/obj/effect/turf_decal/trimline/neutral/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/security/courtroom) -"xWW" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue, +/area/station/hallway/primary/central/fore) +"wli" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/shower/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"wlo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/south{ + c_tag = "Xenobiology - Cell 6"; + name = "xenobiology camera"; + network = list("ss13","xeno","rd") + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"wlv" = ( +/obj/structure/barricade/wooden/crude, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"wly" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"wlB" = ( +/obj/structure/grille, +/obj/effect/spawner/random/structure/girder, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wlQ" = ( +/obj/structure/table/optable, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"wlT" = ( +/obj/structure/closet/emcloset, +/obj/machinery/status_display/ai/directional/south, /turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"xXi" = ( +/area/station/hallway/primary/starboard) +"wmh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wmw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"wmC" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"wmO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"wmR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/east{ + id = "AuxToilet2"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/toilet, +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/trash/soap{ + spawn_scatter_radius = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"wmT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"wnb" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/mannequin/plastic, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/cargo/boutique) +"wnk" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"wns" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -18; + pixel_y = 4 + }, +/obj/machinery/recharger, +/obj/machinery/requests_console/directional/north{ + assistance_requestable = 1; + department = "Security"; + name = "Security Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"wnF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"wnG" = ( +/turf/open/floor/iron/white, +/area/station/science/research) +"wnR" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"wnW" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"xXy" = ( -/obj/structure/cable, +/obj/machinery/door/airlock/engineering/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons/storage/tools) +"woi" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"xXG" = ( -/obj/structure/bed, -/obj/item/bedsheet/cmo, -/obj/item/radio/intercom/directional/south, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"xXJ" = ( -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"woP" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/button/tram{ + lift_id = "prison_tram"; + pixel_y = 32 + }, +/obj/machinery/destination_sign/indicator{ + pixel_y = 32; + tram_id = "prison_tram" + }, +/turf/open/floor/noslip, +/area/station/security/tram) +"wpc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/obj/structure/closet/crate/miningcar, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"wph" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wpj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/blue{ dir = 4 }, @@ -70364,266 +65904,4213 @@ dir = 8 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate/trashcart/laundry, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/item/clothing/under/rank/prisoner, -/obj/effect/spawner/random/contraband/prison, +/obj/machinery/washing_machine, /obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 + dir = 9 }, /turf/open/floor/iron/cafeteria, /area/station/security/prison) -"xXL" = ( -/obj/structure/chair{ - dir = 1 +"wpw" = ( +/turf/closed/wall, +/area/station/science/xenobiology) +"wpA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/brown/full, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"wpB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wpE" = ( +/obj/machinery/status_display/ai/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"xXM" = ( +"wpH" = ( +/obj/structure/cable, +/obj/structure/table/bronze, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/item/plate{ + pixel_y = 2 + }, +/obj/item/plate{ + pixel_y = 4 + }, +/obj/item/plate{ + pixel_y = 6 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"wpS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/north{ + name = "Security Desk" + }, +/obj/item/folder/red, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/customs) +"wpY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wqq" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/ce) +"wqt" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"wqw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wqJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/indigo, +/turf/open/space/basic, +/area/space/nearstation) +"wqK" = ( +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"wqW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wqY" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can/food/pine_nuts{ + pixel_x = 16; + pixel_y = 6 + }, +/obj/machinery/cell_charger{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"wrg" = ( +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/computer/records/security, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"wrN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wsc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"wsn" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/space/basic, +/area/space/nearstation) +"wsv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"wsw" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L11" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"wsx" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/bottle/holywater, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/greater) +"wsB" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/escape) +"wsF" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wsM" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"wsP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron, +/area/station/security) +"wsR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/siding/wideplating/dark{ +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/closet/crate{ + name = "Outdated Weaponry" + }, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_y = 6 + }, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_y = 6 + }, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/security/armory) +"wsT" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"wtw" = ( +/obj/structure/table/glass, +/obj/item/folder/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"wtA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"wtG" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"wtJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/command/heads_quarters/captain/private) +"wtY" = ( +/turf/closed/wall, +/area/station/security/prison/rec) +"wui" = ( +/obj/machinery/computer/security/telescreen/interrogation{ + name = "reflection room monitor"; + network = list("isolation"); + pixel_y = 31 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/east, +/obj/machinery/button/flasher{ + id = "IsolationFlash"; + pixel_x = 28; + pixel_y = 28 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"wuq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/grunge{ + name = "CMO Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"wuu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"wux" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"wuB" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"wuD" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"wuG" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"wvr" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "custodialshutters"; + name = "Custodial Closet Shutters" + }, +/turf/open/floor/iron/large, +/area/station/service/janitor) +"wvx" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"wvC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"wvP" = ( +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/brig) +"wvV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"wwd" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/item/melee/chainofcommand, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"wwe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"wwq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "chem_lockdown"; + name = "Chemistry Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/chemistry) +"wwx" = ( +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"wwH" = ( +/turf/closed/wall/r_wall/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"wwO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/command/glass{ + name = "Teleporter Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/teleporter, +/turf/open/floor/iron/dark/textured_half, +/area/station/command/teleporter) +"wwQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/status_display/ai/directional/east, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"wwX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wwY" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/bush/stalky/style_random, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner, +/turf/open/floor/grass, +/area/station/hallway/secondary/service) +"wxr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/commons/dorms) +"wxJ" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/tram) +"wxM" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"wxN" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/circuit, +/area/station/maintenance/port/aft) +"wxW" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Research Director's Office" + }, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/cubicle) +"wye" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"wyg" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -20; + pixel_y = -16 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/recreation) +"wyL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wyR" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"wyW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner, +/area/station/science/xenobiology) +"wzc" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"wze" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"wzh" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"wzm" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/structure/window/reinforced/spawner, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wzq" = ( +/obj/structure/cable, +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Head of Personnel's Office"; + name = "Head of Personnel's Fax Machine" + }, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/hop) +"wzF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/security/processing) +"wzI" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/rd) +"wzL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal/incinerator) +"wzP" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/commons/dorms) +"wzS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"wAj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"wAo" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"wAt" = ( +/turf/closed/wall, +/area/station/security/execution/education) +"wAw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"wAA" = ( +/obj/structure/hedge, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"wAB" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"wAD" = ( +/obj/machinery/button/door/directional/north{ + id = "main_surgery"; + name = "Privacy Shutters" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"wAN" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"wAO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wAV" = ( +/turf/open/floor/iron/dark/side, +/area/station/hallway/secondary/construction) +"wAY" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"wBl" = ( +/obj/structure/fluff/broken_flooring, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"wBy" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/mob/living/simple_animal/bot/cleanbot, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"wBS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"wCd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/east, +/obj/effect/spawner/random/trash/bin, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"wCk" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"wCn" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"wCr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"wCx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"wCA" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"wCB" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/sign/plaques/kiddie{ + pixel_y = -4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"wCF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/directions/vault/directional/west{ + dir = 2 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wCH" = ( +/obj/structure/cable, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"wCS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"wDc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"wDd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/barricade/wooden, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"wDi" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"wDl" = ( +/turf/open/floor/iron, +/area/station/commons/storage/art) +"wDt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wDx" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"wDz" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/port/lesser) +"wDD" = ( +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"wDL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 9 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"wEb" = ( +/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/button/ignition/incinerator/ordmix{ + pixel_x = 24; + pixel_y = -9 + }, +/obj/machinery/button/door/incinerator_vent_ordmix{ + pixel_x = 25; + pixel_y = 6 + }, +/obj/machinery/airlock_controller/incinerator_ordmix{ + pixel_x = -24; + pixel_y = -2 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"wEr" = ( +/obj/effect/spawner/random/trash, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"wFd" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wFk" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"wFl" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/captain/private) +"wFo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/commons/dorms) +"wFy" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Chamber" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber Entrance Shutters" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"wFA" = ( +/obj/machinery/door/airlock/external/glass{ + name = "ATMOS PROJECT Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/small, +/area/station/engineering/atmospherics_engine) +"wFE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"wFM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"wGb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/engineering/storage/tech) +"wGH" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"wGP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 1 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"wGT" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop{ + dir = 4; + pixel_x = -5; + pixel_y = 3 + }, +/obj/machinery/button/door/directional/west{ + id = "detpriv"; + name = "Curtains" + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"wGX" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/medical_kiosk, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"wHd" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"wHe" = ( +/obj/effect/turf_decal/stripes/white/end, +/obj/machinery/door/poddoor/shutters{ + id = "atmosbridge" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wHj" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/plasma{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"wHm" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/science/xenobiology) +"wHy" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"wId" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology - Cell 2"; + name = "xenobiology camera"; + network = list("ss13","xeno","rd") + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"wIl" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/south{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"wIw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel's Quarters" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"wIT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public{ + name = "Locker Room" + }, +/turf/open/floor/iron/textured_half, +/area/station/commons/fitness/recreation) +"wIZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"wJi" = ( +/obj/structure/table, +/obj/machinery/computer/libraryconsole/bookmanagement{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"wJt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"wJI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/security{ + name = "Security Transfer Center" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured_half, +/area/station/security/breakroom) +"wJJ" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/security{ + name = "Armory" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/turf/open/floor/iron/textured_half, +/area/station/security/warden) +"wJN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"wJT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/structure/tank_holder, +/obj/machinery/light_switch/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"wKh" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"wKj" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/camera/directional/west, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"wKm" = ( +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"wKw" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"wKz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"wKH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"wKK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"wKO" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"wKQ" = ( +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/tram) +"wKR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"wKW" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/engine, +/area/station/science/explab) +"wLa" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/syringe/contraband/methamphetamine, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 + }, +/obj/item/book/manual/wiki/grenades, +/obj/machinery/requests_console/directional/east{ + department = "Pharmacy"; + name = "Pharmacy Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"wLc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"wLk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/security/processing) +"wLl" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"wLL" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs) +"wLO" = ( +/turf/open/floor/iron/white/small, +/area/station/maintenance/port/aft) +"wLV" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/table/reinforced/titaniumglass, +/obj/item/stack/sheet/iron/fifty, +/obj/item/crowbar, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"wMi" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wMo" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"wMr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"wMy" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"wME" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"wMU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/departments/aiupload/directional/south, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"wMV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"wMW" = ( +/turf/closed/wall/r_wall, +/area/station/security) +"wNh" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"wNk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Docking Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"wNq" = ( +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stock_parts/cell/high, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/item/gps, +/obj/structure/closet/crate/engineering, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"wNC" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner, +/turf/open/floor/grass, +/area/station/cargo/storage) +"wNE" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"wNM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"wOa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"wOe" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron, /area/station/security) -"xXN" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/conveyor{ - dir = 8; - id = "fab1" +"wOj" = ( +/obj/machinery/door/airlock{ + name = "Kitchen" }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"xXP" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"xXT" = ( -/turf/closed/wall, -/area/station/maintenance/starboard/fore) -"xXV" = ( -/obj/structure/chair/sofa/bench/right{ +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/service/kitchen) +"wOp" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"wOC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"wOJ" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"wOR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/firecloset, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"wOT" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ dir = 1 }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark/side, -/area/station/security/execution/transfer) -"xYd" = ( +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/turf/open/floor/iron, +/area/station/security) +"wOX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/painting/large/library{ + dir = 1 + }, +/obj/effect/spawner/random/decoration/flower{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"wOZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Chemistry Lab" + }, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"wPa" = ( +/obj/structure/closet, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/north, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"wPb" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/machinery/light/cold/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/service/lawoffice) +"wPc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/half, +/area/station/hallway/primary/central/fore) +"wPd" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"wPu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/lime, +/turf/open/space/basic, +/area/space/nearstation) +"wPE" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"wPG" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/beebox, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"wQr" = ( +/obj/structure/barricade/wooden, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"wQz" = ( +/obj/structure/cable, /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/mecha_part_fabricator{ +/obj/effect/turf_decal/siding/purple{ dir = 8 }, -/obj/effect/turf_decal/stripes/box, -/obj/machinery/light/cold/directional/east, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"xYj" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/area/station/science/genetics) +"wQP" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/opposingcorners, /turf/open/floor/iron, -/area/station/hallway/primary/port) -"xYu" = ( +/area/station/hallway/secondary/spacebridge) +"wQT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"wQU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"wRD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"wRJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/directional/south, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"wRU" = ( +/turf/closed/wall, +/area/station/engineering/atmos) +"wSa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/bamboo, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"wSf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"wSK" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"wSN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"wSP" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"wSS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"wTf" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/station/security/processing) -"xYD" = ( -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"xYE" = ( +/area/station/maintenance/department/engine) +"wTm" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"wTp" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"xYG" = ( -/turf/closed/wall, -/area/station/engineering/supermatter/room) -"xYH" = ( -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 +/obj/structure/chair/office{ + dir = 1 }, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"xYJ" = ( -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"xYK" = ( -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"xYO" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/bridge) -"xZd" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"xZh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/wood/parquet, +/area/station/service/library) +"wTs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Evidence Storage" }, -/turf/closed/wall, -/area/station/maintenance/port/fore) -"xZm" = ( -/obj/machinery/suit_storage_unit/medical, -/obj/effect/turf_decal/bot, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/medical/storage) -"xZs" = ( +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/security/evidence) +"wTv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"wTD" = ( +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"wTM" = ( +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"wTW" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/tile/yellow/opposingcorners, /obj/effect/turf_decal/siding/white, /turf/open/floor/iron, /area/station/hallway/secondary/construction) -"xZx" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/jade, -/turf/open/space/basic, -/area/space/nearstation) -"xZy" = ( +"wTY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/secure_closet{ + name = "contraband locker"; + req_access = list("armory") + }, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/contraband/armory, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"xZE" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/purple{ +/area/station/ai_monitored/security/armory) +"wUf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"wUr" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/fore/lesser) +"wUs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel's Quarters" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/hop) +"wUt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"wUA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"xZJ" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ - dir = 8 +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"wUL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"wUR" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"xZN" = ( -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/obj/vehicle/ridden/secway, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"xZS" = ( -/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, /turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wVe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/office) +"wVj" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"wVn" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold/general/visible, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wVr" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"wVv" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"wVF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/turf/open/floor/catwalk_floor/iron, +/area/station/engineering/storage/tech) +"wVJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs, +/area/station/engineering/storage/tech) +"wVL" = ( +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"wVN" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/structure/sign/departments/telecomms/directional/south, +/turf/open/floor/iron, +/area/station/science/lower) +"wWl" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/maint) +"wWE" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"wWM" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"wWR" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/medical) +"wXd" = ( +/turf/closed/wall, +/area/station/commons/storage/tools) +"wXe" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/xenobiology) +"wXg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/full, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"wXo" = ( +/obj/effect/mob_spawn/corpse/human, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"wXx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"wXC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/camera/directional/north{ + c_tag = "AI Sat - Port Maint South"; + network = list("minisat") + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"wXJ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/components/binary/pump{ + name = "N2O Outlet Pump" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"wXK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"wXP" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"xZV" = ( -/turf/closed/mineral/random/stationside, +"wXR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, /area/station/engineering/supermatter/room) -"xZX" = ( +"wXY" = ( +/turf/open/floor/circuit, +/area/station/maintenance/port/aft) +"wYa" = ( +/obj/structure/cable, +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/lower) +"wYh" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/science/xenobiology) +"wYm" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"wYu" = ( +/obj/structure/chair/sofa/left/maroon, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"wYz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"wYJ" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"wZa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/purple, +/turf/open/space/basic, +/area/space/nearstation) +"wZc" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"xZY" = ( -/obj/effect/turf_decal/tile/blue{ +/area/station/maintenance/department/engine) +"wZu" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ dir = 1 }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"yag" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"yal" = ( +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"wZE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"yat" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/half, -/area/station/hallway/primary/central/fore) -"yaB" = ( +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"wZG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /obj/structure/cable, -/obj/structure/lattice/catwalk, -/obj/machinery/power/tracker, -/turf/open/space/basic, -/area/station/solars/port) -"yaF" = ( -/obj/structure/hedge, -/obj/machinery/status_display/supply{ - pixel_y = -32 +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"wZQ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xab" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"xal" = ( +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"xao" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth/fancy/mechanical{ + id = "detpriv"; + name = "Curtains" + }, +/turf/open/floor/plating, +/area/station/security/detectives_office) +"xaH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"xaK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"xaN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"xaW" = ( +/obj/machinery/holopad, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"xbd" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Custodial Closet Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"xbu" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"xbC" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"xbO" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/spawner, +/turf/open/floor/iron/showroomfloor, +/area/station/command/corporate_showroom) +"xbT" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"xcd" = ( +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"xct" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -11; + pixel_y = 8 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"xcz" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"xcG" = ( +/obj/structure/table, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"xda" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"xdb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"xde" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/theater) +"xdk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"xdn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"xdu" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"xdx" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"xdz" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/item/chair, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"xdG" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"xdJ" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access = list("chapel_office") + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/chapel/office) +"xdM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/grass, +/area/station/cargo/storage) +"xdQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/clothing/shoes/cowboy/lizard/masterwork, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"xdU" = ( +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xdW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/security/processing) +"xei" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/item/book/manual/wiki/cytology{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -11; + pixel_y = -4 + }, +/obj/item/biopsy_tool{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"xew" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L5" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"xez" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"xeF" = ( +/obj/structure/table/optable, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"xeG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"xfj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/engineering/engine_smes) +"xfm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"xfp" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, /turf/open/floor/plating, /area/station/cargo/storage) -"yaG" = ( -/turf/open/floor/wood/large, -/area/station/service/hydroponics/garden/monastery) -"yaI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +"xfv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"yaL" = ( -/turf/closed/wall, -/area/station/commons/vacant_room/commissary) -"yaO" = ( -/obj/machinery/light/cold/directional/east, -/obj/machinery/firealarm/directional/east, +/area/station/hallway/primary/central/fore) +"xfw" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plating, +/area/station/engineering/main) +"xfB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"xfE" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"xfF" = ( +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/processing) +"xfG" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/security/lockers) +"xfM" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/ore_box, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"xfW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/engineering{ + name = "Main Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"xgd" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"xgf" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"xgg" = ( +/obj/effect/spawner/structure/window, +/obj/structure/sign/departments/medbay/alt/directional/east, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) +"xgj" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"xgr" = ( +/obj/machinery/hydroponics/soil{ + pixel_y = 8 + }, +/obj/effect/spawner/random/food_or_drink/seed, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/aft) +"xgs" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/processing) +"xgY" = ( +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"xgZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"xhc" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron/small, +/area/station/maintenance/port/aft) +"xhr" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"xhz" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/closet/crate/freezer, +/obj/machinery/light/cold/directional/south, +/obj/machinery/firealarm/directional/west, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/ethereal, +/obj/item/reagent_containers/blood{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"xhM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"xie" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"xig" = ( +/obj/structure/fireplace, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/stone, +/area/station/maintenance/aft) +"xii" = ( +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/airlock/security{ + name = "Courtroom" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"xij" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/robotics, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"xik" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/kitchen) +"xil" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, /obj/effect/turf_decal/tile/red{ dir = 4 }, +/obj/item/radio/intercom/directional/east, /turf/open/floor/iron/white/corner, /area/station/hallway/secondary/exit/departure_lounge) -"yaS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/button/crematorium{ - id = "cremateme"; - pixel_y = -30 +"xio" = ( +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"xiq" = ( +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"xiv" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xiH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 }, +/area/station/commons/storage/tools) +"xiI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"xiJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"xiS" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/rack, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/machinery/camera/autoname/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"xiV" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/spawner/random/structure/crate_empty, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"xiY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Starboard Bow Solar Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/starboard/fore) +"xjh" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"xji" = ( +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xjk" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"xjp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"xjA" = ( +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"xjC" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xjM" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/port) +"xjZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"xkb" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"xks" = ( +/obj/structure/chair/office, +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"xkt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"xkv" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access = list("library") + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"xkI" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"xkO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/sign/departments/restroom/directional/north, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"xkR" = ( +/obj/machinery/computer/cargo/request, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"xlx" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"xlz" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"xlK" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = 8; + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/east, +/obj/effect/spawner/random/food_or_drink/condiment{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"xlO" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"xlQ" = ( +/obj/structure/cable, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"xlS" = ( +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"xlY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"xmd" = ( +/obj/structure/window/spawner, +/obj/structure/flora/bush/large/style_random{ + pixel_x = -21; + pixel_y = -3 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/science/research) +"xmf" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/spawner, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"xmg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"xmo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"xmp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"xmr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/book/codex_gigas, +/obj/item/camera{ + pixel_y = 18 + }, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"xmX" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/item/paper/guides/jobs/medical/morgue{ + pixel_x = 4 + }, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = -12 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"xmZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xne" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"xnk" = ( +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"xnn" = ( +/turf/open/floor/plating/rust, +/area/station/service/library/abandoned) +"xns" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/machinery/light_switch/directional/east, /turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"yaU" = ( +/area/station/science/xenobiology) +"xnt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"xnv" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"xnw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"xnz" = ( +/obj/structure/cable, +/obj/machinery/telecomms/processor/preset_one, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"xnA" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"xnB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"xnG" = ( +/turf/open/floor/iron/small, +/area/station/maintenance/department/medical/central) +"xnN" = ( +/obj/effect/turf_decal/tile/brown/full, +/obj/machinery/door/window/right/directional/west{ + name = "Bar Access"; + req_access = list("bar") + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"xnO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"xnW" = ( +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"xon" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/machinery/camera/directional/east, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"xoo" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"xor" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"xoA" = ( +/obj/machinery/door/airlock/external{ + name = "Departure Lounge Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/exit/departure_lounge) +"xoC" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/phone{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = -6; + pixel_y = 11 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"xoG" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"xpb" = ( +/obj/machinery/atmospherics/components/tank/carbon_dioxide{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"xpp" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark, -/area/station/security/processing) -"yaW" = ( -/obj/structure/bodycontainer/crematorium{ +/area/station/engineering/atmos) +"xpu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"xpB" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"xpE" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"xpN" = ( +/obj/machinery/door/airlock/engineering{ + name = "Main Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"xpU" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"xpV" = ( +/obj/structure/rack, +/obj/item/clothing/head/costume/papersack/smiley, +/turf/open/floor/plating/rust, +/area/station/maintenance/starboard/greater) +"xpY" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"xqa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"xqg" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"xqJ" = ( +/obj/structure/table, +/obj/item/stack/spacecash/c1{ + pixel_x = 4; + pixel_y = 11 + }, +/obj/structure/sign/poster/contraband/lusty_xenomorph{ + pixel_y = 36 + }, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"xqU" = ( +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"xqZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/east, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"xra" = ( +/obj/structure/chair/sofa/left/maroon{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"xru" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = -3 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/machinery/camera/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/recreation) +"xrG" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/gun/energy/disabler{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"xrT" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"xrY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal/incinerator) +"xsg" = ( +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"xsn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"xso" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"xsr" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"xsw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ dir = 8; - id = "cremateme" + name = "Mix to Filter" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"xsG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/computer/atmos_control/oxygen_tank{ + dir = 1 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"xsI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"xsS" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"xth" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"xts" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass{ + name = "Vault Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/vault, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/spacebridge) +"xtD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"xtH" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/grenades, +/obj/item/book/manual/wiki/plumbing{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/plunger, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"xtN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"xuc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/sign/departments/restroom/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/commons) +"xuh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/toolbox/emergency/old, +/obj/item/tank/internals/emergency_oxygen/empty{ + pixel_x = 18; + pixel_y = 17 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"xum" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"xut" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/science/xenobiology) +"xuw" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"xuD" = ( +/obj/structure/frame, +/obj/item/stack/cable_coil/five, +/obj/item/circuitboard/computer/arcade, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"xuN" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"xuO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"xuT" = ( +/obj/structure/transit_tube/crossing/horizontal, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"xuU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Research Wing" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"xvk" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"xvs" = ( +/obj/structure/filingcabinet, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"xvx" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/item/reagent_containers/cup/watering_can{ + pixel_y = 17 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"xvI" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xvW" = ( +/turf/closed/wall, +/area/station/medical/paramedic) +"xvZ" = ( +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"xwf" = ( +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"xwp" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"xws" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xwF" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"xwH" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/rack, +/obj/item/scalpel, +/obj/item/wirecutters, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"xwV" = ( +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/machinery/light/cold/directional/north, +/obj/item/radio/intercom/directional/north, +/obj/machinery/computer/records/security, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"xxg" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"xxh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"xxk" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/cmo) +"xxn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"xxw" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"xxA" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"xxC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"xxS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"xxU" = ( +/obj/machinery/modular_computer/console/preset/cargochat/engineering{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"xxV" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 }, /turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"ybh" = ( +/area/station/ai_monitored/security/armory) +"xyu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/taperecorder{ + pixel_x = -15; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"xyB" = ( /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"xyG" = ( +/obj/structure/table, +/obj/structure/sign/warning/radiation/rad_area/directional/east, +/obj/machinery/light/small/directional/south, +/obj/item/storage/box/gum/bubblegum, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"xyI" = ( +/turf/closed/wall, +/area/station/science/ordnance/bomb) +"xyL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xyS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xyT" = ( +/obj/structure/mirror/directional/east, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"xyV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/bed/maint, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xyW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/central/fore) +"xzy" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/surgical{ + pixel_y = 4 + }, +/obj/item/clothing/mask/surgical{ + pixel_y = 8 + }, +/obj/item/clothing/mask/surgical, +/obj/item/surgical_drapes{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"xzR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"xAb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"xAc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Gateway Atrium" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/gateway, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/gateway) +"xAm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"xAN" = ( +/obj/machinery/door/airlock/public{ + name = "Abandoned Domiciles" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/firedoor, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"xAU" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/office) +"xBb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/departments/science/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xBl" = ( +/obj/structure/sign/directions/supply{ + dir = 1; + pixel_y = -8 + }, +/obj/structure/sign/directions/command{ + dir = 1 + }, +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/turf/closed/wall, +/area/station/hallway/primary/starboard) +"xBv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"xBG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/full, +/obj/machinery/duct, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"xBI" = ( +/turf/closed/wall/rust, +/area/station/maintenance/port/fore) +"xBK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"xBO" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/table/reinforced/titaniumglass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"xBS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/machinery/light/small/built/directional/north, +/obj/item/stack/sheet/iron/ten, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"xCi" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"xCl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xCu" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/storage/fancy/cigarettes/cigars/cohiba{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"xCv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner, +/area/station/science/xenobiology) +"xCJ" = ( +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"xCK" = ( +/obj/structure/closet/emcloset, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"xCT" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/chair/stool/directional/east, +/obj/machinery/light/small/directional/west, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"xDa" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"xDc" = ( +/turf/closed/wall, +/area/station/commons/fitness/recreation) +"xDh" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"xDq" = ( +/obj/item/kirbyplants/random, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"xDA" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/engineering/ce_office, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"xDF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xDY" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/smooth, +/area/station/command/corporate_showroom) +"xDZ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/vending/drugs, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/camera/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"xEd" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"xEu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/medical{ + name = "Medbay" + }, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/dark/small, +/area/station/medical/medbay/central) +"xEz" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/light/cold/directional/north, +/obj/item/storage/medkit/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/o2{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/cup/bottle/morphine{ + pixel_x = -7; + pixel_y = -11 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/storage) +"xEU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xEX" = ( +/obj/structure/closet/crate, +/obj/item/clothing/mask/bandana/blue, +/obj/item/clothing/mask/bandana/blue, +/obj/item/clothing/mask/bandana/gold, +/obj/item/clothing/mask/bandana/gold, +/obj/item/clothing/mask/bandana/red, +/obj/item/clothing/mask/bandana/red, +/obj/item/clothing/mask/bandana/skull, +/obj/item/clothing/mask/bandana/skull, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/toy/basketball, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"xFc" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"xFf" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"xFl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"xFA" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xFC" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Abandoned Dock Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"xFK" = ( +/obj/effect/decal/cleanable/garbage, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"xFP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"xFY" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"xGl" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/security/processing) +"xGr" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"xGE" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/starboard/fore) +"xGM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"xGO" = ( +/obj/vehicle/ridden/secway, +/turf/open/floor/plating, +/area/station/security/tram) +"xGW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"xHd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"xHi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"xHj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"xHk" = ( +/obj/machinery/computer/pod/old/mass_driver_controller/chapelgun{ + pixel_x = 30 + }, +/obj/machinery/door/window/right/directional/south{ + req_access = list("chapel_office") + }, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"xHr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"xHu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"xHy" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"xHJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/west{ + c_tag = "Xenobiology - Cell 4"; + network = list("ss13","rd","xeno") + }, +/obj/effect/turf_decal/box/red/corners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"xHM" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xHS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/commons) +"xHW" = ( +/turf/closed/wall, +/area/station/command/corporate_suite) +"xHX" = ( +/obj/structure/cable, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"xIg" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/command/heads_quarters/captain) -"ybj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Interrogation" +/area/station/hallway/secondary/spacebridge) +"xIl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"xIs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"xIu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"xIA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"xID" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"xIF" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xIZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{ + dir = 10 + }, +/turf/closed/wall/rust, +/area/station/ai_monitored/turret_protected/ai) +"xJe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"xJh" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"xJw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xJG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"xJS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"xJT" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"xKb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"xKi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/glass_large{ + name = "Diner" + }, +/obj/machinery/door/firedoor, /turf/open/floor/iron/textured_half, -/area/station/security/interrogation) -"ybD" = ( +/area/station/service/cafeteria) +"xKl" = ( +/turf/closed/wall/r_wall, +/area/station/commons/vacant_room/commissary) +"xKw" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"xKF" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"xKP" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/port/aft) +"xKY" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"xLy" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"xLA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"xLQ" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"xLT" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/cargo/storage) +"xMx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xMG" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"xMW" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ + dir = 1; + initialize_directions = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"xNa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"xNd" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -70635,66372 +70122,66885 @@ dir = 8 }, /area/station/hallway/secondary/entry) -"ybJ" = ( -/obj/structure/cable, +"xNe" = ( +/turf/closed/wall, +/area/station/cargo/sorting) +"xNi" = ( +/obj/machinery/modular_computer/console/preset/cargochat/science{ + dir = 1 + }, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/white, +/area/station/science/research) +"xNm" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig Cells" +/obj/machinery/door/airlock/public/glass{ + name = "Commons" }, /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/textured_half, -/area/station/security/brig) -"ybL" = ( +/area/station/commons) +"xNo" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/tank_holder/extinguisher, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"xNr" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/storage) +"xNJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xNQ" = ( +/obj/structure/table, +/obj/item/circuitboard/machine/exoscanner{ + pixel_y = 3 + }, +/obj/item/circuitboard/machine/exoscanner, +/obj/item/circuitboard/machine/exoscanner{ + pixel_y = -3 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"xOc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"xOs" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/clothing/suit/hazardvest{ + pixel_y = 8 + }, +/obj/item/clothing/suit/hazardvest{ + pixel_y = 5 + }, +/obj/item/clothing/suit/hazardvest{ + pixel_y = 2 + }, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_y = 7 + }, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_y = 4 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"xOt" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"xOO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"xOU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"xOV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"xPf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"xPs" = ( +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"xPH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"xPK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"xPP" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/work) +"xPY" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/bed/maint, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"xQd" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"xQe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"xQh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/airlock/medical/glass{ + name = "Cryogenics Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"xQi" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xQl" = ( +/obj/structure/canister_frame/machine, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"xQs" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/white/corner, +/area/station/science/xenobiology) +"xQB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xQG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"xQN" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"xQS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xRb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"xRk" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xRn" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"xRr" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"xRs" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/flora/tree/stump, +/obj/machinery/light/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"xRz" = ( +/obj/structure/bodycontainer/morgue{ + dir = 2 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"xRT" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "N2 Outlet Pump" + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"xSh" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"xSk" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "prisonsol"; + name = "Prison Solar Array" + }, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/port) +"xSm" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"xSE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xSF" = ( +/obj/item/toy/crayon/spraycan{ + pixel_x = -7 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"xSJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"xSP" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"xTd" = ( +/obj/effect/turf_decal/stripes/white/end{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"xTh" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"xTn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"xTo" = ( +/obj/machinery/icecream_vat, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"xTp" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"xTw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"xTB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ + pixel_x = 24 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/ordnance/testlab) +"xUb" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/modular_computer/console/preset/command{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"xUc" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/obj/machinery/light/small/directional/west, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"xUf" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"xUi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 9 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"xUs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xUw" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"xUL" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"xVd" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"xVn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/terminal, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"xVp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/science/xenobiology) +"xVD" = ( +/obj/machinery/photocopier, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"xVE" = ( +/obj/machinery/atmospherics/components/tank/nitrous{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos) +"xVS" = ( +/turf/closed/wall, +/area/station/medical/cryo) +"xVU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"xWd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"xWn" = ( +/obj/structure/rack, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random/maintenance, +/obj/item/airlock_painter/decal, +/turf/open/floor/iron/smooth, +/area/station/cargo/sorting) +"xWo" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/binary/crystallizer{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"xWE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"xWG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"xWI" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"xWP" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"xWZ" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"xXa" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/south, +/obj/effect/spawner/random/food_or_drink/condiment, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"xXh" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"xXi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xXr" = ( +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"xXu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"xXB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/marker_beacon/jade, +/turf/open/space/basic, +/area/space/nearstation) +"xXE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"xXF" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/security/lockers) +"xXN" = ( +/obj/item/storage/backpack/duffelbag/sec{ + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"xXO" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4 + }, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"xXY" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/central/fore) +"xYd" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/hallway/abandoned_command) +"xYj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"xYk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"xYp" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"xYw" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/reagentgrinder{ + pixel_x = -9; + pixel_y = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"xYD" = ( +/obj/machinery/door/airlock/security{ + name = "Isolation" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/white/small, +/area/station/security/prison/safe) +"xYH" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"xZi" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/storage/art) +"xZl" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/prison/workout) +"xZA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"xZN" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/large/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"yae" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/item/computer_disk/medical{ + pixel_x = -5 + }, +/obj/item/computer_disk/medical{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/stamp/head/cmo{ + pixel_x = 8; + pixel_y = 7 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"yai" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"yal" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/customs) +"yaD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"yaQ" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"ybd" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ybh" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"ybq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ybt" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"ybD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"ybE" = ( +/obj/effect/turf_decal/siding/wood, +/mob/living/basic/syndicate/russian/ranged/lootless, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"ybL" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"ybQ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"ybT" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/structure/table, +/obj/item/folder/yellow, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"ycx" = ( +/turf/closed/wall/rust, +/area/station/maintenance/port/greater) +"ycK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"ycN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ycO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"ycP" = ( +/obj/machinery/light/cold/directional/north, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"ycS" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"ycT" = ( +/obj/effect/turf_decal/siding/green, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"ycW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/prison) +"ydb" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"ydc" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"ydk" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/conveyor{ + dir = 8; + id = "fab1" + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"ydl" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"ydr" = ( +/obj/machinery/teleport/hub, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"ydy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ydA" = ( +/turf/closed/wall, +/area/station/maintenance/central/greater) +"ydB" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/vehicle/ridden/janicart, +/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"ydC" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"ydL" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/lobby) +"ydQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/station/command/teleporter) +"yew" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"yex" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/airalarm/directional/east, +/obj/item/radio/intercom/prison/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"yeI" = ( +/turf/closed/wall, +/area/station/commons) +"yeL" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"yeR" = ( +/obj/structure/cable, +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"yfh" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons) +"yfv" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/mod/module/plasma_stabilizer{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/storage/fancy/cigarettes{ + pixel_x = 20; + pixel_y = 11 + }, +/turf/open/floor/iron/small, +/area/station/security/office) +"yfx" = ( +/obj/machinery/vending/games, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"yfC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"yfE" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table/glass, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/machinery/cell_charger{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"ygb" = ( +/obj/structure/hedge, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"ygr" = ( +/obj/machinery/photocopier, +/turf/open/floor/iron/dark, +/area/station/security/office) +"ygz" = ( +/turf/closed/wall/r_wall, +/area/station/medical/chemistry) +"ygG" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"ygI" = ( +/obj/item/radio/intercom/directional/north{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"ygQ" = ( +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"yhe" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"yhl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"yhn" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/engine/atmos) +"yhp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"yhB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=1.0-Security-PNexus"; + location = "23.2-Evac-Garden" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"yhF" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"yhJ" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"yhK" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = 7; + pixel_y = 11 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 9; + pixel_y = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"yig" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/machinery/light/small/directional/north, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"yii" = ( +/turf/closed/indestructible/riveted{ + desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; + name = "hyper-reinforced wall" + }, +/area/station/science/ordnance/bomb) +"yiu" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"yiy" = ( +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"yiR" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"yjf" = ( +/obj/structure/cable, +/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/aft) +"yjo" = ( +/obj/machinery/smartfridge/organ, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"yjr" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"yjx" = ( +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"yjE" = ( +/obj/machinery/computer/cargo/request, +/turf/open/floor/plating, +/area/station/hallway/primary/central/fore) +"yjI" = ( +/obj/structure/cable, +/obj/machinery/door/window/right/directional/east{ + name = "Access Shutter"; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/landmark/start/depsec/engineering, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/break_room) +"yjO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 8 }, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"ybM" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/east, -/obj/structure/flora/bush/flowers_br/style_random, -/mob/living/simple_animal/hostile/lizard/eats_the_roaches, -/turf/open/misc/sandy_dirt, -/area/station/maintenance/port/lesser) -"ybO" = ( -/turf/closed/wall/r_wall, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, /area/station/engineering/atmos) -"yca" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"ycd" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"ych" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"ycj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "singular" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"ycm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ycv" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/noslip/tram_plate, -/area/station/maintenance/department/medical/central) -"ycy" = ( -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"ycz" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/stack/sheet/mineral/coal{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/stack/sheet/mineral/coal{ - pixel_x = 1; - pixel_y = 8 - }, -/obj/item/stack/sheet/mineral/coal{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"ycC" = ( -/turf/closed/wall/r_wall, -/area/station/command/bridge) -"ycE" = ( -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"ycF" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/dark_red{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_x = -6; - pixel_y = 2 - }, -/obj/item/storage/box/teargas{ - pixel_x = 8; - pixel_y = 6 - }, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"ycL" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 - }, -/obj/machinery/chem_dispenser{ - layer = 2.7 - }, -/obj/machinery/light/cold/directional/north, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"ycS" = ( -/turf/open/floor/wood/tile, -/area/station/service/bar) -"ycZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"ydf" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/chair/comfy/beige{ - dir = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"ydj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"ydt" = ( -/turf/open/misc/asteroid, -/area/station/maintenance/fore/greater) -"ydu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/mail_sorting/service/bar, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"ydA" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair/stool/directional/west, -/obj/structure/sign/poster/random/directional/east, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) -"ydK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"ydW" = ( -/obj/structure/bed/roller, -/obj/machinery/light/cold/directional/north, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"yea" = ( -/turf/closed/wall, -/area/station/service/chapel/office) -"yee" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light_switch/directional/west, -/obj/item/radio/intercom/directional/north, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"yeh" = ( -/turf/closed/wall, -/area/station/hallway/primary/starboard) -"yel" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"yjT" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"yen" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white/corner{ - dir = 8 +/obj/item/grenade/barrier{ + pixel_x = 11; + pixel_y = 17 }, -/area/station/hallway/secondary/dock) -"yep" = ( -/obj/structure/rack, -/obj/item/storage/box/bodybags{ - pixel_y = 4 +/obj/item/grenade/barrier{ + pixel_x = 2; + pixel_y = 11 }, -/obj/item/storage/medkit{ - pixel_x = 7; - pixel_y = -3 - }, -/obj/item/healthanalyzer{ - pixel_x = -3; - pixel_y = -1 - }, -/obj/item/healthanalyzer{ - pixel_x = -3; - pixel_y = -4 - }, -/obj/structure/sign/warning/test_chamber/directional/east, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"yeu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Hydroponics" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/service/hydroponics) -"yex" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"yez" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"yeC" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/effect/turf_decal/bot, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"yeD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"yeE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"yeF" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"yeO" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"yeP" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/storage/tech) -"yeQ" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"yeS" = ( -/obj/effect/spawner/structure/window, -/obj/structure/curtain/cloth/fancy/mechanical{ - id = "detpriv"; - name = "Curtains" - }, -/turf/open/floor/plating, -/area/station/security/detectives_office) -"yeZ" = ( -/turf/closed/wall/r_wall, -/area/station/science/ordnance/testlab) -"yfa" = ( -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"yfd" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair{ - pixel_y = -2 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"yfe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal/incinerator) -"yfg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 8 - }, -/area/station/maintenance/starboard/greater) -"yfj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"yfm" = ( -/obj/machinery/status_display/ai/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"yfA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/research) -"yfC" = ( -/turf/closed/wall, -/area/station/service/hydroponics) -"yfD" = ( -/turf/closed/wall, -/area/station/medical/surgery/theatre) -"yfH" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/displaycase/trophy, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/smooth, -/area/station/service/library) -"yfJ" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"yfQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"yfX" = ( -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"yfY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"yfZ" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/closet/firecloset, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"yga" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"ygb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"ygd" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"ygu" = ( -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"ygB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/bronze{ - name = "Backstage" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/theatre, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"ygF" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"ygG" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"ygK" = ( -/obj/structure/table, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/effect/spawner/random/aimodule/neutral, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron/dark/smooth_large, -/area/station/ai_monitored/turret_protected/ai_upload) -"yha" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/machinery/door/window{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "Core Modules"; - req_access = list("captain") - }, -/obj/effect/spawner/random/aimodule/harmless, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"yhk" = ( -/obj/structure/table, -/obj/machinery/light_switch/directional/north, -/obj/item/storage/secure/briefcase{ - pixel_x = 3; - pixel_y = 12 - }, -/obj/item/storage/secure/briefcase{ - pixel_x = -1; - pixel_y = 8 - }, -/obj/item/crowbar/large{ - pixel_y = -10 - }, -/obj/item/weldingtool/mini{ - pixel_y = -10 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"yhq" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/station/hallway/primary/starboard) -"yhv" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"yhB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/spawner, -/obj/structure/window/spawner/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"yhF" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"yhH" = ( -/obj/structure/closet/emcloset, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"yic" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"yig" = ( -/obj/structure/table, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/item/ai_module/reset/purge{ - pixel_x = -4; +/obj/item/grenade/barrier{ + pixel_x = 15; pixel_y = 7 }, -/obj/effect/spawner/random/aimodule/harmful, -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark/smooth_large, -/area/station/ai_monitored/turret_protected/ai_upload) -"yij" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/machinery/newscaster/directional/south, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"yim" = ( -/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"yjX" = ( +/obj/structure/table/reinforced/titaniumglass, /obj/structure/railing{ dir = 10 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/secondary/entry) -"yiq" = ( -/obj/structure/chair{ - dir = 4 +/obj/effect/turf_decal/siding/white{ + dir = 10 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 +/obj/machinery/fax{ + fax_name = "Engineering Lobby"; + name = "Engineering Lobby Fax Machine"; + pixel_x = 8; + pixel_y = 9 }, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"yit" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/storage/toolbox/electrical, -/obj/item/multitool, -/obj/item/assembly/prox_sensor{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/clothing/head/utility/welding, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"yiv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Greenroom Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/theatre, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"yiy" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"yiF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"yiL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"yiQ" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white/side, -/area/station/hallway/primary/starboard) -"yiU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"yiV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"yjc" = ( -/obj/machinery/rnd/production/techfab/department/cargo, -/obj/effect/turf_decal/delivery/white, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/smooth, -/area/station/cargo/sorting) -"yjd" = ( -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"yjr" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/siding/red, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/iron/small, -/area/station/security/office) -"yjt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"yju" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"yjE" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/engine) -"yjK" = ( -/obj/effect/turf_decal/siding/green{ - dir = 9 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/service/abandoned_gambling_den/gaming) -"yjV" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/aisat/exterior) -"yjZ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"ykd" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/stone, -/area/station/command/corporate_suite) +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) "ykk" = ( /obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/science/xenobiology) +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/circuit, +/area/station/tcommsat/server) "ykn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"yku" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/table, -/obj/effect/spawner/random/food_or_drink/dinner, -/obj/machinery/light/small/directional/east, -/turf/open/floor/catwalk_floor/iron, -/area/station/maintenance/department/medical/central) -"ykv" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, +/obj/item/screwdriver, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"ykx" = ( -/obj/structure/table/glass, -/obj/item/folder/red{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/stamp/hos, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/hos) -"ykz" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"ykE" = ( -/obj/structure/table/glass, -/obj/machinery/light/small/directional/south, -/obj/item/paper_bin{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/pen{ - pixel_y = 5 - }, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"ykI" = ( -/obj/structure/cable, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/courtroom) -"ykL" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"ykQ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"ykT" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ykU" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"ykY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/obj/item/kirbyplants/dead, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/rd) -"yla" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/checker, -/area/station/security/breakroom) -"ylo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"ylq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/effect/turf_decal/siding, -/turf/open/floor/iron/white/small, -/area/station/science/lobby) -"yly" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"ylD" = ( -/turf/closed/wall, -/area/station/maintenance/starboard/greater) -"ylJ" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/commons/dorms) -"ylR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/dark_red/half/contrasted, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security) -"ylX" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/fitness/locker_room) -"ymd" = ( -/obj/structure/cable, +/area/station/hallway/secondary/construction) +"yko" = ( /obj/structure/disposalpipe/segment{ dir = 10 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/power/apc/auto_name/directional/north, /obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ykp" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/machinery/light/cold/directional/east, +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"ykt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"ykA" = ( +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ykH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"ykN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/prison/workout) +"ylg" = ( +/turf/closed/mineral/random/stationside, +/area/station/ai_monitored/aisat/exterior) +"ylm" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Monitoring" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/engineering/supermatter/room) +"ylr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=12.0-RecreationHall-DormatoryCommons"; + location = "11.0-StarboardHall-RecreationHall" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"ylw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"ylz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ylA" = ( +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/obj/machinery/camera/autoname/directional/south, /turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) +/area/station/cargo/office) +"ylU" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/right/directional/south, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"yma" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"yme" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ymf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ymh" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"ymi" = ( +/obj/machinery/power/terminal, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) (1,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (2,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (3,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (4,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (5,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (6,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (7,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (8,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (9,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (10,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (11,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (12,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (13,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (14,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (15,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (16,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (17,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (18,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (19,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -rpi -rpi -rpi -rpi -rpi -rpi -rpi -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acK +acK +acK +acK +acK +acK +acK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (20,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -wCc -blb -blb -wCc -wCc -wCc -wCc -wCc -wCc -blb -blb -blb -blb -wCc -wCc -wCc -wCc -blb -blb -rpi -rpi -blb -blb -rpi -blb -blb -rpi -rpi -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +jvH +acm +acm +jvH +jvH +jvH +jvH +jvH +jvH +acm +acm +acm +acm +jvH +jvH +jvH +jvH +acm +acm +acK +acK +acm +acm +acK +acm +acm +acK +acK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (21,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -rpi -rpi -blb -blb -beL -dBV -bxH -blb -blb -rpi -rpi -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acK +acK +acm +acm +awd +eCE +kzi +acm +acm +acK +acK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (22,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -dDB -blb -dDB -dDB -dDB -dDB -wCc -wCc -blb -blb -wCc -wCc -wCc -wCc -wCc -wCc -blb -blb -wCc -wCc -blb -rpi -blb -blb -bfG -bkz -dBV -bkz -bBf -blb -blb -rpi -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +aaa +acm +aaa +aaa +aaa +aaa +jvH +jvH +acm +acm +jvH +jvH +jvH +jvH +jvH +jvH +acm +acm +jvH +jvH +acm +acK +acm +acm +qHZ +bSR +eCE +bSR +enR +acm +acm +acK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (23,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -hwJ -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -rpi -blb -beL -dBV -bkH -bsQ -bkH -dBV -bxH -blb -rpi -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +agt +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +acK +acm +awd +eCE +ssy +ycO +ssy +eCE +kzi +acm +acK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (24,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -tYT -blb -dDB -dDB -alD -anv -rMn -rMn -rMn -rMn -rMn -rMn -rpi -rMn -rMn -rMn -rMn -rMn -rMn -rpi -rpi -rpi -rpi -dBV -bfN -blG -btL -bxN -dBV -bTa -rpi -rpi -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aeU +acm +aaa +aaa +fWS +dsF +kFY +kFY +kFY +kFY +kFY +kFY +acK +kFY +kFY +kFY +kFY +kFY +kFY +acK +acK +acK +acK +eCE +ndK +uwI +jOM +bMS +eCE +fpu +acK +acK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (25,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -tYT -blb -dDB -dDB -alR -voO -rpi -rpi -voO -voO -voO -voO -voO -voO -rpi -voO -voO -voO -voO -voO -rpi -rpi -blb -vrw -dBV -bkH -bsQ -bkH -bkz -byk -blb -rpi -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aeU +acm +aaa +aaa +joV +kZp +acK +acK +kZp +kZp +kZp +kZp +kZp +kZp +acK +kZp +kZp +kZp +kZp +kZp +acK +acK +acm +nGD +eCE +ssy +ycO +ssy +bSR +gmc +acm +acK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (26,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -tYT -tYT -tYT -dDB -dDB -amp -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -rpi -blb -blb -bfX -dBV -bkz -dBV -bBl -blb -blb -rpi -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aeU +aeU +aeU +aaa +aaa +eiW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +acK +acm +acm +rAS +eCE +bSR +eCE +uLD +acm +acm +acK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (27,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -tYT -tYT -tYT -tYT -dDB -amp -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -lgg -sRm -dDB -lgg -sRm -rpi -rpi -blb -blb -vrw -dBV -byk -blb -blb -rpi -rpi -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -knv -ctV -cmf -ctV -knv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aaa +eiW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +bng +cTd +aaa +bng +cTd +acK +acK +acm +acm +nGD +eCE +gmc +acm +acm +acK +acK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vkD +egt +qKr +egt +vkD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (28,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -dDB -amp -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -vrT -vrT -aGa -vrT -vrT -blb -rpi -rpi -blb -blb -rpi -blb -blb -rpi -rpi -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -knv -cmf -dJN -eiM -eFN -knv -cmf -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aaa +eiW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +kgQ +kgQ +ezK +kgQ +kgQ +acm +acK +acK +acm +acm +acK +acm +acm +acK +acK +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vkD +qKr +lPl +nfM +hzP +vkD +qKr +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (29,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -ayi -ayi -acF -ayi -ayi -arP -acF -ayi -ayi -amq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -anV -anV -dDB -anV -anV -blb -dDB -rpi -rpi -rpi -rpi -rpi -rpi -rpi -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -knv -dpN -dKj -eiU -cvJ -eYV -knv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +jdo +jdo +qFP +jdo +jdo +ohh +qFP +jdo +jdo +vFe +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +qSd +qSd +aaa +qSd +qSd +acm +aaa +acK +acK +acK +acK +acK +acK +acK +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vkD +waV +hQr +bHG +mXT +gUq +vkD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (30,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -arP -abs -adO -ayi -aeF -aeF -aeF -ajI -ajM -amp -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -lgg -oer -atN -cDk -dDB -qyo -atN -oer -sRm -dDB -blb -dDB -rpi -dDB -blb -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -knv -dqG -dKk -cvJ -eFP -eZO -knv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +ohh +oIF +bSv +jdo +fOP +fOP +fOP +mvS +rUz +eiW +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bng +iuS +uuk +cVp +aaa +afZ +uuk +iuS +cTd +aaa +acm +aaa +acK +aaa +acm +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vkD +ted +aAl +mXT +iXb +vzj +vkD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (31,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -arP -asf -asq -aeA -afi -agE -aiA -ajI -ayi -amG -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -anV -blb -vrT -blb -blb -blb -vrT -blb -anV -dDB -blb -jZl -btP -jZl -blb -dDB -dDB -jZl -dDB -dDB -dDB -dDB -dDB -dDB -dDB -cmf -dqK -dPz -cvJ -cmf -faj -knv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +ohh +hqe +jDv +rNv +fFR +iaA +vtI +mvS +jdo +bAC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qSd +acm +kgQ +acm +acm +acm +kgQ +acm +qSd +aaa +acm +aZm +wFA +aZm +acm +aaa +aaa +aZm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qKr +sse +rAC +mXT +qKr +nMn +vkD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (32,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -ayi -agn -aun -aEA -afP -agT -aiJ -aun -ajQ -amV -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyo -oer -yiy -sRm -dDB -lgg -yiy -oer -cDk -dDB -blb -jZl -buy -jZl -bBy -bBy -bBy -jZl -aJq -dDB -dDB -dDB -dDB -dDB -dDB -knv -dra -dQS -cvJ -knv -fbo -cmf -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -xZx -dDB -dDB -dDB -dDB -dDB -xZx -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +jdo +gXA +jdK +dgn +gcj +dWD +ffH +jdK +xsr +viq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afZ +iuS +oNb +cTd +aaa +bng +oNb +iuS +cVp +aaa +acm +aZm +cDV +aZm +qaq +qaq +qaq +aZm +hKi +aaa +aaa +aaa +aaa +aaa +aaa +vkD +soj +cck +mXT +vkD +iXl +qKr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nQh +aaa +aaa +aaa +aaa +aaa +nQh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (33,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -ayi -agn -aun -aKH -afX -agT -aiJ -aun -ajQ -amV -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -dDB -dDB -blb -qyo -atN -aGF -atN -cDk -ayK -mKG -beO -ayK -jZl -buI -jZl -bCi -bTg -cbM -jZl -jZl -aJq -aJq -dDB -dDB -dDB -dDB -knv -knv -cmf -eki -knv -knv -knv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +jdo +gXA +jdK +mHE +bgL +dWD +ffH +jdK +xsr +viq +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +aaa +aaa +acm +afZ +uuk +eeZ +uuk +cVp +ekm +aTH +jjh +ekm +aZm +upE +aZm +xWo +cQh +gyN +aZm +aZm +hKi +hKi +aaa +aaa +aaa +aaa +vkD +vkD +qKr +lFQ +vkD +vkD +vkD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (34,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -ayi -acu -adR -acl -wRW -agY -ayi -ayi -acF -ann -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -ayK -ayK -ayK -ayK -jqF -blb -jqF -ayK -ayK -hdT -qHg -ayK -bmk -buN -byV -bCu -bCu -bCu -cgs -jZl -aJq -aJq -aJq -dDB -dDB -dDB -dDB -cmf -ctV -elm -ctV -cmf -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wZa -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +jdo +huF +bLs +sqQ +adP +rMR +jdo +jdo +qFP +xXB +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +ekm +ekm +ekm +ekm +pIc +acm +pIc +ekm +ekm +rea +azC +ekm +kwU +qeo +xDh +nMi +nMi +nMi +iIt +aZm +hKi +hKi +hKi +aaa +aaa +aaa +aaa +qKr +egt +lYf +egt +qKr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cgo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (35,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -btC -acN -adB -aPb -aed -ahe -aiN -arP -blb -blb -blb -blb -blb -blb -gcs -aJq -aJq -aJq -ayK -aoe -atF -ayK -oNn -hdT -oNn -ayK -gnL -dLC -bfj -ayK -xMv -buW -bzf -bCM -bTv -cbN -cgO -jZl -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -cea -elO -crE -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -vdg -wdB -wdB -lvk -sxv -dDB -dDB -dDB -vdg -lvk -sxv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -vdg -wdB -sxv -vdg -wdB -wdB -sxv -vdg -wdB -sxv -rCv -xzo -rCv -xzo -rCv -vdg -wdB -sxv -rCv -wZb -gZt -xGl -gZt -dDB -vdg -wdB -wdB -wdB -sxv -bSo -bSo -bSo -bSo -vdg -wdB -wdB -wdB -sxv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +nYl +dlD +jQg +dyt +ykA +kcG +msE +ohh +acm +acm +acm +acm +acm +acm +anH +hKi +hKi +hKi +ekm +aYQ +eDA +ekm +mhQ +rea +mhQ +ekm +dGJ +pGm +tjX +ekm +jbn +dsl +pkT +sJb +oIA +gUX +rNS +aZm +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +iBA +xPs +lnL +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pfp +plD +plD +wkx +mOZ +aaa +aaa +aaa +pfp +wkx +mOZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pfp +plD +mOZ +pfp +plD +plD +mOZ +pfp +plD +mOZ +iOW +xoA +iOW +xoA +iOW +pfp +plD +mOZ +iOW +cEx +ker +vFJ +ker +aaa +pfp +plD +plD +plD +mOZ +cry +cry +cry +cry +pfp +plD +plD +plD +mOZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (36,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -btC -acl -aed -aeC -agD -ahy -aiO -ayi -gcs -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -xZV -ayK -aou -xgB -biW -bsz -aHc -dtH -lVF -uyE -lJA -byW -ayK -pBy -bvT -bzn -bEi -bTN -ccK -cgU -jZl -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -cea -emf -crE -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyN -rpi -rpi -xZx -rpi -rpi -rpi -rpi -rpi -xZx -wgv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyN -xZx -rpi -rpi -rpi -rpi -rpi -rpi -xZx -wgv -rCv -jje -jje -jje -rCv -qyN -xZx -wgv -rCv -xzg -xxs -xHd -gZt -dDB -qyN -xZx -rpi -rpi -blb -xZx -blb -blb -xZx -blb -rpi -rpi -xZx -wgv -dDB -dDB -cLg -dDB -kvI -dDB -cLg -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +nYl +sqQ +ykA +eLT +jWo +rXk +nra +jdo +anH +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +fCa +ekm +cpT +fUk +hIZ +dls +sYa +uUy +quI +nLJ +qCH +lXp +ekm +fva +ftM +bev +diz +xSm +iuw +gGQ +aZm +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +iBA +oZa +lnL +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lss +acK +acK +nQh +acK +acK +acK +acK +acK +nQh +exd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lss +nQh +acK +acK +acK +acK +acK +acK +nQh +exd +iOW +nPL +nPL +nPL +iOW +lss +nQh +exd +iOW +osL +rQy +uJp +ker +aaa +lss +nQh +acK +acK +acm +nQh +acm +acm +nQh +acm +acK +acK +nQh +exd +aaa +aaa +wqJ +aaa +qwC +aaa +wqJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (37,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -btC -adB -adB -btC -btC -agT -ajg -ayi -aJq -dDB -dDB -dDB -dDB -aJq -aJq -xZV -xZV -xYG -xYG -nig -jef -hlw -diK -aII -dID -tKO -kYK -dyH -mum -ayK -jZl -jZl -jZl -bFb -bUy -jZl -jZl -jZl -rQi -aJq -aJq -aJq -dDB -dDB -dDB -dDB -cea -elm -crE -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -bjQ -gAn -gDC -rpi -tdu -pSs -dDB -dDB -dDB -rMm -opL -pSs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -rMm -uPX -pWt -rMm -uPX -uPX -pSs -sck -uPX -pSs -qyT -tCg -tWx -tCg -qyT -rMm -blb -pSs -qyT -tWx -xxs -xHU -xxs -dDB -rMm -uPX -uPX -uPX -pWt -bSo -bSo -bSo -bSo -sck -uPX -uPX -uPX -pSs -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +nYl +jQg +jQg +nYl +nYl +dWD +pJA +jdo +hKi +aaa +aaa +aaa +aaa +hKi +hKi +fCa +fCa +vDk +vDk +slN +gHu +nnh +rCL +nta +fqx +iSo +oqd +hjW +rmo +ekm +aZm +aZm +aZm +qwn +rjs +aZm +aZm +aZm +uSH +hKi +hKi +hKi +aaa +aaa +aaa +aaa +iBA +lYf +lnL +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dlX +ssZ +oAl +acK +iCk +bus +aaa +aaa +aaa +vbl +jsx +bus +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vbl +riu +kgF +vbl +riu +riu +bus +geT +riu +bus +vOW +wxM +sKB +wxM +vOW +vbl +acm +bus +vOW +sKB +rQy +fll +rQy +aaa +vbl +riu +riu +riu +kgF +cry +cry +cry +cry +geT +riu +riu +riu +bus +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (38,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -btC -btC -acl -aPb -btC -agT -ayi -ayi -aJq -dDB -dDB -dDB -dDB -aJq -aJq -xZV -xZV -xZV -xYG -tfH -sFg -xQr -cFC -aJc -aME -xQr -aTA -poI -kvh -bfZ -bmn -bwg -rQi -bFM -bUX -rQi -cAg -aNH -rQi -rQi -aJq -aJq -aJq -dDB -dDB -dDB -cea -elm -crE -dDB -dDB -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -slY -wxW -ueX -xba -xba -xba -xba -xba -lOj -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyT -qyT -rCv -rCv -rCv -qyT -qyT -qyT -rCv -rCv -viW -viW -viW -rCv -rCv -qyT -rCv -rCv -wZp -reM -xIA -reM -gZt -gZt -qVP -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +nYl +nYl +sqQ +dyt +nYl +dWD +jdo +jdo +hKi +aaa +aaa +aaa +aaa +hKi +hKi +fCa +fCa +fCa +vDk +xNa +gan +sAc +tPO +hwu +mvl +sAc +wXR +dnr +fWC +hNq +abS +aXx +uSH +ijb +cFb +uSH +lou +uNh +uSH +uSH +hKi +hKi +hKi +aaa +aaa +aaa +iBA +lYf +lnL +aaa +aaa +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pVz +oTh +xBI +muY +muY +muY +muY +muY +qAR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vOW +vOW +iOW +iOW +iOW +vOW +vOW +vOW +iOW +iOW +oHd +oHd +oHd +iOW +iOW +vOW +iOW +iOW +bbk +wsB +nht +wsB +ker +ker +wDz +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (39,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -btC -btC -aem -btC -aed -ahz -ajo -ayi -aJq -dDB -dDB -dDB -aJq -aJq -aJq -xZV -xZV -xZV -npy -aqr -swI -xQr -qiX -jxu -buS -xQr -aTP -boP -dla -npy -bmP -bzs -rQi -bHW -bUX -cuB -cNy -qLf -wUB -rQi -aJq -aJq -aJq -aJq -aJq -knv -ctV -elO -ctV -knv -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ueX -kPW -slY -gNH -gZi -gZi -gZi -hrV -hzm -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ljn -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyT -qyT -pWv -qjk -rCv -uRe -rwQ -scl -syg -tfy -rCv -xzo -rCv -xzo -rCv -fyv -vFD -vZW -rCv -xaA -reM -xKi -reM -mAL -qpO -qVP -hop -fmR -fmR -hop -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -tYT -liQ -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +nYl +nYl +pEE +nYl +ykA +edQ +dlE +jdo +hKi +aaa +aaa +aaa +hKi +hKi +hKi +fCa +fCa +fCa +hdT +pLx +hgQ +sAc +sTI +cAf +rQd +sAc +ykH +enm +mFM +hdT +tti +aqM +uSH +gKV +cFb +obT +lli +kvc +osM +uSH +hKi +hKi +hKi +hKi +hKi +vkD +egt +xPs +egt +vkD +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xBI +cnU +pVz +fIv +bDn +bDn +bDn +cjm +gKI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hon +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vOW +vOW +xCK +bBw +iOW +qLH +pyT +gFN +xuw +nEx +iOW +xoA +iOW +xoA +iOW +djG +tww +eWq +iOW +lBT +wsB +vUZ +wsB +eHy +wix +wDz +hMN +vhK +vhK +hMN +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aeU +dNH +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (40,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -ayi -btC -acl -aPb -aed -adB -ajo -ayi -ayi -dDB -dDB -dDB -aJq -aJq -aJq -xZV -xZV -xZV -wxt -aqU -efa -oZg -geQ -aRR -pbt -aPG -aTW -bAq -aTW -bhc -bng -bzv -rQi -cdi -ctZ -ccN -cld -aFA -fmm -rQi -aJq -aJq -aJq -aJq -gBh -gBh -knv -emB -knv -knv -cmf -gBh -cmf -knv -knv -dDB -dDB -dDB -dDB -slY -slY -slY -wxW -slY -ikr -ixX -iVK -iVK -jhC -lOj -hLT -hzm -hLT -lOj -dDB -dDB -dDB -dDB -kdH -kmg -kEs -kdH -kEs -lEJ -kdH -dDB -dDB -slw -slw -rfD -slw -slw -slw -qyT -sYo -wcG -lct -qAs -avB -snZ -snZ -snZ -mni -rQS -rQS -rQS -rQS -rQS -dBH -snZ -mni -rQS -jGN -reM -aFq -xZN -mAL -dus -qVP -hpQ -tIz -gHA -hop -rig -fEC -fEC -fEC -fEC -fEC -dDB -dDB -dDB -aJq -fEC -tYT -cCE -tYT -fEC -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -hkM -wCc -hkM -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +jdo +nYl +sqQ +dyt +ykA +jQg +dlE +jdo +jdo +aaa +aaa +aaa +hKi +hKi +hKi +fCa +fCa +fCa +elK +jrd +ddM +wdj +soy +axl +lbP +eIk +gAI +qHR +gAI +sBr +vjr +pQU +uSH +rEX +jCg +rdu +nFx +vUG +dsq +uSH +hKi +hKi +hKi +hKi +oHl +oHl +vkD +hcc +vkD +vkD +qKr +oHl +qKr +vkD +vkD +aaa +aaa +aaa +aaa +pVz +pVz +pVz +oTh +pVz +mrq +unL +mBr +mBr +ocI +qAR +oUz +gKI +oUz +qAR +aaa +aaa +aaa +aaa +hOc +oVi +mxg +hOc +mxg +wKh +hOc +aaa +aaa +tOy +tOy +etO +tOy +tOy +tOy +vOW +sUF +boO +dGH +lxM +khA +lFC +lFC +lFC +pDO +eKa +eKa +eKa +eKa +eKa +bQB +lFC +pDO +eKa +oGx +wsB +qND +tks +eHy +toB +wDz +xmf +roC +cPQ +hMN +taI +pqD +pqD +pqD +pqD +pqD +aaa +aaa +aaa +hKi +pqD +aeU +kmO +aeU +pqD +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sVy +jvH +sVy +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (41,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -aJq -acF -adF -aem -acl -aem -ahe -ayi -ayi -blb -blb -blb -blb -gcs -aJq -aJq -cwg -xZV -xZV -xYG -oAu -tod -vFW -aAt -oES -fzl -aQn -gPr -bcu -jOb -xtX -jAw -cdf -rQi -woe -bWQ -rQi -clH -fIr -wUB -bNq -knv -knv -knv -gBh -gBh -gBh -dRi -enq -gCS -cuZ -hRz -cuZ -geI -knv -ggw -kCT -kCT -kCT -kCT -haO -slY -kwY -kPW -ueX -ikr -iVK -iVK -ixX -jhC -lOj -hMw -hYA -imS -lOj -lOj -hzm -lOj -kdH -kdH -kmn -kEu -ocx -lju -oPU -kdH -kdH -kdH -slw -qON -nZh -rDS -rWM -peb -whL -pLl -leU -vIX -qBG -opv -rxo -yal -yal -yal -yal -yal -tWB -yal -yal -yal -tms -smh -tms -lxZ -poE -jvN -rSi -eUH -rvD -qVP -uFQ -afu -fFt -kyr -lpC -fEC -ybM -vQq -eYY -fEC -aJq -aJq -aJq -aJq -fEC -qkK -cFS -qkK -fEC -aJq -aJq -vmL -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -vdg -wdB -sxv -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +hKi +qFP +aCd +pEE +sqQ +pEE +kcG +jdo +jdo +acm +acm +acm +acm +anH +hKi +hKi +btu +fCa +fCa +vDk +qCO +bKK +ewx +rld +vxj +crW +aGY +dLo +fcG +dWH +szA +fJG +hQe +uSH +ltX +xgj +uSH +mCd +abi +osM +uLz +vkD +vkD +vkD +oHl +oHl +oHl +mXB +bhF +eqc +bTG +psR +bTG +eNt +vkD +vdC +adS +adS +adS +adS +wHe +pVz +cGE +cnU +xBI +mrq +mBr +mBr +unL +ocI +qAR +iAW +cGU +aQG +qAR +qAR +gKI +qAR +hOc +hOc +szT +fdN +nfd +xNr +dPQ +hOc +hOc +hOc +tOy +psX +shx +bWA +mDq +xoC +oRZ +jqH +jsT +mva +hwa +hpm +uqM +qjK +qjK +qjK +qjK +qjK +ivC +qjK +qjK +qjK +iFT +fGi +iFT +nhx +cVy +lpj +psh +rqN +dZV +wDz +ssw +fSp +wsT +lhr +jiL +pqD +ecV +lnh +nUT +pqD +hKi +hKi +hKi +hKi +pqD +iTq +plo +iTq +pqD +hKi +hKi +cmU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +pfp +plD +mOZ +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (42,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -arP -adF -adB -aun -acl -ait -ajG -ayi -ayi -dDB -dDB -dDB -aJq -aJq -aJq -xZV -xZV -xZV -xYG -tfH -acn -iuu -iey -mwI -qrP -aQB -ajw -bcK -frj -ayK -ayK -ayK -rQi -bIW -bVs -rQi -gTf -cgB -bNq -bNq -wMC -cLH -cmf -knv -gBh -dsH -fze -cmf -knv -fRB -knv -knv -gfc -geG -sjq -sNz -wZF -wZF -gzD -sjq -gBi -sjq -sxA -slY -ikr -iVK -iVK -iVK -hsJ -hzX -hMH -hNA -inT -lOj -lev -lwI -lOj -mnv -kdH -kmo -ouN -rST -ouN -oQr -kdH -pZu -yaF -slw -qPr -sob -rEL -rXm -pee -qyT -pLZ -pWF -fMQ -qCb -qZf -yaI -qRN -erg -sNg -yaI -wRN -yaI -oUx -yaI -xQy -qRN -erg -yaI -xdv -uTK -slL -nQX -eVI -dDS -qVP -jcv -kgN -kLo -ucJ -wtq -fEC -lTA -lBf -lxI -fEC -fEC -fEC -fEC -fEC -fEC -kCo -peR -dyW -fEC -aJq -tYT -tYT -vmL -tYT -vmL -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -qyN -yaB -wgv -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +ohh +aCd +jQg +jdK +sqQ +hcy +tCn +jdo +jdo +aaa +aaa +aaa +hKi +hKi +hKi +fCa +fCa +fCa +vDk +xNa +hyL +eTx +ujd +fXH +dkF +iLB +wiW +wAN +bgP +ekm +ekm +ekm +uSH +bhc +bnZ +uSH +ohJ +smA +uLz +uLz +fSd +fbE +qKr +vkD +oHl +oYm +ewZ +qKr +vkD +vCW +vkD +vkD +qJq +rAx +jwY +qwb +mBA +mBA +roM +jwY +lWD +jwY +jaL +pVz +mrq +mBr +mBr +mBr +llG +uDH +vap +tMy +mcu +qAR +suh +vDE +qAR +kAE +hOc +xfp +tzP +lKq +tzP +its +hOc +jpL +mMM +tOy +eRd +eve +mbT +rro +xNQ +vOW +qIX +ezu +mrf +baW +xjZ +xWd +bqr +ind +ikz +xWd +vtJ +xWd +gpw +xWd +vSz +bqr +ind +xWd +xQe +liL +swm +hAn +mMs +fNl +wDz +rVl +dNM +uBU +qxw +iUS +pqD +jJA +ciJ +fAW +pqD +pqD +pqD +pqD +pqD +pqD +mUq +iKU +jkp +pqD +hKi +aeU +aeU +cmU +aeU +cmU +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +lss +mCz +exd +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (43,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -tYT -tYT -arP -adF -adB -adB -acl -adB -ajG -acF -akZ -dDB -dDB -dDB -aJq -aJq -aJq -xZV -xZV -xYG -xYG -rVV -vkk -xQr -xmb -aJn -aNe -xQr -aUQ -lOh -xYG -rQi -bnu -bwH -rQi -cZM -bGP -bNq -bNq -bNq -bNq -lUG -gQs -gCS -cLe -hRz -gCS -gCS -fAe -knv -pCs -lUG -knK -knv -gcm -knv -ggw -kCT -kCT -kCT -kCT -haO -slY -gDF -xpl -mEB -ikr -iVK -iVK -iVK -jhC -lPi -hNb -kdN -ioJ -kOq -leI -hNA -lPi -mnZ -kdH -nJU -kEA -kQe -ouR -oRr -kdH -pHo -pZz -slw -qPC -rho -tyD -rXr -sor -whL -sYs -pXo -tYx -qyT -uRj -snZ -snZ -syh -jch -thq -tCm -onw -jeV -yaO -mKD -snZ -hxQ -snZ -xdR -kYQ -gPa -lvc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aeU +aeU +ohh +aCd +jQg +jQg +sqQ +jQg +tCn +qFP +tzS +aaa +aaa +aaa +hKi +hKi +hKi +fCa +fCa +vDk +vDk +jNj +fuG +sAc +nTI +kDs +edO +sAc +kHc +mNG +vDk +uSH +imQ +rSl +uSH +hpo +fdQ +uLz +uLz +uLz +uLz +gDk +oZI +eqc +aVk +psR +eqc +eqc +nDE +vkD +hGB +gDk +rZf +vkD +bKD +vkD +vdC +adS +adS +adS +adS +wHe +pVz +oUe +xyS +teP +mrq +mBr +mBr +mBr +ocI +bHA +oCX +iPm +lwf +aYY +fhu +tMy +bHA +vij +hOc +dXp +tEI +jJe +blh +bpv +hOc +dVE +vmO +tOy eVI -vVo -qVP -jfT -kgZ -kUf -fCp -gSD -fEC -kQk -aJE -fEC -fEC -rpV -acJ -vej -wxR -fEC -qXB -tmT -qXB -fEC -aJq -tYT -vmL -tYT -vmL -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -vdg -hrL -wdB -wdB -wdB -qis -obq -twg -sxv -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +dcs +tRP +qeb +hAp +oRZ +wcT +dhB +rQB +vOW +gNW +lFC +lFC +gcD +wTM +gLu +wjg +wtG +jGp +akW +pxC +lFC +gxO +lFC +bth +ibC +wZu +xvZ +mMs +hMc +wDz +sno +kJb +uTb +xHk +lwo +pqD +mCr +dAF +pqD +pqD +wNE +kAI +nCL +dYo +pqD +fEM +stn +fEM +pqD +hKi +aeU +cmU +aeU +cmU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pfp +wAY +plD +plD +plD +coj +hME +jaB +mOZ +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (44,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -ayi -acF -btC -btC -btC -ayi -ayi -ayi -akZ -dDB -dDB -dDB -aJq -aJq -aJq -xZV -xZV -xYG -lDE -arA -aRY -coA -aRh -bEG -leh -dsr -aVj -bJL -iQv -bhR -boL -bwJ -cPM -hSx -dhw -bNq -dvQ -dFn -cuZ -gCS -gSV -cLa -bNq -bNq -ecq -bNq -bNq -knv -knv -knv -knv -knv -knv -cmf -knv -dDB -dDB -dDB -dDB -slY -slY -slY -ohl -mEB -ikr -ixX -iVK -iVK -jhU -lPi -hNA -kdP -ipb -kOv -lfU -lxd -lPi -pJm -kde -nJU -ppk -uzJ -ovQ -oRr -poc -pJm -pZK -npA -tYj -wiy -rGt -mhk -mhk -mhk -mhk -tzq -mhk -mhk -uRx -onw -onw -onw -wgu -qyT -tDb -ttX -xBZ -qyT -nvK -xBe -xBe -xBe -xWK -lLb -iIR -qUS -jaP -qpU -qVP -fEC -fEC -oev -fEC -fEC -fEC -fEC -uru -fEC -xpo -vFy -vGU -vFy -vGU -rOG -hbm -nth -vSW -fEC -vmL -tYT -vmL -vmL -gcs -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyN -obq -obq -obq -obq -obq -obq -dPc -sOk -blb -blb -blb -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +jdo +qFP +nYl +nYl +nYl +jdo +jdo +jdo +tzS +aaa +aaa +aaa +hKi +hKi +hKi +fCa +fCa +vDk +sFp +dNf +uKF +lJX +wcS +shf +gZM +jXw +oOn +jzE +lfs +xpN +wSS +fiG +vMC +sxt +qSk +uLz +aJo +gVq +bTG +eqc +eBy +tez +uLz +uLz +eeJ +uLz +uLz +vkD +vkD +vkD +vkD +vkD +vkD +qKr +vkD +aaa +aaa +aaa +aaa +pVz +pVz +pVz +mqb +teP +mrq +unL +mBr +mBr +beH +bHA +tMy +aBw +noS +vlb +hLI +fMU +bHA +sQl +cGe +dXp +klC +ncH +eId +bpv +lvx +sQl +otv +wuG +vBg +exc +cbB +vjh +vjh +vjh +vjh +xsn +vjh +vjh +jIk +wtG +wtG +wtG +hTJ +vOW +rWs +lqv +lQW +vOW +rgy +lWE +lWE +lWE +xxn +kMq +tGW +quj +eXE +hHX +wDz +pqD +pqD +ney +pqD +pqD +pqD +pqD +bvj +pqD +sZN +umm +ems +umm +ems +xpu +aXQ +biY +ocw +pqD +cmU +aeU +cmU +cmU +anH +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lss +hME +hME +hME +hME +hME +hME +lcL +xxw +acm +acm +acm +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (45,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -akZ -dDB -dDB -dDB -dDB -aJq -aJq -xZV -xZV -xYG -bze -aOP -aSd -qoh -fUw -tBk -bvO -bzV -bDM -bJN -vGv -bhU -suU -suU -hRv -bJd -diO -doQ -clJ -gSV -cvJ -bNq -ecq -bNq -knv -cSv -dcm -duF -ybO -vmL -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ueX -ohl -slY -ikU -iVL -iVL -iVL -jig -lOj -hNZ -kdS -kuy -lOj -lgT -jir -lPi -uzJ -mQh -nJU -ppk -odN -ovQ -oRr -poM -uzJ -mKB -npA -nFh -riV -oyU -mhk -spW -ozn -ozn -pXC -tYL -mhk -whL -rym -whL -rym -whL -qyT -tDE -tWQ -unM -qyT -pSA -bUJ -rkY -xoy -xUg -reM -xKQ -oVi -reM -reM -qVP -efr -tqo -umi -ghc -vFy -rOG -uYb -rOG -vGU -mDh -qVP -qVP -qVP -qVP -wmV -cpH -tqo -tqo -fEC -vmL -vmL -vmL -vmL -gcs -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyN -obq -xCH -uPX -uPX -uPX -obq -uPX -pSs -blb -dDB -dDB -dDB -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +tzS +aaa +aaa +aaa +aaa +hKi +hKi +fCa +fCa +vDk +xOs +ewU +sUd +kap +uJR +kxp +xKb +hOg +osl +tPI +iDJ +xfW +eXR +eXR +gvt +tUs +xlx +iNq +wVj +eBy +mXT +uLz +eeJ +uLz +vkD +aZC +kQZ +xpb +sSZ +cmU +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xBI +mqb +pVz +hGg +hPy +hPy +hPy +pmB +qAR +igB +ykp +xrT +qAR +tpZ +dyo +bHA +ncH +mNZ +dXp +klC +kQp +eId +bpv +uPw +ncH +cSH +wuG +wJT +kJi +ngE +vjh +tlp +uXn +uXn +teq +cHq +vjh +oRZ +oqv +oRZ +oqv +oRZ +vOW +wgc +mmZ +oAb +vOW +rDS +vUc +kdP +xil +azZ +wsB +hLM +ymh +wsB +wsB +wDz +wsc +wbb +gIx +fgZ +umm +xpu +dmc +xpu +ems +fib +wDz +wDz +wDz +wDz +ryn +nSp +wbb +wbb +pqD +cmU +cmU +cmU +cmU +anH +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lss +hME +hZB +riu +riu +riu +hME +riu +bus +acm +aaa +aaa +aaa +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (46,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -aJq -aJq -xZV -xZV -xYG -jju -aOZ -ayK -ayK -hdT -gRc -ayK -ayK -bDP -bKk -naw -rQi -cTd -cEQ -rQi -bJe -bWZ -bNq -cmf -dHC -knv -ecq -cGy -cGy -cLB -cSz -dcG -duH -dRm -enB -xae -xae -xae -xae -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -slY -ohl -slY -slY -slY -ueX -slY -ueX -slY -ueX -slY -slY -slY -slY -lxy -hzm -jTA -ovQ -knk -ppk -kQM -owl -oSb -ppk -mjQ -pZP -npF -mhk -riZ -npF -mhk -pev -mhk -mhk -mhk -mhk -mhk -uRX -vzP -vzP -vzP -wjK -wBm -wXk -xKG -qHH -yea -yea -yea -fEC -fEC -xeC -qVP -qVP -qVP -qVP -jmV -fEC -tqo -fEC -fEC -xDj -fEC -qVP -qVP -qVP -qVP -qVP -vTV -vwI -qtE -qVP -fEC -cpH -fEC -tqo -fEC -qVP -fNu -fNu -cGj -cGj -cGj -cGj -cGj -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyN -obq -wgv -qwV -blb -qwV -qwV -qwV -blb -qwV -vdg -wdB -sxv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +hKi +hKi +fCa +fCa +vDk +pst +dRC +ekm +ekm +rea +ylm +ekm +ekm +ofk +mOW +mFX +uSH +xfw +uMp +uSH +jku +bOS +uLz +qKr +heo +vkD +eeJ +eRt +eRt +osW +qcb +kaR +dSA +kgz +hRK +jIM +jIM +jIM +jIM +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pVz +mqb +pVz +pVz +pVz +xBI +pVz +xBI +pVz +xBI +pVz +pVz +pVz +pVz +uJc +gKI +voK +eId +hIo +klC +dBD +tAw +jpK +klC +cKZ +ndA +ycx +vjh +tHJ +ycx +vjh +lgS +vjh +vjh +vjh +vjh +vjh +lLW +tmc +tmc +tmc +lRM +qic +ppW +qCd +vjU +rTk +rTk +rTk +pqD +pqD +hJj +wDz +wDz +wDz +wDz +vrB +pqD +wbb +pqD +pqD +nuU +pqD +wDz +wDz +wDz +wDz +wDz +oFj +rlV +oPU +wDz +pqD +nSp +pqD +wbb +pqD +wDz +mjT +mjT +tQZ +tQZ +tQZ +tQZ +tQZ +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lss +hME +exd +xSk +acm +xSk +xSk +xSk +acm +xSk +pfp +plD +mOZ +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (47,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -xZV -ayK -anz -arJ -ayK -kBq -aQy -aJu -vpm -yjE -aVq -yjE -yjE -yjE -yjE -yjE -yjE -bwX -dja -bNq -hln -dIm -dQY -ecq -epA -hju -dEt -cSY -ddj -dvb -cwf -eop -eGt -fcD -fta -xae -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -slY -gIs -slY -gOK -slY -hfc -slY -hsX -jBb -kPW -kwY -lQq -kOA -slY -lzn -lRc -moz -kee -nua -nPt -odX -lkI -oSg -lWF -mjV -qbw -npS -nFX -nZM -ozn -ozn -sqe -mhk -pMg -pYE -vzP -vxf -vkG -xYD -xPR -tzJ -xRZ -wBm -wXk -oOy -xOS -uHI -vlY -vGp -fEC -nth -xeM -tKa -xLm -tKa -rGB -iZy -cMW -tKa -tKa -iZy -nbL -cRm -qVP -qCU -biq -qwq -bCz -vTV -rJW -suw -qVP -nHu -dpt -tvZ -tqo -efr -qVP -vQj -qmv -hXU -rNY -vUM -jAS -cGj -rtQ -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyN -obq -obq -qwV -dDB -dDB -blb -dDB -dDB -qwV -obq -obq -sOk -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +fCa +ekm +kvd +bga +ekm +bTb +ijX +nfL +rKr +hoN +ijD +hoN +hoN +hoN +hoN +hoN +hoN +flM +xFf +uLz +gpp +nAk +qvK +eeJ +stb +gQS +hRp +eWV +hlB +heH +oup +mRg +lMD +pfa +ioH +jIM +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pVz +bUA +pVz +ahO +pVz +hfk +pVz +gVH +jun +cnU +cGE +wfT +nMk +pVz +slQ +uPF +mXx +onp +jme +ylz +fZo +uXr +cOa +ekt +nBm +wRD +sSi +ozv +sto +uXn +uXn +ixF +vjh +aUt +dLx +tmc +fOy +uMA +iNo +ptK +eQW +qZH +qic +ppW +dXe +lyk +tHV +jVe +lce +pqD +biY +ugj +itB +fay +itB +kWP +fad +ryM +itB +itB +fad +cEl +ncX +wDz +vSC +csH +mhh +pIG +oFj +jze +iIA +wDz +tnu +jzK +sqL +wbb +wsc +wDz +iqn +dtc +wAt +uyv +hpP +uEh +tQZ +bCu +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lss +hME +hME +xSk +aaa +aaa +acm +aaa +aaa +xSk +hME +hME +xxw +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (48,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -tYT -tYT -tYT -aJq -aJq -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -xZV -ayK -ayK -ayK -ayK -xua -aAE -aKm -aNB -aQI -aVz -yjE -bKu -vxt -kLq -smo -yjE -bJi -djC -bNq -dvR -dIe -dRE -ecF -cIe -hjT -ioQ -eQe -faw -dwJ -dSM -eoK -eGJ -fdF -ftO -xae -blb -blb -blb -blb -blb -blb -blb -blb -blb -slY -mFA -slY -gPN -gZk -iNE -ueX -htt -kwY -slY -slY -kwY -slY -slY -kzF -lTv -oem -oem -nxo -oem -oem -owM -oSx -qby -qby -qby -mhk -mhk -tYL -udt -rXw -sqz -mhk -pMi -xYD -rLT -qCg -qZB -cPd -wWa -xYD -wly -wAW -wXk -glM -xOS -wEG -wEG -wEG -fEC -nth -fEC -fEC -fEC -yag -qVP -qVP -qVP -qVP -qVP -qVP -qVP -qVP -qVP -ftv -dWK -btv -kAk -vTV -gWb -pcv -qVP -qVP -uBu -vxm -fEC -tqo -qVP -iIU -grn -lSI -lce -vKU -pTr -vfc -rtQ -rtQ -rtQ -rtQ -rtQ -rtQ -rtQ -rtQ -rtQ -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -vmL -tYT -tYT -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyN -ovf -wgv -qwV -blb -qwV -qwV -qwV -blb -qwV -qyN -obq -wgv -dDB -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +aeU +aeU +aeU +hKi +hKi +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +fCa +ekm +ekm +ekm +ekm +pRW +mvN +nMw +eGZ +qUC +iCj +hoN +yjr +gZW +nPe +cRD +hoN +qLD +qmg +uLz +hsy +pmN +gvh +yhn +net +nlG +lUx +sfK +mIF +wHj +itL +bUc +kYQ +pZE +ugf +jIM +acm +acm +acm +acm +acm +acm +acm +acm +acm +pVz +xUs +pVz +qPc +wlB +esb +xBI +nsW +cGE +pVz +pVz +cGE +pVz +pVz +ciO +teD +rOU +rOU +lSe +rOU +rOU +bcx +vwW +ttP +ttP +ttP +vjh +vjh +cHq +lzk +whI +dWR +vjh +gyB +iNo +rKG +cVu +oEq +rKt +hHZ +iNo +xRs +jQE +ppW +dLF +lyk +lzt +lzt +lzt +pqD +biY +pqD +pqD +pqD +gxL +wDz +wDz +wDz +wDz +wDz +wDz +wDz +wDz +wDz +iCp +oku +lSC +hVr +oFj +afL +dBW +wDz +wDz +kzu +aMu +pqD +wbb +wDz +ntF +oOH +mEM +ihj +usK +kew +wWM +bCu +bCu +bCu +bCu +bCu +bCu +bCu +bCu +bCu +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +cmU +aeU +aeU +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lss +xjM +exd +xSk +acm +xSk +xSk +xSk +acm +xSk +lss +hME +exd +aaa +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (49,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -ayK -avp -aBs -aKG -omJ -yjE -aWE -yjE -bUk -yfa -gJA -yfa -yjE -daD -djE -ecq -dwz -dIm -dSd -bNq -pJh -hhR -ieu -eQi -fbq -dxP -dTu -eoY -xae -xae -xae -xae -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -ueX -slY -xpl -slY -gPN -slY -hff -jCo -hff -jCo -slY -kfA -lQq -kPW -iUG -jkS -lTN -mRD -mRD -knL -kEH -mRD -llg -oSx -qby -mjX -mLh -nry -qRq -mhk -xLO -mhk -mhk -mhk -csp -xYD -uaa -yaG -ram -ryp -xYD -xYD -xRZ -wBm -wXk -jte -uoh -yea -vmt -dzi -fEC -wxR -fEC -wxR -fEC -wmV -qVP -peN -blb -blb -blb -blb -blb -blb -xkt -rGm -btv -mxg -nPu -vTV -xOL -tVe -eEN -qVP -qVP -cWo -rOG -sLB -qVP -pBN -tko -hXU -pOw -dkI -dLn -rxu -lzM -jfX -cJu -kKy -cJu -uRp -kef -ieZ -rtQ -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -vmL -tYT -tYT -tYT -tYT -tYT -aJq -aJq -dDB -dDB -dDB -qyN -ovf -twg -wdB -wdB -wdB -obq -wdB -wdB -wdB -qis -obq -wgv -dDB -blb -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +ekm +nFn +dNg +ymi +wcl +hoN +iJL +hoN +xWE +wMi +jSD +wMi +hoN +vwi +rpU +eeJ +ktH +nAk +xjp +uLz +pee +wXJ +sAh +lcx +uQy +njs +iMZ +lAL +jIM +jIM +jIM +jIM +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +xBI +pVz +xyS +pVz +qPc +pVz +cum +cYe +cum +cYe +pVz +cnO +wfT +cnU +kQA +aoS +pnz +wgE +wgE +rZA +tFJ +wgE +ghY +vwW +ttP +tgl +yeR +sMB +dyj +vjh +tBg +vjh +vjh +vjh +wUf +iNo +kmL +xsg +fJX +sFh +iNo +iNo +qZH +qic +ppW +jkF +xEU +rTk +sGb +rMG +pqD +dYo +pqD +dYo +pqD +ryn +wDz +uBs +acm +acm +acm +acm +acm +acm +aka +qUL +lSC +iiG +bVO +oFj +tie +tZf +vRJ +wDz +wDz +nRV +xpu +ycN +wDz +nfw +nRG +wAt +rew +fMl +oIG +iAm +blt +pNN +iYl +elO +iYl +pMr +cPc +kYd +bCu +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +cmU +aeU +aeU +aeU +aeU +aeU +hKi +hKi +aaa +aaa +aaa +lss +xjM +jaB +plD +plD +plD +hME +plD +plD +plD +coj +hME +exd +aaa +acm +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (50,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -avp -coJ -aKZ -yjE -aRv -aXL -bMq -bUF -vxt -cxr -bwY -yjE -bJE -dkd -dpO -dwL -dJh -dTm -bNq -wXM -evH -kUl -cTr -ddk -dyi -hYC -vmL -cMq -vmL -cMq -flQ -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -mEB -gDH -mFA -ueX -slY -slY -jCo -slY -slY -jCi -slY -slY -slY -slY -slY -kzF -lUz -ohj -ohj -nxX -ohj -ohj -oxw -lFG -lWY -mkF -mLk -nsL -qSG -srn -uSM -rYv -srn -sMi -pMu -qaA -qkv -qCi -raC -dty -vzW -syv -wlF -wzk -tDJ -blq -uot -yea -vmH -yea -fEC -fEC -fEC -acJ -xLE -rui -qVP -blb -xkt -xkt -xkt -xkt -xkt -xkt -xkt -syk -bvK -skS -mIT -vTV -fBR -tVe -cDb -gSa -qVP -rpV -fEC -cpH -qVP -hXU -hXU -hXU -pjO -qBT -uRJ -kJN -lzM -ndA -qWd -qWd -dhX -iyk -ays -ieZ -rtQ -aJq -aJq -aJq -aJq -aJq -vmL -tYT -vmL -tYT -vmL -vmL -tYT -tYT -vmL -aJq -aJq -aJq -tYT -aJq -aJq -aJq -aJq -aJq -dDB -qyN -ovf -ovf -ovf -ovf -ovf -obq -obq -obq -obq -obq -obq -wgv -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +nFn +jSY +xfj +hoN +tUJ +nrk +dTu +lkr +gZW +aaR +pVk +hoN +dVL +eGy +raq +huI +rzM +jPF +uLz +izH +xVE +hwj +eoq +pcs +gmU +wRU +cmU +cko +cmU +cko +tfX +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +teP +xjC +xUs +xBI +pVz +pVz +cYe +pVz +pVz +obj +pVz +pVz +pVz +pVz +pVz +ciO +xMG +ybt +ybt +qBf +ybt +ybt +lZg +sgx +kaY +oEd +mcC +uBP +ojF +sYj +tMP +eMT +sYj +sHj +wLc +uoy +djw +dTz +tnN +bpQ +kgv +tVZ +gRv +laJ +iYn +rcg +fOK +rTk +xdJ +rTk +pqD +pqD +pqD +kAI +ldt +kOp +wDz +acm +aka +aka +aka +aka +aka +aka +aka +lGs +lKF +bNR +eAS +oFj +dmF +tZf +aQn +qJX +wDz +wNE +pqD +nSp +wDz +wAt +wAt +wAt +uos +fUw +cmS +eFU +blt +vRy +sNy +sNy +ekk +ntk +kFJ +kYd +bCu +hKi +hKi +hKi +hKi +hKi +cmU +aeU +cmU +aeU +cmU +cmU +aeU +aeU +cmU +hKi +hKi +hKi +aeU +hKi +hKi +hKi +hKi +hKi +aaa +lss +xjM +xjM +xjM +xjM +xjM +hME +hME +hME +hME +hME +hME +exd +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (51,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -ouj -vCd -aLe -mQB -dSD -dSD -vxt -bWJ -vxt -vxt -vxt -yjE -bJU -dkm -dqj -dxG -dJn -dTr -bNq -ybO -ybO -kUl -cTD -ddN -dzQ -hYC -cLB -hYC -fdK -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -mEB -gEc -gIx -sjq -sNz -hyO -roi -slY -huc -hAN -jMb -kzI -kzI -rST -iUN -jlv -sRR -odX -odX -nyE -uzJ -oih -uzJ -lFU -qby -mkO -mMt -dVW -qSS -mhk -tKf -rYD -mhk -jrZ -xYD -xYD -uXN -uSC -uSC -vkz -xYD -syG -pHN -wAW -wXk -xiF -uoM -yea -vRe -wMA -waO -von -fEC -xxA -fEC -gLR -qVP -blb -xkt -env -trK -iAt -pon -voX -fQo -syk -bKE -uyH -bsl -vTV -wyO -ykx -nte -lNx -qVP -fEC -fEC -pjo -qVP -bpl -bVI -oJE -kgh -uRW -anH -lHj -lzM -xDM -acO -kLG -bQz -rlV -wHY -ieZ -rtQ -aJq -aJq -aJq -tYT -tYT -tYT -vmL -vmL -tYT -tYT -vmL -vmL -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -rMm -vqH -uPX -uPX -uPX -vqH -obq -uPX -uPX -uPX -uPX -uPX -pSs -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +bYr +lYZ +nEE +vrr +meQ +meQ +gZW +uhd +gZW +gZW +gZW +hoN +bnP +pJv +elP +gbK +ogn +fZO +uLz +sSZ +sSZ +hwj +kXl +hqV +mSn +wRU +osW +wRU +uYW +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +teP +iwp +nYw +jwY +qwb +iwh +jTq +pVz +nwj +lVs +cfD +xiV +xiV +lKq +cVB +fMc +fGs +fZo +fZo +dFu +ncH +ihS +ncH +krQ +ttP +tGX +pit +xdG +qAd +vjh +rpb +hcm +vjh +jmF +iNo +iNo +fzj +flj +flj +pFr +iNo +vsu +nTh +jQE +ppW +aIR +sSW +rTk +dtV +enH +dCK +mvj +pqD +hwc +pqD +rcd +wDz +acm +aka +bZU +xxV +hAO +xrG +fIY +otI +lGs +cDE +hDG +jdG +oFj +tjd +qRn +eBz +qlm +wDz +pqD +pqD +mBZ +wDz +kDV +mAQ +cDK +gLh +sug +tba +wlQ +blt +uGE +dcG +ybh +fMT +gFq +kli +kYd +bCu +hKi +hKi +hKi +aeU +aeU +aeU +cmU +cmU +aeU +aeU +cmU +cmU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +vbl +ccC +riu +riu +riu +ccC +hME +riu +riu +riu +riu +riu +bus +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (52,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -vxt -vxt -vxt -vxt -wyt -aXR -wyc -cIy -cIy -fch -cIy -kFP -bKy -dkd -cdt -cmA -dJp -dVu -efe -cIs -cLc -cMB -eQz -deB -dAh -dUn -eoZ -dRm -fel -xae -xae -xae -xae -xae -blb -dDB -dDB -dDB -dDB -slY -slY -slY -hTr -slY -slY -iBo -slY -jiu -jCP -kia -kia -kia -oGl -iVx -lzp -jFB -tll -wuM -nyS -pBD -wuM -pBD -wuM -vLP -wuM -vLP -mhk -mhk -mhk -xmI -pbu -mhk -qDr -xYD -xPR -uXN -uSC -uSC -vkz -vAA -szy -xRZ -wAW -iLK -glM -khE -yea -vmX -vij -wbb -wyl -fEC -fEC -fEC -wmV -qVP -blb -xkt -gmh -rty -kRU -mYR -rty -fpl -oKz -wYW -pds -nOO -vTV -tjQ -ddE -tiM -qGu -qVP -xpo -vVU -mDh -qVP -kvO -tug -hXU -wVs -pxj -hAC -cVC -lzM -ieZ -ieZ -ieZ -ieZ -ieZ -ieZ -ieZ -rtQ -aJq -aJq -aJq -vmL -tYT -vmL -tYT -tYT -vmL -vmL -vmL -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -blb -dDB -dDB -dDB -jZJ -iTP -jZJ -blb -tDn -tDn -tDn -uzj -uzj -uzj -xjz -xjz -xjz -xjz -dDB -dDB -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +gZW +gZW +gZW +gZW +iMF +gQz +faW +wrN +wrN +cxT +wrN +emO +aMZ +eGy +daw +kTA +owd +qWy +itd +nrA +jWA +hDi +yjO +rSB +oGF +bMV +uLs +kgz +fdB +jIM +jIM +jIM +jIM +jIM +acm +aaa +aaa +aaa +aaa +pVz +pVz +pVz +qPA +pVz +pVz +gns +pVz +njw +kge +pmW +pmW +pmW +gWQ +plM +qSV +sTN +skq +nfY +tby +nTx +nfY +nTx +nfY +fUd +nfY +fUd +vjh +vjh +vjh +mWb +gEI +vjh +gkI +iNo +ptK +fzj +flj +flj +pFr +frI +wcB +qZH +jQE +tbR +dLF +nfA +rTk +hKv +dNV +qLF +asR +pqD +pqD +pqD +ryn +wDz +acm +aka +kOv +bOF +wvx +hEn +bOF +fNZ +wJJ +vnD +qBy +hbV +oFj +aNb +kQv +srB +sRv +wDz +sZN +ktQ +fib +wDz +cUP +jlb +wAt +wui +ijO +igH +mkJ +blt +kYd +kYd +kYd +kYd +kYd +kYd +kYd +bCu +hKi +hKi +hKi +cmU +aeU +cmU +aeU +aeU +cmU +cmU +cmU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +acm +aaa +aaa +aaa +xxC +mey +xxC +acm +hac +hac +hac +rtM +rtM +rtM +myp +myp +myp +myp +aaa +aaa +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (53,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -tYT -aJq -aJq -vnI -vnI -vxt -vxt -bHd -vxt -vxt -wyt -cyp -yfa -yjE -daK -dlR -bNq -bNq -bNq -bNq -bNq -ybO -qYx -cMI -eSB -dfB -dAl -dUT -epq -dTu -ffs -eGt -fHQ -gfE -gqw -xae -blb -blb -blb -blb -blb -blb -slY -hLD -hTD -oOK -slY -hfC -slY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aeU +hKi +hKi +llT +llT +gZW +gZW +cYO +gZW +gZW +iMF +rCd +wMi +hoN +mIG +mGn +uLz +uLz +uLz +uLz +uLz +sSZ +dZb +xpp +fIO +dWY +avh +bPM +nmz +iMZ +uoD +lMD +qOJ +afK +qgj +jIM +acm +acm +acm +acm +acm +acm +pVz +lKO +hPl +sAo +pVz +wcu +pVz +dME +ewm +lUy +wgp +lJn +lKq +tah +gsT +cdh +aEZ +nfY +uoz +lHJ +eSN +rWK +lDD +nBi +iJM +iKi +vjh +sPJ +vjh +vjh +tBg +vjh +lmM +lmn +eQW +kug +pSZ +lxx +ldM +iNo +iNo jjq -jCR -jNc -qSH -vNv -rST -iVI -jmK -jHB -jVQ -wuM -kpw -kFg -kRJ -llD -lGk -uKP -xuN -mMz -mhk -nFY -mhk -mhk -xLO -mhk -ptZ -sYF -tzJ -qkw -qCR -raX -rzu -xYD -xYD -wlQ -wBm -wXk -glM -xFO -rQC -vne -vHV -wbH -wyL -xeP -cTw -fEC -wmV -qVP -blb -xkt -vsC -rty -gKC -eJh -noT -ycF -syk -lCt -sKE -bWh -vTV -goE -rAy -loL -vKB -qVP -dpt -fEC -fEC -qVP -cGj -cGj -cGj -cGj -mZc -hXU -hXU -lzM -hsZ -hsZ -hsZ -hsZ -hsZ -hsZ -lzM -rtQ -lzM -aJq -vmL -vmL -vmL -vmL -vmL -vmL -vmL -vmL -vmL -vmL -aJq -aJq -aJq -aJq -lzM -lzM -lzM -lzM -lzM -lzM -lzM -lzM -lzM -lzM -xAG -xAG -tDn -jZJ -npp -jZJ -tDn -tDn -enE -xAG -nFv -vZb -hJC -aHJ -cZP -ioy -xjz -xjz -blb -blb -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +qic +ppW +dLF +mzw +oCq +bhf +mpD +bNo +vsr +dCF +aBo +pqD +ryn +wDz +acm +aka +kwn +bOF +fHK +ueT +uKo +aJO +lGs +shl +jGD +piP +oFj +xne +sAL +fSj +kma +wDz +jzK +pqD +pqD +wDz +tQZ +tQZ +tQZ +tQZ +tZn +wAt +wAt +blt +gKN +gKN +gKN +gKN +gKN +gKN +blt +bCu +blt +hKi +cmU +cmU +cmU +cmU +cmU +cmU +cmU +cmU +cmU +cmU +hKi +hKi +hKi +hKi +blt +blt +blt +blt +blt +blt +blt +blt +blt +blt +lih +lih +hac +xxC +fAp +xxC +hac +hac +aFT +lih +jYs +xvx +vwj +qux +doA +oLt +myp +myp +acm +acm +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (54,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -tYT -tYT -tYT -aJq -aJq -vnI -vxt -vxt -jmI -xya -yfa -yjE -yjE -yjE -yjE -yjE -bLK -bXb -bNq -dye -dKC -dVM -gDL -lPf -utY -cMV -hSM -dfC -fmj -aIr -iGh -dSM -ffO -eGJ -fLX -gfL -grW -xae -blb -dDB -dDB -dDB -dDB -dDB -slY -mEk -mXo -nEA -slY -oPi -xOm -pAU -qbg -rif -rie -ipd -rTA -nTi -lzA -lUI -tVR -pBD -nnc -jZc -kSb -tca -lGT -lWR -mlr -mMF -mhk -xYJ -xYJ -tYL -pbu -mhk -mhk -pNh -qbr -hNT -yaG -rba -rAb -vAR -vSE -woB -ntw -vuR -xgA -wNR -qnu -vnn -vIg -wdV -wyY -xfP -uAi -fEC -rui -qVP -blb -xkt -uLE -mVt -gJa -huN -jBr -skO -syk -nDx -iLc -twz -vTV -jcS -fSE -ftm -uxD -qVP -nGA -ubU -iSK -aVX -tTg -qbq -xsf -vRd -ccD -rSS -lzM -ezE -aFR -aFR -aFR -aFR -aFR -aFR -aFR -rtQ -kaI -dRk -aza -toT -kaI -tlI -fuk -uEI -gxx -gxx -jqs -jYv -nlV -sGp -tKD -qQo -uEI -lzM -alT -qBi -qBi -qBi -qBi -qBi -qBi -wuV -xAG -pGR -tDn -jZJ -cHR -jZJ -tDn -dfs -pGR -nNB -wbk -iWe -rer -sis -sis -sis -tBm -xjz -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +aeU +aeU +aeU +hKi +hKi +llT +gZW +gZW +xum +jgo +wMi +hoN +hoN +hoN +hoN +hoN +bgC +eiF +uLz +rdG +mWc +fzz +nAD +aWD +wcG +hkB +sIM +bJz +abG +kor +xRT +itL +ktC +kYQ +jOh +lFL +oXB +jIM +acm +aaa +aaa +aaa +aaa +aaa +pVz +oyb +tgz +vNf +pVz +fHv +aue +aFV +upG +tVY +xmo +deb +iDZ +lEy +bnp +cwN +lNz +nTx +pRM +bJc +cKE +xlS +gVr +mIn +dbg +nWP +vjh +csa +csa +cHq +gEI +vjh +vjh +rVK +vqG +vwT +xsg +jzg +iVG +aCm +tkJ +oub +cTP +xNJ +eZw +isy +axr +dlr +sDm +wSa +dRo +iPB +qYe +pqD +kOp +wDz +acm +aka +yjT +mwr +lrS +atV +kpZ +bzh +lGs +huB +bvZ +ssE +oFj +bYJ +glJ +jJq +hVQ +wDz +uSP +lQV +gsM +imm +sxN +edV +oeu +ift +sii +eSv +blt +xGO +isw +isw +isw +isw +isw +isw +isw +bCu +vil +dlU +ogS +dLf +vil +fMq +cTg +noy +kKD +kKD +pax +gnq +rNi +jCG +ozK +bqo +noy +blt +hCM +aMz +aMz +aMz +aMz +aMz +aMz +paG +lih +vQL +hac +xxC +gBI +xxC +hac +wVr +vQL +jjI +xSJ +tOj +jBY +rgI +rgI +rgI +cVC +myp +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (55,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -tYT -aJq -aJq -vnI -vnI -vxt -aOK -kqa -dgv -yfa -yjE -bhV -dER -cKm -ybO -dbh -cuO -ybO -lPf -fKo -dWx -egk -lPf -ewR -eHS -eSF -dgr -fnp -ivx -fGE -hYC -vmL -xae -xae -xae -xae -xae -dDB -dDB -dDB -dDB -dDB -dDB -slY -hMq -cis -slY -slY -oPo -xOm -sTN -jCW -jPm -rif -tro -rTA -sgC -eDy -uzJ -uzJ -pBD -usg -uSt -kSf -lme -lHe -lWU -tca -mNh -mhk -xZd -mhk -sNW -rYD -xLO -mhk -sYK -sYF -uao -vzP -vzP -vkG -bOl -xYD -xRZ -wAZ -wXk -xgN -oSY -kar -vnr -vIh -wfb -wzx -xfU -xjU -fEC -kJJ -qVP -blb -xkt -kJp -iNK -xkt -ntf -uMT -xkt -ujA -cDH -fFH -fYX -vTV -vTV -xxO -mQF -vTV -qVP -qVP -qVP -apB -sUG -olI -yla -xsf -skm -qXj -rBE -lzM -aFR -hYz -vie -obW -obW -lLu -jUN -aFR -kGC -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -ltp -aFR -gTC -weV -weV -weV -weV -jYd -qBi -iJt -pGR -tDn -xbs -qdv -bSH -tDn -eua -fQI -xAG -jWd -lGO -ufU -hyX -tBm -ioy -uby -gzF -gzF -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +aeU +hKi +hKi +llT +llT +gZW +iDW +gMF +wnF +wMi +hoN +teN +emj +iXa +sSZ +tAb +nBw +sSZ +aWD +raE +uDK +vfH +aWD +mxb +cyk +fNd +gvC +tyV +isx +hhV +wRU +cmU +jIM +jIM +jIM +jIM +jIM +aaa +aaa +aaa +aaa +aaa +aaa +pVz +sKt +rvE +pVz +pVz +jBC +aue +src +aYO +ycS +tVY +sLm +iDZ +bKN +buV +ncH +ncH +nTx +vcF +eme +hEr +iQp +rZo +jje +xlS +pNG +vjh +eNu +vjh +lRP +hcm +tBg +vjh +xOO +lmn +kOh +tmc +tmc +uMA +dgb +iNo +qZH +gOP +ppW +eZF +kpw +fOT +aGj +qxk +pUo +inT +czI +hJU +pqD +lxj +wDz +acm +aka +wTY +wsR +aka +fEZ +bbd +aka +uSp +hZy +rGe +gyE +oFj +oFj +pSJ +rBy +oFj +wDz +wDz +wDz +ydl +kNA +oCl +vYE +oeu +rKz +wuu +kxR +blt +isw +jCU +alk +nxb +nxb +iRm +rke +isw +bxF +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +kXj +isw +qTT +oep +oep +oep +oep +kQM +aMz +ivV +vQL +hac +eNA +prf +ckg +hac +fOo +dBZ +lih +vvv +vtd +eAV +hiK +cVC +oLt +sRO +lmE +lmE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (56,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -aJq -vnI -vnI -vnI -vnI -iyO -lmG -dhK -dgv -yjE -bjf -bpg -mcx -ybO -vfA -wIv -eUX -lPf -fLz -auB -gJe -eqM -ewU -cMV -eSF -dgr -dBb -dVF -ept -eHR -fhS -vmL -cMq -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -ueX -mEB -slY -slY -lbW -dRD -slY -slY -slY -ueX -ibe -ipP -rST -ihy -lzU -dfN -msi -wuM -kpS -uSG -kSO -gNC -lHk -lXf -mlE -mOv -mhk -qTJ -mhk -rGN -xYJ -pbu -mhk -mhk -xpT -xYD -xYD -xYD -xPR -xYD -vSX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +hKi +llT +llT +llT +llT +gaK +wVn +lKH +wnF +hoN +wNq +tnW +dow +sSZ +rri +blN +oOg +aWD +iyD +qrw +tQx +mIM +kmm +hkB +fNd +gvC +lnY +bgo +mUl +hak +oyl +cmU +cko +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +xBI +teP +pVz +pVz +sWm +atx +pVz +pVz +pVz +xBI +hCa +clJ +lKq +aTA +xdM +pFI +pvx +nfY +usA +spP +hrX +fug +qpU +eKu +rAc +pUU +vjh +lao +vjh +dBI +csa +gEI +vjh +vjh +kmz +iNo +iNo +iNo +ptK +iNo +oFO +dvW +qic +ppW +yhB +lyk +oCq +mvj +dtV +nTC +hPw +rBL +kUj +pqD +kOp +wDz +aCV +wDz +uIl +uIl +aka +utD +wOe +aWl +aWl +aWl +lkD +fyn +vmx tdg -wBm -wXk -bVv -xOS -rQC -von -vRe -wgj -wzS -xgK -tAu -fEC -rui -qVP -pca -qVP -llW -llW -xkt -nNb -ejc -urw -urw -urw -rzG -rIH -cFg -hWJ -htV -ild -oeG -sDo -apk -sUZ -pYY -nhU -mco -xte -xHK -dwa -dBr -pJK -lzM -aFR -vNj -rZk -pwG -kvb -kSo -kyS -kNA -uWu -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kNA -kjn -quQ -aYO -fay -fay -mOP -fay -ipn -qBi -xAG -pSd -tdF -pSd -xlg -gUV -tDn -xAG -xAG -xAG -uby -wCX -lvM -uby -wCX -uby -uby -qRB -gzF -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +fnH +mQc +eEc +gxo +lyy +szx +qWc +jCu +gkh +kNX +dpv +stP +mAl +uoc +blt +isw +rEz +vEf +fvD +tMV +nek +udb +adt +lRF +adt +adt +adt +adt +adt +adt +adt +adt +adt +adt +adt +adt +adt +adt +adt +adt +adt +djB +dCY +qdW +gDb +gDb +hGe +gDb +gEX +aMz +lih +wCx +bwx +wCx +nRK +wIl +hac +lih +lih +lih +sRO +puK +fNn +sRO +puK +sRO +sRO +wJi +lmE +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (57,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -aJq -vnI -vnI -vnI -tTd -tTd -nAS -yfa -dhK -yjE -eBO -eeg -eeg -fUL -bMN -wIv -dso -lPf -cqo -yic -iTG -eqS -exJ -eHS -eSU -djf -dBb -dWw -eqL -hYC -fiF -xae -xae -xae -xae -xae -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -slY -ohb -gFI -ueX -pBV -mDC -slY -slY -slY -rST -sgL -swO -kYZ -msy -vLP -utH -pBD -wuM -vkN -lHT -vkN -mhk -mhk -mhk -mhk -mhk -mhk -sqz -xLO -xLO -mhk -tCk -uaE -qDu -rbh -uZt -sdg -qZB -hpP -wAW -mdU -xhe -qXQ -yea -vrf -von -wgn -pRe -xhj -aHq -xMg -gLR -wmV -rui -qVP -hiq -lUV -gEH -uUV -iWE -tAs -tAs -qGH -vkS -uTT -tAs -poU -xXM -gZU -qGH -vkS -gLy -njX -ncl -tBq -vYO -vYO -xOE -psS -tRE -ckH -lzM -aFR -ryj -qLl -cID -cID -xqx -gXd -aFR -kGC -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -ltp -aFR -rVz -kLG -kLG -kLG -kLG -bUo -qBi -xAG -pSd -tDn -qdv -rwP -yca -tDn -daT -xwT -wTm -eJw -bwE -eJw -aVZ -tyh -hXJ -vXs -iob -gzF -gzF -dDB -dDB -dDB -dDB -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +hKi +llT +llT +llT +lEm +lEm +btl +wMi +lKH +hoN +vMD +fwu +fwu +rfb +viK +blN +mYf +aWD +cXK +dDA +adW +cnY +xQi +cyk +bFf +bJr +lnY +ruE +kjL +wRU +qPi +jIM +jIM +jIM +jIM +jIM +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +pVz +fXI +ldj +xBI +fGN +qIA +pVz +pVz +pVz +lKq +lur +ihT +wNC +xLT +fUd +sOZ +nTx +nfY +qvA +fjr +qvA +vjh +vjh +vjh +vjh +vjh +vjh +dWR +tBg +tBg +vjh +mEl +bZf +uyi +fsB +oRo +gdR +oEq +pcV +jQE +gur +sUG +iMt +rTk +qgH +mvj +wMr +rFp +oAM +mIv +kce +rcd +ryn +kOp +wDz +rOK +odf +hAP +tYp +gIy +rYX +rYX +jyc +npw +cNU +rYX +que +hSi +pSM +jyc +npw +hVP +eBI +lgc +sGi +xGW +xGW +wJI +rcK +uoo +iah +blt +isw +tJe +kFi +lOs +lOs +iHU +ndq +isw +bxF +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +aMz +kXj +isw +rFv +ybh +ybh +ybh +ybh +dkZ +aMz +lih +wCx +hac +prf +rda +azU +hac +bLo +gQL +ozh +gSX +pOl +gSX +fLN +etU +amd +uCm +qYl +lmE +lmE +aaa +aaa +aaa +aaa +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (58,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -vnI -vnI -aCf -tTd -aOM -aRF -bIf -xya -yjE -cmY -eeg -eeg -fUL -bNg -wIv -dsq -lPf -fMi -wKD -cAC -eqS -hoo -cNe -eTu -djj -dBi -dWI -eqX -dTu -fjK -eGt -fMN -gic -gsf -xae -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -ueX -xpl -slY -hlA -qbu -qbu -jQM -slY -rFa -rTD -iWb -jnn -jHE -bDN -kex -kpT -kFD -kTp -lmv -lIf -lXn -srn -mOT -jCA -nGu -ina -mhk -mhk -mhk -sMG -mhk -mhk -mhk -mhk -mhk -mhk -sdQ -mhk -mhk -wAW -wWr -xhH -rje -yea -yea -vJn -wgA -guY -xhA -guY -fEC -fEC -fEC -rui -qVP -xlQ -jnN -gEH -nDe -jGd -xFe -xFe -dsN -ikl -xFe -xFe -urQ -mnc -oFu -oFu -dCU -urQ -xsf -wJD -upv -wfV -jyi -xsf -qzs -tRE -dUD -lzM -lzM -mId -tpm -jeh -jeh -tpm -ntl -lzM -rtQ -dwr -tvM -hxW -uFk -fca -qcX -lqS -iTj -uFk -dsm -fyW -rMt -hRX -uFk -pbe -mTQ -qDO -lzM -lzM -xrh -tpm -jeh -jeh -tpm -ntl -lzM -xAG -nyx -tDn -tDn -tDn -tDn -tDn -xjG -oBB -hqS -fzS -qQv -tOX -pDu -jqZ -pDu -pDu -eJw -mCV -gzF -eGL -eGL -eGL -gBu -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +llT +llT +hIM +lEm +hxl +mjH +vzi +jgo +hoN +dax +fwu +fwu +rfb +uSi +blN +cVa +aWD +rrU +iGn +vjg +cnY +lMA +fFO +jDC +dID +tHq +xsG +jqT +iMZ +lDQ +lMD +bow +uSc +dHo +jIM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +xBI +xyS +pVz +jXa +cMN +cMN +rga +pVz +uec +sdN +oZG +ddH +lRe +jvy +pxP +gSd +cbY +oGn +sfe +oGJ +qAG +sYj +cwo +xCi +sRt +lvw +vjh +vjh +vjh +luN +vjh +vjh +vjh +vjh +vjh +vjh +wzh +vjh +vjh +jQE +ahL +tkg +uzk +rTk +rTk +qWf +sMX +pOV +oxB +pOV +pqD +pqD +pqD +kOp +wDz +vhG +nPj +hAP +jUI +tNb +dzS +dzS +nSo +cly +dzS +dzS +xAU +ntx +oKW +oKW +sAw +xAU +oeu +rQF +iAe +sZo +eAA +oeu +mhf +uoo +jeW +blt +blt +aUS +pKF +nRU +nRU +pKF +tOG +blt +bCu +gqI +wKw +rmX +egW +qyO +pmo +cKM +dOD +egW +tFi +kxa +oCj +ojD +egW +uKd +cOu +kbP +blt +blt +woP +pKF +nRU +nRU +pKF +tOG +blt +lih +bCC +hac +hac +hac +hac +hac +cDB +xPP +waz +xkt +jov +haU +aDj +sWO +aDj +aDj +gSX +ibu +lmE +oeA +oeA +oeA +gSF +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (59,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -vnI -vnI -aCf -bUk -aPh -aSa -aYd -xya -yjE -dzT -bpm -dWp -ybO -dcp -wIv -eVb -lPf -fNk -glB -ybO -ybO -hoL -cNq -hXt -dkq -fnZ -fAM -fHa -dSM -fjR -eGJ -fNr -gig -gtG -xae -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -slY -mFA -slY -iKV -jkw -qcN -qQt -slY -rFP -rTU -sgR -lAa -sSx -tnu -tPg -uuN -btG -pBD -vLD -lIn -lXY -mhk -ina -tYL -nGJ -ntJ -srn -oSh -ntJ -pug -mhk -lJY -bmM -uSM -uSM -vmz -rYv -pug -mhk -fju -wWT -glM -iwZ -uIt -yea -vJA -vKa -guY -xiA -iQU -pIw -pIw -fEC -wmV -qVP -qyO -hCE -oUN -tux -jGd -xFe -ihm -vDQ -wrO -ogE -xFe -vgD -bCG -slx -xtg -keb -xpM -xsf -dEu -nCY -fyo -wAb -xsf -hZd -vzV -jrT -hZT -uMu -uMu -uMu -uMu -uMu -vKG -vKG -ulr -rtQ -lzM -vmL -vmL -vmL -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -rtQ -rtQ -gDV -vKG -nne -oKy -nne -nne -bVB -skf -xAG -pSd -xAG -sEU -sEU -tDn -fmw -tKl -iOG -mTs -qBc -vWr -oQF -lPC -xPk -xPk -epu -tyh -oVb -xik -bwz -vzA -hXX -gBu -gBu -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +llT +llT +hIM +xWE +txo +ooD +okh +jgo +hoN +mEx +mTB +rlL +sSZ +nIC +blN +evr +aWD +xBO +dIk +sSZ +sSZ +pCA +fZr +kYO +qTc +krq +bFY +cps +itL +lLb +kYQ +pYp +txa +mMK +jIM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +pVz +xUs +pVz +vid +fEA +wfz +uLG +pVz +erB +kUK +rkz +gWm +dvx +njA +uMt +wbY +xWn +nTx +bQh +dTC +vDy +vjh +lvw +cHq +aTk +drD +sYj +fnp +drD +gHT +vjh +ohv +cUt +tMP +tMP +iwQ +eMT +gHT +vjh +pIJ +gbw +dLF +kMi +pFj +rTk +iPn +tZi +pOV +woi +vNO +aKf +aKf +pqD +ryn +wDz +eLa +cAX +wTs +mZD +tNb +dzS +jMd +uEf +ser +fvA +dzS +nhe +eSQ +biX +wVL +hsV +lFH +oeu +nfm +fTK +dIK +qEF +oeu +pOA +mNf +uUu +vPY +rzt +rzt +rzt +rzt +rzt +hHs +hHs +aEV +bCu +blt +cmU +cmU +cmU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +bCu +bCu +san +hHs +aAw +ggT +aAw +aAw +eJg +sHR +lih +wCx +lih +ldp +ldp +hac +knp +bCi +uuX +eKE +wfV +tYs +mMy +lWe +vlO +vlO +tBB +etU +lrL +wtY +xkI +dET +bAm +gSF +gSF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (60,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -vnI -avD -cqp -tTd -bxx -bCl -aZi -dhK -yjE -cnL -bpG -eiK -ybO -bNJ -bXg -eXx -lPf -sKX -gNh -ybO -nxt -hpc -cNw -hVO -dkC -fpb -fAX -fHh -cLB -fjS -xae -xae -xae -xae -xae -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -slY -xpl -iNL -kPW -jlb -qcU -bia -rjP -rFW -bCZ -lkG -jns -sSA -qMX -qDP -uuN -yjc -vLP -oyZ -lIq -lYt -mhk -xYJ -qAE -tYL -mhk -mhk -tYL -mhk -xen -lJY -oSS -mhk -mhk -oDK -mhk -mhk -qSv -sNv -wDV -tET -glM -xFO -yeC -yea -vKa -wgM -guY -xjm -pYG -kEO -pwN -pTq -gLR -qVP -udI -xoo -gEH -dyO -tJe -xFe -hMr -ifh -wrO -vHu -xFe -jZI -wZX -vwQ -his -yjr -aTq -wuc -trp -bGs -trp -trp -wuc -wuc -bKN -tww -lzM -udW -uMu -imC -lJk -dkz -vKG -vKG -hcY -rtQ -vmL -tYT -vmL -vmL -aJq -aJq -aJq -aJq -aJq -gcs -blb -blb -blb -blb -blb -blb -blb -rtQ -usI -pzA -abJ -vKG -vKG -tsf -vKG -jEA -xAG -pSd -xAG -xAK -pOJ -tDn -uLO -ket -mTs -mTs -eUb -pcb -oQF -oQF -xOT -oHa -ume -tyh -ljz -egb -rNJ -oZI -iGE -xiu -eGL -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +llT +ovl +kDo +lEm +xSh +fVh +ctj +lKH +hoN +vZe +hKJ +jHv +sSZ +kDA +iEo +qOu +aWD +goz +tHL +sSZ +kEo +xws +vyh +kUg +rUM +btz +eUZ +kXd +osW +nAi +jIM +jIM +jIM +jIM +jIM +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +pVz +xyS +btZ +cnU +eKQ +fMJ +cil +kzO +mEU +wLl +kQD +pJq +dVG +dNB +gQg +wbY +jsw +fUd +emS +oEx +hEq +vjh +csa +fem +cHq +vjh +vjh +cHq +vjh +txm +ohv +pFN +vjh +vjh +vmN +vjh +vjh +gAP +hqs +dNU +ybd +dLF +mzw +qyh +rTk +tZi +vyJ +pOV +bEH +gkF +cFN +nwQ +smK +rcd +wDz +uGM +rnH +hAP +iMp +vkt +dzS +xXF +oOF +ser +wkE +dzS +xXN +wVe +nnq +yfv +pnX +sOg +cuR +tCU +jxc +tCU +tCU +cuR +cuR +ixZ +goE +blt +kae +rzt +wxJ +qol +han +hHs +hHs +hep +bCu +cmU +aeU +cmU +cmU +hKi +hKi +hKi +hKi +hKi +anH +acm +acm +acm +acm +acm +acm +acm +bCu +vHN +ovn +vuU +hHs +hHs +xie +hHs +pPA +lih +wCx +lih +tdC +cAD +hac +nMz +jfF +eKE +eKE +wOC +kvx +mMy +mMy +rfC +gWM +sFo +etU +vDY +iQx +oHA +uuZ +epL +ffs +oeA +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (61,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -vnI -vnI -aCf -cqp -cqp -wyt -yfa -xya -yjE -yjE -yjE -yjE -ybO -bOe -eId -ybO -ybO -ybO -ybO -ybO -wWO -hqB -cNW -hWY -dkF -fnp -dXH -erk -cwf -fkt -vmL -flQ -cMq -blb -blb -blb -blb -blb -blb -blb -blb -slY -mEB -ueX -slY -ohl -slY -iYs -kkl -ydA -rnJ -slY -rGq -rUt -sgR -jon -sSK -juJ -mTe -kqL -kFI -pBD -wSf -lIw -lYw -mhk -qjn -xYJ -ina -mhk -ozt -oSP -uIW -puj -pNy -mhk -mhk -uwU -dOv -rAn -mhk -mhk -mhk -wAW -wXk -jte -xFO -yeF -xle -xle -xle -xle -xle -xKx -uMk -yaS -fEC -wmV -qVP -uyZ -rpq -gEH -jlt -jGd -xFe -qbj -xGT -wrO -xNh -xFe -jHm -afl -dDQ -utP -bVO -kUt -wuc -kKV -dPV -trp -edK -wEW -wuc -pvh -lQG -lzM -mRj -uMu -ulI -lzM -kaW -fbt -vUt -rtQ -rtQ -lzM -vmL -tYT -vmL -tYT -gcs -aJq -aJq -aJq -wdB -wdB -wdB -wdB -wdB -wdB -wdB -rtQ -rtQ -lzM -lzM -gRp -lzM -raf -uMu -vKG -bcY -xAG -pSd -uHF -rJs -sLD -tDn -hVb -tKl -mTs -iAy -ora -nxu -hTZ -wjZ -jUp -lku -ume -tyh -pDu -egb -iGE -mlN -fiD -eoj -eGL -dDB -dDB -wCc -dDB -wCc -dDB -vdg -wdB -sxv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +llT +llT +hIM +kDo +kDo +iMF +wMi +jgo +hoN +hoN +hoN +hoN +sSZ +qQn +hRM +sSZ +sSZ +sSZ +sSZ +sSZ +fpK +axx +uiK +cei +tcI +tyV +dec +mwv +oup +oWp +cmU +tfX +cko +acm +acm +acm +acm +acm +acm +acm +acm +pVz +teP +xBI +pVz +mqb +pVz +uEo +tPW +uzG +wfN +pVz +mmp +caE +rkz +vcj +icT +gQv +tgw +iGR +lOL +nTx +poX +faf +svu +vjh +klc +csa +lvw +vjh +kUn +dNz +fvE +hOk +aqX +vjh +vjh +kYq +udc +nRd +vjh +vjh +vjh +jQE +ppW +jkF +mzw +nIK +jqb +jqb +jqb +jqb +jqb +bHC +tUF +aXX +pqD +ryn +wDz +grj +wqK +hAP +oQB +tNb +dzS +xfG +vdI +ser +mJK +dzS +pmG +pkc +lMK +sco +ezs +eoZ +cuR +cFW +dbl +tCU +buw +eeh +cuR +odW +nbD +blt +fgg +rzt +aAp +blt +cfQ +fAa +uWR +bCu +bCu +blt +cmU +aeU +cmU +aeU +anH +hKi +hKi +hKi +plD +plD +plD +plD +plD +plD +plD +bCu +bCu +blt +blt +csQ +blt +inr +rzt +hHs +vOR +lih +wCx +sSz +cRS +xUi +hac +asp +bCi +eKE +uZW +oxg +kgS +mLU +kGG +iZn +hQG +sFo +etU +aDj +iQx +epL +kwN +tvR +ofD +oeA +aaa +aaa +jvH +aaa +jvH +aaa +pfp +plD +mOZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (62,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -vnI -vnI -vnI -aLT -vxt -vxt -vxt -bNG -vxt -jDw -bqs -yjE -bzT -bNg -tGB -eYM -nOI -xNU -gpS -cBc -wRM -dGO -eIk -eTL -eTL -fnp -dXK -eru -hYC -fjS -xae -xae -xae -xae -xae -blb -dDB -dDB -dDB -dDB -slY -ueX -hNo -wZF -wZF -had -slY -slY -xZh -slY -ueX -slY -xng -pjL -llN -jqu -sSU -tBe -rne -kqQ -uUb -wuM -lmR -lJV -cYT -mhk -mhk -sfL -mhk -mhk -sNW -wht -mhk -xIl -mhk -mhk -qlU -ozo -dOv -rAD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +llT +llT +llT +ife +gZW +gZW +gZW +rjS +gZW +wyL +qyk +hoN +aVP +uSi +kSr +rqI +lGB +hzW +eTA yfC -vTj -sOm -thv -tEW -blq -uoW -xle -xle -xWn -whp -wAj -xle -qvQ -guY -yaW -fEC -rui -qVP -qVP -qVP -nCH -jaL -jGd -xFe -oAr -vDQ -vDQ -fov -xFe -jEe -wZX -fho -erZ -yjr -lVl -wuc -gFD -sos -jXi -lhn -pqL -wuc -aWc -aNk -lzM -pVN -uMu -lJr -lzM -eqg -lcK -vKG -qYn -aWc -irp -tYT -tYT -vmL -vmL -cMq -rpi -rpi -rpi -rpi -rpi -rpi -rpi -rpi -rpi -rpi -qYn -aWc -irp -qGT -hIN -tYq -tYq -dJT -vWr -tYq -xAG -pSd -xAG -xAG -xAG -tDn -mTs -mTs -mTs -vnj -ora -wpy -kPk -wjZ -wjZ -wjZ -wjZ -tyh -pDu -egb -mYP -gea -rJi -roS -eGL -dDB -dDB -wCc -blb -wCc -blb -blb -xZx -wgv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +nEt +mst +cvc +szV +szV +tyV +kUG +eaT +wRU +nAi +jIM +jIM +jIM +jIM +jIM +acm +aaa +aaa +aaa +aaa +pVz +xBI +dYk +mBA +mBA +lSz +pVz +pVz +bQd +pVz +xBI +pVz +eLz +ray +lZD +lBM +uql +jHY +efC +gGy +bYD +nfY +vwV +vSV +tMK +vjh +vjh +tsq +vjh +vjh +lRP +mNk +vjh +tMG +vjh +vjh +eVw +vMY +udc +bpU +hat +qiP +iNN +jBL +dhi +rcg +wsM +jqb +jqb +nIJ +uLp +wGT +jqb +rhi +pOV +rkv +pqD +kOp +wDz +wDz +wDz +wMW +plL +tNb +dzS +vEm +uEf +uEf +dDL +dzS +vOg +wVe +euY +pVy +pnX +tfD +cuR +xor +uGj +vDF +hNV +jbe +cuR +fPY +kYb +blt +fsk +rzt +fPF +blt +emr +qYO +hHs +mOl +fPY +wKQ +aeU +aeU +cmU +cmU +cko +acK +acK +acK +acK +acK +acK +acK +acK +acK +acK +mOl +fPY +wKQ +tmg +ghQ +jri +jri +suV +tYs +jri +lih +wCx +lih +lih +lih +hac +eKE +eKE +eKE +mTQ +oxg +dHt +oWY +kGG +kGG +kGG +kGG +etU +aDj +iQx +qJy +pfo +dQz +vsc +oeA +aaa +aaa +jvH +acm +jvH +acm +acm +nQh +exd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (63,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -vnI -vnI -vxt -aYe -gJA -cSX -bda -dgD -dgD -dgD -xzJ -sot -ddd -eIn -vdI -vdI -gpV -peI -cBN -sxj -mJj -eIk -cUd -dkW -fnp -dXT -esc -eJp -vpl -tJO -fNA -gij -gtT -xae -dDB -dDB -dDB -dDB -dDB -mEB -gDH -vPK -gKi -gPT -qQP -pJQ -wZF -pqv -wZF -sxA -slY -ueX -rVQ -oFi -jqA -lUT -ggn -mTl -kqW -kFJ -slY -slY -mhk -mhk -mhk -mPG -xYJ -xYJ -nZW -xYJ -wht -mhk -nlu -pOb -mhk -kqi -uye -uTh -rBb -puv -xVo -sPt -mKY -wWT -xiF -xOS -xle -vrt -vUI -whC -wAS -xle -xxE -tuZ -fEC -fEC -xpo -pdN -dAn -cjR -ekZ -fLK -aQF -xFe -xdo -gLs -nfg -icc -xFe -lOu -bku -oMo -lyc -xms -srF -wuc -xul -dbU -wuc -wuc -gXL -wuc -wuc -wuc -wuc -lzM -idu -lzM -wuc -jVs -wuc -wuc -wuc -wuc -wuc -vmL -vmL -tYT -vmL -gcs -opL -opL -blb -opL -opL -opL -blb -opL -opL -opL -rtQ -rtQ -rtQ -ndM -jDv -tYq -xUZ -kOR -iSr -kws -xAG -lQA -xAG -rHT -nPH -uxG -pzy -dSu -oQF -oQF -fAt -wpy -xXV -tYq -pZm -nxc -wjZ -eaT -pDu -egb -ezi -bhv -iGE -sFz -gBu -blb -blb -wCc -dDB -wCc -dDB -rMm -uPX -pSs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +llT +llT +gZW +awF +jSD +pMc +lKn +dSp +dSp +dSp +voS +okK +owN +obm +gwe +gwe +sUA +jOd +hyi +fLl +qTR +cvc +cOO +aAI +tyV +owI +fJU +ucV +crT +gjC +glU +tJH +ccA +jIM +aaa +aaa +aaa +aaa +aaa +teP +xjC +dRS +igm +rJm +uob +awO +mBA +pvk +mBA +jaL +pVz +xBI +via +oEy +sky +mZm +ibw +xNe +lyh +qeW +pVz +pVz +vjh +vjh +vjh +utC +csa +csa +uxZ +csa +mNk +vjh +cOh +gPt +vjh +wPG +rLA +pGY +jge +beR +tpu +kyE +aMe +gbw +aIR +lyk +jqb +sez +mcY +qsk +gAC +jqb +bzv +fIG +pqD +pqD +sZN +iqY +cdq +tJo +pCw +rCf +wOT +dzS +kJr +tTM +aIX +wCA +dzS +ehu +czK +vDj +gOw +arB +vfU +cuR +gHt +vQU +cuR +cuR +dvy +cuR +cuR +cuR +cuR +blt +gYp +blt +cuR +sHg +cuR +cuR +cuR +cuR +cuR +cmU +cmU +aeU +cmU +anH +jsx +jsx +acm +jsx +jsx +jsx +acm +jsx +jsx +jsx +bCu +bCu +bCu +hZm +hgI +jri +fEq +icd +lWk +qgU +lih +qMi +lih +kyH +ilB +iMv +tgB +plB +mMy +mMy +jnU +dHt +fYW +jri +gac +nba +kGG +rtE +aDj +iQx +xio +kwI +epL +dKq +gSF +acm +acm +jvH +aaa +jvH +aaa +vbl +riu +bus +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (64,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -vnI -vxt -vxt -vxt -vxt -azq -vxt -bKu -gJA -yfa -yjE -faX -qRQ -bXV -bNg -col -fNH -grM -cCw -gTL -htO -eIk -cUF -dll -fpk -fAZ -fHn -eKT -flg -ftZ -fOn -giy -gtW -xae -dDB -dDB -dDB -dDB -dDB -mEB -gEI -mFA -slY -slY -slY -slY -slY -xZh -slY -qQP -roi -slY -slY -slY -xZh -xZh -slY -slY -krc -kFU -kXR -slY -rXw -lYT -mhk -xYJ -mhk -mhk -mhk -mhk -rZK -mhk -sNW -xIl -mhk -ubB -ozo -rcr -rBx -yfC -szz -efL -mJW -wWT -glM -xOS -yeS -vrz -vKy -wiC -dOT -xle -xxR -xNI -uMI -rOG -twC -fEq -rpV -qVP -qhV -ylR -qwC -uFw -nQa -tdx -uDv -uDv -eyB -wEV -vHj -vHj -vHj -vHj -cAc -wuc -vJH -rfe -wuc -qyH -ufg -ufg -ufg -uDE -wuc -lzg -qDc -vFU -wuc -xAR -xAR -xAR -xAR -umI -trp -trp -trp -trp -trp -trp -trp -trp -trp -trp -trp -dDB -dDB -dDB -dDB -dDB -dDB -dDB -rtQ -lzM -lzM -tYq -oVK -jJP -mmH -uwB -uwB -oLX -uwB -uwB -uwB -uwB -uwB -mmH -reZ -imj -ora -urM -fgp -tYq -rCj -xxL -wjZ -tyh -eJw -vJL -lfe -bhv -vXi -xGL -eGL -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +llT +gZW +gZW +gZW +gZW +fsm +gZW +yjr +jSD +wMi +hoN +uKn +kKj +eGa +uSi +dpW +nTH +gTT +xmZ +hUh +iGi +cvc +dgc +eCC +qpK +dfa +ajO +jPb +dJt +gsq +nFI +fQh +jcI +jIM +aaa +aaa +aaa +aaa +aaa +teP +slP +xUs +pVz +pVz +pVz +pVz +pVz +bQd +pVz +uob +jTq +pVz +pVz +pVz +bQd +bQd +pVz +pVz +xBv +lZC +qBl +pVz +whI +uer +vjh +csa +vjh +vjh +vjh +vjh +obf +vjh +lRP +tMG +vjh +cTJ +vMY +qkK +vAF +hat +srp +yew +tjt +gbw +dLF +lyk +xao +aih +vSw +oiQ +sPH +jqb +cDb +iWZ +kLd +xpu +cyQ +ruK +wNE +wDz +bCc +hRs +uEN +day +hQN +qDR +hif +hif +hDr +gaD +czE +czE +czE +czE +knn +cuR +tJu +fzc +cuR +vwk +txj +txj +txj +dUM +cuR +oeq +nXM +gUm +cuR +mKS +mKS +mKS +mKS +uNy +tCU +tCU +tCU +tCU +tCU +tCU +tCU +tCU +tCU +tCU +tCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCu +blt +blt +jri +hIU +nhY +xUL +egu +egu +pXY +egu +egu +egu +egu +egu +xUL +uEH +qTd +oxg +iJP +ajf +jri +cFn +iiO +kGG +etU +gSX +qxH +anB +kwI +eJZ +hmg +oeA +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (65,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -vnI -bKu -wyt -gJA -aSP -cGG -vxt -yjE -sZu -yjE -wBo -wBo -xql -wBo -nMU -wBo -wBo -wBo -ybO -gUc -cWL -eJk -wYU -fdH -pZI -ivE -iGu -hYC -flQ -xae -xae -xae -xae -xae -blb -dDB -dDB -dDB -dDB -slY -slY -mFA -slY -rfs -voz -sRg -hmb -huh -slY -slY -qQP -iqj -sjq -sjq -syx -jIh -ton -jhs -kso -kHH -kYG -lnU -lJY -uSM -naE -rYv -rYv -nHt -rYv -rYv -oSS -mhk -mhk -pOj -mhk -yfC -yfC -rdo -rBG -yfC -cpc -jAe -yfC -wWT -jjS -xOS -lBN -vOP -ixl -qyx -vXr -jTh -qaO -xNZ -qVP -qVP -qVP -qVP -qVP -qVP -nCH -xfN -daq -xFe -yhk -dYc -lnc -yjd -xFe -nnK -nhu -jbV -dOd -nVs -btQ -wuc -iVJ -peu -wuc -ufg -qpu -jpm -oAn -ufg -wuc -xym -dOg -xHO -wuc -xAR -wgs -trp -trI -xAR -xAR -xAR -xAR -gqg -hQE -xAR -fos -xAR -xAR -hDP -trp -dDB -dDB -dDB -dDB -dDB -dDB -wum -wum -wSG -xgw -gMs -rrQ -esY -mFq -wpy -wpy -vAq -wpy -jBQ -mCX -wpy -mFq -wpy -aIW -goT -ora -lTt -slp -tbb -lwp -gjm -wjZ -lka -rYG -oPV -mbn -ayV -qRG -gEB -eGL -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +llT +yjr +iMF +jSD +pOH +vGc +gZW +hoN +svf +hoN +yma +yma +arQ +yma +qki +yma +yma +yma +sSZ +oxf +hQd +iwt +lfX +hde +aas +xXi +ngo +wRU +tfX +jIM +jIM +jIM +jIM +jIM +acm +aaa +aaa +aaa +aaa +pVz +pVz +xUs +pVz +cMl +vPm +wXd +hdI +jqE +pVz +pVz +uob +mRC +jwY +jwY +pTX +cxc +mqs +qPK +eEQ +kZV +niP +eHp +ohv +tMP +pju +eMT +eMT +vBG +eMT +eMT +pFN +vjh +vjh +meF +vjh +hat +hat +dQZ +hGK +hat +pIL +gMR +hat +gbw +jif +lyk +oNw +utc +ume +iQl +dGO +dnJ +qIc +pFR +wDz +wDz +wDz +wDz +wDz +wDz +wMW +rmL +gBG +dzS +gRx +ivN +gvf +nzk +dzS +fSJ +njQ +ygr +sIk +tAA +nzB +cuR +gsn +lNw +cuR +txj +lNx +qUm +riz +txj +cuR +riU +lJm +mhl +cuR +mKS +tvX +tCU +iot +mKS +mKS +mKS +mKS +mbK +nXY +mKS +vMZ +mKS +mKS +uHC +tCU +aaa +aaa +aaa +aaa +aaa +aaa +vjj +vjj +soK +cXJ +lNM +kOK +hWB +lLm +dHt +dHt +sXV +dHt +qyv +pts +dHt +lLm +dHt +uyU +tml +oxg +keT +eSn +qKw +cMP +jmb +kGG +wYz +pGv +ykN +aER +mvn +rCj +arr +oeA +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (66,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -avL -yfa -sZu -yfa -ykQ -aZM -hui -hui -cok -yjE -bxc -bAi -bOs -qKZ -cdB -icS -fPt -wBo -gJN -oyx -vRG -cOJ -wAw -cwf -cwf -dZd -esw -ybO -vmL -vmL -cMq -flQ -cMq -blb -dDB -dDB -dDB -dDB -dDB -dDB -ueX -mGu -gKK -gPW -hau -oPF -hmg -huz -ivm -slY -kPW -slY -slY -skW -wOM -jpR -ueX -uld -uxd -xaZ -kZg -slY -lKt -tYL -mhk -mhk -mhk -mhk -oaa -mhk -oTH -mhk -gui -pOK -eWd -wFy -yfC -rdC -fMD -sdT -vTN -say -yfC -lzv -glM -qHH -xle -uVn -vKV -wjG -wBr -xle -xxV -xOP -hDN -dcc -vRC -bGC -aia -ygF -hDN -ylR -gIV -xur -xur -xYu -xur -pKi -xur -xYu -xur -xYu -xur -xYu -xur -wuc -vJH -sos -wuc -mqH -tiW -qjE -bRr -ufg -wuc -iai -uoi -lRG -wuc -gqg -trp -trp -tyn -trp -trp -trp -trp -trp -trp -eVe -pxs -upR -vJH -xAR -trp -dDB -dDB -dDB -dDB -dDB -dDB -oCq -uYY -wmS -fCu -amE -ioW -xCS -xIj -ohR -eoz -uLq -tTW -wRV -kSA -xIj -vfN -xCS -wcu -aWi -ora -wpy -fgp -tYq -oHG -hOF -wjZ -qeP -lrE -ask -vzA -bhv -vzA -oZI -eGL -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +eyy +wMi +svf +wMi +sWx +cLQ +nso +nso +wUR +hoN +hxe +noU +laq +izB +spL +kws +uPI +yma +ipd +tqU +eKI +rqF +szU +oup +oup +xnw +oTi +sSZ +cmU +cmU +cko +tfX +cko +acm +aaa +aaa +aaa +aaa +aaa +aaa +xBI +kOc +fVt +cPm +quN +yhl +nuD +edT +mKo +pVz +cnU +pVz +pVz +efJ +aEE +nFL +xBI +dbX +rEN +lhj +qwU +pVz +qyV +cHq +vjh +vjh +vjh +vjh +rxh +vjh +hVt +vjh +uXG +hhm +hAi +tjq +hat +riH +stE +xRn +cIv +koJ +hat +vTG +dLF +vjU +jqb +oFJ +jjJ +tXI +dsV +jqb +mmP +ipS +crA +nQM +dsP +nGZ +nxg +gjp +crA +hRs +qom +hmO +hmO +hxs +hmO +hDu +hmO +hxs +hmO +hxs +hmO +hxs +hmO +cuR +tJu +uGj +cuR +vdv +nVz +jVs +bLM +txj +cuR +mXa +loi +hNQ +cuR +mbK +tCU +tCU +pGd +tCU +tCU +tCU +tCU +tCU +tCU +hvd +huQ +qTV +tJu +mKS +tCU +aaa +aaa +aaa +aaa +aaa +aaa +wWR +dFr +hkD +ktX +vfj +hBn +vBA +tYD +kuh +uTS +cSb +nPG +jzI +msV +tYD +svm +vBA +gPF +noB +oxg +dHt +ajf +jri +wHd +mHQ +kGG +mjv +poT +qcG +dET +kwI +dET +uuZ +oeA +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (67,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -tTd -aCZ -vxt -vxt -cBn -vxt -sZu -bKu -cpt -yjE -pXg -bAk -dOq -dOq -jcF -yfe -pgO -cwC -cDa -sId -qyq -cOP -cUG -dlA -dBM -eag -esC -eKU -ecQ -cMq -xae -xae -xae -xae -dDB -dDB -dDB -dDB -dDB -dDB -slY -atx -ueX -gQm -hbv -hfZ -hmh -pFE -qfV -slY -kPW -kAn -slY -xZh -slY -xZh -slY -slY -ksx -mEB -slY -ueX -wht -sNW -mhk -mSi -qBj -uVb -rkR -mhk -mhk -mhk -sNX -uAV -tDT -udU -yfC -hwe -rBN -aws -vTN -oMC -yfC -pTc -rgT -upg -xle -xle -xle -xle -xle -xle -keZ -reT -ybj -uab -kon -wPe -xjg -flp -hDN -vXL -jXC -xYu -qFh -veP -fui -mLp -mWY -xFw -vuO -myt -jaQ -jWs -tqZ -wuc -xul -txp -wuc -ufg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +lEm +flF +gZW +gZW +bJs +gZW +svf +yjr +cRZ +hoN +smh +xrY +oiF +oiF +nUA +mkb +olW +gHk +ddD +bex tiW -qjE -bRr +gyh +iHZ +bju ufg -wuc -cAB -cfT -ubq -wuc -xAR -trp -kiG -iVJ -coH -trp -wyA -xul -pND -trp -mgk -qOv -gem -vJH -xAR -trp -dDB -dDB -dDB -dDB -dDB -dDB -oCq -gUG -fwJ -hmC -qPN -qPN -qPN -qPN -qPN -qPN -qPN -qPN -qPN -qPN -eQk -qPN -qPN -qPN -qPN -fAt -wpy -eaf -tYq -hvG -nQP -wjZ -qeP -kdJ -oPV -qHI -ect -svQ -ebU -gBu -blb -blb -wCc -dDB -wCc -dDB -vdg -wdB -sxv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +oyq +pAO +ckE +pLs +cko +jIM +jIM +jIM +jIM +aaa +aaa +aaa +aaa +aaa +aaa +pVz +lAj +xBI +sfS +kjS +iIO +xiH +vER +fEl +pVz +cnU +hMD +pVz +bQd +pVz +bQd +pVz +pVz +odP +teP +pVz +xBI +mNk +lRP +vjh +rua +lOI +fHJ +vrH +vjh +vjh +vjh +trN +bZk +tlw +bLP +hat +trV +vKs +fDn +cIv +cpu +hat +kRm +uOw +mdG +jqb +jqb +jqb +jqb +jqb +jqb +wKz +wco +ngM +ufC +sfX +jaq +pbQ +vrP +crA +pIH +isK +hxs +rsy +mLu +pin +gVl +tqF +eNT +xbC +bCr +xGl +omI +kky +cuR +gHt +lvW +cuR +txj +nVz +jVs +bLM +txj +cuR +cpJ +eZl +qsL +cuR +mKS +tCU +rPH +gsn +vXw +tCU +xYH +gHt +gBU +tCU +pZg +jnm +ylU +tJu +mKS +tCU +aaa +aaa +aaa +aaa +aaa +aaa +wWR +hhK +nvl +nII +dWG +dWG +dWG +dWG +dWG +dWG +dWG +dWG +dWG +dWG +xYD +dWG +dWG +dWG +dWG +jnU +dHt +bEB +jri +dkS +mCe +kGG +mjv +jbm +ykN +jDA +vPI +aMQ +fgT +gSF +acm +acm +jvH +aaa +jvH +aaa +pfp +plD +mOZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (68,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -vxt -vxt -sZu -aPm -cDh -cXU -sZu -sZu -dAS -yjE -mfK -iHy -eyo -dmw -hDX -dyG -dLb -wBo -uXo -ddh -oep -pju -cVK -dlN -dDN -eaC -esE -eLJ -fnr -fuo -eGJ -giO -gux -xae -blb -dDB -dDB -dDB -dDB -ueX -slY -slY -slY -gQx -hbv -rkr -hmj -hvk -sRg -slY -slY -slY -slY -iWS -jrX -jIN -xEm -xPX -ksA -oJR -oiw -mhk -wht -sqz -mhk -mTd -qBz -qTR -rlz -rHD -qVR -wCR -wkl -tDP -qbC -lsJ -yfC -uTk -fMD -vBm -vTN -sQU -mKY -wWT -glM -xOS -kWJ -tJz -rgz -mvv -jsS -ocz -wId -uZb -hDN -xyx -jCD -wGK -cSR -dPl -pHe -rAC -hAo -rkO -vyL -syz -oFb -hks -hks -rdE -rdE -gRu -lhV -vPN -eZs -wuc -xul -etf -wuc -ufg -iVY -ptN -psf -ufg -wuc -wuc -wuc -wuc -wuc -xAR -trp -ujr -rKv -dYp -trp -fDz -xul -knJ -fAr -sBa -qOv -rLv -vJH -xAR -trp -dDB -dDB -dDB -dDB -dDB -dDB -oCq -rrA -rPT -xRl -qPN -oKr -mTP -wbf -mTP -oKr -wbf -mTP -oKr -wbf -nTC -wbf -prq -mTP -qPN -kXe -ccs -kPk -wjZ -wjZ -wjZ -wjZ -qeP -lrE -oPV -pId -ect -qRM -vSx -eGL -dDB -dDB -wCc -blb -wCc -blb -blb -xZx -wgv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +gZW +gZW +svf +bxp +oWy +jyP +svf +svf +uqw +hoN +jDP +sYc +cnm +aQy +bYR +wzL +gfd +yma +hHW +maZ +lMz +nNv +uph +uaP +xsw +tXE +mvt +hdC +jAE +qZo +kYQ +wae +vVP +jIM +acm +aaa +aaa +aaa +aaa +xBI +pVz +pVz +pVz +aqF +kjS +vkT +xuh +xFl +wXd +pVz +pVz +pVz +pVz +gnY +iHf +tpC +oFW +hmD +wAo +kjy +bND +vjh +mNk +dWR +vjh +tRU +wnb +pyY +ovh +rud +ioA +tiI +fVs +fvZ +rTf +vMT +hat +hiU +stE +pEj +cIv +wCk +aMe +gbw +dLF +lyk +dVV +jHI +syx +rCA +dMQ +wrg +aSY +miw +crA +rJq +vSN +gvV +tmY +ewj +rMw +fzE +wsP +cVO +mMR +ltR +wzF +tTd +tTd +sXA +sXA +jJV +wLk +qDA +dVY +cuR +gHt +phM +cuR +txj +iXI +rPQ +upT +txj +cuR +cuR +cuR +cuR +cuR +mKS +tCU +jEG +oMz +qcO +tCU +fPM +gHt +nal +htW +lzV +jnm +rhh +tJu +mKS +tCU +aaa +aaa +aaa +aaa +aaa +aaa +wWR +aQu +rLa +jWs +dWG +qLr +cHk +iCh +cHk +qLr +iCh +cHk +qLr +iCh +dWx +iCh +iac +cHk +dWG +ruS +ibZ +oWY +kGG +kGG +kGG +kGG +mjv +poT +ykN +dgX +vPI +vPJ +dnA +oeA +aaa +aaa +jvH +acm +jvH +acm +acm +nQh +exd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (69,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -vnI -vnI -vxt -aPn -cFt -bIG -djU -vxt -tWj -cAh -cLn -blb -blb -fPb -fas -dzl -fQN -wBo -ehB -kfK -ttI -eJr -uFh -fdU -dDV -fBe -fIg -eLL -fod -ffs -eGt -gjT -guT -xae -blb -blb -blb -blb -blb -sRg -hAS -eEq -sRg -gQG -hbw -hgb -hmQ -pGE -jug -rqq -rqq -rqq -vpb -lmS -lAk -jIY -jWt -mTr -ktc -nSY -oiK -mhk -oUO -mhk -mhk -wCR -wCR -qUs -cxT -qmz -oTO -wCR -uej -wms -qbK -ifj -yfC -hwe -fMD -aws -vTN -vST -yfC -wWT -jte -xOS -par -tJz -eSW -eSW -rAR -ezM -wId -dtj -hDN -vSu -xjg -tPf -kXo -sdf -hDN -ckL -daq -xur -cDJ -rVT -gCq -xrk -uoS -vZm -wAx -qIp -jaQ -ici -mUj -wuc -jyS -sos -wuc -ufg -rWs -hwZ -lGr -ufg -wuc -ykz -xAR -xAR -fxF -xAR -trp -etx -fwS -ePg -trp -lib -knJ -xul -mxM -iaZ -cSD -chF -vJH -xAR -trp -dDB -dDB -dDB -dDB -dDB -dDB -wum -wum -fVM -iBj -qPN -noS -rVn -wbf -iui -lyY -wbf -rVn -lyY -wbf -vUR -wbf -noS -iui -qPN -khJ -whc -skc -wjZ -uPr -muS -uPr -qeP -lrE -oPV -cgb -vEb -eHf -apy -eGL -dDB -dDB -wCc -dDB -wCc -dDB -rMm -uPX -pSs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +llT +llT +gZW +qJg +bxl +xVn +wgy +gZW +hKz +dbJ +rTz +acm +acm +mQZ +oNU +tSr +mgU +yma +xdU +aBz +tWK +vOb +pLk +avD +pOr +ujo +cuQ +eRL +voR +uoD +lMD +qaZ +uTu +jIM +acm +acm +acm +acm +acm +wXd +oLz +nbt +wXd +myq +cAG +wqY +mYE +wbx +epg +kcf +kcf +kcf +ipx +kqW +mty +fXq +qXW +nlc +ehw +qkM +ylA +vjh +kkS +vjh +vjh +tiI +tiI +sTF +xiI +slD +ahT +tiI +eCd +vIi +tRQ +gKr +hat +trV +stE +fDn +cIv +pBs +hat +gbw +jkF +lyk +lqI +jHI +kHp +kHp +izF +oBm +aSY +xCl +crA +axL +pbQ +sfh +iXt +bYz +crA +oGt +gBG +hmO +qHD +lCr +xdW +eXn +nfy +kmk +gQC +hMP +xGl +tQv +opI +cuR +kgO +uGj +cuR +txj +koY +jki +uMg +txj +cuR +cuM +mKS +mKS +lmI +mKS +tCU +lhY +wXY +wxN +tCU +dEO +nal +gHt +meK +vZS +hOO +cBX +tJu +mKS +tCU +aaa +aaa +aaa +aaa +aaa +aaa +vjj +vjj +pjf +qPC +dWG +lZE +tdc +iCh +uNa +nFW +iCh +tdc +nFW +iCh +qIU +iCh +lZE +uNa +dWG +bWa +cGd +hGZ +kGG +oPk +ppP +oPk +mjv +poT +ykN +ebx +utl +men +nhm +oeA +aaa +aaa +jvH +aaa +jvH +aaa +vbl +riu +bus +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (70,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -vnI -vnI -vxt -cnS -cFI -bat -bdJ -dvq -wOW -sZu -eaA -blb -blb -fPb -cdW -fPb -fRd -nMU -wBo -hYC -rZh -eJW -ecQ -dmV -dEK -iwM -iJx -eNb -eKU -flQ -xae -xae -xae -xae -blb -dDB -dDB -dDB -dDB -qiz -mpG -mGY -hXf -oQM -hbI -hgd -fBl -pHi -sRg -xat -xat -xat -xat -jMQ -jEK -jJc -pOg -kft -ktM -kIe -las -mhk -xen -ptk -mhk -mTN -wTO -qVR -rlz -rHH -oUJ -wCR -pup -tbq -qcl -uej -yfC -rdC -rBQ -aws -vTN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +llT +llT +gZW +gli +fex +lfg +evg +sru +cte +svf +mgy +acm +acm +mQZ +sxV +mQZ +avY +qki +yma +wRU +lTP +gTQ +pLs +jgl +fvG +wGP +iaJ +xMW +ckE +tfX +jIM +jIM +jIM +jIM +acm +aaa +aaa +aaa +aaa +hsS +eKi +mOE +cvb +wPE +gMZ +kfz +qvO +jBd +wXd +dhu +dhu +dhu +dhu +pQK +ksO +tFt +uFO +gSq +kps +eOn +aIB +vjh +txm +ufd +vjh +aiM +uDo +ioA +ovh +rNI +aVV +tiI +mQE +rcy +skg +eCd +hat +riH +gCv +fDn +cIv +koJ +hat +kWw +dLF +lyk +iqz +jHI +nqr +oii +dMQ +qlc +aSY +qYo +kba +cXh +cXh +cXh +cXh +cXh +cXh +rVC +vKG +hmO +uFE +jrm +xgs +lWZ +hmO +vsN +hmO +lWZ +xgs +jrm +mRe +cuR +owM +pqn +cuR +mZo +txj +gZT +txj +iKv +cuR +pks +mKS +xWZ +tCU +lqs +tCU +oOz +qqH +pQH +tCU +unJ +nal +mDf +meK +bAg say -yfC -nGv -glM -xOS -uJD -tJz -tqT -kFs -jsS -iAM -wId -gJt -vEP -qVV -qVV -qVV -qVV -qVV -qVV -fWw -myX -xur -qKD -yaU -xsF -xLl -xur -bCf -xur -xLl -xsF -yaU -xwY -wuc -psX -mag -wuc -qLy -ufg -dWm -ufg -bLW -wuc -kmT -xAR -hYn -trp -kfC -trp -kIn -sgT -oRP -trp -aqV -knJ -nFu -mxM -gTk -jMv -chF -vJH -xAR -trp -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wum -wum -wum -qPN -wbf -uWy -wbf -pxA -wbf -wbf -dmW -wbf -wbf -eQk -wbf -wbf -tSp -qPN -hyi -aRI -oQF -oQF -hjq -muS -muS -lub -tBA -oPV -iNz -jDe -jDe -tSB -eGL -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +cBX +tJu +mKS +tCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vjj +vjj +vjj +dWG +iCh +def +iCh +mUh +iCh +iCh +sOQ +iCh +iCh +xYD +iCh +iCh +fJm +dWG +jvI +tcw +mMy +mMy +iPJ +ppP +ppP +xJS +mOv +ykN +cJD +iBG +iBG +uyk +oeA +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (71,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -vxt -sZu -cIX -baW -vxt -vxt -yeE -vxt -eaA -blb -blb -wCQ -hIR -ftb -cqR -gtZ -gKs -gUl -sfb -eJY -ecQ -dnj -dFs -eaE -euj -eNG -ecQ -cMq -cMq -blb -dDB -blb -dDB -dDB -dDB -dDB -dDB -qiz -mqv -mGZ -qOm -qIO -hbR -hgn -hmW -gRL -hcl -xat -vhe -vhe -wnd -enm -lBn -jJc -lvu -hPd -kua -hIe -oiL -mhk -lKu -cXm -mhk -wCR -wCR -qVZ -rlB -rJo -sas -wCR -rYd -tbq -qdm -aeq -qEp -bCX -bCX -sei -qDp -sQY -mKY -wWT -glM -xOS -uKA -uBc -tuZ -tuZ -uBc -xjX -wId -dtj -vEP -gxg -ign -qVV -mpQ -lqd -qVV -mPq -jGd -xur -htM -vhI -xsF -iYY -xur -xur -xur -qcY -xsF -dfj -lqg -wuc -aTn -sos -wuc -wuc -wuc -wuc -wuc -wuc -wuc -trp -uEb -trp -trp -trp -trp -trp -trp -trp -trp -mPv -bbU -knJ -fAr -dDW -qOv -qfQ -vJH -xAR -trp -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dbY -kgu -wOl -uhu -rEe -gGB -pNz -wyb -xJz -wWS -wyb -jLB -mZR -vUg -eFy -rBy -ngL -kND -qBc -vWr -oQF -rsH -muS -muS -lrE -ihZ -vCx -txN -wcV -vEa -vux -gBu -gBu -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +gZW +svf +eKZ +dSY +gZW +gZW +lBI +gZW +mgy +acm +acm +nIc +qbi +sXb +eRK +kno +mLN +fal +bUa +mCA +pLs +ftK +njB +vMU +rQT +vvX +pLs +cko +cko +acm +aaa +acm +aaa +aaa +aaa +aaa +aaa +hsS +kZh +jAv +iiW +psV +mMG +flR +eeI +vXS +bEY +dhu +njM +njM +tZA +xaN +hfH +tFt +tXF +qbX +cjB +utK +nlM +vjh +awI +weg +vjh +tiI +tiI +aWq +uuH +wKR +qmu +tiI +apM +rcy +apR +wwY +qcB +syU +syU +iqW +dvJ +iUL +aMe +gbw +dLF +lyk +nhu +uYm +fIG +fIG +uYm +qYf +aSY +xCl +kba +iEF +lII +cXh +tbW +pYS +cXh +cjO +tNb +hmO +vAg +aOZ +xgs +xfF +hmO +hmO +hmO +lno +xgs +eOT +bsX +cuR +emv +uGj +cuR +cuR +cuR +cuR +cuR +cuR +cuR +tCU +oCi +tCU +tCU +tCU +tCU +tCU +tCU +tCU +tCU +byz +iqh +nal +htW +enU +jnm +jqc +tJu +mKS +tCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hyT +qRM +kow +wpj +biG +ycW +fHq +rzS +fkM +mqC +rzS +vSO +mIi +aGV +dMF +aMs +mIW +sAv +wfV +tYs +mMy +dgr +ppP +ppP +poT +onH +sJo +hTk +biH +trx +ulN +gSF +gSF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (72,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -vxt -aTd -bbj -bem -sWm -rRp -cAh -dXE -eoU -rMn -xpf -xpf -xpf -crm -nSo -wBo -osE -pnM -eJZ -eKU -dnq -dFH -ebc -euQ -eOo -ecQ -ecQ -eKU -flQ -dDB -blb -dDB -dDB -dDB -dDB -dDB -sRg -hBq -mIA -sRg -gQU -raj -hgZ -hno -bDQ -qgK -xPX -wzo -hLm -bGU -nxR -lBE -jKj -gEJ -xat -wnd -kIO -wnd -mhk -mhk -wht -mhk -mUt -wTO -uSI -rlN -rJo -bHU -wCR -roV -tbq -tSh -aeq -qFB -rdK -rDf -sel -rDy -uWB -yeu -tFg -tXT -wHE -qnz -vtc -vLf -jRh -sWJ -xkg -sxL -pNS -vEP -wXC -rpo -qVV -wXC -crJ -qVV -pnS -trP -wpO -huE -wpO -wpO -iYY -xKv -blb -xKv -qcY -wpO -wpO -huE -wuc -xul -nVJ -oVo -ceZ -xPf -gVA -rhj -cYE -eOt -cYd -eOt -kEe -xvd -iZF -vRt -vUf -skg -vUf -muI -vUf -vAU -caE -trp -eYQ -qOv -nXL -vJH -xAR -trp -dDB -dDB -dDB -dDB -dDB -dDB -dDB -eeq -hhZ -fSf -wRa -xXJ -wtr -lkR -vVS -wtr -skn -wsG -wtr -skn -eoa -tJi -leC -lfC -rUd -ihZ -qeP -kWk -qeP -qeP -lub -ihZ -qeP -xru -sVN -eGL -eGL -eGL -gBu -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +gZW +nVa +fuy +iYG +wwX +cOv +dbJ +vMS +jUZ +kFY +bMo +bMo +bMo +bOr +nkg +yma +juz +xMx +ihN +ckE +cfE +hVV +fbR +cIn +rhw +pLs +pLs +ckE +tfX +aaa +acm +aaa +aaa +aaa +aaa +aaa +wXd +cyb +jqw +wXd +xdz +gGw +foc +bpL +fJB +jYZ +hmD +gXn +jlB +uEr +rNn +myV +roB +jmr +dhu +tZA +jAj +tZA +vjh +vjh +mNk +vjh +ich +uDo +vhw +iCI +wKR +duO +tiI +gHJ +rcy +aSz +wwY +dLp +nky +iZG +abc +rmG +cdG +gHG +czw +jRt +kVG +puC +piy +bON +uHT +tQd +nSr +eQm +aoh +kba +bia +wvP +cXh +bia +qkZ +cXh +bJh +mjF +oZE +uJk +oZE +oZE +xfF +phE +acm +phE +lno +oZE +oZE +uJk +cuR +gHt +lcB +kdp +upV +vHX +mzE +dOV +ubI +fgL +hTU +fgL +wVv +mcX +uNQ +gGU +uPC +bjD +uPC +ggk +uPC +szR +jOC +tCU +hgu +jnm +wak +tJu +mKS +tCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +azm +mME +aNi +dEf +rVm +goj +gcl +kpL +goj +mue +lqL +goj +mue +mQO +vmB +ims +lhM +ltz +onH +mjv +oNe +mjv +mjv +xJS +onH +mjv +yex +aVK +oeA +oeA +oeA +gSF +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (73,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -vxt -sZu -vxt -sZu -cGG -sZu -vxt -cLz -cVV -bOL -fAN -blb -fuC -fSL -guI -wBo -ybO -cBz -eKd -ecQ -dnt -dGt -ebx -euX -eOp -foi -fuR -foi -cMq -hem -hem -blb -blb -blb -blb -hem -sRg -dOz -dOz -sRg -trS -qiz -qiz -fgt -pHC -qiz -xat -rrq -iqq -xPX -wnd -wnd -jKu -jWZ -xRV -kuq -msq -laD -oAD -mhk -wht -mhk -wCR -wCR -wCR -rmG -ozO -nuX -wCR -uMg -tcB -uMg -uej -uzd -uUI -bUf -fVV -szG -wow -wEi -wXO -xjh -alh -oio -tJz -vLC -rJH -jsS -ezM -xye -oZi -vEP -uQu -dYD -jrb -cEJ -czV -qVV -yfY -bBe -nCH -blb -blb -wpO -qnc -xKv -blb -xKv -qnc -wpO -blb -blb -trp -osC -xJG -vJH -nFu -npH -xul -qRW -xul -iVz -iVJ -knJ -vJH -nFu -xul -tQx -wOd -knJ -knJ -hWU -xul -edP -xul -trp -vez -isf -oGS -trp -vfi -trp -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -kND -vEW -tHK -tHK -tHK -tHK -kPH -tHK -tHK -fUT -wbf -wbf -ced -wtr -skn -hXY -ihZ -qxn -lrE -jsv -qxn -pmN -lrE -lyQ -sVN -sVN -dDB -dDB -dDB -dDB -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +gZW +svf +gZW +svf +vGc +svf +gZW +ybT +wzm +aBv +pYc +acm +dCL +dxv +uvz +yma +sSZ +jXL +aRC +pLs +uYx +gAl +aOe +hbJ +iSF +mSe +ejq +mSe +cko +cXZ +cXZ +acm +acm +acm +acm +cXZ +wXd +kIU +kIU +wXd +ujL +hsS +hsS +ayW +wnW +hsS +dhu +eDL +aZQ +hmD +tZA +tZA +tHr +mrE +qNr +yjE +mnd +aLk +cWM +vjh +mNk +vjh +tiI +tiI +tiI +aRe +jvp +paC +tiI +tJW +apb +tJW +eCd +sVl +wbj +jbD +nVW +lHR +omc +sVz +lks +nXq +rma +pow +jHI +sAS +rLm +dMQ +oBm +huz +mlq +kba +psO +ugE +maM +jqX +nHc +cXh +pKh +vUU +wMW +acm +acm +oZE +aPS +phE +acm +phE +aPS +oZE +acm +acm +tCU +qBx +xtN +tJu +mDf +kfR +gHt +cQI +gHt +bkC +gsn +nal +tJu +mDf +gHt +mEZ +alD +nal +nal +psG +gHt +lPS +gHt +tCU +aCy +aqP +iXW +tCU +vlB +tCU +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sAv +twX +qrV +qrV +qrV +qrV +eLF +qrV +qrV +wkt +iCh +iCh +hWJ +goj +mue +gxE +onH +vvi +poT +vIM +vvi +yai +poT +uEd +aVK +aVK +aaa +aaa +aaa +aaa +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (74,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -vnI -tpH -tTd -pJg -vxt -xgW -awi -fZq -yfa -yjE -yjE -yjE -yjE -yjE -vxt -hOy -eUi -eKY -eUi -feq -dIt -ecQ -evg -ecQ -eKU -ecQ -ecQ -hem -maf -qtG -qtG -qtG -qtG -qtG -qtG -hem -hBw -hCX -gKU -gRe -iCw -jDP -hnr -hvy -hBg -xRV -xRV -xRV -xRV -smV -lCg -pqI -jXk -xRV -kuv -kJb -laL -loj -mhk -scz -mhk -mVM -aSI -xRV -oaV -xZS -xZS -xRV -bUt -tcP -bUt -xRV -xRV -xRV -xRV -xRV -szH -sRv -xRV -saZ -sxw -upj -mTq -wfP -xJX -xJX -gvn -toY -eAX -lbO -ybJ -fbe -wTX -wTX -kIQ -kIQ -dob -rAC -mDG -hLY -blb -dDB -dDB -vWF -dDB -dDB -dDB -dDB -dDB -dDB -blb -trp -auI -xul -wuc -wuc -wuc -wuc -cZy -wuc -wuc -wuc -wuc -trp -fMv -trp -trp -trp -trp -trp -trp -nFu -knJ -xul -trp -vJH -iBV -vJH -trp -xAR -trp -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -vEW -xwf -cSs -tHK -qgs -mYq -pgq -tHK -iui -qLj -wbf -wbf -vln -wbf -wbf -rlb -lrE -eXy -mwt -vnu -azz -lrE -lgV -sVN -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +llT +taa +lEm +xfm +gZW +rPd +qSW +oYA +wMi +hoN +hoN +hoN +hoN +hoN +gZW +euA +pJc +fka +pJc +jph +mlF +pLs +lOF +pLs +ckE +pLs +pLs +cXZ +nki +iMQ +iMQ +iMQ +iMQ +iMQ +iMQ +cXZ +rjV +rpG +bbM +vHw +cKN +aBL +obL +umO +uwh +qNr +qNr +qNr +qNr +gLl +wXP +olx +fZD +qNr +qzt +lay +lSY +sMV +vjh +txx +vjh +bcJ +tYM +qNr +rzl +hdo +hdo +qNr +aQv +soJ +aQv +qNr +qNr +qNr +qNr +qNr +kBt +mSS +qNr +diX +pNr +nvc +mPt +phb +bLY +bLY +kpa +cjY +xQS +icY +deo +obA +ylw +ylw +rRN +rRN +qCn +fzE +eAL +uQD +acm +aaa +aaa +dVy +aaa +aaa +aaa +aaa +aaa +aaa +acm +tCU +owe +gHt +cuR +cuR +cuR +cuR +rWB +cuR +cuR +cuR +cuR +tCU +kIG +tCU +tCU +tCU +tCU +tCU +tCU +mDf +nal +gHt +tCU +tJu +oJl +tJu +tCU +mKS +tCU +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +twX +dQm +nqM +qrV +rLH +icW +fPI +qrV +uNa +eEb +iCh +iCh +lyB +iCh +iCh +csV +poT +nbF +kZg +spH +rxk +poT +bui +aVK +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (75,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -vnI -pSo -aSP -bfo -bjx -gJA -gJA -bAK -bQh -vxt -ctI -dBa -ykQ -dSD -elY -xlF -cpW -cOQ -cXe -dnW -wbi -iwe -iKf -fMk -for -fvC -xvl -gkN -guV -gwD -wbi -wbi -wbi -wbi -wbi -hrY -wbi -wbi -wbi -wbi -wbi -wbi -hnO -tgR -wbi -oDs -rrC -iqN -liJ -snc -snc -lVL -snc -nys -snc -nTj -snc -snc -mAo -lYU -mmp -mZg -frI -uQi -sfK -frI -frI -pfw -frI -pPT -xJR -ofo -mLi -xJR -sNL -xJR -xJR -frI -ldZ -wXk -sxw -xOS -nsO -uBc -tJz -tJz -uBc -xkA -qvG -xQn -xKL -tYV -rao -wNk -aLQ -tYV -xKL -ngp -rCB -nCH -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -trp -trp -eKW -wuc -tKR -hCz -chO -hOS -gkw -lba -tKR -wuc -pRL -gOH -qKI -trp -aJq -aJq -aJq -trp -trp -trp -trp -trp -eHy -vSq -eHy -trp -iMl -trp -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -vEW -mEU -qYD -ucR -cXJ -skU -qRs -tHK -oKP -nQj -wbf -ujH -lUO -bqd -wbf -bJZ -yeO -muS -muS -muS -jKJ -cMS -sVN -sVN -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +llT +nWc +pOH +xHd +rWy +jSD +jSD +dXG +htK +gZW +lcC +bXh +sWx +meQ +kfw +dJO +dRL +hGH +cmC +dlC +saw +oPI +rmR +nkp +mzq +gRn +rOj +iFZ +pbS +xJG +saw +saw +saw +saw +saw +khc +saw +saw +saw +saw +saw +saw +gUx +qch +saw +xyW +iRS +kmu +fOM +aCs +aCs +hSQ +aCs +wCF +aCs +dms +aCs +aCs +oeT +cVo +nMK +fAB +cRj +tdz +pji +cRj +cRj +jTP +cRj +vVL +qSL +kAr +web +qSL +qor +qSL +qSL +cRj +ktw +ppW +pNr +lyk +fGl +uYm +jHI +jHI +uYm +xji +ddk +nAc +dqV +gOp +dGq +gJp +jGA +gOp +dqV +vIw +boC +wMW +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +tCU +tCU +klX +cuR +nHh +caC +tFd +nZe +fzw +oVI +nHh +cuR +vlA +nlQ +xhc +tCU +hKi +hKi +hKi +tCU +tCU +tCU +tCU +tCU +lvd +mkB +lvd +tCU +gae +tCU +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +twX +ksu +prD +lWF +aUd +bSf +kjx +qrV +nVg +whF +iCh +sQo +llz +dyE +iCh +xWI +bYm +ppP +ppP +ppP +umE +sSy +aVK +aVK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (76,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -vnI -jDw -bft -vxt -vxt -vxt -vxt -vxt -vxt -srm -vxt -wOW -vxt -vxt -jMk -hvh -hHy -hNY -hTR -hNY -xmT -qiE -nyt -hNY -hNY -hNY -gli -gvp -ggW -gwV -gxR -hTR -gwV -hNY -gBk -hNY -hNY -gxR -inh -jvB -inh -iZK -pVq -hBt -jQW -uAo -uAo -iIv -uAo -jsG -jLr -aHS -fHN -jpu -pWM -foe -jpu -lKA -jpu -jpu -qdS -jpu -qWm -xmu -jpu -jpu -jpu -foe -xmu -lKA -jpu -jpu -fMj -fXJ -jpu -aRJ -wRg -gNU -tFY -tYb -xOS -ftX -udA -xJX -uSY -vJV -qBN -iKm -xQK -vEP -hji -pCF -xVl -syR -fgk -qVV -etZ -mDG -hLY -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -trp -oPJ -vvP -wuc -gTe -uRm -eQR -rvE -kDg -jJl -oUY -wuc -pRL -lQh -kyN -trp -aJq -aJq -aJq -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -vEW -vEW -vEW -vEW -aav -dZF -aBK -vEW -qPN -qPN -qPN -uDQ -mWk -oop -wbf -fAS -yeO -muS -muS -muS -fOQ -xqZ -sVN -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +llT +wyL +ali +gZW +gZW +gZW +gZW +gZW +gZW +fYk +gZW +cte +gZW +gZW +ykt +mfk +dEk +ssc +fEI +ssc +hZs +cpr +pOp +ssc +ssc +ssc +pNd +bVU +cxH +lfo +jHM +fEI +lfo +ssc +jCI +ssc +ssc +jHM +hLJ +imt +hLJ +hfS +jhE +lqT +nJg +hdc +hdc +wci +hdc +lcl +aYR +nGc +eos +oOB +egK +hls +oOB +jBo +oOB +oOB +hQB +oOB +eRe +xID +oOB +oOB +oOB +hls +xID +jBo +oOB +oOB +rcR +cOb +oOB +aHs +rFf +tjV +eOk +vrZ +lyk +eZX +bYx +bLY +xIF +cJo +ekO +jat +vbD +kba +aCO +vub +iWH +ldx +suY +cXh +cyF +eAL +uQD +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +tCU +uJl +wLO +cuR +gmb +wSN +jwB +lCl +awr +mif +tuc +cuR +vlA +fMd +smx +tCU +hKi +hKi +hKi +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +twX +twX +twX +twX +nNs +aSG +kcr +twX +dWG +dWG +dWG +foZ +gNs +bxa +iCh +nvh +bYm +ppP +ppP +ppP +mWu +vMV +aVK +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (77,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -vnI -vnI -bfF -vNK -vNK -tzF -bAL -bQU -vxt -vxt -vxt -ykQ -smo -vxt -gUS -sne -cPj -cXP -msg -fRG -msg -fIE -fNh -fRG -gBD -msg -glz -gvX -ghd -msg -msg -msg -msg -msg -hsc -msg -toU -hYW -inR -toU -hhi -jax -hvz -xnQ -nTa -tlt -eIM -yjZ -yjZ -yjZ -vmc -rnF -kfw -yeD -kJj -yjZ -yjZ -yjZ -lZD -yjZ -nau -yjZ -nHB -obm -oAk -oWb -pfO -siC -siC -siC -siC -siC -qio -siC -siC -siC -rCd -tiC -tIc -xGc -xOS -ftX -fnP -vNw -txt -uBc -qYK -lqy -uYH -vEP -qmr -jIl -qVV -qmr -mik -qVV -eux -gzu -nCH -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -trp -qDx -jRe -wLd -hPW -kOm -xWz -goJ -wMT -wLd -hPW -wLd -trp -trp -trp -trp -aJq -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -vEW -vEW -vEW -vEW -vEW -dDB -dDB -qPN -qPN -pRJ -rrZ -wbf -qen -pqK -brb -xCw -muS -vWY -sVN -sVN -blb -blb -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +llT +llT +wDt +wpY +wpY +hWz +iKj +tDv +gZW +gZW +gZW +sWx +cRD +gZW +otx +kFH +jxE +uSK +tWQ +veC +tWQ +xDA +eEx +veC +xmp +tWQ +dcu +ppp +nyZ +tWQ +tWQ +tWQ +tWQ +tWQ +tPj +tWQ +sSm +vZW +oLi +sSm +wwQ +jiK +tcM +tdX +dtR +lsh +gIQ +bkX +bkX +bkX +sAi +wph +brx +mfv +agJ +bkX +bkX +bkX +huH +bkX +awu +bkX +fNi +kev +lIF +qVh +fcy +muK +muK +muK +muK +muK +opd +muK +muK +muK +arf +lOE +exo +sNE +lyk +eZX +cqH +snf +qAb +uYm +jEI +gOS +mni +kba +sJg +iGp +cXh +sJg +mSb +cXh +xDa +oXQ +wMW +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +tCU +dNk +pea +xKP +vuT +vgR +fng +nRN +jrp +xKP +vuT +xKP +tCU +tCU +tCU +tCU +hKi +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +twX +twX +twX +twX +twX +aaa +aaa +dWG +dWG +oXp +fef +iCh +gmZ +puO +agm +nQY +ppP +ePg +aVK +aVK +acm +acm +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (78,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -vnI -vnI -vnI -sZu -bUk -vxt -yfa -bRo -scg -kUI -ykQ -wOW -fXi -vxt -wMm -wbj -eLO -wbj -wbj -wfn -fCg -fIK -fOj -foJ -fqf -fqf -fqf -fpO -qtG -qtG -qtG -qtG -qtG -qtG -lYj -mst -mKu -niw -inU -iCN -lYj -mmw -hwg -hCr -tsF -xRV -mCp -xZS -xZS -xZS -xRV -xRV -vIJ -kux -wGz -lbh -oAF -whf -xeO -wMg -qej -wMg -jVM -jVM -ceE -jVM -jVM -vkh -vkh -efC -efC -vpN -oTo -vpN -vpN -vkh -vkh -brw -bUz -sxw -xIy -isK -uBc -uBc -uBc -uBc -uBc -uBc -uBc -vEP -vVz -vFR -qVV -uGO -nsr -vEP -mwn -mwn -nCH -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -trp -ycd -ycd -wLd -ixz -wLd -pan -pan -pan -wLd -ixz -wLd -dDB -dDB -dDB -trp -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qPN -qPN -qPN -qPN -sVN -fpR -sVN -sVN -sVN -fpR -sVN -dDB -dDB -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +llT +llT +llT +svf +xWE +gZW +wMi +lng +icI +iLv +sWx +cte +ciX +gZW +qDV +rgB +kAM +rgB +rgB +izl +ybL +rQm +esg +pIO +wqq +wqq +wqq +fvC +iMQ +iMQ +iMQ +iMQ +iMQ +iMQ +sEa +vTZ +iUv +isL +vpw +fEy +sEa +izV +qnz +qsb +hQz +qNr +iQS +hdo +hdo +hdo +qNr +qNr +sVo +yhF +oRa +vMa +aSn +tBQ +lbO +igl +pAf +igl +ydA +ydA +cLA +ydA +ydA +jlw +jlw +eIc +eIc +aKt +ktk +aKt +aKt +jlw +jlw +nXK +crb +pNr +tRd +lHu +uYm +uYm +uYm +uYm +uYm +uYm +uYm +kba +uKz +oNh +cXh +gbI +kpt +kba +cqM +cqM +wMW +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +tCU +pQi +pQi +xKP +alF +xKP +krY +krY +krY +xKP +alF +xKP +aaa +aaa +aaa +tCU +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dWG +dWG +dWG +dWG +aVK +xZl +aVK +aVK +aVK +xZl +aVK +aaa +aaa +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (79,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -vnI -vnI -vnI -vnI -tTd -vxt -kLq -bRA -yiF -yjE -fAN -yjE -yjE -yjE -kzo -rSw -oFm -sIg -dog -wfn -ecY -evj -ecY -fpO -fvP -fOP -gmp -fpO -maf -blb -blb -blb -blb -maf -sUy -nJG -sUy -niT -sUy -niT -sUy -xoS -hwo -hDC -tsF -ibq -nZg -yat -wCt -lEa -lWk -xRV -vrn -nAx -wQB -xRV -xRV -xRV -xeO -mnn -naO -yfH -jVM -wzj -nvo -row -jVM -puD -pQe -qdp -qme -ycS -hWQ -ycS -ycS -vUq -uNW -tiD -tIc -sxw -upk -wAW -blb -blb -blb -blb -blb -blb -blb -vEP -vEP -vEP -vEP -vEP -vEP -vEP -blb -blb -nCH -xzd -wdB -wdB -sxv -vdg -wdB -sxv -vdg -wdB -wdB -ljl -trp -blb -blb -wLd -iGp -wLd -blb -blb -blb -wLd -iGp -wLd -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +llT +llT +llT +llT +lEm +gZW +nPe +vGF +poQ +hoN +pYc +hoN +hoN +hoN +pzl +gFl +rvd +wJt +ism +izl +rsO +tVh +rsO +fvC +lfO +pbG +tgq +fvC +nki +acm +acm +acm +acm +nki +bXm +deU +bXm +tWF +bXm +tWF +bXm +fag +gla +gyU +hQz +jul +wPc +lEB +etJ +sZT +sGs +qNr +mwC +rGN +tIy +qNr +qNr +qNr +lbO +smg +nqY +sVF +ydA +peI +mPp +ydy +ydA +rDD +xvk +nHH +bqL +isj +qME +isj +isj +uqV +hBl +haM +exo +pNr +lTe +jQE +acm +acm +acm +acm +acm +acm +acm +kba +kba +kba +kba +kba +kba +kba +acm +acm +wMW +kuw +plD +plD +mOZ +pfp +plD +mOZ +pfp +plD +plD +bDg +tCU +acm +acm +xKP +feb +xKP +acm +acm +acm +xKP +feb +xKP +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (80,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -vxt -vxt -sZu -vxt -bqZ -vxt -fBf -bSj -xVx -yfa -gKL -cbu -aMm -cEc -wTv -qLh -cQb -wqm -sTH -wMm -izq -evs -eOT -fqf -fvT -fRU -gnf -fpO -dDB -dDB -dDB -dDB -dDB -dDB -sUy -mtR -mNM -hYX -wAt -iDg -sUy -jaD -cmd -qly -uVT -uVT -hBv -xQw -uVT -jsN -jLI -jXl -vrn -nzK -wQB -xRV -lpa -blb -xeO -izB -nbn -xyX -jVM -paV -wLJ -oXe -jVM -puT -ycS -tEI -ycS -uAF -ree -rFQ -ycS -szK -vkh -tiR -tIc -bxA -uqQ -wAW -vtv -kev -qtl -qtl -qtl -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -vav -xZx -rpi -sOk -vav -xZx -sOk -vav -rpi -xZx -sOk -dDB -blb -dDB -qyN -sxT -wgv -blb -dDB -blb -qyN -sxT -wgv -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gZW +gZW +svf +gZW +tza +gZW +qTi +oMW +rWi +wMi +oXq +fUC +qhO +ihe +uZH +wgF +wXx +tcL +mPK +qDV +sPU +wME +bpo +wqq +lXi +tZL +kvK +fvC +aaa +aaa +aaa +aaa +aaa +aaa +bXm +hoD +bdN +aFb +wpH +aWW +bXm +lup +lQf +fmR +bgl +bgl +sqY +jRW +bgl +bhT +iTS +sab +mwC +grg +tIy +qNr +vYb +acm +lbO +pMv +lra +tXM +ydA +kta +apc +gyw +ydA +kEq +isj +ucX +isj +uwM +pID +gAz +isj +wdP +jlw +pQp +exo +jcU +sfP +jQE +eZW +pCV +xIg +xIg +xIg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +esy +nQh +acK +xxw +esy +nQh +xxw +esy +acK +nQh +xxw +aaa +acm +aaa +lss +eWJ +exd +acm +aaa +acm +lss +eWJ +exd +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (81,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -cLg -blb -blb -blb -sZu -vxt -vxt -sZu -xFZ -eLE -wyt -gKL -fTC -vkP -vkP -wTv -xkD -xeD -hXQ -sTH -frw -iAn -evz -ePw -fqf -fwO -fSe -gnw -foJ -dDB -dDB -dDB -dDB -dDB -dDB -sUy -mur -mNS -iaH -gSi -iDk -sUy -rto -hwp -qlP -uVT -ocn -iri -sjJ -uVT -uVT -lWQ -xZS -vrn -ncL -kQp -xeO -wMg -wMg -xeO -wJV -nbu -xyY -jVM -uPd -jVM -sbm -jVM -vkh -pQl -ycS -uAX -uAX -reW -uAX -vEq -szM -efC -xYj -wYr -tYd -hgE -uKV -uNn -vOh -qTM -qTM -qtl -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -gAn -uPX -uPX -pSs -rMm -blb -pSs -rMm -uPX -vqH -pSs -dDB -blb -dDB -qyN -sxT -wgv -lhv -dDB -lhv -qyN -sxT -wgv -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -blb -lBy -jcE -vCm -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wqJ +acm +acm +acm +svf +gZW +gZW +svf +hqh +lHM +iMF +oXq +cja +dTV +dTV +uZH +iyP +cGi +ief +mPK +qqs +jnK +ozf +rTr +wqq +hCN +qnl +gsf +pIO +aaa +aaa +aaa +aaa +aaa +aaa +bXm +aNX +lOo +uBW +bSJ +oOX +bXm +fAt +aMw +lUr +bgl +oxI +cDd +sfE +bgl +bgl +gPv +hdo +mwC +wAO +mEf +lbO +igl +igl +lbO +cxi +gnm +dWB +ydA +mco +ydA +rgt +ydA +jlw +dkr +isj +tku +tku +ntl +tku +sNu +aUD +eIc +ouA +xDF +uyT +qya +leX +afE +jYJ +rNE +rNE +xIg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ssZ +riu +riu +bus +vbl +acm +bus +vbl +riu +ccC +bus +aaa +acm +aaa +lss +eWJ +exd +gZk +aaa +gZk +lss +eWJ +exd +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +acm +oOs +ifm +wMo +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (82,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ddG -ntH -ddy -tnx -bYE -pMr -gKL -dLf -cwG -hJo -mSq -gCJ -hIq -cYm -fgL -fsf -fDs -evE -ePA -frs -fxt -fSh -gof -fpO -dDB -dDB -dDB -dDB -dDB -dDB -sUy -muW -mOk -iap -gSQ -iDk -sUy -jaK -hwx -hDZ -uVT -idg -irQ -iIA -vrI -xQw -jLI -jYU -vrn -ncL -wQB -wMg -wKr -wKr -xeO -eGl -nbZ -ntY -jVM -uPd -jVM -rJp -vjm -sON -vkh -tFG -qmx -uBn -iZI -vpU -sem -vkh -vkh -gwa -wYr -tYH -mVa -uLn -aTr -hyl -wlf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dzd +qwf +wTf +lxB +qfl +daP +oXq +wLV +udD +bvc +aqy +ven +fPx +bcC +olw +yjX +ilm +gNe +gCX +kos +eZi +wau +sEH +fvC +aaa +aaa +aaa +aaa +aaa +aaa +bXm +xlQ +tsl +ava +ukI +oOX +bXm +uWY +hGk +aGt +bgl +lVd +gOz +lSo +lNr +jRW +iTS +cDL +mwC +wAO +tIy +igl qTM -qtl -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -lBy -sxT -gzY -lhv -dDB -lhv -sxT -sxT -vCm -blb -blb -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +qTM +lbO +jvO +acc +uro +ydA +mco +ydA +dYr +fqj +lxP +jlw +xnN +xCu +iEz +mFJ +toU +dfh +jlw +jlw +prJ +xDF +msj +iZE +kcL +ePM +sRY +qXq +rNE +xIg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +oOs +eWJ +iHu +gZk +aaa +gZk +eWJ +eWJ +wMo +acm +acm +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (83,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wNL -dDB -dDB -dDB -qin -bst -hyD -kpz -tnx -sRP -yjE -yjE -fAN -yjE -gKL -gUT -jUm -xzB -eXa -fhj -fsz -fDw -evP -eQJ -fpO -fxw -fSr -gph -fpO -dDB -dDB -dDB -dDB -dDB -dDB -sUy -uOP -gIG -nlb -gTi -pUy -sUy -pfC -pLj -hEc -uVT -vSk -irQ -iJg -eHk -xQw -gtr -xZS -vrn -ncL -wQB -ojk -lql -lKK -lZF -wKq -qfb -xAl -jVM -ydu -qEa -fLi -rZn -sOp -gYg -qdC -qmI -uCh -vRE -vpY -sfh -jGX -vkh -tjb -xAP -wAW -urh -wAW -vtv -iho -wlL -wDZ -iho -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -qyN -hCQ -wgv -dDB -blb -dDB -qyN -hCQ -wgv -lhv -dDB -lhv -qyN -sxT -wgv -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sJs +aaa +aaa +aaa +suU +aMO +nBq +dQX +lxB +cmp +hoN +hoN +pYc +hoN +oXq +pPa +lPj +dYw +jVC +nOQ +dtd +bCW +nDQ +cTf +fvC +iLM +hgz +nhr +fvC +aaa +aaa +aaa +aaa +aaa +aaa +bXm +mtx +aAa +bAv +hgY +ekq +bXm +unA +gVP +ndg +bgl +tFV +gOz +aXk +rar +jRW +vjC +hdo +mwC +wAO +tIy +nSH +dVa +gZF +rde +hoM +jKU +dTf +ydA +abN +cHy +jQc +pDi +qjH +toP +tcv +xBG +lpe +wXg +iRf +nMa +uUC +jlw +xiv +ybq +jQE +nOs +jQE +eZW +mdj +cVP +qVm +mdj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +lss +ecd +exd +aaa +acm +aaa +lss +ecd +exd +gZk +aaa +gZk +lss +eWJ +exd +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (84,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ddG -bxq -ddy -bSn -uEV -uEV -ejt -lCH -mZw -gLA -gVV -inH -wyP -cYs -fik -fsD -fDC -ewy -eQO -fpO -fyr -fSv -gpI -fpO -dDB -dDB -dDB -dDB -dDB -dDB -sUy -iVP -mPx -nlk -mPx -ooR -sUy -sUy -reE -qly -uVT -idJ -itw -iKe -iWW -uVT -uVT -uVT -vrn -nAy -uIv -okp -qfF -wuw -wuw -pNa -qfF -xAq -jVM -uPd -jVM -glv -swt -pvR -vkh -vzM -qmO -rZN -rfI -rHd -vpY -szP -vkh -tkp -cbT -xli -urv -yeh -blb -kev -wmc -wEw -iho -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -qyN -hCQ -wgv -dDB -blb -dDB -qyN -hCQ -wgv -blb -dDB -blb -qyN -sxT -wgv -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dzd +qwN +wTf +aCg +rsI +rsI +mSH +lVM +nVR +oVC +kWT +opf +hUn +hBb +tOF +gUp +bGJ +osB +gtL +fvC +swT +bhK +aLu +fvC +aaa +aaa +aaa +aaa +aaa +aaa +bXm +dao +aaF +xab +aaF +fOq +bXm +bXm +unk +fmR +bgl +fXO +egF +gTf +eBL +bgl +bgl +bgl +mwC +olK +rDM +cSL +kXs +jSb +jSb +hWG +kXs +jlW +ydA +mco +ydA +qBk +pAt +duy +jlw +nAS +fsr +wpA +kwi +aIS +iRf +qaA +jlw +roS +kRb +mMn +lnX +nYP +acm +pCV +qrm +wQP +mdj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +lss +ecd +exd +aaa +acm +aaa +lss +ecd +exd +acm +aaa +acm +lss +eWJ +exd +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (85,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -cLg -blb -blb -blb -vxt -vxt -vxt -sZu -vxt -sZu -vxt -fBf -dLZ -sZu -gLK -wjn -uBg -xQC -cYC -bsF -fsV -fDF -exi -eSh -fpO -fyQ -fSW -gpK -fpO -blb -blb -blb -blb -blb -blb -sUy -gEO -xil -gLD -gTH -sUq -kGM -sUy -jnh -hEm -uVT -idN -itY -rWE -qJq -oIP -bHp -xQw -vrn -ncL -wQB -wMg -lqF -lLJ -maa -wKr -qgr -xBr -nIS -rnY -jVM -qTH -aOx -gVq -vkh -orH -cOm -eZJ -vRE -tZR -cOm -szS -efC -wEp -qYu -xli -dDB -dDB -dDB -qtl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wqJ +acm +acm +acm +gZW +gZW +gZW +svf +gZW +svf +gZW +qTi +wZc +svf +mEF +qTN +uQv +jpk +bNf +mMO +wfm +jsl +bdJ +yjI +fvC +ttx +fxg +ofI +fvC +acm +acm +acm +acm +acm +acm +bXm +dHm +uZQ +fNM +alf +hXg +aCA +bXm +msD +mac +bgl +ppi +kHa +jpp +xxh +pKu +sOK +jRW +mwC +wAO +tIy +igl +sZm +rtt +ioQ qTM -qTM -uMC -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -qyN -hCQ -wgv -lhv -lhv -lhv -vav -hCQ -vCm -lhv -lhv -lhv -blb -hCQ -wgv -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +gwT +nJN +fcn +mBn +ydA +aJZ +aXG +tmJ +jlw +jqK +qQP +ooC +wXg +tbD +qQP +fye +eIc +fDl +lTA +mMn +aaa +aaa +aaa +xIg +rNE +rNE +vPb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +lss +ecd +exd +gZk +gZk +gZk +esy +ecd +wMo +gZk +gZk +gZk +acm +ecd +exd +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (86,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -cMq -bBa -ddT -jZR -gJA -fBz -eLE -vxt -jco -wJU -wtl -eMj -wMm -fiA -wfn -pgh -eyv -eSo -fpO -fyT -fTx -fpO -fpO -dDB -dDB -dDB -dDB -dDB -ycC -ycC -iEk -lzT -qMK -gUm -iEk -xGJ -qoD -pLr -qoD -uVT -ifw -iwv -iLC -iLC -jts -wzK -mvb -djR -kuE -wQB -xeO -oAL -wiU -mad -wKr -qgA -qCF -jVM -rpg -jVM -jVM -pfU -sON -vkh -wgU -vpY -sZQ -jZh -rHm -sgS -szZ -vkh -wEp -wZo -tYX -dDB -dDB -dDB -qtl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +cko +dro +oiL +sjw +jSD +hLQ +lHM +gZW +bDh +nQw +sNd +xxU +qDV +etZ +izl +lrN +rmc +eRQ +fvC +jek +eIF +fvC +fvC +aaa +aaa +aaa +aaa +aaa +fYh +fYh +svA +qZq +cEr +fsV +svA +nRs +kET +jBb +kET +bgl +bqc +mKQ +bQG +bQG +fKB +pFZ +oPL +knJ +dGt +tIy +lbO +koH +heW +agA qTM -qTM -uMC -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -xzd -wdB -sxv -vdg -wdB -hrL -wdB -wdB -qis -hCQ -twg -wdB -sxT -wdB -qis -hCQ -twg -wdB -sxT -wdB -qis -hCQ -twg -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +rcm +hDt +ydA +gfN +ydA +ydA +qrC +lxP +jlw +trm +iRf +czA +iMN +sXW +gut +lzR +jlw +fDl +ilT +jOF +aaa +aaa +aaa +xIg +rNE +rNE +vPb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +kuw +plD +mOZ +pfp +plD +wAY +plD +plD +coj +ecd +jaB +plD +eWJ +plD +coj +ecd +jaB +plD +eWJ +plD +coj +ecd +jaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (87,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -vxt -vxt -vxt -vxt -hvJ -vxt -vxt -wfn -xQi -wMm -xQi -wfn -xQi -wfn -xQi -wMm -xQi -fpO -foJ -fpO -foJ -blb -dDB -dDB -dDB -dDB -dDB -pIS -uAK -anb -uFm -gLJ -xsh -ahE -plz -sDq -jwi -pdT -uVT -uVT -eku -kTt -eku -uVT -uVT -uVT -llv -kvl -wQB -xeO -lti -kGE -mam -wKr -lYY -nuh -jVM -ygb -ipt -jVM -swF -tGe -tGq -tGq -qnA -xmt -xmt -wqs -wqs -wqs -xmt -tlZ -tIu -xli -blb -blb -blb -qtl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +gZW +gZW +gZW +gZW +weX +gZW +gZW +izl +pKa +qDV +pKa +izl +pKa +izl +pKa +qDV +pKa +fvC +pIO +fvC +pIO +acm +aaa +aaa +aaa +aaa +aaa +sDn +pTV +mch +naP +gWV +pUq +djc +nyW +wdQ +heT +dNb +bgl +bgl +wqt +wUs +wqt +bgl +bgl +bgl +puv +bMQ +tIy +lbO +iZw +hTf +aob qTM -qTM -uMC -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -lBy -rpi -blb -vav -rpi -rpi -rpi -rpi -rpi -sxT -sxT -sxT -sxT -sxT -sxT -hCQ -sxT -sxT -sxT -sxT -sxT -hCQ -abt -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -blb -lBy -jcE -vCm -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +vJb +czG +ydA +tmS +rxr +ydA +uVb +nZA +bXz +bXz +kQb +jds +jds +mHL +mHL +mHL +jds +bov +kYX +mMn +acm +acm +acm +xIg +rNE +rNE +vPb +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +oOs +acK +acm +esy +acK +acK +acK +acK +acK +eWJ +eWJ +eWJ +eWJ +eWJ +eWJ +ecd +eWJ +eWJ +eWJ +eWJ +eWJ +ecd +pLr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +acm +oOs +ifm +wMo +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (88,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -vxt -ddy -yhB -ddy -vxt -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -ycC -ieJ -wkh -uFm -xMk -xsh -hcc -xGJ -axz -jwi -qtd -hOg -uVT -tgw -lqt -iXj -jtx -wPf -mvT -vrn -kvT -nVD -xeO -ltl -hzY -pum -wKr -qgH -wKr -jVM -qhp -rLw -rsV -pgW -mwP -pRP -tGq -qnC -vpQ -qIP -rHQ -shw -sAL -xmt -tmc -wZo -tYX -dDB -dDB -dDB -kev -wmY -uPO -iho -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -gAn -uPX -bSo -rMm -uPX -rSB -aoj -pWQ -sTq -sxT -xCH -uPX -sxT -uPX -sTq -hCQ -xCH -uPX -sxT -uPX -sTq -hCQ -xCH -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +gZW +wTf +mEn +wTf +gZW +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +fYh +xwV +ube +naP +gEj +pUq +mXk +nRs +geN +heT +xCJ +mlf +bgl +xkR +fKe +dqm +wzq +nFP +mdu +mwC +hhH +nVE +lbO +cCb +wCH +ttz +qTM +bCI +qTM +ydA +jbX +uAq +rlP +xPK +tPK +xTo +bXz +fbo +ktt +aTB +eKS +bnd +aXt +jds +nvQ +ilT +jOF +aaa +aaa +aaa +pCV +vUI +kYA +mdj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +ssZ +riu +cry +vbl +riu +jjO +iXV +yiu +qPP +eWJ +hZB +riu +eWJ +riu +qPP +ecd +hZB +riu +eWJ +riu +qPP +ecd +hZB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (89,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -cea -yhB -crE -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -pIS -gBx -mvh -nNe -tuW -xsh -hcd -plz -pkh -jwi -jFG -qVo -uVT -iwV -pDr -hMh -juS -uVT -mvT -vrn -kyO -smf -xeO -lty -xeO -iTv -wMg -dCm -wMg -jVM -jVM -rMV -jVM -swL -sOW -tfa -tHh -qnL -xiL -rgc -rgc -shU -dvl -sSj -tmV -wZo -tYX -dDB -dDB -dDB -kev -wnv -wFM -iho -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -qyN -rpi -sOk -vav -sxT -sOk -lhv -lhv -lhv -vav -hCQ -blb -lhv -lhv -lhv -vav -hCQ -wgv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iBA +mEn +lnL +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +sDn +yfE +nUq +itf +ooS +pUq +bwn +nyW +xbO +heT +iAQ +qkT +bgl +bEJ +duD +rXw +rWf +bgl +mdu +mwC +btQ +tqY +lbO +tSE +lbO +rIB +igl +kSh +igl +ydA +ydA +eTi +ydA +cVF +sbi +jiH +csi +uve +gIe +ocj +ocj +ujc +xYw +qUj +vSY +ilT +jOF +aaa +aaa +aaa +pCV +iwD +lDR +mdj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +lss +acK +xxw +esy +eWJ +xxw +gZk +gZk +gZk +esy +ecd +acm +gZk +gZk +gZk +esy +ecd +exd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (90,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -cea -yhB -crE -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -pIS -gBz -fJo -tMh -qMK -xqv -hcj -xGJ -pkh -jnr -jDa -hOC -uVT -iza -lqt -soA -juX -wPf -mvT -vrn -ncL -uUE -xeO -oCc -xeO -nTg -lql -qgN -pEC -qYc -jVM -rMY -jVM -sPE -pvS -tGq -tGq -ueK -ono -rgx -rIg -prQ -uXb -sSr -wEp -wYV -xli -blb -blb -blb -qtl -wlf -qTM -uMC -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -rMm -uPX -pSs -qyN -sxT -wgv -blb -dDB -blb -qyN -hCQ -wgv -blb -dDB -blb -qyN -hCQ -wgv -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -wte -dDB -qyN -jcE -wgv -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iBA +mEn +lnL +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +sDn +faG +spR +gZx +cEr +jJL +aTh +nRs +xbO +hVd +sUc +pHt +bgl +cYR +fKe +asg +lSr +nFP +mdu +mwC +wAO +bef +lbO +fgF +lbO +eoJ +dVa +orh +knO +xVD +ydA +iXX +ydA +mPq +loB +bXz +bXz +vLX +hQv +xcG +tEf +cMU +oXX +wOj +fDl +mjJ +mMn +acm +acm +acm +xIg +qXq +rNE +vPb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +vbl +riu +bus +lss +eWJ +exd +acm +aaa +acm +lss +ecd +exd +acm +aaa +acm +lss +ecd +exd +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +her +aaa +lss +ifm +exd +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (91,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -cea -yhB -crE -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -pIS -gBT -mxa -nNe -biB -xsh -hcE -plz -pkh -jwi -tBo -hQs -xYO -xYO -iLN -xYO -xYO -xYO -xYO -vrn -oGJ -wQB -xeO -oCc -xeO -kTd -mnu -qgR -omA -uSb -jVM -vXW -jVM -siz -sPT -lej -tGq -ueR -qGw -uVE -rgx -prQ -sAT -xmt -wEp -tIA -xli -dDB -dDB -kev -kev -oxS -usl -iho -iho -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -vdg -wdB -sxv -dDB -rZi -qyN -hCQ -wgv -lhv -dDB -lhv -qyN -sxT -wgv -lhv -dDB -lhv -qyN -hCQ -wgv -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iBA +mEn +lnL +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +sDn +jAh +vdO +itf +toD +pUq +oVG +nyW +xbO +heT +rKu +gzG +tXg +tXg +wIw +tXg +tXg +tXg +tXg +mwC +qKV +tIy +lbO +fgF +lbO +gJf +bPi +kfV +bHU +bJd +ydA +dtk +ydA +jpw +amp +uXN +bXz +ekx +buY +uze +xcG +cMU +gqT +jds +fDl +dEd +mMn +aaa +aaa +pCV +pCV +eOM +jSd +mdj +mdj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +pfp +plD +mOZ +aaa +nkF +lss +ecd +exd +gZk +aaa +gZk +lss +eWJ +exd +gZk +aaa +gZk +lss +ecd +exd +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (92,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wen -ddy -yhB -ddy -wen -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -ycC -gCa -gFv -uFm -cKV -xsh -hcJ -xGJ -oTF -jwi -jwi -hQH -ifK -izD -izD -uAY -izL -uAY -jYW -vrn -oGJ -wVZ -xeO -oBV -xeO -pgE -mpC -qhm -xBK -qtb -jVM -vXW -jVM -wYy -pww -pRU -tGq -qon -uXb -uXw -rgx -prQ -sBp -xmt -wEp -tIL -tYX -dDB -dDB -qtl -jOw -wnB -uth -uMW -uMC -dDB -dDB -uXY -uXY -uXY -uXY -uXY -blb -dDB -dDB -dDB -blb -dDB -dDB -qyN -rpi -sOk -blb -rZi -sxT -hCQ -gzY -lhv -blb -lhv -sxT -sxT -sxT -lhv -blb -lhv -sxT -hCQ -sOk -blb -blb -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +iSj +wTf +mEn +wTf +iSj +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +fYh +fhS +ckq +naP +bTS +pUq +cbb +nRs +vyy +heT +heT +jwo +gtw +clv +clv +jiM +rPo +jiM +beV +mwC +qKV +hEg +lbO +mji +lbO +kvb +hlF +plA +wTp +yfx +ydA +dtk +ydA +tYF +odv +epr +bXz +ccX +oXX +bft +xcG +cMU +tMB +jds +fDl +gTB +jOF +aaa +aaa +xIg +pYw +hDU +deg +sXN +vPb +aaa +aaa +uxN +uxN +uxN +uxN +uxN +acm +aaa +aaa +aaa +acm +aaa +aaa +lss +acK +xxw +acm +nkF +eWJ +ecd +iHu +gZk +acm +gZk +eWJ +eWJ +eWJ +gZk +acm +gZk +eWJ +ecd +xxw +acm +acm +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (93,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -wen -wen -vxt -cpA -vxt -wen -rPf -bSs -wen -bSs -wen -bSs -wen -bSs -wen -bSs -rPf -wen -wen -dDB -blb -dDB -dDB -dDB -dDB -dDB -pIS -gCg -mxe -uFm -gLL -xsh -rTt -plz -sDq -jwi -qtd -hSj -kjU -izL -iLV -iYh -lZt -lZt -xYO -hBK -dTS -sbU -xeO -oCc -xeO -maz -mqc -qho -qFO -jVM -jVM -nKk -rgf -kWF -pxO -pRV -tGq -qpx -qGY -uXb -rIS -prQ -oYu -sSt -tqq -wYF -tYX -dDB -dDB -qtl -jSK -qpg -uuv -uMX -uMC -blb -blb -uXY -dvo -hkW -rLN -uXY -uXY -dDB -dDB -dDB -blb -dDB -dDB -rMm -uPX -pSs -dDB -rZi -qyN -hCQ -wgv -lhv -dDB -lhv -qyN -sxT -wgv -lhv -dDB -lhv -qyN -hCQ -wgv -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -blb -lBy -jcE -vCm -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +iSj +iSj +gZW +bYW +gZW +iSj +vTd +own +iSj +own +iSj +own +iSj +own +iSj +own +vTd +iSj +iSj +aaa +acm +aaa +aaa +aaa +aaa +aaa +sDn +sve +baM +naP +hzx +pUq +xUb +nyW +wdQ +heT +xCJ +rWa +nzY +rPo +ftC +xQl +ehj +ehj +tXg +dFG +uZn +eCI +lbO +fgF +lbO +lmL +vnM +iQw +lEz +ydA +ydA +kcb +hpd +bIP +oSx +juy +bXz +sqf +hKp +oXX +lzH +cMU +uhq +xik +mLH +nzx +jOF +aaa +aaa +xIg +qJI +ubL +fWQ +kFf +vPb +acm +acm +uxN +ecx +tOQ +oYX +uxN +uxN +aaa +aaa +aaa +acm +aaa +aaa +vbl +riu +bus +aaa +nkF +lss +ecd +exd +gZk +aaa +gZk +lss +eWJ +exd +gZk +aaa +gZk +lss +ecd +exd +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +acm +oOs +ifm +wMo +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (94,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -bSs -wBf -wpa -cpP -csl -dDG -csl -vfg -vfg -cQP -rPf -doJ -vfg -csl -eyJ -csl -vfg -fyZ -wen -wen -blb -dDB -dDB -dDB -dDB -dDB -ycC -ycC -iEk -gJo -qMK -ips -iEk -xGJ -xGJ -aYr -jDy -qoD -xYO -xYO -xYO -xYO -xYO -xYO -xYO -mZh -rbU -uIv -voa -uZY -xeO -xeO -xeO -jVM -jVM -jVM -obU -gOB -jVM -jVM -jVM -jVM -jVM -ufu -uXb -uXb -rJh -vEI -cce -xmt -wEp -tJD -xli -dDB -dDB -kev -vOq -qBy -uwl -uNk -vPC -qtl -qtl -uXY -iTn -nBw -nId -mpk -uXY -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -vdg -wdB -sxv -qyN -hCQ -wgv -blb -dDB -blb -rMm -opL -dDB -blb -dDB -blb -qyN -hCQ -wgv -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +own +sQC +fmC +oTX +rjX +fJV +rjX +nEG +nEG +sGW +vTd +wXC +nEG +rjX +pGI +rjX +nEG +pfE +iSj +iSj +acm +aaa +aaa +aaa +aaa +aaa +fYh +fYh +svA +aJA +cEr +kte +svA +nRs +nRs +nFQ +gfU +kET +tXg +tXg +tXg +tXg +tXg +tXg +tXg +qFi +wgU +rDM +amt +lKZ +lbO +lbO +lbO +ydA +ydA +ydA +lrA +byO +ydA +ydA +ydA +ydA +ydA +tlX +oXX +oXX +tNI +cVZ +qsN +jds +fDl +rzq +mMn +aaa +aaa +pCV +uub +xew +dUt +aNP +hhR +xIg +xIg +uxN +fQR +yiy +puw +fVk +uxN +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +pfp +plD +mOZ +lss +ecd +exd +acm +aaa +acm +vbl +jsx +aaa +acm +aaa +acm +lss +ecd +exd +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (95,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -yjV -xvT -xvT -itb -itb -xvT -xvT -itb -xvT -xvT -cRD -vfg -gTX -itb -xvT -xvT -xvT -xvT -fzd -fTD -wen -blb -dDB -dDB -dDB -dDB -dDB -dDB -ycC -gHe -noq -nlD -ipD -hdd -hhk -xGJ -hxj -qtd -hSv -kke -kAS -iMg -iYj -sDp -tCx -kke -kgz -oGJ -kJq -xeO -lus -uZY -wvn -uZY -ndq -nuv -nKm -odA -aBy -mAn -wzj -atM -cNF -jVM -qpX -qHm -aes -rJl -hBr -vUG -xmt -ffX -tJG -xli -blb -blb -qtl -qTM -vHL -ozd -qTM -xbP -rUB -rUB -eLY -xcv -nBw -ghQ -sEC -uXY -dDB -dDB -dDB -blb -blb -blb -blb -blb -lBy -rpi -sOk -vav -hCQ -blb -lhv -lhv -lhv -blb -blb -blb -lhv -lhv -lhv -vav -sxT -dDB -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +pLj +wWl +wWl +wwH +wwH +wWl +wWl +wwH +wWl +wWl +hyo +nEG +qyg +wwH +wWl +wWl +wWl +wWl +iIV +fuW +iSj +acm +aaa +aaa +aaa +aaa +aaa +aaa +fYh +wwd +iSP +mUP +nFg +tjF +qUI +nRs +fds +xCJ +xDY +nnV +juu +upY +dyN +ejK +nSl +nnV +hQH +qKV +xHi +lbO +bpP +lKZ +kRS +lKZ +vnO +npL +ltk +sll +otC +pWA +peI +xHu +dts +ydA +vTW +fOD +hYd +hKq +ptx +onL +jds +nqv +iGf +mMn +acm +acm +xIg +rNE +kRa +tiL +rNE +xts +eTv +eTv +rXh +gWn +yiy +czM +pUE +uxN +aaa +aaa +aaa +acm +acm +acm +acm +acm +oOs +acK +xxw +esy +ecd +acm +gZk +gZk +gZk +acm +acm +acm +gZk +gZk +gZk +esy +eWJ +aaa +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (96,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -yjV -fpY -fpY -fpY -fpY -fpY -fpY -fpY -fpY -xvT -cRH -cYW -ifd -xvT -edc -ezS -eSZ -xvT -fzx -fUh -wen -blb -dDB -dDB -dDB -dDB -dDB -dDB -ycC -gHn -mPJ -mPJ -ipD -opH -oSv -xGJ -pNi -jDQ -jRk -ihc -kBg -kBg -opn -jwa -opn -jYY -tSe -oGJ -wQB -xeO -xeO -xeO -puw -xeO -jVM -nvo -wzj -jVM -jVM -ceE -jVM -jVM -jVM -jVM -qqy -xKa -xKa -rJv -tax -vUZ -qKE -wEp -tJD -xli -dDB -dDB -kev -vPV -qSU -uwx -uOd -kqo -qtl -qtl -uXY -ivX -erK -iPj -bob -uXY -nnk -dDB -dDB -blb -dDB -dDB -dDB -dDB -rMm -uPX -pSs -qyN -hCQ -twg -wdB -sxT -sxv -dDB -blb -dDB -xzd -sxT -blb -qis -sxT -wgv -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -wte -dDB -qyN -jcE -wgv -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +pLj +ylg +ylg +ylg +ylg +ylg +ylg +ylg +ylg +wWl +aXT +tEG +mlo +wWl +bjv +fIL +tXl +wWl +bBs +dcY +iSj +acm +aaa +aaa +aaa +aaa +aaa +aaa +fYh +aEw +xnt +xnt +nFg +hVa +lyL +nRs +wOX +exQ +tmT +thQ +nPH +nPH +ecr +vEe +ecr +wwO +shn +qKV +tIy +lbO +lbO +lbO +xkv +lbO +ydA +mPp +peI +ydA +ydA +cLA +ydA +ydA +ydA +ydA +tyR +kKV +kKV +tDT +xZA +mrn +djJ +fDl +rzq +mMn +aaa +aaa +pCV +rGJ +fry +tLy +nDF +ipt +xIg +xIg +uxN +wYJ +xdu +nXh +lYM +uxN +rWh +aaa +aaa +acm +aaa +aaa +aaa +aaa +vbl +riu +bus +lss +ecd +jaB +plD +eWJ +mOZ +aaa +acm +aaa +kuw +eWJ +acm +coj +eWJ +exd +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +her +aaa +lss +ifm +exd +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (97,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -bsy -dNq -yjV -fpY -fpY -uTA -uTA -uTA -tof -uTA -fpY -xvT -xvT -xvT -itb -xvT -edJ -eAK -eUn -itb -cpP -fUI -rPf -blb -dDB -dDB -dDB -dDB -dDB -dDB -ycC -gHG -mQz -noq -iqp -ueC -hNE -xGJ -qWh -qtd -hSK -kke -xkU -iMU -iYD -jLR -jLR -xMY -tSe -oGJ -wQB -wsE -xeO -lMo -mbK -mqz -jVM -uPd -jVM -jVM -mRp -aeN -phJ -hym -wQW -mKH -qrw -xCu -rij -xCu -xCu -xCu -sTa -wEI -tIL -tYX -dDB -dDB -qtl -jSK -rjz -uxi -uMX -vnb -blb -blb -uXY -cHX -qYh -qXG -uXY -uXY -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -qyN -sxT -sxT -sxT -sxT -wgv -dDB -blb -dDB -vav -sxT -sxT -sxT -sxT -wgv -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +fbC +sXc +pLj +ylg +ylg +cdY +cdY +cdY +cdZ +cdY +ylg +wWl +wWl +wWl +wwH +wWl +pjR +hkE +tIf +wwH +oTX +tcp +vTd +acm +aaa +aaa +aaa +aaa +aaa +aaa +fYh +gTm +qCM +iSP +wCS +hNP +xnB +nRs +uFv +xCJ +mkA +nnV +gcC +vsf +kIs +tAs +tAs +bBS +shn +qKV +tIy +atE +lbO +kJD +gEk +bCo +ydA +mco +ydA +ydA +mzY +kSO +foe +bhD +rfK +gYj +pFp +myB +pqo +myB +myB +myB +xKi +lgL +gTB +jOF +aaa +aaa +xIg +qJI +wsw +fEv +kFf +csI +acm +acm +uxN +qEu +lgr +bEE +uxN +uxN +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lss +eWJ +eWJ +eWJ +eWJ +exd +aaa +acm +aaa +esy +eWJ +eWJ +eWJ +eWJ +exd +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (98,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -yjV -yjV -fpY -fpY -oRm -uTA -fEb -csq -sHg -uTA -fpY -wct -hJp -wct -wct -isj -edS -eBH -eVm -xvT -fAx -fVU -xvT -gvY -blb -blb -blb -blb -blb -ycC -ycC -gHJ -xJQ -gLM -iqF -hdg -aEc -xGJ -jnS -qtd -mlx -xMY -iBc -iMZ -iYG -lFJ -jNe -psc -tSe -oGJ -wQB -lbk -xeO -lMy -puN -pSI -jVM -qHb -qZp -jVM -gTV -oXt -xCu -xCu -xCu -xCu -xCu -uCv -ril -vVw -vFv -vVw -sTl -wEp -tIL -tYX -dDB -dDB -qtl -mDA -rrx -uyg -uOh -vnb -dDB -dDB -uXY -uXY -uXY -uXY -uXY -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -rMm -uPX -uPX -uPX -uPX -pSs -dDB -blb -dDB -sck -uPX -opL -uPX -uPX -pSs -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -blb -lBy -jcE -vCm -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pLj +pLj +ylg +ylg +txh +cdY +pbF +sHd +gsx +cdY +ylg +asZ +aAg +asZ +asZ +giB +ydr +bCw +gIf +wWl +tne +qCw +wWl +nTs +acm +acm +acm +acm +acm +fYh +fYh +jmA +tyu +aQk +gNy +hzi +sTw +nRs +kxF +xCJ +lTs +bBS +ayf +bSl +qSF +gpO +ydQ +rnO +shn +qKV +tIy +crJ +lbO +epb +jpG +mOy +ydA +mIQ +vsG +ydA +gXg +tFv +myB +myB +myB +myB +myB +qkg +rYR +foW +gLF +foW +bzM +fDl +gTB +jOF +aaa +aaa +xIg +nUb +nYq +jLO +vCT +csI +aaa +aaa +uxN +uxN +uxN +uxN +uxN +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vbl +riu +riu +riu +riu +bus +aaa +acm +aaa +geT +riu +jsx +riu +riu +bus +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +acm +oOs +ifm +wMo +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (99,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -gcs -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -yjV -fpY -nZx -uTA -tof -cfc -veA -csF -cwX -hJp -wct -wct -eMI -cZv -wct -isj -isj -fJs -isj -xvT -fBw -fGa -xvT -vVQ -vVQ -vVQ -vVQ -vVQ -vVQ -vVQ -ycC -ycC -ycC -ycC -noq -ueC -tJF -qoD -jnZ -jEx -jSS -xMY -xMY -xMY -xMY -xMY -xMY -xMY -tUK -oGJ -wQB -vpT -xeO -lMz -vXo -pSK -jVM -jVM -nKL -jVM -oAp -iBg -sze -pya -tgS -sze -wkk -vVw -vVw -oAp -vFE -vXd -sTp -wEp -tKm -xli -dDB -dDB -kev -kev -oxS -uLu -mVY -mVY -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -yfD -yfD -yfD -yfD -yfD -dDB -blb -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +anH +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +pLj +ylg +kIK +cdY +cdZ +jLZ +gWS +rmH +rSy +aAg +asZ +asZ +iej +uSI +asZ +giB +giB +mPA +giB +wWl +pJg +bSd +wWl +mWz +mWz +mWz +mWz +mWz +mWz +mWz +fYh +fYh +fYh +fYh +iSP +hNP +jhJ +kET +rJP +dWc +mFZ +bBS +bBS +bBS +bBS +bBS +bBS +bBS +viV +qKV +tIy +xXY +lbO +hFS +ofQ +ogR +ydA +ydA +ebf +ydA +pMJ +edG +xra +rgV +dKL +xra +uFK +foW +foW +pMJ +sWa +ugI +bYf +fDl +hCb +mMn +aaa +aaa +pCV +pCV +eOM +ctr +jxZ +jxZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +leu +leu +leu +leu +leu +aaa +acm +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (100,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -tYT -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -yjV -fpY -uTA -uTA -bZy -cfk -fkj -dMg -cyk -cEs -cKc -eAU -cRI -dbs -fkj -wct -edU -fKc -eVz -fTe -xvT -fWH -xvT -gfs -gwS -gxi -gxX -gzf -qjy -nWr -hsO -gHP -qjy -ycC -nRd -hdH -nRd -qoD -log -jVe -hUq -iGS -bBv -iNg -iYI -lGo -jNO -geE -tWL -oGJ -wQB -lbM -xeO -lMH -teq -jVM -jVM -xCz -ygb -jVM -dNI -vLO -piZ -pyS -gfR -vgc -wkk -qJa -vVw -rJT -sih -sBu -sTp -wEp -tIA -xli -blb -blb -blb -qtl -qTM -qTM -vnb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -yfD -dZa -rqM -gxb -sSQ -sSQ -sSQ -pdR -sSQ -pdR -sSQ -sSQ -sSQ -sSQ -sSQ -sSQ -pdR -sSQ -pdR -sSQ -sSQ -sSQ -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +aeU +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +pLj +ylg +cdY +cdY +wkI +rKl +dAX +uur +lem +hfw +gwt +oTL +fjh +urR +dAX +asZ +ohb +jUC +pPt +adg +wWl +eHh +wWl +ihF +tQf +reO +fRK +qYa +wAA +suD +pDH +ogV +wAA +fYh +cRH +hyO +cRH +kET +qGX +xiq +fSq +soV +nxh +kTF +ntM +uhs +mAt +jDK +hOS +qKV +tIy +eFg +lbO +xyu +xmr +ydA +ydA +maC +tmS +ydA +mjA +xlK +xUw +ppj +gzp +hLC +uFK +niK +foW +wYu +iBW +bIw +bYf +fDl +dEd +mMn +acm +acm +acm +xIg +rNE +rNE +csI +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +leu +mhu +esX +xzy +cLh +cLh +cLh +egY +cLh +egY +cLh +cLh +cLh +cLh +cLh +cLh +egY +cLh +egY +cLh +cLh +cLh +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (101,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dNq -fpY -uTA -dfo -dor -dts -dCj -dMF -cze -wct -wct -eDh -eMU -eYc -dps -wct -eeD -fKl -fOk -fTe -fUO -fXj -oub -jxp -jFt -jXd -gyd -gyd -gRj -fMx -gCr -gHV -pRz -gLV -oUd -soO -oUd -xQl -pPK -jVe -oUd -koD -oUd -iNV -oUd -lGA -jNZ -mzM -tWL -kyZ -kJR -jVM -jVM -jVM -jVM -jVM -xhQ -qIc -cyh -jVM -jVM -jVM -jVM -jVM -jVM -jVM -qrI -qKE -riM -qKE -qKE -qKE -sTp -tqt -tIL +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +sXc +ylg +cdY +iFV +prE +iaK +grr +sMK +tmh +asZ +asZ +ovg +vdZ +cYh +cnr +asZ +wDD +oer +lnz +adg tYX -dDB -dDB -dDB -kev -wnv -wFM -mVY -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -yfD -kZx -lLX -rnV -mrh -rTy -rdy -yfd -mBo -cUK -bBw -uCe -wER -gQR -uKM -raE -dBy -ena -gKE -tzs -eOJ -sSQ -blb -dDB -dDB -wte -dDB -qyN -jcE -wgv -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +iqD +xwf +chI +aPz +iLy +xHj +xHj +mMH +kWy +moN +pqC +lon +iQQ +gQY +gTK +gQY +wTv +jgg +xiq +gQY +oZo +gQY +qSU +gQY +jKa +lTD +eCg +hOS +pKK +dQf +ydA +ydA +ydA +ydA +ydA +jyN +uMK +eJD +ydA +ydA +ydA +ydA +ydA +ydA +ydA +gnI +djJ +pJL +djJ +djJ +djJ +bYf +ato +gTB +jOF +aaa +aaa +aaa +pCV +iwD +lDR +jxZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +leu +wAD +hua +xcd +shM +ydC +lNs +cGc +azA +wPd +nVT +fNq +bOm +vOz +eGo +xgY +jnP +ycK +ihV +cXj +sWD +cLh +acm +aaa +aaa +her +aaa +lss +ifm +exd +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (102,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -yjV -fpY -uTA -bSN -bZL -dua -dCC -dMX -dZn -cEK -wct -eCf -eNl -dbv -fjA -fun -fDL -fLf -fPu -fSX -fUP -gbH -gdE -gfb -jEc -jXe -kwZ -gDs -pQh -gzQ -gCT -mks -soO -soO -gVc -kTH -kTH -soO -jVe -wgp -jVe -soO -kTH -kTH -soO -gfs -jOd -mzM -tWL -uFG -aqw -jVM -vML -atM -mdj -jVM -uPd -jVM -nKX -jVM -fSq -reU -kXO -pyY -pSm -jVM -qrN -ttA -ttA -rJZ -ttA -sBz -xvW -tqz -tIL -tYX -dDB -dDB -dDB -kev -wmY -uPO -mVY -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -yfD -pzB -xin -ulL -sSQ -tAq -sCl -hUk -hlg -dPH -wJk -tWo -hKQ -wJk -iXm -isY -kJQ -tWo -dYI -gvQ -bsP -sSQ -blb -sSQ -lMF -idv -lMF -sSQ -bno -sSQ -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +pLj +ylg +cdY +uDp +jbT +vyL +cMn +qEd +cnp +tVz +asZ +qsf +nHI +col +kgR +wFy +pId +qdu +uDA +lwl +lUe +qXh +kAg +tRE +nDx +qjC +mAD +uUn +mAO +dPm +eps +rjH +gTK +gTK +vqx +bpE +bpE +gTK +xiq +hLB +xiq +gTK +bpE +bpE +gTK +ihF +pjW +eCg +hOS +fyX +aqT +ydA +tAW +xHu +oOd +ydA +mco +ydA +xnA +ydA +xwH +duc +hWE +ubr +jFf +ydA +lPp +shp +shp +fEo +shp +qEO +nTB +wOJ +gTB +jOF +aaa +aaa +aaa +pCV +vUI +kYA +jxZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +leu +lSS +nSW +pHQ +cLh +yhJ +tEU +aLT +fZd +qTB +lVI +axg +dLW +lVI +fCp +iMd +nVm +axg +xyB +rIX +fYJ +cLh +acm +cLh +vlI +jVP +vlI +cLh +fJY +cLh +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (103,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -yjV -fpY -uTA -dhh -cam -dun -dCR -dOZ -dZD -wct -wct -eDh -eNt -eZM -fjV -wct -fDU -fLu -fPO -fTe -fUR -fXl -gdJ -jxp -jEu -jXo -xsm -gzB -jXo -jim -gDk -gIb -jim -pUJ -pPK -jVe -oUd -hoe -hxA -hED -xSx -xSx -iBu -kVe -xSx -jxC -ufb -xCl -tYQ -kzu -wiF -jVM -jVM -lMK -jVM -jVM -xjq -jVM -tII -oeF -kGS -xnd -kGS -kSV -pSr -jVM -qsA -uCJ -rjb -rKL -siv -sED -sTW -tmV -tKy -xli -blb -blb -blb -qtl -qTM -qTM -vnb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -yfD -cTx -wkg -imM -sSQ -sSQ -vql -sSQ -sSQ -wKa -sSQ -sSQ -sSQ -wgL -jIB -wgL -wgL -wgL -wgL -ueG -sSQ -sSQ -sSQ -sSQ -ulO -ycv -ulO -sSQ -gpu -sSQ -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +pLj +ylg +cdY +tGD +oGk +oIC +uZi +rWO +mPg +asZ +asZ +ovg +fzW +byG +jjf +asZ +ygI +qNj +aRb +adg +geP +tMb +ppr +chI +pmi +eSh +fjY +sqI +eSh +uAs +nsc +kid +uAs +moZ +jgg +xiq +gQY +whn +cMQ +efo +pUM +pUM +mXr +dxN +pUM +dPA +aPk +gtx +xGr +xfv +oHS +ydA +ydA +vBF +ydA +ydA +xHr +ydA +rbB +vjs +aON +muH +aON +tQF +pXM +ydA +xsI +asi +jTB +rJG +xde +dPp +dtw +vSY +ima +mMn +acm +acm +acm +xIg +rNE +rNE +csI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +leu +jAx +epa +oMB +cLh +cLh +cEZ +cLh +cLh +oIH +cLh +cLh +cLh +hpc +wuq +hpc +hpc +hpc +hpc +uym +cLh +cLh +cLh +cLh +eYW +fXd +eYW +cLh +dmR +cLh +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (104,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -yjV -fpY -tof -bSX -cbi -cfk -fkj -dPa -dZZ -cFz -etD -eDl -eND -dbz -fkj -wct -fEV -eBN -fQY -fTh -xvT -fZw -xvT -gfs -jEZ -qjy -gyr -wNw -qjy -nWr -hsO -mzz -qjy -vPP -otX -hei -xHm -vPP -hxJ -jVe -jWm -qjy -kCl -soO -log -jye -jOs -mAv -khS -dIN -vpI -jVM -vMV -oZr -xkS -pTC -nec -jVM -ygd -jVM -tRH -wzj -kGS -sQn -jVM -jVM -uii -qKN -wLA -rNA -siP -sEK -sWj -tqK -tIL -tYX -dDB -dDB -dDB -qtl -qTM -qTM -vnb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -yfD -pEw -wmE -bXW -sSQ -tAq -rWW -sSQ -aNl -jlV -lhx -wtm -fkq -vDV -kkO -vDV -ntX -vgC -wgL -lLH -sSQ -sqV -nFy -sSQ -liU -fqT -kqZ -sSQ -rwq -sSQ -sSQ -sSQ -sSQ -sSQ -sSQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +pLj +ylg +cdZ +qjY +piq +rKl +dAX +eht +yaQ +ouB +oYj +jCB +hRV +ipp +dAX +asZ +rym +rlu +cPy +alV +wWl +pUs +wWl +ihF +elq +wAA +ksI +shB +wAA +suD +pDH +jWl +wAA +xHW +ujt +gSG +aBW +xHW +eae +xiq +aAY +wAA +bTQ +gTK +qGX +fco +lwm +bBa +dNT +pNJ +mKx +ydA +nCB +jIc +mjY +iQI +cqP +ydA +vCS +ydA +sor +peI +aON +jIY +ydA +ydA +dco +pBA +hBU +uEm +azE +gXx +alc +lpy +gTB +jOF +aaa +aaa +aaa +xIg +rNE +rNE +csI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +leu +kuF +yaD +mGr +cLh +yhJ +fPL +cLh +qwX +isf +uva +hIL +uqK +xxk +eTM +xxk +nUj +rPw +hpc +rCX +cLh +izp +mSr +cLh +xpE +pch +rES +cLh +pfn +cLh +cLh +cLh +cLh +cLh +cLh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (105,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -yjV -fpY -nZx -uTA -uTA -duI -veA -dPd -cwX -wct -wct -wct -eNU -eZP -wct -gOm -gOm -eDJ -gOm -xvT -fXg -gTX -xvT -vVQ -vVQ -vVQ -vVQ -vVQ -vVQ -vVQ -txh -vPP -vPP -vPP -dKq -hej -tdh -txh -gcz -iHg -gcz -quU -quU -iNY -ybh -quU -quU -tsF -ubK -uFG -gih -lca -oEN -lMN -jVM -msV -mAn -jVM -jVM -jVM -jVM -xNS -osi -uAH -jVM -wnK -clc -asn -rkb -rOm -skY -sED -sXk -wEp -tKC -xli -dDB -dDB -dDB -qtl -qTM -qTM -vnb -dDB -dDB -dDB -dDB -dDB -dDB -tFQ -xSO -xSO -tFQ -dDB -dDB -blb -geu -geu -xQa -xQa -xQa -geu -geu -dDB -dDB -dDB -yfD -kqK -cAj -yfD -sSQ -iJc -tLt -sSQ -xZm -lpX -phs -vFm -fNR -vDV -rov -hWu -stX -wiT -wgL -tLt -nJf -aTc -frB -sSQ -qDD -xnU -wDu -ulO -gpu -sSQ -vTG -vTG -vTG -hDJ -sSQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +pLj +ylg +kIK +cdY +cdY +xIZ +gWS +iSd +rSy +asZ +asZ +asZ +cRt +kwA +asZ +niR +niR +ilH +niR +wWl +xth +qyg +wWl +mWz +mWz +mWz +mWz +mWz +mWz +mWz +hAr +xHW +xHW +xHW +jFU +aBE +aBg +hAr +enJ +bSz +enJ +rcM +rcM +dlQ +gjN +rcM +rcM +hQz +pEX +fyX +lkf +nuS +bkI +oZq +ydA +rAv +pWA +ydA +ydA +ydA +ydA +ooo +wTm +dUX +ydA +oUp +qMz +dZp +gBk +sLq +jaA +dPp +pFv +fDl +bVA +mMn +aaa +aaa +aaa +xIg +rNE +rNE +csI +aaa +aaa +aaa +aaa +aaa +aaa +qXU +tWk +tWk +qXU +aaa +aaa +acm +dpO +dpO +mTw +mTw +mTw +dpO +dpO +aaa +aaa +aaa +leu +axY +hts +leu +cLh +qYb +oxP +cLh +qjb +evL +noT +ofS +qEK +xxk +pEr +ten +vYG +wze +hpc +oxP +jev +aHV +eDW +cLh +pWR +ovJ +vnz +eYW +dmR +cLh +uOK +uOK +uOK +dep +cLh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (106,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -yjV -yjV -fpY -fpY -fpY -uTA -fEb -dQA -fEb -uTA -fpY -wct -wct -hJp -wct -gOm -efp -eFe -eYk -xvT -fDg -gbM -itb -itb -blb -blb -blb -blb -blb -vPP -txh -gir -vPP -nqJ -gVp -iEQ -hic -jeq -gcz -qtQ -gcz -ihl -oVY -rth -lpR -liG -rRQ -tsF -kiB -nBL -wNW -jVM -jVM -jVM -jVM -jVM -qhp -sfX -nLN -rpy -jVM -jVM -jVM -jVM -jVM -nAi -uio -xOB -xOB -xOB -sls -sFJ -xvW -tkp -tMi -xli -urv -yeh -blb -kev -wmc -wFM -mVY -blb -blb -qIf -qIf -qIf -qIf -qIf -iJz -tFs -tFQ -blb -blb -geu -geu -vdX -gaF -unt -gaF -vdX -geu -geu -blb -blb -tFQ -uql -plf -pXL -lMp -dYI -mDl -sSQ -mXt -uuS -cPi -mGN -grx -vDV -oCJ -wCY -vEe -xXG -wgL -hcv -nJf -rAj -uOw -eBQ -qDD -xnU -wDu -ulO -gpu -sOj -vTG -crr -cuG -ksL -sSQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +pLj +pLj +ylg +ylg +ylg +cdY +pbF +pzb +pbF +cdY +ylg +asZ +asZ +aAg +asZ +niR +gSg +lgY +cft +wWl +cmL +pZo +wwH +wwH +acm +acm +acm +acm +acm +xHW +hAr +mrd +xHW +dyb +hUO +aep +xaW +hkV +enJ +dXF +enJ +nKE +uBF +sjM +vLf +vyj +jgG +hQz +biC +fdt +oqz +ydA +ydA +ydA +ydA +ydA +jbX +cMh +kFU +wmO +ydA +ydA +ydA +ydA +ydA +cbl +doT +bea +bea +bea +hqo +jCA +nTB +roS +bFR +mMn +lnX +nYP +acm +pCV +qrm +lDR +jxZ +acm +acm +xVS +xVS +xVS +xVS +xVS +pxI +oby +qXU +acm +acm +dpO +dpO +muv +idi +vaf +idi +muv +dpO +dpO +acm +acm +qXU +nkt +pIw +jEk +cuq +xyB +nqN +cLh +ilU +kOy +toq +vcE +cKx +xxk +iEO +mrl +pOm +ghI +hpc +tjI +jev +uTp +yjx +emt +pWR +ovJ +vnz +eYW +dmR +lGh +uOK +jDn +csX +dBS +cLh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (107,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -gcs -blb -blb -blb -blb -blb -blb -blb -blb -aJq -aJq -yjV -yjV -fpY -fpY -uTA -uTA -tof -uTA -uTA -fpY -xvT -xvT -xvT -xvT -itb -eip -eFk -eYn -xvT -fDk -gcL -wen -dDB -dDB -blb -dDB -dDB -dDB -dDB -txh -hDt -gJp -pog -gVW -ydj -ykd -qyz -gcz -qtQ -gcz -ihq -rHp -rth -jTs -jyu -jOM -tsF -vIJ -kzx -twJ -tgl -cEp -fLn -meb -jVM -jVM -jVM -jVM -rpJ -mAn -jVM -waS -pzn -xvW -xvW -qtW -rRn -rRn -rRn -rRn -sIh -xvW -gXD -tMj -yeh -uyp -yeh -urv -mVY -sDT -wHX -mVY -dDB -dDB -qIf -lMU -qRU -xMA -qIf -gIE -wjr -xSO -xep -xep -geu -hVo -csE -gOX -gOX -xKg -gqs -mvP -geu -dDB -dDB -xSO -wHN -xrC -syE -sSQ -vYj -sSQ -rlr -rlr -vLb -egG -rlr -vDV -vDV -qxN -wCY -wCY -wCY -wgL -ngq -sSQ -ewW -aTc -cku -qDD -xnU -wDu -ulO -gpu -sOj -vTG -ocg -pqf -gyf -sSQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +anH +acm +acm +acm +acm +acm +acm +acm +acm +hKi +hKi +pLj +pLj +ylg +ylg +cdY +cdY +cdZ +cdY +cdY +ylg +wWl +wWl +wWl +wWl +wwH +lrF +oZA +sKZ +wWl +sSv +juf +iSj +aaa +aaa +acm +aaa +aaa +aaa +aaa +hAr +ljH +eLA +gKm +lyj +cje +xxS +grl +enJ +dXF +enJ +kUA +jhO +sjM +spM +oEI +jgq +hQz +sVo +sYi +tXN +kss +uEM +oAQ +sAA +ydA +ydA +ydA +ydA +irK +pWA +ydA +jgp +mHN +nTB +nTB +nvx +gMy +gMy +gMy +gMy +tpq +nTB +sDF +eET +nYP +kxE +nYP +lnX +jxZ +cxz +iJa +jxZ +aaa +aaa +xVS +edp +aVL +eWn +xVS +fro +vON +tWk +mqO +mqO +dpO +jqi +blL +grB +grB +iBC +oVW +yjo +dpO +aaa +aaa +tWk +tVP +jwZ +pnv +cLh +nAF +cLh +qGK +qGK +nUB +iey +qGK +xxk +xxk +ibr +mrl +mrl +mrl +hpc +pQt +cLh +veg +aHV +ekJ +pWR +ovJ +vnz +eYW +dmR +lGh +uOK +bPs +oZe +xUf +cLh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (108,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -kqX -fpY -fpY -fpY -fpY -fpY -fpY -fpY -fpY -xvT -hKR -wpa -hGn -itb -eiC -eFm -eYp -itb -fFT -wen -wen -dDB -dDB -blb -dDB -dDB -xRH -xRH -gcz -gcz -vPP -gLY -vPP -hkL -nBC -hpR -gcz -cWh -gcz -ihr -iCb -rth -iZB -uff -mak -tsF -vrn -uFG -wQB -tgl -lut -pbd -mfc -mtf -qhs -qIg -jVM -jVM -uPd -jVM -vsq -pzs -pTl -xvW -qtW -xzp -hpq -rOx -hpq -sIh -xvW -tuO -mpO -xml -vcP -uPs -fHb -npY -qTM -qTM -qtl -dDB -dDB -qIf -uMl -aQr -wCa -ulb -vsx -oED -pKm -kLS -xMa -kkm -uKv -taB -rFV -waN -nkw -qwa -mZZ -xQa -dDB -dDB -xSO -wuj -xrC -xHw -sSQ -vYj -sSQ -oOM -cHO -uuS -lNf -heF -nFD -xqg -pKS -jik -lVP -jWb -wgL -hgF -pVK -oZY -aTc -cku -qDD -oqS -wDu -ulO -gpu -sOj -vTG -udE -edW -prT -sSQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -wCc -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +olS +ylg +ylg +ylg +ylg +ylg +ylg +ylg +ylg +wWl +lKC +fmC +pbB +wwH +sTh +wBy +irc +wwH +vSm +iSj +iSj +aaa +aaa +acm +aaa +aaa +alp +alp +enJ +enJ +xHW +hnr +xHW +fNI +moq +fxe +enJ +oDk +enJ +hZW +los +sjM +qIF +vvj +sEd +hQz +mwC +fyX +tIy +kss +jdN +mjX +deV +tVT +jPE +bvv +ydA +ydA +mco +ydA +kOs +rQc +tKu +nTB +nvx +cuO +vdY +fDL +vdY +tpq +nTB +iJB +jxF +cJU +pyz +ihm +xFc +nSC +rNE +rNE +xIg +aaa +aaa +xVS +bEN +rto +lSF +xQh +nsq +lhi +rzv +uIU +bRK +bjq +qBn +qnC +mWT +oUo +vaB +srH +deE +mTw +aaa +aaa +tWk +qaT +jwZ +ptM +cLh +nAF +cLh +xEz +kMY +kOy +qqW +pTB +tgI +tRR +wtA +phR +fkF +rQD +hpc +bda +mwb +iDy +aHV +ekJ +pWR +uSh +vnz +eYW +dmR +lGh +uOK +xbu +xso +evM +cLh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +jvH +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (109,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -tYT -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -kqX -kqX -cbm -kqX -kqX -kqX -kqX -kqX -yjV -itb -wpa -cSp -wpa -xvT -xvT -xvT -xvT -xvT -fGa -gdr -gpL -gDE -gDE -gxu -gDE -gDE -gpL -xRH -gKT -gcz -gJu -ibo -gWk -iEV -mil -hpW -gcz -qwn -gcz -ihs -iCf -kUM -iZU -rth -mbp -tsF -kpF -uFG -wQB -tgl -lvA -lNb -mfr -mtu -xkW -xGd -yiv -ofk -oAQ -jVM -buk -ogu -xrz -xvW -qui -vqp -rkF -rQt -uEg -tNc -xvW -tvS -tMy -tZG -aiE -uNn -uNn -vOh -qTM -qTM -qtl -dDB -dDB -qIf -gUz -cUE -lXT -gnQ -kIv -wDo -tFQ -xuF -xuF -xQa -pqN -tcz -xIu -jHi -tAH -rTJ -aPO -xQa -blb -blb -tFQ -jMj -mUg -gcf -sSQ -bbh -sSQ -kId -bba -oNd -fFD -cbO -vDV -mVs -clt -jbr -guF -nGP -wgL -rWW -sSQ -hia -ggl -eBQ -qDD -xnU -wDu -ulO -gpu -sOj -vTG -pDG -qOO -dbO -sSQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +aeU +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +olS +olS +diT +olS +olS +olS +olS +olS +pLj +wwH +fmC +jrM +fmC +wWl +wWl +wWl +wWl +wWl +bSd +cYj +igT +uNE +uNE +fBc +uNE +uNE +igT +alp +cAw +enJ +wPa +eLP +huY +ppI +rWc +uGb +enJ +hKK +enJ +fWt +uLx +sSp +nWy +sjM +aGA +hQz +xFP +fyX +tIy +kss +oGi +bPx +eUi +qTD +tMJ +iMH +dRN +mrP +yme +ydA +kBV +pXw +rjo +nTB +slH +iEe +eZE +ofm +aXO +cyd +nTB +wWE +jTZ +uIg +bXQ +afE +afE +jYJ +rNE +rNE +xIg +aaa +aaa +xVS +pvt +buO +qLI +bws +efF +nRH +qXU +wsn +wsn +mTw +cen +iJA +end +oAi +vXm +lWf +qIn +mTw +acm +acm +qXU +qGf +uls +shA +cLh +iuX +cLh +xiS +smG +pnp +rcV +rOD +xxk +sxv +sHi +fiw +iFt +gek +hpc +fPL +cLh +wzS +djr +emt +pWR +ovJ +vnz +eYW +dmR +lGh +uOK +pSc +iSg +vod +cLh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (110,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -tYT -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -cKk -ijF -cSp -dbF -ijF -iuc -wpa -hKR -hGn -fTw -fHv -gdB -gqb -kxX -kIj -kIj -kxX -kIj -kIj -jPO -eDN -gcz -gcz -gcz -gcz -gcz -gcz -gcz -gcz -hFC -gcz -meu -kCy -kCy -meu -jyG -meu -tsF -llv -uFG -wQB -tgl -wHO -pbG -wvv -mtu -vGe -czi -jVM -ogK -rOb -htI -uhz -sQA -xrz -xvW -quo -uEg -pCX -vqp -slv -wro -xvW -twf -tMR -tZV -xtZ -yeh -urv -kev -qtl -qtl -qtl -dDB -dDB -qIf -tgJ -nQU -bDj -onP -vsx -ogr -tFQ -blb -blb -xQa -gxP -uIn -tqF -hkB -lHt -uXs -ohx -xQa -dDB -dDB -xSO -xUL -xrC -knF -sSQ -miA -sSQ -lgo -pDw -ogv -lNf -cGI -vDV -oez -ppp -elC -mdm -cAd -wgL -tLt -nJf -fWW -ljp -sSQ -qDD -xnU -wDu -ulO -gpu -sOj -vTG -pNm -eFi -prT -sSQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +aeU +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +mZa +tad +jrM +rdw +tad +cOE +fmC +lKC +pbB +hsn +rVq +uId +vAT +cpR +dSa +dSa +cpR +dSa +dSa +cWt +nOK +enJ +enJ +enJ +enJ +enJ +enJ +enJ +enJ +bXV +enJ +hdG +qDB +qDB +hdG +gKw +hdG +hQz +puv +fyX +tIy +kss +lfA +cQi +lcv +qTD +bxy +nsF +ydA +vex +ggY +diK +mEz +eFl +rjo +nTB +gzE +aXO +qOp +iEe +uPs +tlm +nTB +hcC +ugd +snz +usH +nYP +lnX +pCV +xIg +xIg +xIg +aaa +aaa +xVS +owP +dcW +bDq +lFh +nsq +bOe +qXU +acm +acm +mTw +fvn +hDQ +hQi +yhK +upy +pML +gWG +mTw +aaa +aaa +tWk +aRE +jwZ +iWu +cLh +mbs +cLh +itO +nPD +psT +qqW +mWs +xxk +uqL +msh +oOS +bMh +hWd +hpc +oxP +jev +myv +fsH +cLh +pWR +ovJ +vnz +eYW +dmR +lGh +uOK +lXF +jWz +evM +cLh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (111,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -cKk -cKk -cKk -rPf -wen -wen -rPf -wen -wen -wen -wen -gdr -gpL -gfZ -giY -giY -giY -giY -gpL -xRH -gDp -gIj -iRz -wqM -iRz -iRz -iRz -lto -hyj -qtQ -gcz -ihu -iEw -iOs -jbJ -lGK -mfP -tsF -lPo -kzu -wQB -tgl -tgl -tgl -tgl -wRD -tSn -xHv -jVM -ohF -rhD -jVM -sZn -pzX -tDZ -ygB -quS -uEy -xGQ -vrv -smc -sIt -xvW -twj -mpO -ubf -uyO -yeh -blb -blb -blb -blb -blb -dDB -dDB -qIf -alc -wYv -hwP -qIf -diS -fAJ -tFQ -xep -xep -xQa -ayf -qTk -rFy -vbO -llC -rbO -llP -xQa -pqa -pqa -tFQ -mXT -xrC -ceK -sSQ -miA -sSQ -kgc -ark -bXO -jxZ -dlz -nFD -lMr -don -psJ -krY -vJi -wgL -swJ -sSQ -lQZ -sSQ -sSQ -ugY -xNW -wfH -ulO -gpu -sOj -vTG -nJm -pqf -prT -sSQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +mZa +mZa +mZa +vTd +iSj +iSj +vTd +iSj +iSj +iSj +iSj +cYj +igT +aNN +fjR +fjR +fjR +fjR +igT +alp +uuc +mOY +euF +ehr +euF +euF +euF +hXZ +wZG +dXF +enJ +gfM +aGr +tqx +qUQ +opO +rNH +hQz +hzq +xfv +tIy +kss +kss +kss +kss +pAK +soI +sFS +ydA +vem +kzB +ydA +hJr +nFZ +dZY +kQw +rft +xYk +rka +lUg +uDM +vKb +nTB +gNU +jxF +uQb +noM +nYP +acm +acm +acm +acm +acm +aaa +aaa +xVS +wjH +gZr +ptd +xVS +eUE +tgb +qXU +mqO +mqO +mTw +coY +ktM +vZd +uuG +jBV +cNx +tDI +mTw +oGy +oGy +qXU +nrZ +jwZ +lzP +cLh +mbs +cLh +iCb +rMa +sBB +rfQ +ohf +tgI +hxk +sof +yae +kwk +cmJ +hpc +ljd +cLh +fZT +cLh +cLh +mRh +qCx +eif +eYW +dmR +lGh +uOK +akA +oZe +evM +cLh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (112,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -gcs -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -rPf -wen -wen -rPf -tYT -dDB -dDB -dDB -dDB -xRH -xRH -xRH -xRH -xRH -gLZ -xRH -xRH -xRH -xRH -ryi -qyB -gcz -ihB -vTs -iOE -jcU -lGK -jOS -tsF -vrn -uFG -smf -aCO -lwa -pcK -tgl -mtV -xHD -xHD -jVM -jiN -jVM -jVM -xvW -xvW -xvW -xvW -xvW -xvW -xvW -xvW -xvW -xvW -sXo -twl -mpO -amI -uAb -yeh -qir -qir -qir -qir -qir -qir -qir -qIf -qIf -qiP -qIf -qIf -lGe -xrC -ioo -ley -mCt -lfg -mmE -czg -ddK -vcB -bDr -bsv -kNf -pWC -eAz -hGE -hXl -dcH -sSF -tFQ -sSQ -dZk -sSQ -oeW -oeW -cgZ -rlr -rlr -vDV -vDV -qKS -hBA -hBA -vDV -wgL -tLt -qAn -jmW -ibE -sSQ -ulO -pqf -ulO -ulO -gpu -sOj -vTG -mGQ -edW -nTe -sSQ -dDB -dDB -dDB -dDB -dDB -vdg -wdB -wdB -wdB -wdB -wdB -hrL -wdB -wdB -wdB -wdB -wdB -sxv -dDB -dDB -dDB -blb -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +anH +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +vTd +iSj +iSj +vTd +aeU +aaa +aaa +aaa +aaa +alp +alp +alp +alp +alp +dOT +alp +alp +alp +alp +qjO +vBD +enJ +kNv +mJT +hdR +pnD +opO +eXu +hQz +mwC +fyX +tqY +rYV +iQi +xuN +kss +nxf +sNV +sNV +ydA +qlY +ydA +ydA +nTB +nTB +nTB +nTB +nTB +nTB +nTB +nTB +nTB +nTB +jDt +fCq +jxF +tia +qpE +nYP +fdY +fdY +fdY +fdY +fdY +fdY +fdY +xVS +xVS +dKk +xVS +xVS +tmu +jwZ +pkb +nrQ +hER +fKI +wvC +tip +gLW +uts +bBi +sEE +koA +qbK +iFp +oMQ +cEh +vYW +rzN +qXU +cLh +kBo +cLh +jop +jop +rBt +qGK +qGK +xxk +xxk +kwh +uqA +uqA +xxk +hpc +oxP +qIG +heK +tyK +cLh +eYW +oZe +eYW +eYW +dmR +lGh +uOK +kiU +xso +kKA +cLh +aaa +aaa +aaa +aaa +aaa +pfp +plD +plD +plD +plD +plD +wAY +plD +plD +plD +plD +plD +mOZ +aaa +aaa +aaa +acm +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (113,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -dDB -dDB -dDB -tYT -aJq -aJq -xRH -nts -ruY -gXf -ruY -iSb -xRH -ryi -xRH -gcz -ijD -iEF -iPD -jcZ -lGK -mgt -tsF -kiO -nDV -wNW -lcn -vpI -vpI -vpI -sfK -vpI -vpI -nMW -tEL -vpI -vpI -pjr -vpI -pBu -vpI -vpI -oXZ -vpI -vpI -vpI -sIG -vpI -xDs -mpO -ucr -xIK -uQC -jeW -vQi -wnN -cNU -xkX -qir -qdb -uvJ -icl -tlX -lbN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aaa +aaa +aaa +aeU +hKi +hKi +alp +dMh +gOy +lQJ +gOy +mOX +alp +qjO +alp +enJ +bUQ +ikC +qph +htO +opO +lCb +hQz +pEY +jrU +oqz +eTD +mKx +mKx +mKx +pji +mKx +mKx +vbW +sBt +mKx +mKx +ojx +mKx +vXg +mKx +mKx +tHA +mKx +mKx +mKx +wad +mKx +haJ +jxF +pGO +pGw +gJH +sXo +sjz +rfp +dyy +bLx +fdY +viH +cWD +ncl +ehR +pcr +qXU +nsq +lhi +tWk +wsn +wsn +dpO +nDk +vsD +qnC +qnC +fWM +vOJ +ifP +dpO +vWJ +vWJ +tWk +fKz +htc +uDu +nRp +jPw +vRZ +xXh +xXh +ajK +xXh +ohi +xXh tFQ -vsx -oED -xSO -xuF -xuF -geu -pzb -kCb -taB -taB -tCZ -gUk -rgK -geu -xza -xza -xSO -iTR -pox -ryF -cRw -xWW -eFc -tCz -tCz -sSq -tCz -jUv -tCz -iFb -nuO -sSq -dYX -nzU -wnE -oeI -qVa -mhV -qsu -sSQ -ulO -ulO -ulO -ulO -gpu -sOj -vTG -dLd -gwh -wfH -sSQ -blb -blb -blb -blb -blb -vav -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -sOk -blb -blb -blb -blb -blb -blb -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +nJa +ajK +aCj +vmD +iAH +mht +lPy +iRy +iWe +cLh +eYW +eYW +eYW +eYW +dmR +lGh +uOK +otz +xTh +eif +cLh +acm +acm +acm +acm +acm +esy +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +xxw +acm +acm +acm +acm +acm +acm +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (114,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -dDB -dDB -dDB -dDB -tYT -aJq -nIY -gJY -ruY -gXg -iFE -iSk -xRH -jrs -hFG -gcz -ikH -kCC -qrg -jda -lHU -uoB -tsF -kjg -oXV -kJX -xIw -vrH -xIw -xIw -fqL -dRh -kjJ -nNV -uVo -oBA -mut -pjA -mut -xIw -xIw -xIw -xIw -rlh -vrH -xIw -vYt -xyJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aeU +hKi +wUr +oaG +gOy +pJd +leV +bUh +alp +cyu +hza +enJ +reh +qgK +soN +aLd +jGS wFl -sFH -vuL -xIK -ygu -mHb -ona -xEC -ona -uXB -wMZ -vnN -ybL -pOm -lwk -gUn -xSO -vsx -oED -xSO -blb -blb -geu -geu -frf -uEs -ooO -bDY -evb -geu -geu -blb -blb -xSO -xUL -pox -hLa -lUE -ych -cWB -tRc -tRc -tRc -tRc -tRc -tRc -tRc -tRc -hGt -lXH -sSQ -sSQ -sSQ -sSQ -sSQ -dgn -sSQ -sSQ -sSQ -sSQ -sSQ -nln -sSQ -vTG -vTG -vTG -hDJ -sSQ -dDB -dDB -dDB -blb -dDB -rMm -iLR -uPX -uPX -opL -sTq -oMy -xCH -opL -uPX -uPX -iLR -pSs -dDB -blb -dDB -blb -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +hQz +lsD +fCF +kGA +mJY +lQl +mJY +mJY +kcg +qOS +pMw +cYM +mUG +wpB +ufe +wle +ufe +mJY +mJY +mJY +mJY +hKo +lQl +mJY +smS +rPg +mVV +iyY +wIZ +pGw +psQ +oPq +pbN +opc +pbN +blf +iIx +wGX +rAh +cQr +fHp +cdK +tWk +nsq +lhi +tWk +acm +acm +dpO +dpO +tXK +isU +cxv +tgc +bdy +dpO +dpO +acm +acm +tWk +aRE +htc +uru +dGB +gCN +cDm +rBD +rBD +rBD +rBD +rBD +rBD +rBD +rBD +qCD +rJb +cLh +cLh +cLh +cLh +cLh +aZs +cLh +cLh +cLh +cLh +cLh +dzU +cLh +uOK +uOK +uOK +dep +cLh +aaa +aaa +aaa +acm +aaa +vbl +oAg +riu +riu +jsx +qPP +nNb +hZB +jsx +riu +riu +oAg +bus +aaa +acm +aaa +acm +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (115,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -dDB -dDB -dDB -dDB -tYT -aJq -nIY -nIY -hbN -gXh -dyp -gIH -xRH -ruY -dJe -gcz -gcz -gcz -cCD -gcz -jyM -uoB -jZn -mxN -rji -vAw -nvE -nvE -nvE -nvE -mvl -qio -nvE -uQi -nvE -oCx -nvE -rFn -pAB -hvM -kfM -fKO -hvM -hvM -hvM -hvM -hvM -wpu -ouf -wZE -ucH -xIM -yfj -bcv -kov -viy -efB -kov -xyh -xRI -ycZ -hVh -elM -pYr -xJZ -vsx -ooK -tFQ -dDB -dDB -dDB -geu -geu -xQa -rbD -xQa -geu -geu -dDB -dDB -dDB -tFQ -sqo -kOX -wYA -rnE -xqN -gQa -rnE -xqN -fgW -uBl -ibp -kEF -jCr -niI -cqc -aPa -gLb -mHc -nqd -knV -sSQ -jkE -xfH -tAq -sSQ -qNj -qNj -kVb -sSQ -gPQ -sSQ -sSQ -sSQ -sSQ -vdg -wdB -sxv -tCq -blb -tCq -tCq -tCq -blb -tCq -qyN -oMy -wgv -tCq -blb -tCq -tCq -tCq -blb -tCq -vdg -hrL -sxv -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aeU +hKi +wUr +wUr +hej +cwW +mhS +uGK +alp +gOy +tfB +enJ +enJ +enJ +kpv +enJ +wtJ +wFl +iYi +bFH +gWd +pUe +aDG +aDG +aDG +aDG +qrv +opd +aDG +tdz +aDG +vmf +aDG +dTs +xnO +fMh +lbl +kGo +fMh +fMh +fMh +fMh +fMh +eFt +jjx +vvs +vjS +xXu +ran +cND +wgl +aPi +wSf +wgl +vnx +jPX +ssp +qjd +rpV +sEg +pqP +nsq +uef +qXU +aaa +aaa +aaa +dpO +dpO +mTw +knc +mTw +dpO +dpO +aaa +aaa +aaa +qXU +bue +bnk +ygz +sWK +gEl +eHv +sWK +gEl +xDZ +exX +pho +mGK +rdg +kaL +gnb +thJ +iyI +tNE +dma +pnb +cLh +iyJ +jfB +yhJ +cLh +sxU +sxU +tIR +cLh +sWz +cLh +cLh +cLh +cLh +pfp +plD +mOZ +epS +acm +epS +epS +epS +acm +epS +lss +nNb +exd +epS +acm +epS +epS +epS +acm +epS +pfp +wAY +mOZ +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (116,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -aJq -gcs -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -aJq -aJq -gcz -gcz -gcz -gcz -gcz -gcz -gcz -ruY -ryi -ehj -iPU -qtQ -kjl -gcz -jzo -uoB -uoB -wSZ -dRf -xqC -xyc -lwD -lNp -xRA -xRV -qji -svS -rpb -rqw -rqw -rqw -qUt -pBe -qUt -qUt -qUt -xJB -vYy -vrO -vYy -vYy -xJB -xJB -wZO -xpU -uAw -yga -rbo -vCO -wnO -jpK -vCO -lhg -xSp -dUC -qTK -vnF -pRQ -usB -vsx -xZY -tFQ -dDB -dDB -dDB -blb -dDB -rHw -hdB -wIp -dDB -blb -dDB -dDB -dDB -tFQ -vDB -vTo -wYA -wPP -hTY -skp -tZl -xqN -rnE -xqN -rnE -gxs -wYA -iYu -mcP -gFH -ghs -eRX -eRX -nIJ -sSQ -ehZ -fDd -idj -qXl -kVb -xsj -kVb -szh -qNj -ofu -sSQ -dDB -dDB -qyN -iLR -iLR -tCq -dDB -dDB -blb -dDB -dDB -tCq -iLR -oMy -iLR -tCq -dDB -dDB -blb -dDB -dDB -tCq -iLR -iLR -vCm -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +hKi +anH +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +hKi +hKi +enJ +enJ +enJ +enJ +enJ +enJ +enJ +gOy +qjO +vay +cMu +dXF +boT +enJ +doP +wFl +wFl +erW +aPQ +rgC +rDI +fSb +eNr +eGu +qNr +imn +jUh +gOg +iFx +iFx +iFx +tql +bcT +tql +tql +tql +ulS +aAS +rvs +aAS +aAS +ulS +ulS +cga +dFp +qjl +kin +nNi +oyh +xHM +aIU +oyh +brk +wZQ +bSO +bnK +alE +pzv +kqD +nsq +tuu +qXU +aaa +aaa +aaa +acm +aaa +syo +pGx +eTp +aaa +acm +aaa +aaa +aaa +qXU +uSQ +szM +ygz +jdx +qrA +kwo +nWZ +gEl +sWK +gEl +sWK +ePx +ygz +aHW +miC +tty +eei +vuC +vuC +kMW +cLh +bqT +dsv +aAj +pQL +tIR +qOM +tIR +kLQ +sxU +vcV +cLh +aaa +aaa +lss +oAg +oAg +epS +aaa +aaa +acm +aaa +aaa +epS +oAg +nNb +oAg +epS +aaa +aaa +acm +aaa +aaa +epS +oAg +oAg +wMo +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (117,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -aJq -aJq -aJq -dDB -dDB -dDB -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -hwJ -blb -blb -blb -blb -gcs -uvA -gIl -xbl -xbl -irn -heA -hix -gcz -xRH -jFF -ehj -ill -iEK -iPU -gcz -sFk -gGl -nqE -wSZ -lFg -xqC -oFG -oFG -oFG -oFG -oFG -neZ -xIW -ylJ -rRF -oDm -kru -qUt -fwI -ovk -qdW -qUt -qLd -ugH -mJX -vHH -vYH -wrw -xJB -xvh -xpU -uBY -ygu -gVi -dba -dse -gfM -ona -wMZ -xSV -psI -qir -vnF -pRQ -xSO -vsx -rfi -xSO -xSO -dDB -dDB -blb -dDB -rHw -mVN -wIp -dDB -blb -dDB -dDB -xSO -xSO -xUL -vmh -wYA -elw -emd -rZc -vba -anJ -vdY -tFX -vdY -jjO -wYA -glY -bUv -cSk -gLb -nlS -mIa -gpM -sSQ -hrF -oiA -kSY -sSQ -hhb -gRO -dxf -dxf -qNj -tdO -sSQ -dDB -dDB -qyN -iLR -wgv -tCq -blb -tCq -tCq -tCq -blb -tCq -qyN -oMy -wgv -tCq -blb -tCq -tCq -tCq -blb -tCq -qyN -iLR -wgv -dDB -dDB -blb -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +hKi +hKi +hKi +aaa +aaa +aaa +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +agt +acm +acm +acm +acm +anH +kBM +etR +cWA +cWA +aKc +ibg +iiy +enJ +alp +ymf +vay +eUW +nKP +cMu +enJ +bxn +fFr +hAT +erW +rco +rgC +ovv +ovv +ovv +ovv +ovv +nFa +ixh +rCR +fpR +aTC +mSB +tql +nnb +nBP +gtN +tql +omV +dsj +eqU +sXw +kRO +unu +ulS +qWP +dFp +wkL +psQ +xgg +kfW +rQU +fHN +pbN +iIx +bWv +hrr +fdY +alE +pzv +tWk +nsq +oAp +tWk +tWk +aaa +aaa +acm +aaa +syo +lBp +eTp +aaa +acm +aaa +aaa +tWk +tWk +aRE +nWh +ygz +brI +pwK +aDb +lOK +aXL +tHl +smk +tHl +qQv +ygz +qDS +bEl +crU +iyI +hiR +ehJ +uMH +cLh +oxi +pyB +eQQ +cLh +lwk +haT +roN +roN +sxU +qff +cLh +aaa +aaa +lss +oAg +exd +epS +acm +epS +epS +epS +acm +epS +lss +nNb +exd +epS +acm +epS +epS +epS +acm +epS +lss +oAg +exd +aaa +aaa +acm +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (118,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -aJq -uvA -xbl -gKg -xbl -gXq -ouP -lTu -gcz -hyv -fyH -xRH -xRH -iEP -xRH -gcz -lHW -jOU -jZs -wSZ -lFg -xqC -lcu -siN -dYG -gzx -wRL -qIv -qIv -qZq -qIv -oEi -mMZ -qUt -qUt -qUt -oeH -uiW -qLt -vrY -vrY -vrY -vrY -sXq -wGu -nhZ -xoa -uCp -yeh -qir -pKR -ona -ona -eMo -xyk -xTD -bmB -qir -wdb -pRQ -tFQ -ofG -oED -qNw -xSO -tFQ -tFQ -xSO -tFQ -xSO -pKm -xSO -tFQ -xSO -tFQ -tFQ -xSO -qNw -xUL -xrC -wYA -bGv -wfi -wfi -wfi -wCx -wCx -piG -wCx -ogR -wYA -tlh -sTR -doj -xiE -xiE -fFY -xiE -xiE -wgL -fSk -aTc -sSQ -hhb -yku -tAE -wsB -wsB -sSQ -sSQ -wdB -wdB -qis -iLR -twg -hrL -wdB -wdB -gzY -wdB -wdB -hrL -qis -oMy -twg -hrL -wdB -wdB -iLR -wdB -wdB -hrL -qis -iLR -twg -wdB -sxv -blb -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +hKi +kBM +cWA +aqm +cWA +jqL +few +giu +enJ +sLM +hst +alp +alp +pVL +alp +enJ +ixe +qcM +aNJ +erW +rco +rgC +eyg +wKj +tEj +ivE +rEV +vlW +vlW +hHT +vlW +wFo +gwU +tql +tql +tql +omP +ncy +xGM +gpf +gpf +gpf +gpf +bmS +fzF +mTN +xSE +tRY +nYP +fdY +rNT +pbN +pbN +oYL +rdA +xRk +rEc +fdY +iDw +pzv +qXU +kZy +lhi +eSR +tWk +qXU +qXU +tWk +qXU +tWk +rzv +tWk +qXU +tWk +qXU +qXU +tWk +eSR +aRE +jwZ +ygz +vzP +cZi +cZi +cZi +cCr +cCr +fqh +cCr +fFU +ygz +uTB +amW +jLV +dEF +dEF +gia +dEF +dEF +hpc +peh +aHV +cLh +lwk +pVb +cux +hJu +hJu +cLh +cLh +plD +plD +coj +oAg +jaB +wAY +plD +plD +iHu +plD +plD +wAY +coj +nNb +jaB +wAY +plD +plD +oAg +plD +plD +wAY +coj +oAg +jaB +plD +mOZ +acm +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (119,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -tYT -uvA -gIl -xbl -xbl -gXv -heH -kVc -gcz -xkb -qzi -qYy -kqM -kCJ -xAm -gcz -wTd -aoz -tvP -wSZ -uGk -xqC -lcx -oGq -lNw -pvt -pUl -nff -nvP -rqw -rqA -oEI -sTT -qUt -vjf -qUt -qey -qUt -ykI -vcN -vrY -mIi -vcN -sXM -xJB -xvh -uPJ -lek -yhq -qir -vQp -woT -pqT -wJM -xyp -wJM -wJM -lIe -vnF -pRQ -xSO -vsx -rAv -rBY -jLV -eyZ -oRJ -jLV -bCn -jLV -fmf -eMl -fRJ -jLV -qDN -owP -jLV -jLV -xUL -xrC -wYA -uia -tAS -tAS -tAS -tAS -tXP -jrG -aCi -gIF -wYA -gCe -wWs -wOn -xiE -vQn -nyp -exW -vUp -wgL -dnJ -myW -wgL -wgL -wgL -wgL -wgL -wgL -sSQ -vav -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -oMy -iLR -iLR -oMy -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -iLR -eAu -sOk -blb -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aeU +kBM +etR +cWA +cWA +aCt +dGy +iWn +enJ +bbT +awU +sYv +ksJ +syz +daC +enJ +kmg +soG +jHj +erW +oPd +rgC +ejy +vWl +hql +kkF +eoh +wmw +ofh +iFx +rxw +daU +bHY +tql +uon +tql +dJV +tql +iNG +tFf +gpf +mcm +tFf +miE +ulS +qWP +iYN +qxi +gCc +fdY +idl +tKd +fXV +hoy +eWX +hoy +hoy +uDv +alE +pzv +tWk +nsq +efd +tyt +eiq +rGi +mtr +eiq +vxu +eiq +ffe +nTZ +ait +eiq +lNu +dku +eiq +eiq +aRE +jwZ +ygz +uKr +lqg +lqg +lqg +lqg +sXn +mBi +kHd +cEi +ygz +aif +nmD +okZ +dEF +dyM +qnZ +sds +xhz +hpc +wAw +epw +hpc +hpc +hpc +hpc +hpc +hpc +cLh +esy +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +nNb +oAg +oAg +nNb +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +oAg +yjf +xxw +acm +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (120,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -uvA -uvA -uvA -njW -isI -owb -uvA -gcz -ryi -xRH -xRH -xRH -gcz -gcz -gcz -lIa -wSZ -wSZ -wSZ -lFg -xqC -iux -lwJ -phE -pwf -pUt -nfs -xmy -rqw -rqJ -rqw -khW -qUt -nnE -tkq -oeH -qUt -qLA -vIZ -kkL -vIZ -qUu -sXO -xJB -xaH -xpU -xMr -yij -qir -vQv -syC -wIc -xma -qir -xUn -vLW -qir -wfa -eMo -xSO -itB -xrC -xrC -pEL -pEL -pEL -qUf -qfX -oED -oED -oED -czm -oED -oED -owP -mhn -vdH -nyT -iMS -wYA -bgH -pUc -pks -buV -nei -moy -moy -xWl -nmh -wYA -eOZ -mLH -pUx -xiE -hbS -fzt -fLk -guC -wgL -wsR -etv -wgL -nah -kwW -vpk -nuT -xsV -blb -qyN -iLR -xCH -opL -uPX -uPX -gzY -uPX -uPX -opL -sTq -oMy -xCH -opL -uPX -uPX -iLR -uPX -uPX -opL -sTq -oMy -xCH -opL -uPX -uPX -opL -pSs -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +kBM +kBM +kBM +tht +onk +oZi +kBM +enJ +qjO +alp +alp +alp +enJ +enJ +enJ +nnB +erW +erW +erW +rco +rgC +iYw +qsM +rKd +fbb +nLa +rTt +kMx +iFx +fQE +iFx +qxb +tql +vWc +lkt +omP +tql +apq +qaV +mhr +qaV +xoG +nxM +ulS +aJC +dFp +vyO +fFP +fdY +xZN +mor +sbr +bvY +fdY +mJy +aAH +fdY +aTd +oYL +tWk +lHg +jwZ +jwZ +bTn +bTn +bTn +tYI +wmh +lhi +lhi +lhi +hnn +lhi +lhi +dku +wFd +deR +hfg +fkK +ygz +mIO +sen +gON +cIO +fqI +tym +tym +stF +gKp +ygz +vnB +fwI +kqv +dEF +byj +ajA +nVP +oog +hpc +wkH +nQE +hpc +xqU +uYl +xjA +vpj +nYM +acm +lss +oAg +hZB +jsx +riu +riu +iHu +riu +riu +jsx +qPP +nNb +hZB +jsx +riu +riu +oAg +riu +riu +jsx +qPP +nNb +hZB +jsx +riu +riu +jsx +bus +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (121,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -aan -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -uvA -gMb -gXN -heL -hjx -gcz -gDp -jFK -eDN -ilW -gcz -iPW -jdo -lJe -tyr -iGl -aNM -iXi -xqC -cPK -oGq -sPS -mhf -pUO -rRy -xIW -ylJ -ohO -rqw -dBA -sAB -dWW -qUt -oeH -wua -jWy -jWy -rRf -jWy -jWy -jWy -wJx -xbx -xpU -xMr -uQK -qir -hoQ -wpk -iFs -xmd -uWo -uWo -qir -qir -wLM -lYp -xlh -xlh -xlh -lyg -xlh -qWo -qWo -wfr -wfr -gLT -nXt -rbs -wfr -rbs -wfr -wfr -mUP -uSj -jBx -wUJ -wYA -dCe -ppA -tAS -tAS -tAS -moy -moy -xWl -sSp -wYA -xiE -xiE -xiE -fao -uVK -hPi -bRg -xtK -wgL -wsR -sQg -wgL -vsQ -rHy -vpk -jIy -jIy -jIy -lBy -iLR -sOk -tCq -blb -tCq -tCq -tCq -blb -tCq -lBy -oMy -vCm -tCq -blb -tCq -tCq -tCq -blb -tCq -qyN -oMy -wgv -tCq -dDB -dDB -blb -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaB +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +kBM +kdK +aoP +oYZ +okP +enJ +uuc +lxH +nOK +tKJ +enJ +jkE +gYh +lCH +rnX +viE +ygG +dzD +rgC +iyo +vWl +gwc +uWk +vGy +eiP +ixh +rCR +oQp +iFx +bay +wFk +gLA +tql +omP +hBi +lUD +lUD +fQm +lUD +lUD +lUD +nby +oZw +dFp +vyO +qMs +fdY +xpY +vTg +tRW +oqD +xvW +xvW +fdY +fdY +vLW +laZ +eUN +eUN +eUN +cJq +eUN +iQe +iQe +gDY +gDY +kHG +rgE +bGK +gDY +bGK +gDY +gDY +pyu +gkv +xNo +ivz +ygz +qam +lgi +lqg +lqg +lqg +tym +tym +stF +ycT +ygz +dEF +dEF +dEF +trA +wfJ +wNM +pEH +cyy +hpc +wkH +tHK +hpc +brO +tjP +xjA +uyX +uyX +uyX +oOs +oAg +xxw +epS +acm +epS +epS +epS +acm +epS +oOs +nNb +wMo +epS +acm +epS +epS +epS +acm +epS +lss +nNb +exd +epS +aaa +aaa +acm +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (122,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -dDB -dDB -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -uvA -wur -gYy -oyA -hkm -gcz -jrJ -xRH -hVM -xRH -gcz -wSZ -jdp -lJo -wSZ -tyx -ujq -nEx -xqC -lcN -lwR -tuU -mhg -wRL -rRy -xJx -qUt -qUt -qUt -qUt -qUt -qUt -qUt -qxk -wua -uwS -vvK -rRz -smH -vZD -sZF -wJx -xbC -xpU -xMr -uSN -uWo -vRz -wpV -rGc -xTB -xOJ -uWo -ydW -cvy -tNA -nCU -xlh -tWS -wil -hzk -qDK -vEz -mGh -wfr -ycL -lHJ -vKY -lSK -eTo -pxx -tUz -wfr -wfr -wfr -gtJ -eeN -wYA -cCW -qFv -qPc -fCw -rvY -moy -moy -xWl -gIF -wYA -tab -sqp -sOO -bqE -rGI -hPi -tQA -oTW -wgL -eFO -wnE -tii -lAU -kiJ -hgo -jct -alJ -krK -iLR -iLR -iLR -tCq -dDB -dDB -blb -dDB -dDB -tCq -iLR -oMy -iLR -tCq -dDB -dDB -blb -dDB -dDB -tCq -iLR -oMy -iLR -tCq -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aaa +aaa +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +kBM +gmF +tjb +muf +jAQ +enJ +aUN +alp +rlp +alp +enJ +erW +vfT +eko +erW +eok +fiD +owv +rgC +uQl +sfj +pKy +daZ +rEV +eiP +jKc +tql +tql +tql +tql +tql +tql +tql +fTT +hBi +tES +hel +nld +ili +tZB +dOA +nby +oqA +dFp +vyO +cYn +xvW +jed +nye +svT +mcw +loa +xvW +hje +ehL +dYF +bgZ +eUN +uSF +pyp +wOp +rsu +ivL +sXO +gDY +nJI +wli +xnv +uAy +uDa +qwv +dLy +gDY +gDY +gDY +epK +gvq +ygz +wKK +kSQ +sVE +mON +gUy +tym +tym +stF +cEi +ygz +cDW +oCK +uKl +iLP +dmd +wNM +wDi +vLd +hpc +maP +iAH +avr +qmi +iJk +lpV +qOh +jtd +gXl +oAg +oAg +oAg +epS +aaa +aaa +acm +aaa +aaa +epS +oAg +nNb +oAg +epS +aaa +aaa +acm +aaa +aaa +epS +oAg +nNb +oAg +epS +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (123,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -dDB -dDB -dDB -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -mTB -gMy -isQ -heM -uvA -gcz -xRH -xRH -hWs -kro -kvK -wSZ -wSZ -wSZ -wSZ -qXe -xqC -xqC -xqC -xqC -xqC -xqC -xqC -xqC -nfB -nwe -nNW -pzr -oFT -pzr -mwV -pzr -pzr -pnn -wua -qLD -uYD -rRW -sny -vZX -sZJ -wJx -xbW -xpU -xMr -yiq -uWo -kgT -grD -wfj -pEs -xyQ -uWo -rfq -vKb -uWQ -fwF -iOm -gFs -fSG -ugJ -nNR -vEz -kMm -wfr -oiP -mJK -iWQ -mms -mms -jmY -dim -rAt -nzc -rQF -lIh -swN -xuD -ckV -tAS -tAS -tAS -tAS -nVg -dHk -jrk -gIF -wYA -bpS -jLi -nYk -vVP -xAA -hgf -agb -rCp -wgL -oiA -sdm -wgL -vum -lqC -lqC -jIy -jIy -jIy -lBy -iLR -sOk -tCq -blb -tCq -tCq -tCq -blb -tCq -lBy -oMy -vCm -tCq -blb -tCq -tCq -tCq -blb -tCq -rMm -uPX -pSs -tCq -dDB -dDB -blb -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aaa +aaa +aaa +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +lac +vxE +xAc +rmD +kBM +enJ +alp +alp +dqO +gDt +cwY +erW +erW +erW +erW +rEB +rgC +rgC +rgC +rgC +rgC +rgC +rgC +rgC +gaI +fTh +grv +jDz +xYj +jDz +cJn +jDz +jDz +aos +hBi +nfu +gFh +cJS +fhV +bxB +hiN +nby +afN +dFp +vyO +ugN +xvW +anc +oug +yeL +sNC +hNu +xvW +vfz +oOo +bII +hXz +ftO +xTn +ulX +uIG +oXc +ivL +jhI +gDY +plK +poG +uuy +wDc +wDc +rtL +llA +fAL +dqW +rjE +wAj +isG +wOZ +svG +lqg +lqg +lqg +lqg +uvZ +kbU +uvH +cEi +ygz +par +miu +sDz +nKC +mzP +bzK +hyw +caq +hpc +pyB +ieF +hpc +kUM +mPU +mPU +uyX +uyX +uyX +oOs +oAg +xxw +epS +acm +epS +epS +epS +acm +epS +oOs +nNb +wMo +epS +acm +epS +epS +epS +acm +epS +vbl +riu +bus +epS +aaa +aaa +acm +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (124,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -dDB -blb -aJq -aJq -aJq -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -aJq -aJq -aJq -aJq -xqC -gMK -itq -oAC -rZu -uPt -hyZ -hFO -hXh -krp -xlZ -iQl -jeg -jAn -jPg -jZK -kjL -kBo -tSs -pwq -oGu -wAn -pwq -mvA -mhY -nwg -qUt -qUt -qUt -qUt -qUt -tNs -tnb -wua -wua -qMp -uZc -rRW -snK -wat -tae -wLm -xvh -xsb -xPN -yiL -vuT -jNq -kOT -eBr -kOd -ide -mMp -ist -ist -sIj -jjk -xlh -dfb -iDH -nNq -xPW -sKq -aRC -wfr -reG -mJK -mJK -fcs -vLT -qMb -acS -iWQ -lHl -wfr -vbq -uid -wYA -cOY -vXz -nib -qmZ -onG -qmZ -lpV -vmR -ndY -wYA -nGI -jGc -tuR -gLb -uFV -vTY -nqV -exK -wgL -oiA -kWs -wgL -guz -mos -pJv -nQx -xsV -blb -qyN -iLR -twg -hrL -wdB -wdB -iLR -sxv -bSo -blb -qyN -oMy -twg -hrL -wdB -wdB -iLR -sxv -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -blb -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +aaa +acm +hKi +hKi +hKi +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +hKi +hKi +hKi +hKi +rgC +lZy +eHS +rzg +rXf +orV +ttH +pNW +ldm +ueQ +jRN +fcZ +vHR +xXE +kSY +uRZ +oVB +oUi +jKV +oBj +gqU +wGH +oBj +bnA +hUS +wRJ +tql +tql +tql +tql +tql +gRH +liw +hBi +hBi +nVD +sZc +cJS +tzZ +lwJ +fCz +ppU +qWP +puA +jCW +nGa +jyX +egO +xwp +uWe +itQ +omC +ufK +uZP +uZP +kKv +dso +eUN +qQI +dpK +jbv +slI +oRu +aHU +gDY +rrX +poG +poG +lTn +kwt +nSj +sKc +uuy +hSO +gDY +tfH +meL +ygz +qJj +gGj +lwj +rCO +iMU +rCO +qHj +xOc +eCH +ygz +qcc +oCG +odB +iyI +aLA +dGc +aSw +dMe +hpc +pyB +qBY +hpc +fOJ +oOu +dat +wzc +nYM +acm +lss +oAg +jaB +wAY +plD +plD +oAg +mOZ +cry +acm +lss +nNb +jaB +wAY +plD +plD +oAg +mOZ +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +acm +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (125,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -hwJ -aJq -aJq -aJq -aJq -dDB -dDB -blb -dDB -dDB -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -rvp -igo -iuo -oAV -oWg -nJx -pUD -jHl -rcN -krC -rKV -tLH -loM -xSg -mhu -nJH -kkD -kjh -kJZ -ons -lyj -lOa -mhr -mvJ -nfD -xcF -ylJ -xGe -rqw -ein -sAB -umM -nnE -wua -vLF -sUg -rmX -xpw -elR -xRh -cLD -wJx -xvh -iLp -xMr -yiQ -uWo -rjJ -wpZ -tdv -eGT -xyS -uWo -aAw -rOJ -tNA -ipF -xlh -rPz -uFs -pfv -xlh -qWo -qWo -wfr -oQx -wyu -iPv -ddl -eFf -bGY -wCK -tDd -wTg -wfr -sCp -vJR -wYA -wYA -wYA -wYA -wYA -wYA -fRq -fTb -hNJ -fst -wYA -hOp -slq -hOp -gLb -dvW -gkE -cIU -bKt -wgL -cmw -uWZ -wgL -xsV -xsV -xsV -xsV -xsV -blb -vav -iLR -iLR -iLR -iLR -iLR -iLR -sOk -blb -blb -vav -oMy -iLR -iLR -iLR -iLR -iLR -sOk -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +agt +hKi +hKi +hKi +hKi +aaa +aaa +acm +aaa +aaa +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +xYd +uNT +icq +iTc +ezH +xqZ +rYP +iet +iIh +szS +qXL +jDo +qiX +kyg +qpg +hmw +iqV +lRu +eWg +pVX +qOD +teV +kZd +joN +cqn +mEo +rCR +oJh +iFx +vov +wFk +tvt +vWc +hBi +dFs +kqt +bdV +cPH +kpx +cLX +uav +nby +qWP +qIC +vyO +iBf +xvW +pGb +uoH +viI +fSQ +oMm +xvW +mVd +mEG +dYF +xBK +eUN +agY +dgN +qpG +eUN +iQe +iQe +gDY +fPU +wLa +nxs +cNr +lHG +kyt +kXY +kXo +lrE +gDY +kqC +xEu +ygz +ygz +ygz +ygz +ygz +ygz +xtH +uhm +tAc +ckU +ygz +hGY +wwx +hGY +iyI +oHB +sDU +bJJ +rkq +hpc +mRW +nmk +hpc +nYM +nYM +nYM +nYM +nYM +acm +esy +oAg +oAg +oAg +oAg +oAg +oAg +xxw +acm +acm +esy +nNb +oAg +oAg +oAg +oAg +oAg +xxw +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (126,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -gcs -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -rvp -xqC -xqC -xqC -oWl -xqC -wSZ -sOs -sOs -ksB -sOs -sOs -xmO -lKn -nFW -sRL -sRL -nEJ -nVX -sRL -sRL -sRL -sRL -sRL -nfN -uUq -rqw -ohQ -rqw -seE -qUt -umM -qUt -wua -wua -qNx -rmZ -xWT -soD -waL -taf -wJx -plr -xsK -bqm -fAs -uWo -uWo -uWo -uWo -uWo -uWo -uWo -qir -xLc -dis -eGb -xlh -xlh -xlh -xlh -xlh -ude -pAH -wfr -wfr -wfr -wfr -nPd -wfr -nPd -svU -gLT -wfr -wfr -mGg -jTU -jFw -fJZ -kgn -qdM -cUU -wYA -uDm -wYA -uDm -wYA -wYA -dry -myM -rsz -xiE -qcr -nXP -hpl -rAA -wgL -wsR -aTc -sSQ -dDB -blb -dDB -dDB -dDB -dDB -rMm -uPX -uPX -uPX -uPX -uPX -uPX -pSs -bSo -bSo -rMm -uPX -uPX -uPX -uPX -uPX -uPX -pSs -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +anH +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +xYd +rgC +rgC +rgC +iON +rgC +erW +xLy +xLy +geJ +xLy +xLy +gpi +faE +sba +vzy +vzy +pFm +wvr +vzy +vzy +vzy +vzy +vzy +fUN +nDg +iFx +hsP +iFx +oOh +tql +tvt +tql +hBi +hBi +pgD +hPs +eoz +oAD +hQK +jBv +nby +oMO +fZl +iPK +xBl +xvW +xvW +xvW +xvW +xvW +xvW +xvW +fdY +mlZ +spU +fgj +eUN +eUN +eUN +eUN +eUN +pNf +rSW +gDY +gDY +gDY +gDY +umo +gDY +umo +hFv +kHG +gDY +gDY +ecX +gRh +rFm +lid +aAz +rOY +cHT +ygz +wwq +ygz +wwq +ygz +ygz +qjX +eGG +shq +dEF +iHM +jMy +eBf +aFm +hpc +wkH +aHV +cLh +aaa +acm +aaa +aaa +aaa +aaa +vbl +riu +riu +riu +riu +riu +riu +bus +cry +cry +vbl +riu +riu +riu +riu +riu +riu +bus +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (127,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -rvp -gZf -iFP -iGl -hqW -wSZ -wVS -hXP -wLl -iEZ -crq -xmO -sHe -nFW -kam -kkF -kBH -ukW -cZL -xVV -dCH -mhD -sRL -rsv -kAg -rqw -ohT -oGm -xTd -qUt -umM -qUt -tMx -wua -wua -wua -qUt -spg -wua -wua -wua -wQT -udK -xMr -xDs -vva -vSj -dRc -vVF -vVF -xzQ -mfR -vVF -vVF -uzZ -abh -bNQ -ggi -vPs -cAr -pnf -lXR -cAr -uPp -bNQ -gUe -lgx -ufE -ufE -ufE -vMJ -ufE -bka -mKe -eHe -adL -vVF -vVF -vVF -vVF -vVF -xzQ -vVF -vVF -uKl -brD -vSg -vSg -vSg -wgL -wgL -wgL -wgL -wgL -wgL -wgL -dnJ -ulO -sSQ -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +xYd +hPA +iuJ +viE +efl +erW +pDv +pFf +kFz +sLn +tTT +gpi +bzx +sba +eIA +kWd +imz +new +jMT +bLA +dbv +edW +vzy +gJM +fmU +iFx +axC +wzP +uXj +tql +tvt +tql +cDM +hBi +hBi +hBi +tql +xii +hBi +hBi +hBi +uCb +kVo +vyO +haJ +pdH +vpM +ghu +jyf +jyf +hmR +gNz +jyf +jyf +mTr +npu +bEw +taq +mau +ibj +rwA +hMV +ibj +hSc +bEw +hKT +iKz +oQW +oQW +oQW +gYg +oQW +ebM +sNG +nrz +xIs +jyf +jyf +jyf +jyf +jyf +hmR +jyf +jyf +fpM +uiI +hEj +hEj +hEj +hpc +hpc +hpc +hpc +hpc +hpc +hpc +wAw +eYW +cLh +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (128,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -xqC -vlB -iGl -iUb -jfG -wSZ -hnY -hYq -ksX -kCW -kWq -xmO -sHs -nFW -tzD -ukW -kCN -wjM -lcW -lyp -pij -pwz -pWX -nfO -qIv -nOf -rsv -oGv -oXI -qUt -tnO -uYp -tnb -gfJ -gfJ -oYB -gfJ -gfJ -gfJ -tnb -qyY -xvh -xpU -xMr -swB -vve -vSw -wrF -tTs -lvv -xJw -xJw -xJw -hhL -xJw -fMs -xJw -qke -fwc -xJw -wmx -xJw -xJw -hhL -ezw -jOh -vfK -xJw -xGX -xJw -xJw -hhL -wmx -xJw -fwc -cTC -xJw -xJw -xJw -xJw -fdi -fwc -xJw -hhL -mwy -fDI -eQa -gdD -nyH -kWs -uOw -cdq -aTc -jmo -gAJ -syN -oiA -aTc -sSQ -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +rgC +lUu +viE +iHj +lML +erW +sme +cfa +pfB +jMP +ktT +gpi +cBy +sba +jXJ +new +sld +wgW +fOz +cGB +huw +uFC +uZG +eVl +vlW +glQ +gJM +pZL +tQK +tql +uYq +mBp +liw +myz +myz +otm +myz +myz +myz +liw +xlz +qWP +dFp +vyO +mpr +dJA +kFW +vaY +fUy +wFE +uDE +uDE +uDE +tGf +uDE +thp +uDE +eOd +ary +uDE +tLx +uDE +uDE +tGf +lCi +dxj +nHL +uDE +jCo +uDE +uDE +tGf +tLx +uDE +ary +obg +uDE +uDE +uDE +uDE +cJL +ary +uDE +tGf +vqy +kTf +pFQ +cnE +ekM +qBY +yjx +jhd +aHV +ftR +hJN +gzc +pyB +aHV +cLh +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (129,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +xYd rvp -ivk -sco -uIT -uIT -wSZ -nNi -hYw -tdI -rIJ -rAG -xmO -sHe -mhW -mEy -ncf -nFA -ujl -onR -xVV -lOt -acY -sRL -nfT -xcF -ylJ -oiO -oDm -oYy -qUt -umM -qUt -qUt -qvr -uEP -roD -wua -wua -iDt -wua -wua -xvh -hPl -xPN -vEA -vwh -vSL -rIn -pDU -pDU -qcQ -nSA -pDU -jOk -pDU -koz -qcQ -oOp -qcQ -pDU -qcQ -koz -pDU -jOk -rIn -ibD -pKU -pDU -qZn -jWl -pDU -sKB -erA -esP -mxP -fKz -rBe -xBp -owJ -pDU -pDU -pDU -pDU -jOk -jOk -xPd -xpJ -mOq -jhZ -wnE -sfv -wmD -bgB -clq -bgB -clq -uqO -uNQ -sSQ -sSQ -sSQ -sSQ -blb -blb -blb -cLg -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -wCc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +sKL +tLK +tLK +erW +cPz +jAU +dxV +anS +xyG +gpi +bzx +xbd +hva +gZs +svg +fqZ +ydB +bLA +rDW +ttF +vzy +iTG +mEo +rCR +oyV +aTC +tCt +tql +tvt +tql +tql +xSP +miO +fdm +hBi +hBi +mJQ +hBi +hBi +qWP +aZf +jCW +dPx +kvp +sKd +tes +mOw +mOw +qEg +kaK +mOw +uPL +mOw +tsI +qEg +fMe +qEg +mOw +qEg +tsI +mOw +uPL +tes +hWP +tka +mOw +gVY +xIl +mOw +huf +oXs +iAo +reE +sjL +eQP +hxy +cqU +mOw +mOw +mOw +mOw +uPL +uPL +rLV +slj +muj +vDL +iAH +mzX +xaK +gik +ufH +gik +ufH +qpb +sGE +cLh +cLh +cLh +cLh +acm +acm +acm +wqJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +jvH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (130,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -aJq -aJq -aJq -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -rvp -rvp -ihh -vYT -sco -wSZ -hHE -bQi -rvz -rIJ -kXn -xmO -qzO -nFW -tAI -ulM -kCP -kbc -ldb -sRL -sRL -sRL -sRL -ngo -xIW -rqw -rqw -qUt -qUt -qUt -tNs -tNs -qUt -qUt -qUt -qUt -wua -spi -dqO -wrZ -pzL -xvh -uPJ -xMr -sBL -nla -nla -nla -ldq -ldq -oom -ssz -yeP -lBO -yeP -yeP -iPF -vSg -iPF -vSg -iPF -yeP -yeP -sYt -yeP -ssz -kSv -ldq -ldq -nyH -nyH -cWM -nyH -vSg -vSg -vSg -chp -vSg -vSg -wSg -wSg -wSg -wSg -uNX -wTH -sSQ -sSQ -sSQ -sSQ -sSQ -oZt -sSQ -sSQ -kXM -sSQ -sSQ -bjp -sQg -pdR -kNz -bkl -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +hKi +hKi +hKi +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +xYd +xYd +ngU +sUW +sKL +erW +ePN +pIf +vCZ +anS +usr +gpi +eQa +sba +awg +pVO +jna +mkD +nbs +vzy +vzy +vzy +vzy +stL +ixh +iFx +iFx +tql +tql +tql +gRH +gRH +tql +tql +tql +tql +hBi +ahn +nhS +hdS +sPz +qWP +iYN +vyO +dBv +plX +plX +plX +iBs +iBs +oZL +fLU +vqM +qOI +vqM +vqM +mjZ +hEj +mjZ +hEj +mjZ +vqM +vqM +wVF +vqM +fLU +soc +iBs +iBs +ekM +ekM +uaY +ekM +hEj +hEj +hEj +pOt +hEj +hEj +eGe +eGe +eGe +eGe +oGh +eMK +cLh +cLh +cLh +cLh +cLh +lOQ +cLh +cLh +hsH +cLh +cLh +gUO +tHK +egY +rgQ +ndn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (131,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -aJq -aJq -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -nyi -rvp -rvp -uIT -xqC -wSZ -tdI -hHE -nNi -rIJ -xmO -sJR -sIA -jPq -kaF -roB -kDl -roB -lde -sRL -lOH -mhY -mxT -ngw -nAh -nPO -ojw -qUt -nta -qUt -qUt -uVg -qUt -dWW -tnb -nnE -wua -xgg -dqO -taD -pzL -xvh -xpU -uCO -nla -vwS -vSY -gkL -ldq -roz -vuA -ssz -yee -wYd -mAs -yeP -blb -blb -blb -blb -blb -yeP -fWT -vtB -uOH -ssz -kUF -lxa -ldq -oJz -atY -hjz -bLE -xaP -mfT -dvJ -nuI -cLY -xaP -tuT -vMs -bEw -jEG -ybD -tuT -sSQ -gUC -twF -twF -twF -tXw -sSQ -rch -cmz -hOR -sSQ -yhv -myW -tVc -jtK -shL -fuL -dDB -dDB -dDB -nAc -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +hKi +hKi +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +ilf +xYd +xYd +tLK +rgC +erW +dxV +ePN +cPz +anS +gpi +lqa +izX +whU +jEF +jOB +jxV +jOB +oiC +vzy +gVV +hUS +pkO +qhk +mvZ +ePP +xDq +tql +qAZ +tql +tql +nTl +tql +gLA +liw +vWc +hBi +pqZ +nhS +lpb +sPz +qWP +dFp +klW +plX +jHs +eov +mKK +iBs +gwf +xFY +fLU +msq +wUt +iMl +vqM +acm +acm +acm +acm +acm +vqM +dsE +azG +kvE +fLU +rXR +eVo +iBs +xRz +cHb +jgP +riq +yal +oUV +wKO +tNT +sdl +yal +rCi +qZP +cgy +umk +xNd +rCi +cLh +prz +rUS +rUS +rUS +hrj +cLh +pMY +lVl +nUc +cLh +cya +epw +vfD +xnG +cmY +nLT +aaa +aaa +aaa +nyK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (132,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -tYT -aJq -aJq -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -jbm -jbm -jbm -jbm -jbm -xmO -xmO -xmO -xmO -xmO -xmO -jsn -sIS -nFW -xVV -xVV -xVV -xVV -xVV -sRL -hIo -mie -wTu -nhs -xIW -rcw -ojU -qUt -gfJ -gfJ -bOH -umM -qUt -qUt -tkq -qUt -wua -sLE -pFQ -wsa -pzL -xvh -xpU -xMr -sOR -vxa -qiw -wMV -ldq -xmD -xQI -ssz -yex -vtB -tnt -yeP -uya -yeP -uya -yeP -uya -yeP -oFI -vtB -kyG -ssz -vxp -uIo -ldq -rBz -liP -hjz -tqs -xaP -tat -mYj -uax -nRP -hhg -stV -qhD -mRK -qhD -mYu -oXM -sSQ -muz -sSQ -sSQ -sSQ -sSQ -sSQ -sSQ -sSQ -sSQ -sSQ -vvN -rtr -pdR -vws -bkl -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +aeU +hKi +hKi +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +frM +frM +frM +frM +frM +gpi +gpi +gpi +gpi +gpi +gpi +ffc +qdH +sba +bLA +bLA +bLA +bLA +bLA +vzy +kym +juI +gIY +lle +ixh +sOL +fZi +tql +myz +myz +tmi +tvt +tql +tql +lkt +tql +hBi +lhE +jZZ +kzd +sPz +qWP +dFp +vyO +mEK +bDS +xlY +vik +iBs +ibe +svQ +fLU +xsS +azG +nSn +vqM +rVg +vqM +rVg +vqM +rVg +vqM +lpS +azG +fPT +fLU +bjM +dmj +iBs +gef +mCS +jgP +rpi +yal +nYe +mQa +xIA +gNG +rtQ +aqd +lSH +fPl +lSH +koW +kEZ +cLh +jLm +cLh +cLh +cLh +cLh +cLh +cLh +cLh +cLh +cLh +mPH +hCz +egY +oEo +ndn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (133,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -tYT -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -jbm -jbm -jbm -jbm -jbm -jbm -jbm -jbm -tbM -iFi -iQF -jej -jAs -nFW -pmn -wZl -lgq -wZl -ldo -wZl -wke -xIW -wWc -niX -nAM -nQh -okz -qUt -gPo -gUx -qUt -tnO -tNs -umM -qNz -umM -rSj -spP -bRt -wsb -pRN -qQB -ufF -xMr -slJ -vxs -xaC -tgj -ldq -roz -ssz -ssz -yfm -ukB -toI -yeP -xaW -apZ -qOj -vmg -mwu -yeP -bjv -ukB -aCF -ssz -ssz -xYE -ldq -gHT -tAP -nxD -ihC -xaP -aVr -jlZ -kMW -pXz -xaP -nwN -ufn -jIj -ufn -tbK -ykT -sSQ -muz -sSQ -blb -dDB -dDB -blb -dDB -dDB -blb -sSQ -sSQ -sSQ -sSQ -sSQ -sSQ -sSQ -blb -blb -blb -cLg -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +aeU +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +frM +frM +frM +frM +frM +frM +frM +frM +cOL +oeP +xJT +boW +dlp +sba +nnj +yeI +nQB +yeI +dAk +yeI +wbK +ixh +fAz +bro +rlq +oZd +qvm +tql +qDk +vOB +tql +uYq +gRH +tvt +sCe +tvt +qfA +tsW +mkM +uAu +nZV +mve +jOD +vyO +xZi +ehm +ygQ +iSM +iBs +gwf +fLU +fLU +cpm +xWG +qjt +vqM +mRB +rSF +lUL +uSx +uBh +vqM +onj +xWG +utx +fLU +fLU +iEK +iBs +uLZ +qxg +jKg +fgh +yal +oha +bpf +qNQ +vJJ +yal +keQ +slC +dYZ +slC +cXI +lUw +cLh +jLm +cLh +acm +aaa +aaa +acm +aaa +aaa +acm +cLh +cLh +cLh +cLh +cLh +cLh +cLh +acm +acm +acm +wqJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (134,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -jbm -vTO -jbm -jbm -twN -jbm -jbm -lqs -xGS -yfX -twN -tDB -nFW -nFW -tBL -wZl -nFM -wZl -vsU -wZl -piM -miD -rqw -njP -nAW -nTk -okN -qUt -eBV -vwD -qUt -tNs -qUt -qUt -qUt -qUt -wua -spU -dmk -wOG -wtX -xvh -nkH -xMr -slJ -vxM -qiw -pgu -ldq -qRO -ssz -bFW -rwW -iym -pGD -wSH -kJW -hJd -rwW -bMt -jAb -wSH -pGD -wYd -rwW -wSL -ssz -xYE -ldq -tUb -dVd -occ -dLv -kFY -kFY -uNe -fVG -eJe -cwt -nwN -ufn -dMM -nAn -rUV -xqe -whX -knC -sSQ -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +frM +jpW +frM +frM +eEW +frM +frM +kzL +gVB +drt +eEW +xxg +sba +sba +fDy +yeI +vXF +yeI +qML +yeI +wxr +sEm +iFx +iyN +hIA +gHj +hYA +tql +gub +nqq +tql +gRH +tql +tql +tql +tql +hBi +qbn +mnf +jcy +oeW +qWP +etL +vyO +xZi +wDl +xlY +abL +iBs +tGK +fLU +mTY +cqz +wBS +ljS +tye +fAT +jMJ +cqz +hZH +jOw +tye +ljS +wUt +cqz +msJ +fLU +iEK +iBs +nRw +qav +aen +efU +teK +teK +qAQ +qaf +gzu +wpS +keQ +slC +deu +rYG +oex +gly +qvW +nKk +cLh +acm +aaa +aaa +acm +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (135,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -jbm -oEm -jbm -jbm -oEm -jbm -twN -nFW -rGL -puC -kZf -jey -nFW -jQh -wXt -ndZ -vRx -wXt -kIR -wZl -ngv -miF -rqw -rqw -rqw -rqw -rqw -qUt -qUt -qUt -qUt -uiW -qUt -wDC -qQR -roE -vuo -sqA -sJi -wty -two -xvh -uiY -uDF -uSO -lTb -qZR -aPU -ldq -qnx -ssz -oCg -rwW -sMU -wYd -nFa -uBy -rvO -nkN -rvO -qdr -nFa -vtB -rvO -rwW -fCy -ssz -fmH -ldq -kcm -niq -mCi -kIy -gGQ -kFY -hrC -gHl -elT -frP -wEf -uub -uub -uub -tbK -oDB -sSQ -tAq -sSQ -tuT -tuT -tuT -tuT -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +frM +wQr +frM +frM +wQr +frM +eEW +sba +jHO +prC +rKg +uuM +sba +twZ +bTZ +yfh +xHS +bTZ +skZ +yeI +cBe +dim +iFx +iFx +iFx +iFx +iFx +tql +tql +tql +tql +ncy +tql +xBS +lxs +puN +xKl +sFc +icN +jZs +uoL +qWP +aGf +iTb +uqU +dCx +gRa +ame +iBs +cvh +fLU +eEw +cqz +hXS +wUt +uZp +wVJ +qUc +hdr +qUc +wGb +uZp +azG +qUc +cqz +qLx +fLU +xIu +iBs +xmX +orx +txL +fKj +nru +teK +gza +cyj +ilR +meX +jvb +lLr +lLr +lLr +cXI +aOh +cLh +yhJ +cLh +rCi +rCi +rCi +rCi +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (136,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -aJq -tYT -aJq -aJq -aJq -aJq -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -jbm -twN -ydt -twN -twN -twN -twN -cgD -twN -jsn -oTL -jez -nFW -jQi -wXt -net -kDq -kDq -ldB -lyy -lPd -qkF -mAM -nkY -nCy -wZl -omo -rOz -mfo -yaL -rAN -kzX -rdW -sGT -kVl -rqc -vuo -sqS -fne -unf -wtX -xbC -nkH -uEG -nla -egy -vTx -hjS -ldq -qRO -ssz -ssz -xpY -tLc -qBg -yeP -xaW -nHv -waG -ebv -mwu -yeP -tBG -ivY -vuK -ssz -ssz -uIo -ldq -nhQ -auK -hJc -kof -wzL -kFY -aQm -qEz -aQm -xaP -aZG -wQG -uro -itP -tbK -kBA -sSQ -sSQ -sSQ -rzJ -teG -xBx -tuT -tuT -vtC -vtC -tuT -tuT -vtC -vtC -tuT -tuT -tuT -vtC -vtC -vtC -tuT -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +hKi +aeU +hKi +hKi +hKi +hKi +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +frM +eEW +rpI +eEW +eEW +eEW +eEW +kGW +eEW +ffc +ixm +mbR +sba +dJP +bTZ +kgC +emm +emm +mqT +qsp +tLZ +sPL +aGh +pHY +ods +yeI +qlv +vHT +hmi +uJV +fmD +cyS +iFj +xwF +bMd +hhv +xKl +wns +jLz +fkg +oeW +oqA +etL +jwa +plX +cuC +eBr +rdH +iBs +tGK +fLU +fLU +rUE +unF +mUx +vqM +mRB +dOh +jyY +ekc +uBh +vqM +haV +lRC +nSg +fLU +fLU +dmj +iBs +wQU +nUh +slw +wNh +tZW +teK +rSH +mBE +rSH +yal +aqJ +mNQ +cvo +ipP +cXI +nZc +cLh +cLh +cLh +eqQ +uXs +bkv +rCi +rCi +lAB +lAB +rCi +rCi +lAB +lAB +rCi +rCi +rCi +lAB +lAB +lAB +rCi +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (137,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -aJq -tYT -aJq -aJq -tYT -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -hwJ -blb -blb -blb -blb -blb -blb -blb -blb -hwJ -aJq -jbm -jbm -ydt -jbm -jbm -ydt -jbm -skH -lqs -imd -rIO -pLK -jeX -nFW -thf -tDq -rnn -udZ -quf -uct -lzR -wYC -dSl -wXt -qkF -wXt -xVz -toA -rvy -fQi -yaL -pBn -cuS -oTZ -nEt -qRI -rqd -vuo -wtX -wtX -wtX -wtX -rBI -nkH -xMr -iht -iht -iht -iht -ssz -qRO -pJr -ssz -uya -yeP -uya -yeP -uya -yeP -uya -yeP -uya -yeP -uya -yeP -uya -ssz -pJr -xYE -ldq -wNE -ldq -lIi -mPw -wTw -kFY -nUQ -ohM -nUQ -xaP -oQe -bho -blh -qvL -tbK -oDB -ufn -iAJ -cqa -ufn -ufn -ycm -jcu -jiY -ufn -yhF -ull -cqa -ufn -ufn -jcu -iAJ -kqN -ufn -qRh -jFh -cjm -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +hKi +aeU +hKi +hKi +aeU +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +agt +acm +acm +acm +acm +acm +acm +acm +acm +agt +hKi +frM +frM +rpI +frM +frM +rpI +frM +weH +kzL +dtn +wEr +sJT +jtC +sba +rLd +rpC +jFG +moI +iWs +uIM +hIC +weJ +mtO +bTZ +sPL +bTZ +ipM +mAk +ptb +ybQ +uJV +gAY +qhv +apK +xAb +cAW +qdj +xKl +oeW +oeW +oeW +oeW +pyW +etL +vyO +fSo +fSo +fSo +fSo +fLU +tGK +rLL +fLU +rVg +vqM +rVg +vqM +rVg +vqM +rVg +vqM +rVg +vqM +rVg +vqM +rVg +fLU +rLL +iEK +iBs +fCr +iBs +qHM +bNY +usn +teK +wLL +pAM +wLL +yal +icE +gXf +ygb +pHs +cXI +aOh +slC +dvR +wpE +slC +slC +dRu +vyQ +mwf +slC +sDu +kXD +wpE +slC +slC +vyQ +dvR +uPn +slC +bfB +ahy +sLd +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (138,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -tYT -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -jbm -twN -ydt -jbm -jbm -kKN -jbm -jbm -jbm -jbm -sJR -jzl -nFW -nFW -nFW -mGT -nFW -nFW -kKB -ldU -oIk -rpv -pxR -wYo -nlQ -qJj -wZl -rsy -rOD -uhS -yaL -pBJ -pyp -qeO -qvD -qTx -neq -yaL -sqY -aCG -taZ -shD -xaH -nkH -xMr -tBv -vyt -uMN -vyt -ssz -qRO -pJr -ldq -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -ldq -xQI -kUF -kdn -uQo -ldq -ldq -ldq -ldq -ssz -wja -wja -wja -wja -uLj -hKw -ydf -tfh -tbK -lRj -vbR -dwX -vbR -vbR -vbR -vbR -vbR -vbR -vbR -ykn -vbR -vbR -vbR -hzI -vbR -vbR -vbR -fnz -fnz -ufn -yhH -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +aeU +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +frM +eEW +rpI +frM +frM +jYi +frM +frM +frM +frM +lqa +kuW +sba +sba +sba +kNu +sba +sba +sbD +lGG +mId +taB +wyR +pWn +vJw +fUW +yeI +afd +sRM +dUD +uJV +gvN +dgY +tqR +qIx +wwe +pXb +uJV +wyg +cii +xru +cdw +aJC +etL +vyO +lSy +oXl +aZO +oXl +fLU +tGK +rLL +iBs +aaa +aaa +acm +aaa +aaa +acm +aaa +aaa +acm +aaa +aaa +acm +aaa +iBs +svQ +rXR +abA +iCw +iBs +iBs +iBs +iBs +fLU +qbU +qbU +qbU +qbU +ugz +vCL +oAw +nNr +cXI +vcq +hMw +lnp +hMw +hMw +hMw +hMw +hMw +hMw +hMw +lwz +hMw +hMw +hMw +sJp +hMw +hMw +hMw +cCk +cCk +slC +fLV +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (139,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -aJq -aJq -tYT -aJq -tYT -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -jbm -oEm -jbm -jbm -jbm -ydt -jbm -jbm -jbm -jbm -iHs -iQK -tDB -odK -tDB -tDB -unK -nFW -mDy -oow -lAb -soN -wwb -wYq -nmy -qJB -wZl -qWT -rON -sgY -yaL -mzc -mzc -tNS -yaL -qTP -yaL -yaL -srA -lrH -uMD -shD -xvh -ugh -xMr -uUe -vyF -vTJ -wrQ -ssz -qRO -xzU -xzU -xzU -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -ldq -bRN -ldq -ldq -roz -roz -qRO -vuA -roz -ldq -wDG -dYu -oZk -pJz -jIc -bAT -mvC -fwZ -tbK -oDB -ufn -ufn -gZM -ich -meN -tZJ -vtC -ijI -vtC -tuT -vtC -vtC -vtC -tuT -vtC -ijI -vtC -bvh -meN -rDj -tuT -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +hKi +hKi +aeU +hKi +aeU +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +frM +wQr +frM +frM +frM +rpI +frM +frM +frM +frM +mHh +dEZ +xxg +red +xxg +xxg +pMt +sba +cao +ezv +fHh +uHr +tjN +rfZ +leI +uCI +yeI +azQ +xdb +kSE +uJV +jIo +jIo +cxB +uJV +jjH +uJV +uJV +iCL +hzK +lBK +cdw +qWP +rNp +vyO +sJq +boU +mdT +kWq +fLU +tGK +gWX +gWX +gWX +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +iBs +pxF +iBs +iBs +gwf +gwf +tGK +xFY +gwf +iBs +jSZ +uOp +jyR +bZM +chf +evK +xmg +dvo +cXI +aOh +slC +slC +gdQ +ssl +kIh +oeI +lAB +nnf +lAB +rCi +lAB +lAB +lAB +rCi +lAB +nnf +lAB +sLk +kIh +eMD +rCi +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (140,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -jbm -jbm -twN -jbm -jbm -jbm -twN -twh -ycz -jbm -jbm -jbm -iRv -bjX -nFW -nFW -nFW -nFW -nFW -xqL -jjZ -lCD -pjM -pjM -mAO -mAO -pjM -nUi -rts -oJi -sgE -pjT -pCv -tOk -tOk -unc -qUa -jgR -vug -srN -sWQ -sWQ -iOq -nhZ -ufF -xMr -vzX -vyR -vyR -vyR -wIm -roz -xzZ -xQI -xzZ -slG -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -ldq -uME -gUy -bRN -xQI -xQI -xGw -ldq -ydK -fpq -lwH -nBq -pTB -hTV -uLj -clZ -reH -kOs -tbK -wBh -lcC -qKv -tuT -vtC -vtC -vtC -vtC -kxL -vtC -blb -dDB -dDB -dDB -blb -vtC -kxL -vtC -vtC -vtC -vtC -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +frM +frM +eEW +frM +frM +frM +eEW +tLT +oLD +frM +frM +frM +axv +oMV +sba +sba +sba +sba +sba +nRk +pxr +sZi +oWH +oWH +wOa +wOa +oWH +xNm +dOU +ylr +oUu +kve +czi +nTc +nTc +hGc +fWr +bGq +jmY +ivj +fUl +fUl +drL +mTN +jOD +vyO +kYV +hut +hut +hut +dqK +gwf +aCX +svQ +aCX +fPW +acm +aaa +aaa +acm +aaa +aaa +acm +aaa +aaa +acm +aaa +iBs +waO +eiL +pxF +svQ +svQ +eze +iBs +hqO +ubY +iKS +ljB +hqJ +fjy +ugz +xkO +aAF +rDL +cXI +tov +lgP +bHf +rCi +lAB +lAB +lAB +lAB +vSZ +lAB +acm +aaa +aaa +aaa +acm +lAB +vSZ +lAB +lAB +lAB +lAB +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (141,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -jbm -twN -twN -jbm -jbm -jbm -puC -ydt -vra -jbm -nFW -nFW -iSB -nFW -nFW -mjk -unO -kla -nFW -hWa -let -oJZ -wlm -pys -wYC -qll -qJS -wZl -ooU -tts -kTL -sQd -sSY -gle -qfo -qvM -uFJ -rrF -toA -ssj -waT -uLh -twE -tOs -pFI -uEQ -uwF -vze -vUe -kmC -wJo -qnx -xzU -xzU -xzU -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -ldq -esx -vXn -bRN -lTg -xQI -hDz -ldq -qVn -ldq -uLj -uLj -jfZ -auG -uLj -dNU -off -okl -ogW -nzr -tuT -tuT -tuT -dDB -dDB -blb -vtC -cWZ -vtC -blb -dDB -dDB -dDB -blb -vtC -cWZ -vtC -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +frM +eEW +eEW +frM +frM +frM +prC +rpI +sQu +frM +sba +sba +eex +sba +sba +les +oDu +rsU +sba +dTS +fke +cXS +aPd +cqf +weJ +xuc +unN +yeI +sdM +qDF +qEZ +pnN +ugT +dQa +tRT +fvq +qnR +nEj +mAk +qNU +tFs +tro +iwI +iiA +quF +qKb +kZN +eVZ +voB +vzw +isb +cvh +gWX +gWX +gWX +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +iBs +tSF +aXa +pxF +pNa +svQ +sIG +iBs +dXl +iBs +ugz +ugz +fyF +cKK +ugz +aKB +bfE +xLQ +qKt +aQm +rCi +rCi +rCi +aaa +aaa +acm +lAB +azk +lAB +acm +aaa +aaa +aaa +acm +lAB +azk +lAB +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (142,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -aJq -aJq -tYT -aJq -aJq -tYT -aJq -aJq -aJq -tYT -tYT -tYT -aJq -aJq -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -jbm -jOc -twN -jbm -jbm -jbm -ydt -puC -hJr -jbm -nFW -ivO -pLK -nFW -sJR -sJR -nfc -nfc -nFW -wqj -wqj -wqj -wqj -wqj -pYK -wqj -wqj -wqj -rwR -rQA -sgY -sCi -sCi -sCi -sCi -vuu -vuu -vcW -sCi -vDX -tNn -vDX -wLW -xvh -xsT -xMr -tBv -vzh -vVu -wrW -ssz -roz -wBN -ldq -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -ldq -ldq -vgz -ldq -ldq -ldq -xGw -ldq -qqd -ldq -mNN -naN -vOr -bhI -uLj -oig -oig -tuT -aNX -idp -vtC -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +hKi +hKi +aeU +hKi +hKi +aeU +hKi +hKi +hKi +aeU +aeU +aeU +hKi +hKi +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +frM +cJg +eEW +frM +frM +frM +rpI +prC +rby +frM +sba +sQg +sJT +sba +lqa +lqa +dKX +dKX +sba +uNO +uNO +uNO +uNO +uNO +oMo +uNO +uNO +uNO +jYV +wJN +kSE +rhT +rhT +rhT +rhT +nYY +nYY +lhu +rhT +srS +doz +srS +fko +qWP +lIn +vyO +lSy +pEB +fKk +xon +fLU +gwf +gxw +iBs +aaa +aaa +acm +aaa +aaa +acm +aaa +aaa +acm +aaa +aaa +acm +aaa +iBs +iBs +bIt +iBs +iBs +iBs +eze +iBs +jqQ +iBs +ubj +tsP +pcF +vob +ugz +sxz +sxz +rCi +wKH +eHM +lAB +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (143,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -aJq -aJq -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -jbm -jbm -jbm -jbm -jbm -vMS -puC -jbm -jbm -nFW -yju -iRv -jfP -nfc -jQF -spH -klf -akt -wqj -leE -lCV -wmt -wqj -mBb -hUP -nDF -wqj -opF -rPl -oYL -sCc -pDe -pTn -sCi -qwG -uHe -rrH -vwc -vDX -xww -sso -vDX -rld -dNL -aBV -xqW -ssz -ssz -ssz -ssz -roz -xQI -ldq -yfQ -ldq -yfQ -ldq -yfQ -ldq -yfQ -ldq -yfQ -ldq -yfQ -ldq -yfQ -ldq -dAr -xQI -ugO -vid -ldq -xGw -ldq -spK -ldq -uLj -uLj -vOr -rqQ -uLj -blb -blb -oig -oqg -buL -vtC -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +hKi +hKi +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +frM +frM +frM +frM +frM +bDb +prC +frM +frM +sba +xfE +axv +uVM +dKX +jrN +bbo +rLr +scl +uNO +lgI +rHC +jxX +uNO +fuT +tZE +pwU +uNO +lkU +rWY +cZl +oDB +tkQ +wPb +rhT +bOl +aBU +fPA +lmP +srS +vfQ +erE +srS +xBb +uaq +uLH +vuQ +fLU +fLU +fLU +fLU +gwf +svQ +iBs +haR +iBs +haR +iBs +haR +iBs +haR +iBs +haR +iBs +haR +iBs +haR +iBs +dAh +svQ +gxS +uVa +iBs +eze +iBs +fRy +iBs +ugz +ugz +pcF +muZ +ugz +acm +acm +sxz +fQi +nLU +lAB +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (144,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -aJq -aJq -aJq -tYT -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -jbm -jbm -jbm -jbm -jbm -jbm -jbm -nFW -kGz -kZo -nFW -lLv -sJR -ovT -nfc -qxw -wqj -oqf -nXx -vNV -pzR -nXx -qmB -qKO -raz -oqT -rQA -shf -sCc -sTf -pTs -sCi -pgP -qUm -rrU -rSm -vDX -xww -ruD -vDX -wZO -uge -uFo -uUj -vzy -sPO -qnx -qRO -qRO -qnx -wFQ -qRO -roz -roz -roz -vuA -ldq -qRO -qRO -qnx -qnx -krz -roz -xGY -evq -qVn -qVn -qVn -qVn -stj -qqd -qqd -qqd -ldq -cgY -mAP -omp -vAc -uLj -foL -blb -oig -nJc -emw -vtC -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +frM +frM +frM +frM +frM +frM +frM +sba +sZs +kiS +sba +dEn +lqa +qid +dKX +uTd +uNO +eWY +tjl +vws +kUc +tjl +hgG +hwR +eLX +fkZ +wJN +leM +oDB +ucR +qtB +rhT +iSW +wtw +wZE +jvF +srS +vfQ +qNy +srS +cga +vsg +fMD +nWM +gWv +tIe +cvh +tGK +tGK +cvh +mAJ +tGK +gwf +gwf +gwf +xFY +iBs +tGK +tGK +cvh +cvh +nLN +gwf +wye +sFN +dXl +dXl +dXl +dXl +uHB +jqQ +jqQ +jqQ +iBs +wmR +qkE +nKb +mEb +ugz +bkH +acm +sxz +snY +mCU +lAB +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (145,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -jbm -jbm -jbm -jbm -jbm -jbm -sJR -njm -nFW -nFW -nFW -nFW -nFW -nFW -wqj -pqs -wqj -wno -wqj -nVY -wqj -qLc -wqj -osr -rQA -ibv -sCc -uuh -pTz -qfA -qxh -qUA -rsg -rSz -vDX -sEz -vDX -vDX -nay -upz -uFA -uWe -ssz -ssz -ssz -ssz -ssz -ssz -ssz -ssz -ssz -ssz -xQI -qRO -xGw -xGw -yiV -rUR -qTv -ssz -ssz -lOi -ssz -ssz -ssz -lmb -ssz -ssz -nIp -xGw -xQI -ldq -uLj -uLj -omp -xJv -uLj -blb -blb -tuT -tHL -xyR -tuT -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -esv -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +frM +frM +frM +frM +frM +frM +lqa +pid +sba +sba +sba +sba +sba +sba +uNO +oJu +uNO +bAY +uNO +kah +uNO +sYO +uNO +taE +wJN +xhr +oDB +epH +vCX +pwJ +mRr +nXL +wuB +lez +srS +fnE +srS +srS +qsG +mDY +fFm +psM +fLU +fLU +fLU +fLU +fLU +fLU +fLU +fLU +fLU +fLU +svQ +tGK +eze +eze +niI +qEU +iyW +fLU +fLU +tSA +fLU +fLU +fLU +iNg +fLU +fLU +hrS +eze +svQ +iBs +ugz +ugz +nKb +sdg +ugz +acm +acm +rCi +eyw +rwJ +rCi +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +fnw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (146,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -jbm -jbm -jbm -jbm -nFW -nFW -iSO -bHA -dxz -sJR -xwy -sJR -nFW -kKD -vtm -wqj -wob -wqj -xla -wqj -qLq -wqj -rwT -rRK -shD -sCi -sTk -pTH -sCi -qxj -vDX -vDX -vDX -vDX -xww -vDX -twR -xdc -xtL -xQW -uWG -yeh -blb -blb -blb -dDB -dDB -dDB -blb -blb -ssz -ssz -sPO -xQI -ssz -ssz -ssz -ssz -ssz -nhg -dWs -lXg -sqD -jWp -wJc -ibV -ssz -ssz -ssz -ssz -ssz -txV -aJX -omp -veG -uLj -foL -blb -oig -sSw -idp -vtC -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +frM +frM +frM +frM +sba +sba +wey +vbR +fld +lqa +wux +lqa +sba +hYm +fmO +uNO +dxe +uNO +kxk +uNO +did +uNO +keZ +fBU +cdw +rhT +jUn +sxH +rhT +vPa +srS +srS +srS +srS +vfQ +srS +urX +esQ +hNd +tdq +rug +nYP +acm +acm +acm +aaa +aaa +aaa +acm +acm +fLU +fLU +tIe +svQ +fLU +fLU +fLU +fLU +fLU +uHM +xCv +vZN +erS +ujQ +xut +hvS +fLU +fLU +fLU +fLU +fLU +rVT +vAM +nKb +xJe +ugz +bkH +acm +sxz +mDZ +eHM +lAB +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (147,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -tYT -aJq -aJq -aJq -tYT -tYT -tYT -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -jbm -jbm -jbm -jbm -nFW -iSW -njm -liR -jQL -uwH -nfy -nFW -kLu -oqo -wqj -wqj -wqj -wqj -wqj -wqj -wqj -oss -qrR -wkF -pkE -pDD -pTM -vDX -vDX -vDX -sEz -xww -xww -veq -vDX -twZ -xdc -ugj -xQW -uYo -urv -dDB -blb -tjj -tjj -tqD -tjj -tjj -blb -blb -ssz -qRO -xQI -ssz -heB -nZQ -srb -yeQ -wLa -plu -fsL -fsL -qKt -mJy -ahj -yeQ -pus -nZQ -srb -ssz -ldq -ldq -aid -dSz -uLj -blb -blb -oig -sSw -idp -vtC -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +aeU +hKi +hKi +hKi +aeU +aeU +aeU +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +frM +frM +frM +frM +sba +kjf +pid +koG +ssP +nzi +piz +sba +cwi +jMD +uNO +uNO +uNO +uNO +uNO +uNO +uNO +kHY +lNB +ydc +mPx +rwI +dAp +srS +srS +srS +fnE +vfQ +vfQ +uJv +srS +mEB +esQ +jWi +tdq +uSV +lnX +aaa +acm +arl +arl +hmJ +arl +arl +acm +acm +fLU +tGK +svQ +fLU +fjK +qRG +mjl +hUu +sat +kcj +vWX +vWX +xqa +fDx +fAq +hUu +pBD +qRG +mjl +fLU +iBs +iBs +rOd +xoo +ugz +acm +acm +sxz +mDZ +eHM +lAB +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (148,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -aJq -aJq -aJq -tYT -tYT -aJq -aJq -aJq -gcs -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -blb -hwJ -aJq -aJq -vcE -vcE -vcE -vcE -nFW -iUy -vtL -iKN -jRb -kaL -nfy -nFW -kLB -leH -wqj -dwW -nNf -wYM -jNH -xLj -ylX -oss -qrR -wkF -pkS -pDQ -pTN -qgx -xww -uHR -veq -wPd -wPd -wPd -wPd -txl -xdc -fTM -xQW -uto -yeh -blb -tjj -tjj -xog -xAk -xUr -tjj -tjj -blb -ssz -qRO -vxp -ssz -iWZ -rfJ -rcl -nhC -oUB -bLT -hAJ -gPY -vsW -aAL -opq -uXV -euO -rfJ -mOI -ssz -xQI -ldq -vOr -hwn -uLj -oig -oig -tuT -sir -idp -vtC -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +hKi +hKi +hKi +aeU +aeU +hKi +hKi +hKi +anH +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +acm +agt +hKi +hKi +omz +omz +omz +omz +sba +tzv +xal +hrQ +giI +wKm +piz +sba +iwq +mye +uNO +hRu +gWP +jaC +gFx +ktj +lSd +kHY +lNB +ydc +aBx +rjv +jqY +ezc +vfQ +nMu +uJv +jIE +jIE +jIE +jIE +rkX +esQ +ezU +tdq +wlT +nYP +acm +arl +arl +fMG +bOk +mKb +arl +arl +acm +fLU +tGK +bjM +fLU +pTz +leK +smY +kFv +qtC +myY +agW +ndt +xjk +jGZ +mRK +nqU +etS +leK +iEd +fLU +svQ +iBs +pcF +jAX +ugz +sxz +sxz +rCi +nkJ +eHM +lAB +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (149,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -vcE -jIb -nvS -pyt -vcE -vcE -njm -fjN -jRz -sSV -nfy -nFW -nFW -oqI -nFW -lSf -miH -mCs -qnj -sGF -xbO -wUZ -oJW -wkF -plJ -pEb -pTU -vDX -qxP -vDX -wPd -wPd -ssF -hvZ -pqm -xqW -tOZ -ugC -xPY -ykL -ykL -ykL -tjj -wKc -xol -xAM -xAM -ygG -tjj -blb -ssz -frg -ldq -ssz -dmT -wlk -dDO -yeQ -lEu -bLT -tEj -ctJ -rcl -aAL -mwF -yeQ -cNZ -wlk -hwz -ssz -ldq -ldq -clf -uLj -uLj -vyU -sVA -okl -sSw -xTI -tuT -tuT -tuT -dDB -dDB -blb -vtC -ijI -vtC -blb -dDB -dDB -dDB -blb -vtC -ijI -vtC -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +omz +xnn +vJW +jMH +omz +omz +pid +aKg +xjh +sqS +piz +sba +sba +cYx +sba +vWT +cLi +hQq +aqo +kFV +gbG +ibl +xda +ydc +cZm +dNr +iFX +srS +peB +srS +jIE +jIE +ggd +dhf +doL +vuQ +isN +cll +nwJ +mXF +mXF +mXF +arl +rYl +cqZ +fwj +fwj +het +arl +acm +fLU +rYJ +iBs +fLU +wId +tOw +jys +hUu +hsN +myY +vIe +vhx +smY +jGZ +pDw +hUu +tfM +tOw +mPT +fLU +iBs +iBs +thx +ugz +ugz +uvg +lpr +xLQ +mDZ +pRH +rCi +rCi +rCi +aaa +aaa +acm +lAB +nnf +lAB +acm +aaa +aaa +aaa +acm +lAB +nnf +lAB +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (150,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -tYT -tYT -aJq -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -vcE -pyt -kbY -pvA -iIe -vcE -njm -wBO -bHA -njm -njm -njm -bHA -vtL -nFW -uaP -nmV -mCJ -qnn -xLu -eeJ -otf -qrR -wkF -plZ -pGu -tpk -vDX -sEz -lVN -wPd -bjL -vMt -vCl -vMt -xqW -tPm -fTM -bAs -ykL -vAo -oUw -wtt -wKl -xoW -oPc -xUt -ygK -tjj -dDB -ssz -qRO -roz -ssz -aSy -aSy -aSy -aSy -dNi -iTB -vrd -wlk -rce -wtc -hzd -aSy -aSy -aSy -aSy -xnE -bOR -pGK -rRY -fbp -tuT -fcd -fjh -glR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +aeU +aeU +hKi +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +omz +jMH +uGL +xks +vYA +omz +pid +fGj vbR -qtg -rwo -gAp -tuT -vtC -vtC -vtC -vtC -kxL -vtC -blb -dDB -dDB -dDB -blb -vtC -kxL -vtC -vtC -vtC -vtC -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +pid +pid +pid +vbR +xal +sba +rAz +aeY +xyT +sod +iJz +sss +cGu +lNB +ydc +iqj +jLx +wmC +srS +fnE +qaC +jIE +uju +rcf +qMY +rcf +vuQ +jnT +ezU +cpM +mXF +qdX +kek +qjS +ogz +fAc +goP +gWy +vfu +arl +aaa +fLU +tGK +gwf +fLU +vJc +vJc +vJc +vJc +bZL +ufi +uLn +tOw +fbp +jCM +qNR +vJc +vJc +vJc +vJc +rTm +pkw +uCN +iXN +sdr +rCi +mvv +xQB +lWi +hMw +iWd +dvE +trk +rCi +lAB +lAB +lAB +lAB +vSZ +lAB +acm +aaa +aaa +aaa +acm +lAB +vSZ +lAB +lAB +lAB +lAB +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (151,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -tYT -tYT -tYT -tYT -aJq -aJq -aJq -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -weg -jJy -vev -nvS -iIq -vcE -unS -unS -unS -unS -unS -nFW -vcC -nFW -unS -unS -unS -unS -unS -unS -unS -otO -rmu -vDX -vDX -vDX -vDX -vDX -xww -qUF -wPd -rVj -vMt -sJw -lup -eBx -xRg -xuu -bSW -wQP -xPv -uSi -wtu -wKz -xrX -xBj -xUB -yha -tqD -dDB -ssz -xrP -roz -ssz -vLv -jLF -yeQ -fJl -gtl -iTB -aSy -kkd -aSy -wtc -lVC -fJK -yeQ -cdg -xEo -pQE -yim -fEd -gWN -vss -tuT -ufn -vly -fjh -sgX -qtg -fjh -ufn -sqh -bEN -eVu -jGA -vtC -cWZ -vtC -muj -vtC -vtC -vtC -tuT -vtC -cWZ -vtC -rzJ -vJN -wZI -tuT -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aeU +aeU +aeU +aeU +hKi +hKi +hKi +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +jja +mGt +jSm +vJW +hPM +omz +hgn +hgn +hgn +hgn +hgn +sba +tqd +sba +hgn +hgn +hgn +hgn +hgn +hgn +hgn +vhl +eNN +srS +srS +srS +srS +srS +vfQ +utE +jIE +htN +rcf +ubk +juv +iLE +cpQ +qOs +aUr +maV +tfa +qkN +iDf +bsS +uCy +pEC +wCB +kzA +hmJ +aaa +fLU +svR +gwf +fLU +osp +vQS +hUu +hJs +rTj +ufi +vJc +kQJ +vJc +jCM +gcV +acz +hUu +eNq +aPW +hlH +xxA +cEq +pDe +jjo +rCi +slC +iwn +xQB +iCv +iWd +xQB +slC +qFa +ceH +mnZ +fDD +lAB +azk +lAB +bME +lAB +lAB +lAB +rCi +lAB +azk +lAB +eqQ +tou +oCH +rCi +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (152,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -tYT -aJq -aJq -aJq -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -weg -nvS -kbY -imE -pyt -iUz -srW -jAF -jRN -kba -fxO -kEo -kMo -leN -lDl -bio -vDK -bio -nmL -nEo -nUG -otP -oKp -iOv -veq -xww -rAg -aop -xww -xww -wPd -xOM -vMt -tQQ -vMt -xqW -eDz -fTM -xRB -ykL -rOo -rix -wtt -wKP -xsa -ldF -xUt -yig -tjj -dDB -ssz -ldq -reg -ssz -sST -qIk -yeQ -jjH -oDc -uDg -xvF -xvF -xvF -pQY -qzw -kau -yeQ -fDY -xbe -pQE -sMu -lLQ -gWN -wrR -mPu -kOc -wrR -mrv -sgX -iTC -vbR -ruV -sgX -sgX -eKP -vbR -vbR -vbR -vbR -ykn -vbR -vbR -vbR -mUQ -vbR -vbR -vbR -vbR -vbR -ufn -yhH -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aeU +hKi +hKi +hKi +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +jja +vJW +uGL +lEM +jMH +vHc +hCW +iRN +fny +dLq +kSA +miX +pmg +eRq +sMp +aKM +tAu +aKM +fnQ +kDz +iuZ +uMy +uIW +auU +uJv +vfQ +wnk +xHX +vfQ +vfQ +jIE +jVV +rcf +eVM +rcf +vuQ +xzR +ezU +hhh +mXF +sym +bpA +qjS +dmQ +kIv +aTN +gWy +qlF +arl +aaa +fLU +iBs +bhZ +fLU +ycP +pZs +hUu +xeG +pvU +yhe +ier +ier +ier +taR +rVh +xct +hUu +vdH +otU +hlH +ldI +qek +pDe +hNk +auG +vSf +hNk +uFQ +iCv +kuE +hMw +jIC +iCv +iCv +dMo +hMw +hMw +hMw +hMw +lwz +hMw +hMw +hMw +tCz +hMw +hMw +hMw +hMw +hMw +slC +fLV +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (153,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -weg -jKf -nvS -jJy -nvS -vcE -ssb -fxO -mLF -kvf -vBe -vBe -vdm -elQ -oLt -nPc -utW -uiI -vBe -xMd -rdb -rsy -oKU -vDX -vDX -vDX -vDX -vDX -vDX -xww -wPd -wPd -mzo -sJF -pqm -xqW -tOZ -alb -qzn -ykL -ykL -ykL -tjj -wME -xAM -xAM -xAM -ygG -tjj -blb -ssz -jiB -qRO -ssz -xLk -qIk -vuB -wpd -ggv -uDg -xvF -xvF -xvF -pQY -qzw -ppM -yeQ -rJw -eAY -pQE -jSw -xXL -yel -wuN -tuT -wWb -rtf -wrR -rXQ -ixM -cwS -ufn -hMA -jIj -fjh -vUP -uKN -bsh -ufn -yhF -viT -hMA -ufn -ufn -uKN -qlr -iNA -ufn -yel -jFh -cjm -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +jja +jtc +vJW +mGt +vJW +omz +rmr +kSA +uXw +uUG +gtp +gtp +kJY +tmw +nNH +ske +uhN +nBG +gtp +cZu +xAN +afd +vLw +srS +srS +srS +srS +srS +srS +vfQ +jIE +jIE +xHy +dTn +doL +vuQ +isN +jXH +wMU +mXF +mXF +mXF +arl +qhK +fwj +fwj +fwj +het +arl +acm +fLU +nsa +tGK +fLU +pWM +pZs +iaW +bfH +nZU +yhe +ier +ier +ier +taR +rVh +ffA +hUu +pVC +bXW +hlH +heG +nmy +dwD +lZc +rCi +tzj +tki +hNk +xvI +smz +hLq +slC +gQO +dYZ +xQB +abZ +vNJ +tVV +slC +sDu +pcE +gQO +slC +slC +vNJ +ucg +uLu +slC +dwD +ahy +sLd +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (154,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -weg -weg -kbY -ktZ -vev -vcE -wJZ -lLP -wOp -wOp -wOp -wOp -wOp -xXT -oLM -xQJ -xQJ -xQJ -xQJ -xQJ -xQJ -otQ -oLh -oYV -xbg -pGy -toJ -tRV -vDX -sEz -ruD -wPd -vMC -vMC -vMC -tyq -tPP -xuO -xSF -uYE -yeh -blb -tjj -tjj -xsz -xAk -xUR -tjj -tjj -blb -ssz -xQI -qRO -ssz -vLv -nye -aSy -uLb -kKe -iTB -aSy -vWI -aSy -wtc -stU -bWs -yeQ -sFv -ahD -pQE -nIT -xXL -fjh -jFh -tuT -kTw -kOV -tob -kTw -kTw -hLU -kyI -svs -tGU -tGU -tuT -tuT -tuT -vtC -vtC -tuT -tuT -vtC -vtC -tuT -tuT -tuT -vtC -vtC -vtC -tuT -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +jja +jja +uGL +uQw +jSm +omz +kIL +lCj +fYn +fYn +fYn +fYn +fYn +lRk +gbz +lIy +lIy +lIy +lIy +lIy +lIy +qIq +qCy +bLW +xDc +pGu +oGf +oRA +srS +fnE +qNy +jIE +aND +aND +aND +eAp +vAV +wUA +guj +lgm +nYP +acm +arl +arl +gKq +bOk +vVy +arl +arl +acm +fLU +svQ +tGK +fLU +osp +mmj +vJc +pLK +trR +ufi +vJc +rwv +vJc +jCM +uUr +bTB +hUu +fAX +cgn +hlH +nsb +nmy +xQB +ahy +rCi +cIV +rvv +gMl +cIV +cIV +wNk +sgb +feB +sqh +sqh +rCi +rCi +rCi +lAB +lAB +rCi +rCi +lAB +lAB +rCi +rCi +rCi +lAB +lAB +lAB +rCi +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (155,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -weg -weg -weg -wOp -wOp -wOp -jgC -qzc -wOp -nZR -nZR -uMa -kNc -xXT -oLV -xQJ -ejn -wZP -xqs -xMO -xQJ -rxM -qrR -oZb -xbg -pGU -pTY -qhF -svh -xww -veq -vDX -vNC -wbq -vMC -ygu -tSu -uhj -xSZ -uZA -urv -dDB -blb -tjj -tjj -tqD -tjj -tjj -blb -blb -ssz -roz -qsU -ssz -aSy -aSy -aSy -aSy -kHc -iTB -aHh -nZQ -sgI -wtc -fqd -aSy -aSy -aSy -aSy -xnE -awT -wJF -hRd -ndI -tuT -jOF -wOC -rlH -nDZ -kTw -tqX -wkm -svs -vtC -vtC -tuT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +jja +jja +jja +fYn +fYn +fYn +onV +tdE +fYn +dXw +dXw +mbt +xKw +lRk +cDy +lIy +xuD +ddA +gWc +gsc +lIy +vak +lNB +tAn +xDc +uNg +eoQ +kWg +tcf +vfQ +uJv +srS +rhn +hYt +aND +psQ +grf +pbI +ctC +cjT +lnX +aaa +acm +arl +arl +hmJ +arl +arl +acm +acm +fLU +gwf +iZt +fLU +vJc +vJc +vJc +vJc +wes +ufi +xHJ +qRG +wio +jCM +nAg +vJc +vJc +vJc +vJc +rTm +fyu +cNS +dhP +oze +rCi +aGF +tjf +izs +qui +cIV +pNz +djS +feB +lAB +lAB +rCi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (156,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -wOp -suK -vvl -luh -jAV -wOp -kbE -vgf -lJE -nSu -xXT -cek -xQJ -miI -vJx -rdw -rZt -xQJ -ryt -qrR -pcc -pnq -pHI -tpE -tPH -wPd -wPd -fpB -wPd -gsv -bBu -tbB -ygu -xdc -ugj -xSZ -vaf -yeh -blb -blb -blb -dDB -dDB -dDB -blb -blb -ssz -ssz -roz -ssz -ssz -pus -cYG -srb -yeQ -pVU -mLm -tEj -rfJ -rcl -qCq -xkK -yeQ -heB -cYG -srb -xnE -tuT -tuT -tuT -tuT -tuT -kNZ -weT -rlH -qtw -kTw -kXl -kfy -svs -dDB -dDB -svs -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +fYn +iUG +rtC +rkt +cIT +fYn +igE +snm +rlI +sdj +lRk +odi +lIy +yig +gwA +xnk +eXv +lIy +mut +lNB +jzY +gUc +nMR +xTp +ebH +jIE +jIE +maQ +jIE +ekd +qIN +gXY +psQ +esQ +jWi +ctC +jOR +nYP +acm +acm +acm +aaa +aaa +aaa +acm +acm +fLU +fLU +gwf +fLU +fLU +pBD +iFl +mjl +hUu +ivq +wem +vIe +leK +smY +nKG +vqt +hUu +fjK +iFl +mjl +rTm +rCi +rCi +rCi +rCi +rCi +bWw +ciS +izs +oNi +cIV +qKc +dyI +feB +aaa +aaa +feB +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (157,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -tYT -tYT -tYT -dDB -tYT -tYT -tYT -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -wOp -kIL -lao -lui -ssY -ukT -kbW -nfS -uLf -nfS -xXT -vUS -xQJ -mbV -kSN -rdw -xMo -xQJ -kBc -xPx -pcT -oIR -pHM -tpK -tPY -vMC -qVM -ruO -rVX -stP -wbu -tbD -tyv -xdc -ugC -xSZ -vaj -ssz -ssz -ssz -ssz -ssz -ssz -ssz -ssz -ssz -ssz -xQI -eBn -roz -ssz -iWZ -tsL -okB -nhC -oUB -mBQ -oEB -sGh -uEC -aAL -wxZ -uXV -tEj -ctJ -mOI -rIY -hLS -ezg -bYf -dxO -wOC -wOC -nyQ -gqK -ktD -kTw -sok -rhH -grm -blb -blb -blb -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +aeU +aeU +aeU +aaa +aeU +aeU +aeU +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +fYn +gWD +eAO +kVO +sAC +ybE +aiT +mea +bXO +mea +lRk +rzF +lIy +pZw +qlx +xnk +eMA +lIy +lYk +qkl +xVd +oLM +oab +hWn +lQg +aND +hsu +vOr +cjj +vav +iGb +rOJ +cax +esQ +cll +ctC +hXB +fLU +fLU +fLU +fLU +fLU +fLU +fLU +fLU +fLU +fLU +svQ +aAn +gwf +fLU +pTz +cfM +sOa +kFv +qtC +hKI +rQt +cnJ +ezt +jGZ +lIc +nqU +vIe +vhx +iEd +auE +eLi +tuk +ccE +vpg +tjf +tjf +uLI +cOz +hlt +cIV +vBP +eGr +ydb +acm +acm +acm +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (158,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -dDB -dDB -dDB -tYT -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -wOp -wOp -laM -ssY -jBc -mkR -kct -uMa -iLr -uMa -xXT -oLV -xQJ -mbV -vJx -qqx -xMO -xQJ -ryP -rQA -shG -sCB -sUe -tpO -tQI -vMC -apF -vfk -rWr -tLn -wbu -tbD -tyA -tTx -uhI -xSZ -vbA -vAK -xGw -xGw -yiV -xGw -xGw -xGw -xGw -rgA -xGw -xGw -ssz -vFB -ssz -xeT -cCb -jlS -yeQ -buA -hMt -iiW -iiW -egr -ewz -nVx -yeQ -eDF -wlk -pAs -rIY -irs -oND -ioa -dMm -hgX -aHu -rXv -nCo -gqY -rIY -hJO -jWO -svs -dDB -dDB -svs -svs -svs -svs -svs -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aaa +aaa +aaa +aeU +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +fYn +fYn +kDB +sAC +pfW +guB +bkk +mbt +kWG +mbt +lRk +cDy +lIy +pZw +gwA +esw +gsc +lIy +foi +wJN +glg +wIT +moe +fWj +hjU +aND +iNe +rqC +cnI +aXU +iGb +rOJ +lNV +egR +oRn +ctC +uQf +scd +eze +eze +niI +eze +eze +eze +eze +ckm +eze +eze +fLU +cuy +fLU +rAm +udv +iYx +hUu +oqs +ebm +cif +cif +rhV +nzq +lsJ +hUu +ooi +tOw +wlo +auE +hqH +fwX +bWN +uAX +uQG +uID +hot +qjD +sHB +auE +sQV +bge +feB +aaa +aaa +feB +feB +feB +feB +feB +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (159,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -wOp -lbs -qHy -jBD -qHy -kcy -uMa -uMa -nZR -xXT -cek -xQJ -xQJ -yjK -xpE -xMT -xQJ -rzC -qrR -sid -xbg -sUE -tqh -qic -vMC -neu -vfk -itO -sul -inD -veK -yeh -tUc -hnV -uGA -yeh -ldq -ldq -ldq -ldq -ldq -ldq -ldq -ldq -ldq -ldq -ldq -ssz -dgo -scj -aSy -aSy -aSy -aSy -jKq -jIx -shv -shv -shv -lXV -pok -eWI -eWI -eWI -eWI -eWI -rIY -kOV -kOV -rIY -xjT -rIY -kOV -kOV -rIY -rIY -fjn -kjw -svs -grm -grm -svs -jiw -raM -bxa -fav -svs -svs -blb -blb -blb -xxo -blb -blb -xxo -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +fYn +nbN +aPP +qAk +aPP +twS +mbt +mbt +dXw +lRk +odi +lIy +lIy +qtw +vJL +cMJ +lIy +sOb +lNB +xEX +xDc +qEm +mEX +lKx +aND +kUu +rqC +tOI +ieW +lIP +vFY +nYP +xuU +kBN +kjG +nYP +iBs +iBs +iBs +iBs +iBs +iBs +iBs +iBs +iBs +iBs +iBs +fLU +mSi +evX +vJc +vJc +vJc +vJc +byq +xVp +oBB +oBB +oBB +gxH +tWZ +cfL +cfL +cfL +cfL +cfL +auE +rvv +rvv +auE +qGE +auE +rvv +rvv +auE +auE +cXW +jXh +feB +ydb +ydb +feB +pKn +uHO +jxs +jXT +feB +feB +acm +acm +acm +siz +acm +acm +siz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (160,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -wOp -iUF -jhm -jDr -jSX -kcT -klo -rZL -vgf -xXT -oLV -plk -xQJ -pYM -nnx -xQJ -xQJ -sgY -oNX -shD -xbg -sVX -tqr -tRV -vMC -tiQ -iIw -tff -tLn -sJN -veK -tzz -tUo -uiB -uGN -vdf -vAT -vWe -wtT -wNb -xsM -gye -rWm -rUI -xDg -wtT -pWl -mpc -phZ -wbp -wMH -hLc -hLc -aSy -roC -kTC -xQh -dUF -kKT -woI -hOl -eWI -eXK -mJr -mJr -eWI -fUU -iUK -iUK -iUK -sXZ -iUK -iUK -iUK -cbU -rIY -byx -wkm -obP -iSd -aSM -asb -msJ -msJ -msJ -msJ -nTt -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +fYn +vxQ +clb +nHm +gCs +vgG +wXo +tja +snm +lRk +cDy +mLD +lIy +wbq +ott +lIy +lIy +kSE +enb +cdw +xDc +cFw +kih +oRA +aND +oWC +txW +pvj +aXU +gXj +vFY +mAz +hZO +kmn +oZZ +bIS +kcU +mce +yhp +rGs +eTm +hLm +uaa +uvn +mjb +yhp +rhv +fni +kdg +mJC +wpw +hMG +hMG +vJc +vgT +pCz +edv +hvL +tAO +nce +ulW +cfL +dbF +qja +qja +cfL +tJp +vlQ +vlQ +vlQ +isC +vlQ +vlQ +vlQ +egw +auE +cZt +djS +opA +htr +uGC +ljZ +mOO +mOO +mOO +mOO +sOH +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (161,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -wOp -wOp -jhA -jFs -jTx -tNE -klC -bVk -nSy -xXT -lDx -xQJ -xQJ -pAn -nnN -xQJ -xTr -ouY -oPM -sDj -uqw -sWC -uqw -uqw -vMC -tWr -noe -hYK -pNO -dTg -vMC -wMP -uUf -biM -ylo -ylq -cRn -gsh -euR -xIk -xIk -xIk -xIk -xIk -euR -hok -pYP -aXI -qHY -wML -wMH -wMH -aSy -aSy -roC -pWZ -qZe -xvF -eqz -cLS -hOl -eWI -eWI -xzf -idF -eWI -gpf -ycE -ycE -ycE -ycE -ycE -ycE -ycE -cOW -aLr -tqX -wkm -svs -svs -svs -svs -grm -svs -bab -svs -grm -svs -svs -blb -blb -blb -fDS -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +fYn +fYn +fTA +qrM +veF +mgY +ueR +qJn +yiR +lRk +dhK +lIy +lIy +gwg +pfe +lIy +hDO +njG +aVE +fav +dWh +tCZ +dWh +dWh +aND +kiY +qpB +rjl +lKV +ndj +aND +mfo +uGo +aFB +jjr +wje +lhK +uHH +kdz +lyJ +lyJ +lyJ +lyJ +lyJ +kdz +hND +bPE +lua +rPC +aOd +wpw +wpw +vJc +vJc +vgT +tfL +vPy +ier +nlW +rPL +ulW +cfL +cfL +eMu +ebD +cfL +vvK +cIX +cIX +cIX +cIX +cIX +cIX +cIX +xkb +cIY +pNz +djS +feB +feB +feB +feB +ydb +feB +uJF +feB +ydb +feB +feB +acm +acm +acm +wZa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (162,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -wOp -wOp -wOp -wOp -klR -uMa -vhH -xXT -vUS -xRW -pBi -xqS -nou -xQJ -nWq -xlL -oPO -wBI -pnQ -pIp -wBI -bIp -vMC -veK -dDF -veK -vPa -wbO -vMC -pAo -lOO -xsJ -uGT -veg -vAX -vXy -wuo -hqc -afA -qEe -qEe -qEe -sRj -jkz -ifU -tFS -cAb -xjb -pAF -nyB -uOF -mQE -xiT -blk -rUE -rrb -rUE -ibI -xVX -bWa -eWI -sFW -usF -eWI -gpf -ycE -ycE -ycE -ycE -ycE -ycE -ycE -cOW -aLr -tqX -wkm -grm -blb -grm -wfk -wfk -wfk -goN -wfk -wfk -wfk -toH -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +fYn +fYn +fYn +fYn +dcX +mbt +pKX +lRk +rzF +flp +xCT +onN +xPY +lIy +iHH +rdx +xAm +hYf +nFk +ixp +hYf +siT +aND +vFY +vHd +vFY +qdD +ptB +aND +kCF +qAL +edr +bXt +cpx +gbc +ydL +cgw +kIy +vKx +sHo +sHo +sHo +lZd +orW +pPB +rLE +uiG +uxI +nBW +gRs +uxt +pcW +rVy +uld +ujh +iSy +ujh +qxj +tAy +cQC +cfL +mYe +dNj +cfL +vvK +cIX +cIX +cIX +cIX +cIX +cIX +cIX +xkb +cIY +pNz +djS +ydb +acm +ydb +pQg +pQg +pQg +wlc +pQg +pQg +pQg +cIH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (163,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -xXT -xXT -xXT -xXT -xXT -oLV -xRW -xqS -xqS -xqS -xQJ -nWQ -rRT -rRT -wBI -xTO -xPj -wBI -oHg -qzj -lrx -fHT -veK -dDF -vkn -vMC -xFA -wCu -xFA -wwZ -xFA -mdt -mdt -iAD -cAt -mdt -mdt -jEi -jHU -lUo -lUo -hHf -aXI -toE -kdO -eTh -kls -gMR -pAl -deh -cnI -uTR -rFF -sea -avc -dIP -ois -eWI -umz -bUE -eWI -gpf -ycE -ycE -ycE -ycE -ycE -ycE -ycE -cOW -rIY -qXh -wkm -grm -blb -grm -wfk -wfk -wfk -wfk -wfk -wfk -wfk -toH -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +lRk +lRk +lRk +lRk +lRk +cDy +flp +onN +onN +onN +lIy +wfX +uTW +uTW +hYf +qLh +dgy +hYf +uOP +tOb +nBb +ajV +vFY +vHd +cgf +aND +sxB +aCf +sxB +rRc +sxB +vEM +vEM +uft +dHI +vEM +vEM +tEr +jRk +sOI +sOI +jxn +lua +efc +vgf +svt +ozg +omn +xns +mPO +nFH +qTl +xdx +gnZ +bml +wjw +osv +cfL +mAF +tDp +cfL +vvK +cIX +cIX +cIX +cIX +cIX +cIX +cIX +xkb +auE +ifG +djS +ydb +acm +ydb +pQg +pQg +pQg +pQg +pQg +pQg +pQg +cIH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (164,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -xXT -wtx -xXT -kNu -lfa -cek -xQJ -mjf -mFh -noB -xQJ -nXe -ovg -rRU -wBI -sEr -dQQ -wBI -qxX -qzq -vir -vir -vir -vir -sKv -yfA -mfl -xds -yfA -uGU -vfT -uMU -wZn -ilD -wNg -bDp -mdt -fdM -tVt -reh -tgp -reh -reh -mvN -wML -oOw -mZX -qrb -aSy -svz -aSy -sAi -rJY -skh -aSy -tJw -aSy -eWI -brZ -vlV -eWI -gpf -ycE -ycE -ycE -uij -ycE -ycE -ycE -cOW -aLr -tqX -yen -svs -blb -svs -wfk -wfk -wfk -wfk -wfk -wfk -wfk -toH -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +lRk +aBP +lRk +beD +sVU +odi +lIy +iSA +hTi +sKw +lIy +aJw +uFj +iaC +hYf +lwG +lBC +hYf +xmd +eqg +bFo +bFo +bFo +bFo +iJH +dvI +oCv +sNF +dvI +rqj +tIa +lby +ivZ +jSk +qVa +dbN +vEM +sYE +eLj +bBF +fkf +bBF +bBF +haC +aOd +eoc +vGl +dNs +vJc +tlK +vJc +mSJ +tuW +fzm +vJc +jsB +vJc +cfL +cIp +gmG +cfL +vvK +cIX +cIX +cIX +lwv +cIX +cIX +cIX +xkb +cIY +pNz +eJT +feB +acm +feB +pQg +pQg +pQg +pQg +pQg +pQg +pQg +cIH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (165,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -hwJ -aJq -aJq -xXT -bsu -opA -obG -pPq -vVD -plB -caI -mFP -qrm -qNn -wBI -ovj -wBI -sDj -sES -wJL -wJL -vbK -uKH -qWF -wco -wco -pvF -wco -xdE -xdE -xdE -ilw -xUV -xWD -uMU -upG -xWs -tCG -xtk -uMU -lDI -yit -xKq -mMN -vlw -uHd -vnf -mcn -rOX -rOX -sYa -tXp -nYl -aSy -aSy -aSy -aSy -aSy -nIC -gkb -eWI -tJX -wme -eWI -gpf -ycE -ycE -ycE -ycE -ycE -ycE -ycE -cOW -rIY -dNa -kfy -grm -blb -grm -wfk -wfk -wfk -wfk -wfk -wfk -wfk -toH -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +agt +hKi +hKi +lRk +wlv +oNA +gQN +oUw +sDw +kcB +nil +mDn +uol +lCJ +hYf +qEX +hYf +fav +bLe +pYl +pYl +dcV +iWW +sfo +fBp +fBp +bkr +fBp +jtv +jtv +jtv +acX +qlM +mli +lby +okm +lus +hnH +uCZ +lby +obX +sua +vqD +idr +jEs +lYg +cDo +gAM +tXT +tXT +lIQ +xQs +kHu +vJc +vJc +vJc +vJc +vJc +wyW +rPI +cfL +rfc +cMi +cfL +vvK +cIX +cIX +cIX +cIX +cIX +cIX +cIX +xkb +auE +dsA +dyI +ydb +acm +ydb +pQg +pQg +pQg +pQg +pQg +pQg +pQg +cIH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (166,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -aJq -aJq -xXT -nkm -xXT -oLV -lfd -vwd -xQJ -mjF -mGp -vUz -qNn -nXE -owm -sXi -oUj -sXi -pKL -tqB -vbK -vRh -uMH -vbK -wOs -wOs -wOs -wOs -wOs -vbK -xuW -xam -vhJ -gan -wec -gGK -aPX -smk -xDW -wIY -wIY -nAF -srK -srK -mDZ -vnf -wML -rOX -fyU -sYa -ruJ -nSR -rgS -wkf -mWF -wSV -rgS -tFE -rNK -eWI -dov -oLg -eWI -gpf -ycE -ycE -ycE -ycE -ycE -ycE -ycE -cOW -aLr -hJO -kfy -grm -blb -grm -wfk -wfk -wfk -wfk -wfk -wfk -wfk -toH -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +hKi +hKi +lRk +bNW +lRk +cDy +mly +wMy +lIy +wfE +bBl +aeq +lCJ +hjl +ueP +vMB +nJG +vMB +uWu +rxq +dcV +hvC +oYQ +dcV +gkN +gkN +gkN +gkN +gkN +dcV +iGP +rIr +vMm +dGz +rbh +vQd +mQt +cLp +lUR +upd +upd +rGj +wga +wga +mRP +cDo +aOd +tXT +xUc +lIQ +fPV +pHO +kVT +gmi +nwA +cXO +kVT +dVT +fgt +cfL +kDY +xQd +cfL +vvK +cIX +cIX +cIX +cIX +cIX +cIX +cIX +xkb +cIY +sQV +dyI +ydb +acm +ydb +pQg +pQg +pQg +pQg +pQg +pQg +pQg +cIH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (167,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -xXT -xXT -xXT -pxw -xXT -xXT -xQJ -xQJ -xQJ -qNn -xRv -mJL -owD -xda -rKC -pnU -xlL -xlL -qiy -vRh -uMH -vbK -rtu -svo -oTT -wuI -wPz -vbK -xva -xUV -rpk -uMU -vYx -xWs -tCG -xwr -uMU -xVn -yiU -tNu -pEy -udw -uHd -lhm -wEC -vey -uEw -sYa -oag -lXd -oFQ -gJS -lIL -gJS -lYD -bbe -pyf -oWr -tJX -tJX -eWI -gpf -ycE -ycE -ycE -ycE -ycE -ycE -ycE -cOW -aLr -hJO -kfy -svs -svs -svs -svs -grm -svs -bab -svs -grm -svs -svs -blb -blb -blb -fDS -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +lRk +lRk +lRk +tBu +lRk +lRk +lIy +lIy +lIy +lCJ +tMX +crx +wQT +rCx +ewT +aRN +rdx +rdx +muo +hvC +oYQ +dcV +jpQ +csy +fcA +nUn +snr +dcV +koO +qlM +wnG +lby +bKY +lus +hnH +uKx +lby +pJN +drU +gWt +hhr +mez +lYg +aPu +eOK +ovc +htn +lIQ +lzW +qpe +iLm +upz +gvc +upz +kuC +wHm +ofH +jOu +rfc +rfc +cfL +vvK +cIX +cIX +cIX +cIX +cIX +cIX +cIX +xkb +cIY +sQV +dyI +feB +feB +feB +feB +ydb +feB +uJF +feB +ydb +feB +feB +acm +acm +acm +wZa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (168,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -xXT -oLV -xXT -oOb -xRq -pCa -xdu -mFt -nEC -nXS -kYY -oQj -pdz -pps -sXz -xkO -sQb -vRh -uMH -xfc -rYm -qRc -fPA -qRc -wPK -xfc -vRh -xUV -viC -uMU -eAn -bZN -rPm -wwz -uMU -rwB -iio -ifI -viX -uhe -sZK -vnf -cVQ -rOX -lqa -sYa -pQX -mWN -aSy -deQ -tst -deQ -aSy -ykk -lPc -eWI -wuf -tJX -eWI -lKh -xXP -xXP -xXP -xXP -xXP -xXP -xXP -oOl -rIY -dpG -wkm -obP -urB -qrh -asb -msJ -msJ -msJ -msJ -gfP -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +lRk +cDy +lRk +dUs +kBf +nOo +uhC +kWH +fxE +ont +ncn +sgH +ujW +kpQ +kPr +eaZ +bBU +hvC +oYQ +nEu +hMl +ozj +cxr +ozj +jgC +nEu +hvC +qlM +dtN +lby +kIV +xKF +rNY +dKd +lby +dar +mCl +xfB +eGm +agr +jBh +cDo +nlV +tXT +ezA +lIQ +ebk +wYh +vJc +kOg +vCB +kOg +vJc +wXe +ixV +cfL +sUQ +rfc +cfL +umM +rdy +rdy +rdy +rdy +rdy +rdy +rdy +qTF +auE +xgZ +djS +opA +mKy +vYi +ljZ +mOO +mOO +mOO +mOO +who +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (169,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -ukI -ocs -xTb -oOk -ltT -sGI -lYf -rsL -iJb -oUC -mLO -oQJ -pdU -qka -voh -eWD -jQo -vRh -pwA -rvX -rZH -svy -sSW -tbS -wQj -xeX -xvf -xUO -viD -uMU -pEM -boK -byD -ccy -uMU -xWk -wDA -sip -wDA -mNu -uHd -vnf -dav -rOX -rZj -sYa -aiV -mjP -yeQ -yeQ -ppW -yeQ -yeQ -mjP -tKk -eWI -dNy -jbb -eWI -eWI -eWI -eWI -eWI -eWI -eWI -eWI -eWI -eWI -vlV -tqX -wkm -svs -grm -grm -svs -qMP -eam -cYc -vQk -svs -svs -blb -blb -blb -xxo -blb -blb -xxo -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +hyS +kTG +bZR +mko +mSQ +gDs +oPA +lZi +bXg +gdO +qoQ +kdY +cal +jVJ +lZf +bTD +quD +hvC +xQG +kTs +cHM +rMm +rKw +vuO +uIY +oWs +sDS +uzc +xNi +lby +cYo +ewf +rni +iRE +lby +pRK +cfj +hGw +cfj +rmZ +lYg +cDo +uVB +tXT +tiH +lIQ +lIA +thS +hUu +hUu +nED +hUu +hUu +thS +aVp +cfL +nnH +jAd +cfL +cfL +cfL +cfL +cfL +cfL +cfL +cfL +cfL +cfL +gmG +pNz +djS +feB +ydb +ydb +feB +mHP +nDd +aut +hhY +feB +feB +acm +acm +acm +siz +acm +acm +siz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (170,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -vdg -wdB -wdB -wdB -wdB -wdB -wdB -wdB -wdB -wdB -lvk -wdB -sxv -dDB -blb -xXT -kNI -xXT -oOv -vwd -ikc -xau -rsL -qhh -ghC -wkJ -oRd -jfQ -xfu -xbT -wGW -vbK -upr -uMH -xfc -rDx -vPf -rXW -tdw -uaV -xfc -vRh -xUV -vbK -xia -xia -xia -xia -xia -xia -xXN -dMY -wDA -wDA -ohA -sZK -vnf -lsO -rOX -ugX -sYa -sYa -sYa -sYa -xlP -epN -xlP -eWI -eWI -eWI -eWI -vlV -tJX -vlV -uXU -vlV -kAR -twk -vkZ -lCN -wme -uFZ -nAe -vlV -bPb -qqp -svs -dDB -dDB -svs -svs -svs -svs -svs -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pfp +plD +plD +plD +plD +plD +plD +plD +plD +plD +wkx +plD +mOZ +aaa +acm +lRk +deB +lRk +gWZ +wMy +aUJ +jkO +lZi +xei +kyX +piR +iEU +pXE +bhV +jGk +hOR +dcV +vtA +oYQ +nEu +aFE +fNR +lmg +tBw +xgd +nEu +hvC +qlM +dcV +qmT +qmT +qmT +qmT +qmT +qmT +ydk +pSg +cfj +cfj +heB +jBh +cDo +bGP +tXT +dRl +lIQ +lIQ +lIQ +lIQ +qmW +pwY +qmW +cfL +cfL +cfL +cfL +gmG +rfc +gmG +fYH +gmG +xig +mZX +mvR +aYk +cMi +wHy +mfS +gmG +kNn +vVR +feB +aaa +aaa +feB +feB +feB +feB +feB +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (171,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -wCc -wCc -dDB -dDB -qyN -vPe -vPe -vPe -vPe -vPe -vPe -vPe -vPe -qUZ -qUZ -qUZ -vCm -blb -rsL -rsL -rsL -rsL -rsL -rsL -rsL -xau -rsL -xSe -miz -xlL -xlL -wJL -ppQ -tTp -cCc -vbK -xva -uMH -vbK -sbr -svD -sKz -uWv -uaV -vbK -uiS -uGW -sQb -mbZ -fIf -wvE -wHg -mbZ -xia -xYd -jbc -xiB -ivz -xYd -uHd -mDW -wML -rrt -uWl -iqv -xhN -pZs -sYa -rQw -bAo -tGp -eWI -asc -usJ -usJ -lCN -jsX -vlV -jlT -vlV -bch -fsW -quw -vlV -lRX -ovA -xBY -vlV -qXh -uhN -grm -blb -blb -blb -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +jvH +jvH +aaa +aaa +lss +qzg +qzg +qzg +qzg +qzg +qzg +qzg +qzg +uFL +uFL +uFL +wMo +acm +lZi +lZi +lZi +lZi +lZi +lZi +lZi +jkO +lZi +jKC +aLU +rdx +rdx +pYl +loD +jZt +ksE +dcV +koO +oYQ +dcV +fIs +ayn +kqc +huk +xgd +dcV +fSz +hPv +bBU +ndM +wnR +qKB +oWL +ndM +qmT +bGB +cEI +fnT +pcM +bGB +lYg +tKZ +aOd +mYb +jqq +lGq +qUV +jcP +lIQ +qnx +hDE +mBY +cfL +eKd +cge +cge +aYk +dip +gmG +gUV +gmG +cXf +sfZ +qww +gmG +wYm +uiF +rhQ +gmG +ifG +tfy +ydb +acm +acm +acm +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (172,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -qyN -vPe -xCH -opL -uPX -uPX -vPe -uPX -uPX -opL -sTq -qUZ -wgv -dDB -blb -uRF -kNJ -orC -oPQ -lSP -rsL -xau -rsL -xSt -xWq -oxK -rUg -wJL -prf -dSb -hiV -vbK -upy -qWJ -rwk -ctq -mzl -sKI -sWq -sJI -pMD -gto -fqG -sQb -kZh -wJY -boe -eTi -kZh -xia -uHd -uHd -uHd -uHd -uHd -uHd -meG -wML -rrt -saY -qbo -win -phe -sYa -xlP -jMC -xlP -eWI -eKf -usJ -skJ -vlV -jbb -tJX -gky -vlV -vlV -vlV -vlV -vlV -tJX -aLh -gky -pCU -hJO -kfy -svs -dDB -dDB -svs -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +lss +qzg +hZB +jsx +riu +riu +qzg +riu +riu +jsx +qPP +uFL +exd +aaa +acm +waT +gdy +jxk +loQ +rtm +lZi +jkO +lZi +jKT +aXl +bnR +jwd +pYl +tfg +izn +qrK +dcV +esu +dZQ +gIM +hTT +wQz +kbr +wuD +vka +oKF +tnL +uDD +bBU +snq +vAC +vBW +uvR +snq +qmT +lYg +lYg +lYg +lYg +lYg +lYg +sUS +aOd +mYb +dVt +jbL +eEC +dgL +lIQ +qmW +hiu +qmW +cfL +aFO +cge +lMj +gmG +jAd +rfc +ajd +gmG +gmG +gmG +gmG +gmG +rfc +kOV +ajd +lEc +sQV +dyI +feB +aaa +aaa +feB +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (173,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -vdg -wdB -sxv -qnt -dDB -qnt -lBy -vPe -sOk -qnt -blb -qnt -qnt -qnt -blb -qnt -lBy -qUZ -vCm -blb -uRF -uRF -uRF -osf -iWT -lRC -rsL -mIh -rsL -xTO -rdk -oyz -xPj -wJL -sHX -sXG -tqV -vbK -upP -rwg -vbK -sbv -svP -sLy -qRc -kuY -vbK -upr -uGX -vjZ -xqn -xqn -wvM -xqn -xwu -xEd -uSH -yjt -gpR -nYg -jxk -vKX -vnf -wML -rOX -bXG -jlN -gns -sYa -sYa -reo -iHH -xlP -eWI -eWI -nev -fxN -vlV -fSB -eWI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +pfp +plD +mOZ +eiT +aaa +eiT +oOs +qzg +xxw +eiT +acm +eiT +eiT +eiT +acm +eiT +oOs +uFL +wMo +acm +waT +waT +waT +qeH +xLA +pPz +lZi +rok +lZi +qLh +fNg +aQY +dgy +pYl vbm -gky -lrh -gky -vbm -tah -xEc -gky -niZ -vlV -sok -fZu -svs -grm -grm -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +kFX +kQi +dcV +oZH +bEF +dcV +uJh +gVD +ffV +ozj +iCd +dcV +vtA +lXE +vNW +xuO +xuO +asA +xuO +nLH +cnt +xRb +hED +jSA +ntU +tGP +nTq +cDo +aOd +tXT +nNq +oQj +dxF +lIQ +lIQ +uJm +kAs +qmW +cfL +cfL +jPh +dmm +gmG +jhs +cfL +ndR +ajd +kVi +ajd +ndR +cFo +dVe +ajd +xpU +gmG +vBP +jlV +feB +ydb +ydb +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (174,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -blb -lBy -qUZ -qUZ -qnt -blb -qnt -qUZ -vPe -qUZ -qnt -dDB -dDB -blb -dDB -dDB -qnt -qUZ -qUZ -qUZ -qUZ -kmd -nJd -kOG -osj -vWt -tFH -vkr -mIW -rsL -afv -rdM -rdM -ekL -wJL -prh -sYb -ttD -vbK -qzD -xfc -vbK -sbC -iyC -vQm -pjn -tzH -vbK -ukz -fqG -wfD -ocb -mau -oGA -bYk -ayu -xVv -oGA -ocb -mau -xTT -dNz -erE -vnf -uZG -rOX -pXQ -kwA -xaR -sYa -qiO -rfJ -gpy -xlP -mYT -eWI -eWI -eWI -eWI -eWI -eWI -eWI -eWI -eWI -eWI -tJX -eWI -vlV -vlV -vlV -vlV -vgy -wkm -svs -oOg -bly -svs -svs -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +acm +oOs +uFL +uFL +eiT +acm +eiT +uFL +qzg +uFL +eiT +aaa +aaa +acm +aaa +aaa +eiT +uFL +uFL +uFL +uFL +moT +pZn +xGE +rOt +qUt +qUe +xiY +rwX +lZi +nPi +xgf +xgf +hyb +pYl +bOq +kYi +pzi +dcV +kwG +nEu +dcV +dhE +ktr +xdn +pzQ +bgp +dcV +hGv +uDD +gxG +uSL +hEx +baf +tKV +jsA +bVu +baf +uSL +hEx +del +pAA +jRl +cDo +cFH +tXT +vwa +ijU +xeF +lIQ +xpB +leK +tRA +qmW +kyG +cfL +cfL +cfL +cfL +cfL +cfL +cfL +cfL +cfL +cfL +rfc +cfL +gmG +gmG +gmG +gmG +pKT +djS +feB +wpc +nct +feB +feB +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (175,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -qyN -qUZ -wgv -qnt -dDB -qnt -lBy -vPe -sOk -qnt -blb -qnt -qnt -qnt -blb -qnt -lBy -qUZ -vCm -blb -uRF -uRF -uRF -osq -vWM -lTF -rsL -mJq -rsL -rsL -rsL -rsL -rsL -rsL -rsL -xNw -xNw -xNw -uqH -uNd -wMO -wcp -wcp -wcp -wcp -wcp -xFA -ukG -xVG -sQb -rxT -vYF -wwk -sbX -rxT -rwS -xYH -gTc -rxT -kse -sst -eQn -vnf -wML -rrt -jif -ryy -boW -sYa -cXd -mct -aTf -rRR -wJH -eWI -blb -blb -blb -dDB -dDB -dDB -blb -blb -eWI -tJX -jbb -vlV -tFA -geS -ikP -xsW -cyB -qRo -wGq -hgu -jzp -yfZ -grm -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +lss +uFL +exd +eiT +aaa +eiT +oOs +qzg +xxw +eiT +acm +eiT +eiT +eiT +acm +eiT +oOs +uFL +wMo +acm +waT +waT +waT +lMp +cGX +tQE +lZi +mUr +lZi +lZi +lZi +lZi +lZi +lZi +lZi +jPy +jPy +jPy +brL +qex +nfX +frO +frO +frO +frO +frO +sxB +qvd +dha +bBU +vuA +bGz +gJu +qra +vuA +wAB +lXn +oRf +vuA +muQ +iAn +fdu +cDo +aOd +mYb +doq +vWy +jbU +lIQ +ehv +ctn +oko +ocb +tEu +cfL +acm +acm +acm +aaa +aaa +aaa +acm +acm +cfL +rfc +jAd +gmG +oaH +ovy +skF +jwT +vJq +cXc +vqW +lLR +anT +dAj +ydb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (176,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -dDB -dDB -vdg -wdB -qis -qUZ -twg -lvk -wdB -lvk -qis -vPe -twg -hrL -wdB -wdB -qUZ -sxv -dDB -blb -qyN -qUZ -wgv -dDB -blb -uRF -kPv -lhI -lDH -lUK -rsL -wBs -noN -vjb -vjb -oyG -ikc -vwd -rsL -vBG -pUi -qiM -urd -qWL -viA -vqU -mUO -sLZ -tuE -owv -rOW -vRh -fqG -sQb -mbZ -wHg -wwU -wHg -mbZ -tpl -xYK -wHg -mbZ -kse -mUz -xLZ -vnf -wML -rrt -yep -hIE -hJT -sYa -eWI -eWI -eWI -eWI -eWI -eWI -dDB -blb -eXo -wos -wos -wos -eXo -blb -eWI -pPZ -uzo -vlV -jYD -mkJ -lwY -nwj -wkm -mVD -jzp -hgu -aLA -cpE -grm -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +aaa +aaa +pfp +plD +coj +uFL +jaB +wkx +plD +wkx +coj +qzg +jaB +wAY +plD +plD +uFL +mOZ +aaa +acm +lss +uFL +exd +aaa +acm +waT +pSP +iFk +wFM +qgr +lZi +bRw +jrZ +qut +qut +vFh +aUJ +wMy +lZi +nqD +pCM +eUQ +epC +cyl +soO +lzc +kni +pjc +ncD +pSB +qBH +hvC +uDD +bBU +ndM +oWL +iEf +oWL +ndM +fzR +xnW +oWL +ndM +muQ +htu +xtD +cDo +aOd +mYb +lwZ +rRh +kts +lIQ +cfL +cfL +cfL +cfL +cfL +cfL +aaa +acm +hDB +sgU +sgU +sgU +hDB +acm +cfL +afa +oGg +gmG +xTw +qFn +igd +gvv +djS +iHF +anT +lLR +gDx +uJz +ydb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (177,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -blb -blb -lBy -hgY -qUZ -qUZ -qUZ -qUZ -qUZ -qUZ -qUZ -vPe -vPe -vPe -vPe -vPe -vPe -sOk -blb -blb -vav -qUZ -vCm -blb -woi -woi -woi -woi -woi -woi -rsL -xfa -xXT -qNF -rej -wBs -ikk -jSR -wxd -sen -xiJ -tWG -eXW -uNR -viA -sbN -svZ -sMw -teP -owv -rOW -xvv -uHf -vbK -xia -xia -xia -xia -cxO -bNX -cxO -xia -xia -xia -uXC -uXC -mvN -lHn -rOX -rOX -rOX -rOX -sYa -blb -eWI -tJX -tJX -tJX -eWI -dDB -eXo -eXo -pGJ -oyW -ief -eXo -blb -eWI -eWI -eWI -eWI -ani -xQj -svs -nPx -kfy -svs -psg -qIZ -rNU -svs -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +acm +acm +oOs +ndF +uFL +uFL +uFL +uFL +uFL +uFL +uFL +qzg +qzg +qzg +qzg +qzg +qzg +xxw +acm +acm +esy +uFL +wMo +acm +owW +owW +owW +owW +owW +owW +lZi +bhQ +lRk +xFA +jbh +bRw +lZF +lNU +ttT +cTe +oMU +lKu +nBB +oaO +soO +nYt +qLR +coT +icn +pSB +qBH +hRT +nst +dcV +qmT +qmT +qmT +qmT +gMY +wxW +gMY +qmT +qmT +qmT +rXK +rXK +haC +gtk +tXT +tXT +tXT +tXT +lIQ +acm +cfL +rfc +rfc +rfc +cfL +aaa +hDB +hDB +elG +iKk +ykk +hDB +acm +cfL +cfL +cfL +cfL +uyz +tRv +feB +aIy +dyI +feB +rFJ +rVI +pus +feB +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (178,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -dDB -dDB -rMm -uPX -uPX -sTq -qUZ -xCH -vqH -uPX -uPX -qUZ -uPX -uPX -vqH -sTq -vPe -wgv -blb -dDB -rMm -qUZ -pSs -dDB -blb -dDB -dDB -dDB -blb -ukI -uNa -xfa -rsL -rsL -rsL -rsL -rsL -rsL -rsL -xtI -xtI -tWK -urd -qXa -xok -xok -xok -sMD -tfj -sMD -wMO -ukQ -qTe -sxF -vBu -vYL -wwX -wNT -xnC -xnC -xnC -ekE -aGv -kSr -vId -icT -bxI -wwI -ghK -vXH -blb -blb -blb -blb -eWI -eWI -eWI -eWI -eWI -blb -wos -nFs -bgQ -xbw -uoE -eXo -blb -blb -blb -blb -sLU -fwk -qQg -svs -vrZ -xJi -svs -pSq -ycj -qZG -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +aaa +aaa +vbl +riu +riu +qPP +uFL +hZB +ccC +riu +riu +uFL +riu +riu +ccC +qPP +qzg +exd +acm +aaa +vbl +uFL +bus +aaa +acm +aaa +aaa +aaa +acm +hyS +aNO +bhQ +lZi +lZi +lZi +lZi +lZi +lZi +lZi +oJo +oJo +mrx +epC +xXa +nfc +nfc +nfc +hNh +vEp +hNh +nfX +uPt +kEd +wmT +jHr +lIx +aRl +guR +wfo +wfo +wfo +qpM +mEC +epj +cVG +ijS +tzf +jKw +oRd +lFF +acm +acm +acm +acm +cfL +cfL +cfL +cfL +cfL +acm +sgU +dxZ +axq +bav +adn +hDB +acm +acm +acm +acm +pKr +nMI +lCU +feB +nGw +ftJ +feB +rYT +tgE +xOU +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (179,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -qnt -qyN -qUZ -wgv -qnt -blb -qnt -qnt -qnt -blb -qnt -qyN -vPe -wgv -qnt -blb -qnt -qnt -qnt -blb -qnt -xzd -hrL -ljl -xXT -xXT -xXT -xWd -rsL -qOc -nXT -pms -oRg -blU -prW -pLc -tCD -nWO -urd -qXL -xok -uGK -xok -wcq -wvX -kea -xff -xvv -hoG -vkt -vCe -oJn -xer -sZx -lAf -hCn -iaO -uyL -hsC -jbd -jiT -cDy -efK -wML -wFj -sxm -eXo -eXo -eXo -blb -blb -dDB -dDB -dDB -blb -blb -wos -jMa -sbB -gZh -oJP -eXo -blb -eXo -eXo -eXo -eXo -kGi -pcf -svs -grm -grm -svs -fnw -exR -lur -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +eiT +lss +uFL +exd +eiT +acm +eiT +eiT +eiT +acm +eiT +lss +qzg +exd +eiT +acm +eiT +eiT +eiT +acm +eiT +kuw +wAY +bDg +lRk +lRk +lRk +bWt +lZi +eGI +eCR +ode +wvV +dkk +qrp +enT +tcX +gEi +epC +bCZ +nfc +kIm +nfc +gWH +mqj +vrY +cvS +hRT +jjU +tgJ +iKF +cjg +hYI +wsv +gOL +nJw +bIe +hxx +tIn +oMx +oKM +kVw +qwT +aOd +hnt +cSK +hDB +hDB +hDB +acm +acm +aaa +aaa +aaa +acm +acm +sgU +pKC +mIA +hTe +bRZ +hDB +acm +hDB +hDB +hDB +hDB +tqw +reD +feB +ydb +ydb +feB +roD +ryP +kpA +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (180,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -qnt -qUZ -qUZ -qUZ -qnt -dDB -dDB -blb -dDB -dDB -qnt -qUZ -vPe -qUZ -qnt -dDB -dDB -blb -dDB -dDB -qnt -qUZ -qUZ -vPe -rqR -woE -wyK -xfa -rsL -jFk -reX -tfe -oRs -pbD -prX -kaD -tCD -vtA -urk -rza -viK -dSq -xok -mzf -wwQ -oDS -wMO -gAA -jtI -tRw -xFA -rFH -xFA -fbO -xvm -ipx -enU -ykv -gTl -eQt -beM -lXE -vnf -wML -pwn -eXo -tUI -izJ -eXo -wos -wos -wos -eXo -wos -wos -wos -eXo -srH -vqX -gCo -kow -eXo -eXo -eXo -iNO -tUI -nVF -msJ -xQj -svs -dDB -dDB -svs -tzB -hgu -gRX -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +eiT +uFL +uFL +uFL +eiT +aaa +aaa +acm +aaa +aaa +eiT +uFL +qzg +uFL +eiT +aaa +aaa +acm +aaa +aaa +eiT +uFL +uFL +qzg +lAh +lLJ +qLo +bhQ +lZi +dCC +hVB +akt +xPf +gST +qMu +pMg +tcX +ofu +xWP +opN +onF +gGk +nfc +bLS +txu +olH +nfX +liS +tTK +qls +sxB +vHp +sxB +lrJ +cPX +jIl +xij +rsE +kib +wzI +jqj +ybD +cDo +aOd +wVN +hDB +hcD +uwS +hDB +sgU +sgU +sgU +hDB +sgU +sgU +sgU +hDB +eCc +fhM +kqf +qVf +hDB +hDB +hDB +jqy +hcD +ntr +mOO +tRv +feB +aaa +aaa +feB +emI +lLR +fxn +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (181,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -dDB -qnt -qyN -qUZ -wgv -qnt -blb -qnt -qnt -qnt -blb -qnt -qyN -vPe -wgv -qnt -blb -qnt -qnt -qnt -blb -qnt -lBy -qUZ -vCm -xXT -xXT -xXT -xfa -rsL -cgy -xmX -seM -rVy -seM -oGL -xmX -tCD -hAn -ntK -lSu -xok -tNz -xok -api -tfE -vFG -wMO -eqk -uTO -uTO -xok -dXb -xok -wOh -iIy -qbN -xZE -ykU -roZ -eQt -wYa -dBh -vnf -fdG -uXC -eXo -hQd -jHx -wos -sXw -vVX -sTK -tUD -vbQ -iVE -ksg -wos -eZT -iIN -eQX -glt -iOF -mwm -wos -jrU -qlz -nVF -msJ -ipB -svs -blb -blb -svs -gFX -hgu -wYL -svs -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +aaa +eiT +lss +uFL +exd +eiT +acm +eiT +eiT +eiT +acm +eiT +lss +qzg +exd +eiT +acm +eiT +eiT +eiT +acm +eiT +oOs +uFL +wMo +lRk +lRk +lRk +bhQ +lZi +qMr +byn +nhs +tep +nhs +rQK +byn +tcX +iNC +aev +tFB +nfc +nti +nfc +umS +feJ +bDD +nfX +tpa +rFO +rFO +nfc +baO +nfc +mws +kVV +jtZ +bFC +dQt +qXM +wzI +uak +qlI +cDo +vkz +rXK +hDB +ust +pOi +sgU +sDE +xnz +nAu +fuf +tzt +gMr +kdk +sgU +fID +rJg +dPS +dKM +iBE +uGN +sgU +oVu +qJz +ntr +mOO +ppm +feB +acm +acm +feB +lXR +lLR +dSQ +feB +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (182,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -qyN -qUZ -wgv -dDB -dDB -vdg -gzY -wdB -wdB -hrL -qis -vPe -twg -lvk -wdB -wdB -qUZ -wdB -wdB -lvk -qis -qUZ -wgv -dDB -dDB -xXT -xfa -rsL -rsL -rsL -rsL -skP -skP -psn -oyQ -oyQ -oyQ -xNV -tCD -xok -vhC -xok -xok -xok -xok -xok -xvx -xVY -cyx -xok -upe -xok -wPR -ntN -gfv -eQt -oPG -eQt -xok -xok -xok -qID -iHM -cph -lDc -oAc -joj -jXr -mny -oWC -mny -iFM -oWC -oWC -oWC -hrz -tsA -vyi -qDi -aEJ -bZt -mHZ -srE -tFn -tGI -lDc -hgu -pGp -svs -dDB -dDB -svs -dlJ -eem -lwY -uhO -grm -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +lss +uFL +exd +aaa +aaa +pfp +iHu +plD +plD +wAY +coj +qzg +jaB +wkx +plD +plD +uFL +plD +plD +wkx +coj +uFL +exd +aaa +aaa +lRk +bhQ +lZi +lZi +lZi +lZi +egv +egv +faA +cBh +cBh +cBh +bGA +tcX +nfc +xJw +nfc +nfc +nfc +nfc +nfc +qmB +ual +ljq +nfc +xyL +nfc +qyf +kMH +gZz +wzI +txy +wzI +nfc +nfc +nfc +bWL +qgp +pSD +nDO +bzj +sUf +nHJ +mLG +xVU +mLG +jRJ +xVU +xVU +xVU +nyR +gPb +kxj +bqH +sOP +vGp +lEx +jLp +sYm +ttm +nDO +lLR +cmE +feB +aaa +aaa +feB +uJT +qMh +igd +iXo +ydb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (183,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -rMm -vqH -pSs -dDB -dDB -qyN -qUZ -qUZ -qUZ -qUZ -hJR -qUZ -qUZ -qUZ -qUZ -qUZ -qUZ -qUZ -qUZ -qUZ -qUZ -qUZ -wgv -dDB -dDB -xXT -mJO -xfa -xWd -nYr -rsL -nsd -pdY -psP -oyQ -pVa -qjh -qzL -qYq -xok -vhC -sHV -wcs -tfL -fds -xok -fni -xWw -tAt -ujT -pgw -xok -xok -xok -xok -oSG -eMG -xOw -xok -itF -xok -qFb -wML -urO -ccF -iJF -nRr -pJu -rqm -vwx -rYp -ivd -rYp -viV -rqm -pJu -nFp -hfI -woD -qCY -fhD -tAT -pJu -ldx -gMe -ccF -lwY -xQj -svs -svs -svs -svs -oXs -ljw -gyi -svq -grm -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +vbl +ccC +bus +aaa +aaa +lss +uFL +uFL +uFL +uFL +nQb +uFL +uFL +uFL +uFL +uFL +uFL +uFL +uFL +uFL +uFL +uFL +exd +aaa +aaa +lRk +rXo +bhQ +bWt +mPw +lZi +aLc +mNa +fTD +cBh +usw +sak +cLZ +ltT +nfc +xJw +rBI +acf +wUL +gdo +nfc +sNW +vPH +xez +qJx +lpJ +nfc +nfc +nfc +nfc +gav +vvk +olb +nfc +jcX +nfc +dGn +aOd +gLR +ePA +hlU +ijo +wCn +iZi +kLs +iIm +lHt +iIm +bNs +iZi +wCn +xhM +hHI +bij +jXB +sGI +vOY +wCn +xQN +fBk +ePA +igd +tRv +feB +feB +feB +feB +bDC +bTp +pZa +oKi +ydb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (184,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -wCc -wCc -wCc -wCc -wCc -wCc -dDB -dDB -rMm -uPX -uPX -uPX -uPX -uPX -uPX -uPX -uPX -uPX -uPX -uPX -uPX -uPX -uPX -uPX -uPX -pSs -dDB -dDB -xXT -xXT -oOv -nEY -yfJ -rsL -quq -xQX -ptj -pLg -jGW -vkU -ogT -ykE -xok -vzg -vPS -wdd -twi -iBZ -xok -ukV -uHo -vkJ -xok -sZH -xEq -xEq -lQk -xok -cnG -ykY -gMQ -xok -sjp -rNd -vnf -uzK -rOs -nVF -qsg -yez -wos -udv -tSq -mvo -tUD -bFw -ulK -cdn -wos -lZu -ujZ -moe -qJJ -wMi -qPY -wos -oGk -eFV -nVF -lwY -xQj -grm -blb -blb -grm -oqK -qmb -cfH -aqW -grm -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jvH +jvH +jvH +jvH +jvH +jvH +aaa +aaa +vbl +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +bus +aaa +aaa +lRk +lRk +gWZ +ggu +wDx +lZi +gid +uNd +gGo +ime +usI +hDA +vqQ +cUq +nfc +ppe +ioV +efI +sGr +ftD +nfc +cvx +iYD +tWz +nfc +wsF +iIM +iIM +nBV +nfc +kOL +sPy +tNM +nfc +srT +pJl +cDo +uAG +aUF +ntr +xiJ +duV +sgU +vRe +cbN +mub +fuf +foN +jXY +blz +sgU +vEY +sWG +cIm +lSh +bOY +lID +sgU +agd +rRK +ntr +igd +tRv +ydb +acm +acm +ydb +lwr +mKJ +diR +jKK +ydb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (185,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -xXT -ukI -xXT -ukI -rsL -utm -utm -utm -utm -jXR -dfv -urm -vbj -xok -dex -fWJ -qNO -xaN -vhC -xok -xok -xok -xok -xok -sZH -xaN -uGK -xEq -xok -xok -xok -xok -xok -qLB -xaN -vEQ -qQK -ikt -nVF -aAD -mkf -eXo -wos -wos -wos -eXo -wos -wos -wos -eXo -qiN -xFd -gCo -qiN -eXo -eXo -eXo -iwT -hPR -nVF -msJ -xQj -grm -blb -blb -grm -nYE -iia -msJ -tuP -grm -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lRk +hyS +lRk +hyS +lZi +dmr +dmr +dmr +dmr +qLU +rdF +noD +bMA +nfc +wjk +uFc +uej +uss +xJw +nfc +nfc +nfc +nfc +nfc +wsF +uss +kIm +iIM +nfc +nfc +nfc +nfc +nfc +wqw +uss +oLd +ubv +pNb +ntr +bLT +kQj +hDB +sgU +sgU +sgU +hDB +sgU +sgU +sgU +hDB +eBc +vWB +kqf +eBc +hDB +hDB +hDB +kuq +axc +ntr +mOO +tRv +ydb +acm +acm +ydb +nTi +rIs +mOO +seg +ydb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (186,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -xXT -blb -blb -blb -xXT -blb -blb -blb -utm -utm -utm -utm -utm -xok -xCV -swb -xCV -xaN -tAQ -tUH -wZA -wZA -tUH -vDC -vYP -xaN -wQx -xEq -tec -sjp -qLB -uqc -lQk -sjp -xaN -eSd -vXH -uXC -eXo -eXo -eXo -eXo -blb -blb -dDB -dDB -dDB -blb -blb -wos -tMs -sbB -rcp -bmr -eXo -blb -eXo -eXo -eXo -eXo -bEP -ajV -svs -svs -svs -svs -svs -gTW -gTW -svs -svs -svs -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lRk +acm +acm +acm +lRk +acm +acm +acm +dmr +dmr +dmr +dmr +dmr +nfc +sDB +iDl +sDB +uss +yko +qtF +jcw +jcw +qtF +prd +gcx +uss +saX +iIM +dIV +srT +wqw +uuS +nBV +srT +uss +gKW +lFF +rXK +hDB +hDB +hDB +hDB +acm +acm +aaa +aaa +aaa +acm +acm +sgU +tuz +mIA +trq +gRz +hDB +acm +hDB +hDB +hDB +hDB +oGe +etp +feB +feB +feB +feB +feB +gim +gim +feB +feB +feB +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (187,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -xaN -eSV -swC -viP -xaN -mSH -xaN -xaN -xaN -taL -xaN -xaN -xaN -xaN -xwH -xaN -xaN -uGK -uGK -vbp -fWJ -xaN -bCQ -llT -qEB -vXH -blb -blb -blb -blb -ifa -ifa -ifa -ifa -ifa -blb -wos -aoa -dzJ -xQN -anh -eXo -blb -blb -blb -blb -sLU -tYN -rMa -svs -dDB -dDB -svs -kTx -sPx -lwY -wGh -mCf -wfk -dKA -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uss +lCZ +bck +mPr +uss +mtP +uss +uss +uss +kCr +uss +uss +uss +uss +dql +uss +uss +kIm +kIm +ira +uFc +uss +opg +myN +oWN +lFF +acm +acm +acm +acm +pIe +pIe +pIe +pIe +pIe +acm +sgU +snj +vEs +vUg +pRS +hDB +acm +acm +acm +acm +pKr +mWC +udf +feB +aaa +aaa +feB +wOR +eFH +igd +gcJ +vYt +pQg +xFC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (188,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -xaN -wdp -sxu -wdp -xaN -xCV -xaN -tZi -xWL -vkV -nBG -mnI -xaN -eUN -xwS -xEe -xok -xok -xok -xok -bWt -xHl -bCQ -qgq -ruo -uXC -scj -ifa -ifa -ifa -ifa -dUP -vLi -goH -ifa -dDB -eXo -eXo -mFG -epa -whu -eXo -blb -kQt -kQt -kQt -kQt -xJm -gyE -svs -dDB -dDB -svs -mWT -gyi -lwY -rHP -mCf -wfk -dKA -jUo -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uss +sIR +gnG +sIR +uss +sDB +uss +uHA +ckF +mSc +uIw +uYy +uss +jvB +xyV +dBJ +nfc +nfc +nfc +nfc +wqW +thF +opg +mvc +wYa +rXK +evX +pIe +pIe +pIe +pIe +gJD +gpq +srK +pIe +aaa +hDB +hDB +aJN +ibV +pfA +hDB +acm +qZX +qZX +qZX +qZX +eyD +cZx +feB +aaa +aaa +feB +ahq +pZa +igd +lSW +vYt +pQg +xFC +gKz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (189,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -xaN -dDB -iiz -dDB -xaN -dDB -xaN -xwk -gnY -mOM -vFh -vYS -wxu -xok -xok -xok -xok -sBV -bYS -xok -jYu -xaN -ryn -jML -jML -awQ -dXe -jTu -gTK -aDk -gWU -pYs -dJf -bHV -ifa -dDB -blb -eXo -wos -wos -wos -eXo -blb -kQt -kVx -bEd -hyE -hZP -hVr -svs -blb -blb -svs -svs -svs -svs -svs -svs -svs -svs -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uss +aaa +bNl +aaa +uss +aaa +uss +pVT +kpY +mzj +jSW +hca +ldK +nfc +nfc +nfc +nfc +uFk +eic +nfc +mBb +uss +nOh +niM +niM +jPY +esY +wDL +fCT +nvp +eHL +vCz +qZO +keD +pIe +aaa +acm +hDB +sgU +sgU +sgU +hDB +acm +qZX +aYm +tnT +cuV +toM +rut +feB +acm +acm +feB +feB +feB +feB +feB +feB +feB +feB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (190,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -xaN -umO -gJQ -vlq -vFn -qNO -sbq -wRd -qsV -xEQ -elh -nVN -jxd -xok -geg -xok -bEB -mWc -omF -eGr -vXH -jnk -jOK -pOp -kXQ -gII -aaw -qKe -ifa -blb -blb -blb -dDB -dDB -dDB -blb -blb -kQt -lxo -hzK -pil -cxy -cyf -svs -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +uss +tEC +cDG +aSe +goX +uej +pTv +cha +eHX +cFP +rXQ +mNx +mGD +nfc +pHX +nfc +tCI +kEj +nZk +sAs +lFF +veT +mhJ +qRE +cFp +onQ +hoO +lXr +pIe +acm +acm +acm +aaa +aaa +aaa +acm +acm +qZX +mBt +syW +wCr +xaH +uGl +feB +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (191,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -xaN -atm -vvc -lOG -xaN -xCV -sbq -wRo -vTf -xFI -gfu -qJr -qJr -ewb -fky -lkV -tDM -okW -kQt -mcQ -hyE -xKl -vkW -oLG -kCI -jOK -aaw -hwk -kQt -kQt -kQt -kQt -kQt -kQt -kQt -kQt -kQt -kQt -dHL -leP -hyE -iVT -uYO -svs -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +uss +xqJ +xdQ +rPh +uss +sDB +pTv +gDR +pfw +jtM +iJl +oDg +oDg +xcz +hHR +ggS +dDm +cwf +qZX +gHZ +cuV +uPA +iVe +wMV +rYS +mhJ +hoO +fnI +qZX +qZX +qZX +qZX +qZX +qZX +qZX +qZX +qZX +qZX +icX +uDm +cuV +lcA +tmR +feB +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (192,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -xaN -xCV -xaN -xCV -xaN -blb -sbq -sbq -sbq -sbq -aFj -lkV -iJL -duS -vTv -dpz -boY -agI -kQt -xZX -hyE -gTS -nUo -oBJ -iqD -fVy -nQo -pcL -kQt -bRk -dkS -kVx -hyE -uHc -oIT -hyE -hHH -hyE -qww -hyE -hyE -xVj -oHy -grm -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +uss +sDB +uss +sDB +uss +acm +pTv +pTv +pTv +pTv +njh +ggS +xXO +kTB +nGh +bNq +cem +dNG +qZX +jhi +cuV +tBN +vHL +cmo +ssn +cxk +oEh +kjD +qZX +qGY +uVr +aYm +cuV +wep +phe +cuV +czp +cuV +iTr +cuV +cuV +fct +feE +ydb +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (193,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -cLg -dDB -syb -dDB -cLg -dDB -dDB -dDB -blb -dDB -dDB -blb -rLr -xtW -jiR -reN -hRA -reN -nKH -nKO -bLN -lnu -enG -xMK -kQt -mCW -hyE -hyE -hyE -iut -hyE -tbu -tbu -tbk -kQt -hyE -oix -hyE -hyE -oCM -pBx -hyE -leP -leP -xXi -hyE -kXS -jhY -maE -grm -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wqJ +aaa +pyQ +aaa +wqJ +aaa +aaa +aaa +acm +aaa +aaa +acm +bmB +bJQ +ret +eUM +kYr +eUM +aMD +tjL +mTb +gox +quR +tjQ +qZX +oWb +cuV +cuV +cuV +kwc +cuV +gVk +gVk +iLn +qZX +cuV +kiM +cuV +cuV +rMv +goO +cuV +uDm +uDm +bbN +cuV +vAj +aHb +ukq +ydb +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (194,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -dDB -dDB -blb -rLr -naz -rlM -oZz -xZJ -aVT -pCV -enG -pCV -pCV -pHS -xpR -kQt -emD -kat -dzE -oTj -kMz -hyE -hKs -pYx -tdS -uch -hyE -oix -hyE -nAo -oix -osY -hyE -hyE -lSb -mch -hyE -wmB -qGB -pXS -svs -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +aaa +aaa +acm +bmB +ekC +qrd +pDZ +qNl +wEb +rsg +quR +rsg +rsg +cAh +sXt +qZX +qQR +cVX +fBg +fjS +caF +cuV +qCF +ozp +xJh +gYc +cuV +kiM +cuV +sTA +kiM +gzr +cuV +cuV +nui +toL +cuV +lxI +jFx +nxz +feB +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (195,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -bjQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -bjQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -bjQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -bjQ -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -bjQ -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -rLr -xtW -xxa -nWh -xEn -nWh -xnR -oNJ -wLZ -dLu -cns -vwJ -kQt -kQt -kQt -fAP -vWU -kRE -hyE -nRE -snn -sQS -lxh -hyE -dkS -hyE -mJS -wuH -mME -khD -hyE -qgu -hyE -hyE -svs -bpo -sTi -svs -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dlX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dlX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dlX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dlX +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +dlX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +bmB +bJQ +hjk +oTD +nen +oTD +kVm +nkk +jmy +bzN +xdk +nnp +qZX +qZX +qZX +nMP +wSK +pVx +cuV +wKW +rAu +mLx +jVv +cuV +uVr +cuV +xgr +aiP +hMp +cXt +cuV +eAN +cuV +cuV +feB +jsF +pbV +feB +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (196,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -dDB -dDB -dDB -blb -yeZ -yeZ -yeZ -yeZ -iuN -yeZ -yeZ -qei -qei -qei -hlJ -jZL -hGb -iSh -kQt -xZX -eBe -bEd -hyE -iEA -svG -tns -hzy -hyE -oix -hyE -iZH -mME -lKG -scv -hyE -dHL -hyE -blb -grm -lZH -ppm -grm -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +aaa +aaa +aaa +acm +hgK +hgK +hgK +hgK +dPy +hgK +hgK +hXW +hXW +hXW +kBC +eVD +dty +uRe +qZX +jhi +tlR +tnT +cuV +gfl +oHf +jbc +lEF +cuV +kiM +cuV +cPR +hMp +eJl +aFA +cuV +icX +cuV +acm +ydb +dnc +lWq +ydb +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (197,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -yeZ -jLo -xxn -xFL -dMn -eHj -pcN -qei -qZU -jeG -pHQ -gwo -hQD -cqx -kQt -xZX -iix -gFu -hyE -sIm -umr -cAm -jYV -hyE -mME -hyE -rcz -bJw -eoC -cRS -hyE -mya -hyE -blb -grm -eUC -hoN -grm -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +hgK +nad +vzo +nxZ +kvT +vWk +ktD +hXW +fZL +vVb +bll +dGa +bvw +ppq +qZX +jhi +rhO +inz +cuV +xRr +mfK +tRk +rHR +cuV +hMp +cuV +sGM +itJ +siv +jPJ +cuV +vKq +cuV +acm +ydb +ouh +lLe +ydb +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (198,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -dDB -dDB -dDB -dDB -blb -rle -wRq -qMQ -eXf -lwn -aMy -nNZ -qei -rss -hcb -fBq -hmy -idt -tKG -kQt -nyd -hyE -hyE -hyE -hyE -hyE -hyE -hyE -hyE -leP -hyE -hyE -hdo -hyE -hyE -hyE -iXc -hyE -hyE -svs -svs -whA -svs -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +aaa +aaa +aaa +aaa +acm +vWi +kgn +nLW +cyA +khv +hjH +fSn +hXW +hMq +jIr +dGU +xPH +cpD +aFG +qZX +tUl +cuV +cuV +cuV +cuV +cuV +cuV +cuV +cuV +uDm +cuV +cuV +qDg +cuV +cuV +cuV +sWe +cuV +cuV +feB +feB +qkp +feB +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (199,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -atE -aNL -atE -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -dDB -blb -dDB -dDB -dDB -dDB -dDB -blb -yeZ -wRF -bEC -wVg -nzL -nzL -nzL -qei -vCQ -qSC -tue -uIe -bVD -dOP -kQt -uvu -kQb -mfp -uyA -idz -iGO -osY -dTI -sEp -fFV -iGO -lRa -uqL -bGL -pjb -jLP -dHL -bRk -hyE -blb -wJd -khG -huy -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rgm +xyI +rgm +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +aaa +acm +aaa +aaa +aaa +aaa +aaa +acm +hgK +soP +qBm +ryu +vlH +vlH +vlH +hXW +cIR +dMJ +bjr +mJE +eeG +uhw +qZX +ubS +siQ +buG +lSk +oBZ +dBf +gzr +tit +oaj +jry +dBf +lkY +rza +nIM +dZn +fYA +icX +qGY +cuV +acm +cYD +fdj +ouT +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (200,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ave -dDB -atE -atE -aDe -atE -atE -dDB -dDB -dDB -dDB -blb -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -blb -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -blb -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -blb -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -blb -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -blb -rle -wTJ -wrv -ejx -sTX -qiH -mmf -qei -nWv -wCH -pFd -qez -sGE -hon -kQt -lHc -pyh -wfS -pxZ -xTf -nZq -cEn -rWA -hzK -xap -ieY -ike -dof -ieY -rWA -rWO -wrD -bHs -hyE -blb -wJd -jSU -huy -dDB -dDB -blb -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jAp +aaa +rgm +rgm +sOx +rgm +rgm +aaa +aaa +aaa +aaa +acm +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +acm +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +acm +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +acm +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +acm +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +acm +vWi +egX +fLR +vfA +vlo +kMp +eOP +hXW +iZH +hpL +tJr +wjv +pRN +xYp +qZX +jie +tkf +vkZ +xOt +rEP +fOf +bRA +aQD +syW +fTe +gLt +nlp +cZG +gLt +aQD +obJ +rsx +kdW +cuV +acm +cYD +lVE +ouT +aaa +aaa +acm +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (201,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ave -arK -atE -awL -aFh -aLU -atE -arK -blb -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -nzL -yeZ -wUt -wrv -pRD -wrv -qFA -qts -qei -tHS -vNo -bQk -qez -uQb -ijB -kQt -hyE -hyE -xXy -hyE -hyE -pYu -hyE -ekO -oAA -fTt -hyE -hyE -vIt -hyE -hyE -hyE -nMA -hyE -hyE -wJd -wJd -kci -wJd -wJd -wJd -wJd -blb -blb -xIP -xIP -xIP -xIP -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jAp +wkV +rgm +sQY +pPF +bMP +rgm +wkV +acm +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +vlH +hgK +gmL +fLR +gRV +fLR +tZN +tCa +hXW +bzf +lhO +wXK +wjv +cGK +umt +qZX +cuV +cuV +jnZ +cuV +cuV +hrR +cuV +vFj +bdO +oba +cuV +cuV +aUj +cuV +cuV +cuV +oka +cuV +cuV +cYD +cYD +ngZ +cYD +cYD +cYD +cYD +acm +acm +sjv +sjv +sjv +sjv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (202,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -atE -atE -atG -axq -axq -aMa -aPx -atE -atE -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -nFI -yeZ -wXg -vHk -wKY -rFp -yly -inW -rGp -fbQ -qnJ -oiT -obs -aoT -mae -kQt -jeC -dLQ -pIm -vHx -hyE -lKG -hyE -hyE -hyE -hyE -hyE -edD -gmm -dAG -iuW -hyE -gSk -xjZ -xjZ -gTb -utD -ucY -qVK -iEG -pTV -xIP -xIP -xIP -xIP -hcs -mFx -xIP -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rgm +rgm +vmM +wTD +wTD +aJL +abP +rgm +rgm +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +mUa +hgK +bUv +unt +vdf +xTB +eYh +fzO +dHY +ptj +vtT +qGD +uRU +wly +wCd +qZX +bts +rzQ +aQS +xEd +cuV +eJl +cuV +cuV +cuV +cuV +cuV +vgq +mHY +fUY +uUv +cuV +rta +xOV +xOV +nSQ +jNm +bgR +qGZ +ccj +tkw +sjv +sjv +sjv +sjv +tff +oai +sjv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (203,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aNL -ate -atJ -axq -aFo -axq -aPz -aTx -bcr -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -nSE -vpq -cwb -sDA -sgw -yeZ -bNK -gPx -kQt -kQt -kQt -kQt -kQt -kQt -kQt -kQt -fSx -hyE -hyE -hyE -hyE -jNw -hyE -dDB -dDB -dDB -hyE -kAf -lHS -kzP -sCw -hyE -pNC -vWQ -fBX -fBX -vvz -jvP -vvz -fbM -mCF -xIP -rGO -mqO -rDA -gXS -njL -xIP -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xyI +yii +abx +wTD +xKY +wTD +ahX +gIL +fzB +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +lXU +aRQ +xTd +uxn +jBH +hgK +lvH +hbD +qZX +qZX +qZX +qZX +qZX +qZX +qZX +qZX +gFb +cuV +cuV +cuV +cuV +mqM +cuV +aaa +aaa +aaa +cuV +obw +cmA +iNS +gjS +cuV +awj +avw +fpr +fpr +lek +dzb +lek +bzQ +wAV +sjv +ykn +frc +jBm +bne +ngv +sjv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (204,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -atE -atE -aYp -axs -axq -axq -aPD -atE -atE -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -cPD -yeZ -yeZ -yeZ -yeZ -yeZ -ymd -deR -dxZ -dLQ -lRs -dLQ -dLQ -mda -hyE -nkl -xAv -hyE -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -hyE -pMs -afF -afF -pMs -hyE -wWz -nQz -sSS -fLC -hgP -uiz -bmA -xZs -qcf -wBi -nfm -kGB -bzZ -flo -maX -xIP -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rgm +rgm +aav +oQM +wTD +wTD +iYK +rgm +rgm +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +pEf +hgK +hgK +hgK +hgK +hgK +uIA +jCK +gHK +rzQ +dwF +rzQ +rzQ +nDm +cuV +cdE +swS +cuV +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +cuV +dXX +oTz +oTz +dXX +cuV +olR +aPC +gru +wDd +uPH +muJ +jMV +wTW +dPJ +sKM +qaU +kpR +aWX +tIG +gAT +sjv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (205,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -arK -atE -azh -aFt -aMc -atE -arK -blb -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -blb -blb -blb -dDB -xxo -dDB -blb -blb -nzL -yeZ -blb -blb -blb -yeZ -pUC -mSs -kQt -hyE -hyE -hyE -hyE -kit -dLQ -jwv -hyE -hyE -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -hyE -ecL -hyE -hyE -ecL -hyE -pNC -luo -jAq -ohz -qsj -vgN -lhP -ksa -mCF -xIP -sib -uVD -mHk -bGn -nCR -xIP -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wkV +rgm +kRr +kie +gFZ +rgm +wkV +acm +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +acm +acm +acm +aaa +siz +aaa +acm +acm +vlH +hgK +acm +acm +acm +hgK +knV +lLD +qZX +cuV +cuV +cuV +cuV +gIC +rzQ +fUu +cuV +cuV +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +cuV +vCP +cuV +cuV +vCP +cuV +awj +hxa +cye +sIj +oib +oTl +jla +xqg +wAV +sjv +dkY +wSP +kzq +mwa +kWX +sjv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (206,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ave -atE -atE -aFE -atE -atE -dDB -dDB -dDB -dDB -blb -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -blb -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -blb -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -blb -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -blb -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -blb -yeZ -rle -rle -yeZ -dDB -dDB -dDB -hyE -hyE -aKJ -hyE -hyE -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -seV -blb -blb -seV -wJd -lXJ -lnA -hAI -mCw -fnI -gwQ -lnA -lnA -eRp -xIP -xIP -xIP -xIP -dkT -ujO -xIP -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jAp +rgm +rgm +tvn +rgm +rgm +aaa +aaa +aaa +aaa +acm +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +acm +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +acm +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +acm +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +acm +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +acm +hgK +vWi +vWi +hgK +aaa +aaa +aaa +cuV +cuV +tPp +cuV +cuV +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +pTq +acm +acm +pTq +cYD +hXv +rgc +qoU +vnb +hAV +mTV +rgc +rgc +rYd +sjv +sjv +sjv +sjv +ieM +qFA +sjv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (207,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -atE -aNL -atE -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -blb -dDB -dDB -dDB -dDB -loo -jIm -loo -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -vVT -blb -blb -seV -wJd -wJd -wJd -wJd -wJd -wJd -wJd -wJd -wJd -wJd -wJd -blb -blb -xIP -xIP -xIP -xIP -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rgm +xyI +rgm +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +acm +aaa +aaa +aaa +aaa +bwd +sfg +bwd +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +xuT +acm +acm +pTq +cYD +cYD +cYD +cYD +cYD +cYD +cYD +cYD +cYD +cYD +cYD +acm +acm +sjv +sjv +sjv +sjv +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (208,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -dDB -dDB -xeo -xTo -cMv -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -vVT -blb -blb -vVT -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +acm +aaa +aaa +aaa +aaa +szk +fJW +hGD +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +xuT +acm +acm +xuT +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (209,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -blb -dDB -dDB -dDB -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -dDB -dDB -xeo -xTo -cMv -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -seV -blb -blb -seV -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +acm +aaa +aaa +aaa +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +acm +aaa +aaa +aaa +aaa +szk +fJW +hGD +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +pTq +acm +acm +pTq +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (210,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -blb -blb -blb -blb -blb -blb -blb -blb -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ylD -ylD -ylD -ylD -ylD -dDB -dDB -dDB -xeo -xTo -cMv -dDB -dDB -dDB -cSC -cSC -cSC -xlE -ylD -dDB -dDB -ylD -mTU -ylD -ylD -mTU -ylD -ylD -ylD -dDB -dDB -dDB -dDB -dDB -ylD -ylD -qIQ -qIQ -ylD -ylD -qIQ -qIQ -ylD -ylD -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +acm +acm +acm +acm +acm +acm +acm +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pHH +pHH +pHH +pHH +pHH +aaa +aaa +aaa +szk +fJW +hGD +aaa +aaa +aaa +owg +owg +owg +kST +pHH +aaa +aaa +pHH +rhj +pHH +pHH +rhj +pHH +pHH +pHH +aaa +aaa +aaa +aaa +aaa +pHH +pHH +oYD +oYD +pHH +pHH +oYD +oYD +pHH +pHH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (211,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -bkd -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -bkd -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -bkd -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -bkd -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -bkd -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ylD -hnf -pSc -qzT -ylD -dDB -dDB -dDB -loo -jIm -loo -dDB -dDB -dDB -cSC -aRT -cNR -jNn -ylD -ylD -loo -ylD -rRu -jxD -xlx -icW -ylD -kKa -ylD -dDB -dDB -dDB -dDB -dDB -ylD -xuh -atW -dDk -cqr -dDk -cqr -hFx -eto -ylD -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wPu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wPu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wPu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wPu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wPu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pHH +rRO +sBQ +sMU +pHH +aaa +aaa +aaa +bwd +sfg +bwd +aaa +aaa +aaa +owg +uxv +hLb +xvs +pHH +pHH +bwd +pHH +hSZ +nmG +rai +kmd +pHH +sIZ +pHH +aaa +aaa +aaa +aaa +aaa +pHH +rzC +cAC +vEr +nau +vEr +nau +xXr +phW +pHH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (212,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -ylD -ylD -nEh -ylD -ylD -ylD -ylD -ylD -ylD -mud -ylD -ylD -ylD -ylD -cSC -mBC -swh -xFT -ylD -wNK -pnt -ylD -ksN -jxD -dtq -xpb -ylD -lVz -ylD -dDB -dDB -dDB -dDB -dDB -ylD -urn -egN -aRw -klZ -aRw -egN -aYD -cbg -ylD -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pHH +pHH +eWx +pHH +pHH +pHH +pHH +pHH +pHH +hMy +pHH +pHH +pHH +pHH +owg +cHi +vuJ +jUQ +pHH +lRw +wBl +pHH +kKX +nmG +bMO +iEN +pHH +gtF +pHH +aaa +aaa +aaa +aaa +aaa +pHH +ixX +dCZ +nut +pTb +nut +dCZ +vPO +rNf +pHH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (213,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -ylD -sge -lVz -idq -oRB -oGQ -oGQ -cCl -cCl -oGQ -oGQ -oGQ -oGQ -qkp -rfZ -sEB -odk -sEB -eLn -xlx -sEn -csI -xlx -jxD -xlx -sOF -cFq -xZy -ylD -dDB -dDB -dDB -dDB -dDB -ylD -ylD -ylD -oRV -ylD -ylD -oRV -ylD -ylD -ylD -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +pHH +nqc +gtF +grZ +tIz +lQZ +lQZ +kDd +kDd +lQZ +lQZ +lQZ +lQZ +jvj +eLS +bCB +tbt +bCB +rpv +rai +eeD +uEE +rai +nmG +rai +oIo +fjj +ahH +pHH +aaa +aaa +aaa +aaa +aaa +pHH +pHH +pHH +pmv +pHH +pHH +pmv +pHH +pHH +pHH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (214,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -ylD -ylD -ylD -dYR -ylD -ylD -wts -ylD -ylD -ylD -ylD -mUn -ylD -ylD -rhL -rTq -rir -sEB -sWA -xlx -ouL -csI -dtq -xlx -vLs -qeT -ylD -idq -ylD -ylD -ylD -ylD -ylD -ylD -ylD -mEq -xCT -bsI -ylD -wBa -xCT -kRN -ylD -wdk -wdk -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +pHH +pHH +pHH +kCJ +pHH +pHH +bNn +pHH +pHH +pHH +pHH +nHo +pHH +pHH +crv +ijT +rEF +bCB +gVX +rai +ltq +uEE +bMO +rai +uCl +jut +pHH +grZ +pHH +pHH +pHH +pHH +pHH +pHH +pHH +aZt +jar +rhu +pHH +uUY +jar +pCW +pHH +mdt +mdt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (215,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -fBj -jXV -eDI -xZy -ylD -jmd -sCH -wKG -lAO -ncb -ylD -oNH -pFk -ylD -rir -sIZ -sEB -bGi -ylD -vlb -qEO -ylD -kQv -kGu -sVp -lcz -ylD -idq -xZy -xkn -xEv -xZy -xZy -xZy -oRV -sgO -gYq -aUA -ylD -sgO -gIS -fZC -ylD -wdk -wdk -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +ifC +uMm +bwT +ahH +pHH +tDE +vrS +jSL +ctb +eVY +pHH +nCC +gqy +pHH +rEF +mwV +bCB +izw +pHH +loj +tUf +pHH +mBF +xlO +duY +rIO +pHH +grZ +ahH +rWC +lKb +ahH +ahH +ahH +pmv +mwk +nDV +vOt +pHH +mwk +wsx +bIo +pHH +mdt +mdt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (216,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -lgf -fQA -idq -idq -ylD -joS -kxm -rEb -nhB -nhB -mZA -oNH -naC -ylD -rlg -tTA -bAI -fbj -ylD -ycy -xlx -ylD -ylD -ylD -ylD -ylD -ylD -idq -ylD -ylD -ylD -ylD -nEh -ylD -ylD -iaK -dSQ -cDI -ylD -yfg -eKs -naF -ylD -wdk -wdk -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +nPs +ayN +grZ +grZ +pHH +kvt +poa +lcz +kmj +kmj +qFk +nCC +tPM +pHH +jAa +lLZ +nKK +byC +pHH +sCf +rai +pHH +pHH +pHH +pHH +pHH +pHH +grZ +pHH +pHH +pHH +pHH +eWx +pHH +pHH +cnL +kqQ +uhg +pHH +aSW +iBa +mPu +pHH +mdt +mdt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (217,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -wdk -flX -lgf -xZy -ylD -sKS -nhB -sCH -lQu -ylD -ylD -oWk -qHt -ylD -ylD -ylD -ylD -ylD -ylD -dOb -xlx -cFq -xZy -xZy -xZy -xZy -xkn -idq -ylD -xqq -xLY -ylD -lye -lNF -ylD -ylD -ylD -ylD -ylD -ylD -ylD -ylD -ylD -wdk -wdk -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +mdt +aNj +nPs +ahH +pHH +bsy +kmj +vrS +hKu +pHH +pHH +iXr +nIi +pHH +pHH +pHH +pHH +pHH +pHH +euV +rai +fjj +ahH +ahH +ahH +ahH +rWC +grZ +pHH +bgj +hYT +pHH +anl +evR +pHH +pHH +pHH +pHH +pHH +pHH +pHH +pHH +pHH +mdt +mdt +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (218,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -wdk -wdk -goZ -fmq -ylD -nhB -sCH -mwx -wgF -ylD -rZG -xlx -bNP -fii -fNv -jwh -xlx -vlb -vNt -kIY -vqb -ylD -ylD -ylD -vGz -ylD -ylD -wwY -ylD -fHf -wwY -wyj -bKU -tFJ -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +mdt +mdt +xpV +iYB +pHH +kmj +vrS +lFu +saF +pHH +xbT +rai +rDY +sti +ahr +cjJ +rai +loj +nyV +hOP +fWw +pHH +pHH +pHH +gFM +pHH +pHH +uwV +pHH +vBe +uwV +tdP +xSF +gHv +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (219,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -wdk -wdk -ylD -ylD -ylD -jyY -ylD -kWd -ylD -ylD -xcH -xmg -pHn -qHt -vlb -xgz -iKo -hbt -uxL -lhl -jxD -ylD -hqH -vzv -wyj -cgM -ylD -wyj -dYR -lvY -eNo -ylD -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +mdt +mdt +pHH +pHH +pHH +srD +pHH +oDH +pHH +pHH +xFK +nMV +gnu +nIi +loj +ghP +nbA +gPY +gxb +iFM +nmG +pHH +jtS +coR +tdP +vfJ +pHH +tdP +kCJ +kle +jIh +pHH +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (220,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -wdk -wdk -wdk -ylD -iuZ -sCH -ylD -nhB -jSn -ylD -ylD -ylD -vnv -qUe -vnv -ylD -ylD -ylD -ylD -ylD -ylD -ylD -aEB -cgM -vMr -gbD -ylD -pHJ -ylD -ylD -fOg -hqM -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +mdt +mdt +mdt +pHH +pyn +vrS +pHH +kmj +mmR +pHH +pHH +pHH +lcq +ofY +lcq +pHH +pHH +pHH +pHH +pHH +pHH +pHH +iLA +vfJ +gXu +aiv +pHH +wiV +pHH +pHH +ubi +fWW +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (221,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -wdk -wdk -wdk -ylD -ueo -nhB -ylD -laZ -tZt -ylD -wFz -baE -cgM -lkd -lgf -cgM -sQv -xwd -wdk -wdk -wdk -wdk -wdk -wdk -vMT -vVx -ylD -ylD -ylD -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +mdt +mdt +mdt +pHH +aUq +kmj +pHH +ncu +tiU +pHH +kPq +sWt +vfJ +oSj +nPs +vfJ +gkB +hQk +mdt +mdt +mdt +mdt +mdt +mdt +oGW +jsg +pHH +pHH +pHH +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (222,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -wdk -wdk -wdk -ylD -ylD -ylD -ylD -ylD -ylD -ylD -olm -cgM -lgf -jcm -lkd -lkd -lkd -lkd -vjp -wdk -wdk -wdk -wdk -wdk -wdk -wdk -ylD -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +mdt +mdt +mdt +pHH +pHH +pHH +pHH +pHH +pHH +pHH +hjG +vfJ +nPs +aWJ +oSj +oSj +oSj +oSj +bCx +mdt +mdt +mdt +mdt +mdt +mdt +mdt +pHH +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (223,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aan -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -aJq -aJq -aJq -aJq -aJq -wdk -wdk -wdk -wdk -wdk -cgM -lnI -cgM -cgM -cgM -cgM -cgM -cgM -lkd -cgM -lgf -cgM -cgM -cgM -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +hKi +hKi +hKi +hKi +hKi +mdt +mdt +mdt +mdt +mdt +vfJ +xfM +vfJ +vfJ +vfJ +vfJ +vfJ +vfJ +oSj +vfJ +nPs +vfJ +vfJ +vfJ +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (224,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -aJq -aJq -aJq -aJq -aJq -wdk -wdk -wdk -wdk -wdk -wdk -lhQ -lgf -lgf -cgM -cgM -cgM -vjp -cgM -cgM -cgM -cgM -cgM -cgM -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +hKi +hKi +hKi +hKi +hKi +mdt +mdt +mdt +mdt +mdt +mdt +oDK +nPs +nPs +vfJ +vfJ +vfJ +bCx +vfJ +vfJ +vfJ +vfJ +vfJ +vfJ +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (225,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -tYT -aJq -aJq -aJq -aJq -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -cgM -cgM -tiN -aCM -bDq -eUF -jar -ylD -fPR -ylD -aJq -aJq -aJq -aJq -wdk -wdk -wdk -wdk -wdk -wdk -wdk -wdk -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +aeU +hKi +hKi +hKi +hKi +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +vfJ +vfJ +sEr +aDC +sZO +qUM +gxJ +pHH +tYy +pHH +hKi +hKi +hKi +hKi +mdt +mdt +mdt +mdt +mdt +mdt +mdt +mdt +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (226,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -wdk -wdk -wdk -wdk -wdk -wdk -wdk -ylD -ylD -ylD -ylD -ylD -ylD -ylD -xZy -ylD -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +mdt +mdt +mdt +mdt +mdt +mdt +mdt +pHH +pHH +pHH +pHH +pHH +pHH +pHH +ahH +pHH +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (227,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -ylD -hrE -ylD -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +pHH +chN +pHH +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (228,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (229,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (230,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (231,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (232,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -tYT -tYT -tYT -aJq -aJq -aJq -aJq -aJq -tYT -tYT -dDB -dDB -tYT -tYT -tYT -tYT -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aeU +aeU +aeU +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aaa +aaa +aeU +aeU +aeU +aeU +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (233,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -akZ -aJq -aJq -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +tzS +hKi +hKi +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (234,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -tYT -tYT -tYT -tYT -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aeU +aeU +aeU +aeU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (235,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (236,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -aJq -aJq -aJq -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hKi +hKi +hKi +hKi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (237,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (238,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (239,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (240,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (241,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (242,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (243,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (244,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (245,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (246,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (247,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (248,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (249,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (250,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (251,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (252,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (253,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (254,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (255,1,1) = {" -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} diff --git a/_maps/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm index bf4a13df8e3..72cb46a3a27 100644 --- a/_maps/map_files/Deltastation/DeltaStation2.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2.dmm @@ -6078,18 +6078,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/station/service/theater) -"byr" = ( -/obj/structure/cable, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal/incinerator) "byy" = ( /obj/machinery/newscaster/directional/east, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -22528,6 +22516,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/security/checkpoint/supply) +"fFj" = ( +/obj/structure/cable, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal/incinerator) "fFr" = ( /obj/machinery/computer/atmos_control{ dir = 8 @@ -23178,6 +23178,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"fOx" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/tlv_cold_room, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "fOz" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -29501,24 +29513,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) -"hrq" = ( -/obj/structure/table/wood, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/clipboard, -/obj/item/pen/red{ - pixel_x = 1 - }, -/obj/item/stamp/hos{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/hos) "hrs" = ( /obj/structure/lattice, /obj/structure/sign/warning/secure_area/directional/north, @@ -34335,12 +34329,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"iBB" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/stamp/rd, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) "iBO" = ( /obj/machinery/power/turbine/inlet_compressor, /turf/open/floor/engine, @@ -41919,18 +41907,6 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/station/maintenance/port) -"kse" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/burnchamber) "ksf" = ( /obj/structure/sign/departments/court/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -42804,12 +42780,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/brig) -"kDE" = ( -/obj/structure/sign/delamination_counter/directional/west, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/engine_access, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "kDL" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -46166,17 +46136,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"lwM" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/folder/blue{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stamp/ce, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) "lwZ" = ( /turf/closed/wall, /area/station/medical/medbay) @@ -48664,16 +48623,6 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/large, /area/station/security/brig) -"meV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/stamp/qm, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "meW" = ( /obj/machinery/light/small/directional/south, /obj/effect/turf_decal/tile/green, @@ -54512,19 +54461,6 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/service/hydroponics) -"nFj" = ( -/obj/structure/table/glass, -/obj/item/paper_bin, -/obj/item/stamp/cmo, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) "nFq" = ( /obj/machinery/computer/warrant{ dir = 1 @@ -57660,6 +57596,18 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"owX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/burnchamber) "owY" = ( /obj/structure/table/reinforced, /obj/item/stack/sheet/iron{ @@ -61399,6 +61347,21 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"pwT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen/fourcolor, +/obj/item/stamp/head/captain, +/obj/machinery/door/window/brigdoor/left/directional/north{ + name = "Captain's Desk"; + req_access = list("captain") + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "pwY" = ( /obj/structure/lattice/catwalk, /obj/structure/window/reinforced/spawner/directional/west, @@ -64038,21 +64001,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"pZs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen/fourcolor, -/obj/item/stamp/captain, -/obj/machinery/door/window/brigdoor/left/directional/north{ - name = "Captain's Desk"; - req_access = list("captain") - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "pZy" = ( /obj/structure/closet/secure_closet/medical3, /obj/effect/turf_decal/bot, @@ -64314,6 +64262,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/maintenance/department/security) +"qcj" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/clipboard, +/obj/item/pen/red{ + pixel_x = 1 + }, +/obj/item/stamp/head/hos{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/hos) "qcu" = ( /obj/machinery/door/airlock/external{ name = "Escape Pod 3"; @@ -72655,18 +72621,6 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/commons/locker) -"sjg" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/manifold{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/tlv_cold_room, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) "sjh" = ( /obj/structure/statue/sandstone/venus{ name = "Justice" @@ -76953,6 +76907,12 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"tou" = ( +/obj/structure/sign/delamination_counter/directional/west, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/engine_access, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "toy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -77486,6 +77446,12 @@ /obj/structure/window/reinforced/spawner/directional/west, /turf/open/floor/carpet/blue, /area/station/commons/vacant_room/office) +"tud" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/stamp/head/rd, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) "tug" = ( /obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt, @@ -77595,6 +77561,19 @@ }, /turf/open/floor/plating, /area/station/science/lab) +"tuP" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon, +/obj/item/stamp/head/hop, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "tuQ" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -78614,16 +78593,6 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/construction, /turf/open/floor/iron, /area/station/maintenance/port) -"tIh" = ( -/obj/effect/turf_decal/siding/purple/corner, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/freezerchamber) "tIK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -80322,19 +80291,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"ucZ" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/carbon, -/obj/item/stamp/hop, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "udb" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -83442,6 +83398,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"uQZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stamp/head/qm, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "uRe" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ dir = 10 @@ -83919,6 +83885,16 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/security/courtroom) +"uXN" = ( +/obj/effect/turf_decal/siding/purple/corner, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/freezerchamber) "uXU" = ( /obj/structure/disposaloutlet{ dir = 8 @@ -84066,6 +84042,19 @@ /obj/effect/mapping_helpers/airlock/access/any/science/maintenance, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"uZm" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/stamp/head/cmo, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "uZs" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -86565,6 +86554,17 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/maintenance/department/medical/morgue) +"vEZ" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp/head/ce, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) "vFa" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -118932,7 +118932,7 @@ eHy qJs cxp sHT -kDE +tou tsa bPI sHT @@ -119378,7 +119378,7 @@ aaa qYo aaa edx -byr +fFj rhC dnM gFb @@ -119943,7 +119943,7 @@ oez bAR xqG gsV -lwM +vEZ fzY tEE tEw @@ -127180,7 +127180,7 @@ sLY bCc pML uzo -iBB +tud dGp czL epF @@ -127891,7 +127891,7 @@ xtp xtp xtp nFX -sjg +fOx thz ydg xbO @@ -129769,7 +129769,7 @@ pdH qLq hGI esH -kse +owX asW nSb nSb @@ -130283,7 +130283,7 @@ kVF fWx lzo vbO -tIh +uXN eqB eyH eyH @@ -132797,7 +132797,7 @@ aiO hWq mGw pRS -ucZ +tuP lNA ozz lNA @@ -133876,7 +133876,7 @@ uws dQT vuS pMF -nFj +uZm wqz loe gaC @@ -138192,7 +138192,7 @@ pXK mBd btZ fPn -pZs +pwT jim eoF cXB @@ -143046,7 +143046,7 @@ aad aJE ejX aAU -meV +uQZ xhJ vMd tgX @@ -152310,7 +152310,7 @@ bRF gby jfR lPV -hrq +qcj bAS uTM nHJ diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index bf238197af4..8d9360f38a9 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -979,15 +979,6 @@ }, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"aqR" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "aqT" = ( /obj/machinery/conveyor{ dir = 8; @@ -1414,6 +1405,11 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/science/research) +"axf" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/machinery/modular_computer/console/preset/id, +/turf/open/floor/iron, +/area/station/command/bridge) "axm" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -10162,16 +10158,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"dez" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/pen, -/obj/item/stamp/rd{ - pixel_x = 3; - pixel_y = -2 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) "deN" = ( /obj/effect/decal/cleanable/blood/gibs, /turf/open/misc/asteroid/snow/icemoon, @@ -10265,11 +10251,6 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/west, /turf/open/floor/wood, /area/station/service/library) -"dgG" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/obj/machinery/modular_computer/console/preset/id, -/turf/open/floor/iron, -/area/station/command/bridge) "dgZ" = ( /obj/machinery/airalarm/directional/south, /obj/structure/cable, @@ -15688,16 +15669,6 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"eUQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Gas to Filter" - }, -/obj/effect/mapping_helpers/airalarm/engine_access, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "eUR" = ( /obj/structure/table, /obj/machinery/button/door/directional/west{ @@ -16109,6 +16080,35 @@ /obj/structure/cable, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"fad" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Security - HoS Office" + }, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -6; + pixel_y = 16 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/stamp/head/hos{ + pixel_x = 10; + pixel_y = 6 + }, +/obj/machinery/recharger{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/machinery/airalarm/directional/west, +/obj/item/phone{ + pixel_x = -9; + pixel_y = 7 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) "faf" = ( /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, @@ -17725,12 +17725,6 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, /area/station/service/bar) -"fDu" = ( -/obj/structure/flora/bush/snow/style_random, -/obj/effect/mapping_helpers/airalarm/tlv_cold_room, -/obj/machinery/airalarm/directional/west, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) "fDv" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -19507,17 +19501,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"ghI" = ( -/obj/machinery/airalarm/directional/east, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/light/directional/east, -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/stamp/cmo, -/obj/item/clothing/neck/stethoscope, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) "ghJ" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -32775,6 +32758,12 @@ }, /turf/open/floor/wood/parquet, /area/station/commons/lounge) +"kwz" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/head/captain, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "kwK" = ( /obj/effect/turf_decal/tile/purple/half, /turf/open/floor/iron/half, @@ -33397,6 +33386,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/lobby) +"kGQ" = ( +/obj/structure/table, +/obj/item/stamp/head/qm, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "kHb" = ( /obj/structure/closet/secure_closet/personal{ anchored = 1 @@ -36998,15 +36992,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) -"lOs" = ( -/mob/living/simple_animal/hostile/retaliate/goat{ - atmos_requirements = list("min_oxy"=1,"max_oxy"=0,"min_plas"=0,"max_plas"=1,"min_co2"=0,"max_co2"=5,"min_n2"=0,"max_n2"=0); - desc = "Not known for their pleasant disposition. This one seems a bit more hardy to the cold."; - minbodytemp = 150; - name = "Snowy Pete" - }, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) "lOt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/door/window/left/directional/east, @@ -39292,6 +39277,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"mDw" = ( +/obj/structure/table/reinforced, +/obj/effect/landmark/event_spawn, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/paper/monitorkey, +/obj/item/stamp/head/ce, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) "mDX" = ( /turf/open/floor/engine/n2, /area/station/engineering/atmos) @@ -42476,35 +42470,6 @@ }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"nBx" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Security - HoS Office" - }, -/obj/item/flashlight/lamp/green{ - on = 0; - pixel_x = -6; - pixel_y = 16 - }, -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 8; - pixel_y = 3 - }, -/obj/item/stamp/hos{ - pixel_x = 10; - pixel_y = 6 - }, -/obj/machinery/recharger{ - pixel_x = -4; - pixel_y = -1 - }, -/obj/machinery/airalarm/directional/west, -/obj/item/phone{ - pixel_x = -9; - pixel_y = 7 - }, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/hos) "nBB" = ( /obj/machinery/power/smes, /obj/structure/cable, @@ -42788,6 +42753,16 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/general, /turf/open/floor/iron/dark, /area/station/engineering/main) +"nFg" = ( +/obj/structure/table, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/stamp/head/hop, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "nFk" = ( /obj/effect/landmark/start/cyborg, /obj/structure/cable, @@ -43976,11 +43951,6 @@ /obj/item/plate, /turf/open/floor/iron/checker, /area/station/maintenance/port/fore) -"nWk" = ( -/obj/structure/table, -/obj/item/stamp/qm, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "nWy" = ( /obj/structure/sign/poster/official/work_for_a_future, /turf/closed/wall, @@ -44346,6 +44316,15 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/science/xenobiology) +"odf" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/box/red, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/burnchamber) "odi" = ( /obj/item/toy/snowball{ pixel_x = 5; @@ -52092,6 +52071,16 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron/large, /area/mine/mechbay) +"qDj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Gas to Filter" + }, +/obj/effect/mapping_helpers/airalarm/engine_access, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "qDy" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/tile/dark_green, @@ -56640,6 +56629,12 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) +"rZK" = ( +/obj/structure/flora/bush/snow/style_random, +/obj/effect/mapping_helpers/airalarm/tlv_cold_room, +/obj/machinery/airalarm/directional/west, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) "rZN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -58383,6 +58378,15 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood/large, /area/mine/eva/lower) +"sCm" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "sCw" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/north, @@ -61670,6 +61674,17 @@ dir = 1 }, /area/station/engineering/lobby) +"tGO" = ( +/obj/machinery/airalarm/directional/east, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/light/directional/east, +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/stamp/head/cmo, +/obj/item/clothing/neck/stethoscope, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "tGP" = ( /obj/machinery/conveyor{ id = "gulag" @@ -65424,6 +65439,15 @@ dir = 1 }, /area/station/engineering/main) +"uSq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/freezerchamber) "uTc" = ( /obj/machinery/chem_heater/withbuffer, /obj/structure/window/reinforced/spawner/directional/north{ @@ -66249,6 +66273,15 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/dark, /area/station/service/chapel) +"vhr" = ( +/mob/living/simple_animal/hostile/retaliate/goat{ + atmos_requirements = list("min_oxy"=1,"max_oxy"=0,"min_plas"=0,"max_plas"=1,"min_co2"=0,"max_co2"=5,"min_n2"=0,"max_n2"=0); + desc = "Not known for their pleasant disposition. This one seems a bit more hardy to the cold."; + minbodytemp = 150; + name = "Snowy Pete" + }, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) "vhB" = ( /obj/structure/chair/plastic, /obj/effect/turf_decal/bot_red, @@ -67693,16 +67726,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/atmos) -"vEA" = ( -/obj/structure/table, -/obj/item/paper_bin/carbon{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/stamp/hop, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) "vEE" = ( /obj/machinery/light/small/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -69316,6 +69339,16 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"wgH" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/stamp/head/rd{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) "wgI" = ( /obj/effect/turf_decal/trimline/green/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -69839,15 +69872,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"wox" = ( -/obj/structure/table/reinforced, -/obj/effect/landmark/event_spawn, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/paper/monitorkey, -/obj/item/stamp/ce, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) "woF" = ( /obj/machinery/modular_computer/console/preset/cargochat/medical{ dir = 1 @@ -71242,15 +71266,6 @@ /obj/effect/landmark/start/depsec/medical, /turf/open/floor/iron/dark/smooth_large, /area/station/security/checkpoint/medical) -"wKf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/freezerchamber) "wKm" = ( /obj/effect/turf_decal/tile/neutral/diagonal_edge, /obj/structure/cable, @@ -73089,15 +73104,6 @@ dir = 9 }, /area/station/science/research) -"xmj" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/box/red, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/burnchamber) "xmx" = ( /obj/structure/sink/kitchen/directional/south, /obj/effect/decal/cleanable/dirt, @@ -76131,12 +76137,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"ykW" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/captain, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) "ykZ" = ( /obj/effect/turf_decal/siding/wideplating/dark, /obj/item/radio/intercom/directional/east, @@ -179398,7 +179398,7 @@ dEB dMS jBB pKe -fDu +rZK qPE fwB fwB @@ -179655,7 +179655,7 @@ dEB dMS jBB mQk -lOs +vhr wMP fwB fwB @@ -191505,11 +191505,11 @@ nBV iao iPD iao -xmj +odf qSk xtS rhY -wKf +uSq pjc gmb hac @@ -228230,7 +228230,7 @@ tKI ouZ alT taf -nWk +kGQ bAa xal wLO @@ -233896,7 +233896,7 @@ rpu ybI nnR tuz -vEA +nFg bhK rAA cpm @@ -235889,7 +235889,7 @@ nbp mgU nlz ioi -nBx +fad azx tDw rhf @@ -236000,7 +236000,7 @@ glc fab ktw bny -eUQ +qDj xBp bYw bYw @@ -236445,7 +236445,7 @@ fiE oBs utR tmQ -dgG +axf kzD kJP lhv @@ -237531,7 +237531,7 @@ mBB bup ojv htc -wox +mDw vTi qKQ aTj @@ -237998,7 +237998,7 @@ oRk mvc mvc rAW -ykW +kwz ghJ uEm sqU @@ -246013,7 +246013,7 @@ oAD xKX vep pBI -aqR +sCm gGo uqH qXk @@ -248283,7 +248283,7 @@ vBG wvW lmM vBG -ghI +tGO oMR hsC vBG @@ -252411,7 +252411,7 @@ jbU iyP dUe ank -dez +wgH fUM vaQ jbU diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index 4ccd21337b5..60eb57029b4 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -124,6 +124,21 @@ /obj/structure/lattice/catwalk, /turf/open/space, /area/space/nearstation) +"acr" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) "acs" = ( /obj/machinery/power/smes/engineering, /obj/structure/cable, @@ -134,6 +149,9 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/carpet, /area/station/service/library) +"adp" = ( +/turf/closed/wall, +/area/station/hallway/primary/starboard) "adD" = ( /obj/effect/spawner/random/structure/closet_maintenance, /obj/effect/spawner/random/maintenance, @@ -155,15 +173,17 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/commons/fitness/recreation) -"adT" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/cup/watering_can, -/obj/effect/turf_decal/stripes/line, -/obj/structure/window/reinforced{ +"aeb" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/service/hydroponics) +/area/station/hallway/primary/starboard) "aef" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, @@ -198,6 +218,13 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"aev" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/item/stock_parts/cell/high, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) "aez" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -205,11 +232,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/dark/textured, /area/station/medical/cryo) -"aeA" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced, -/turf/open/space, -/area/space/nearstation) "afa" = ( /obj/machinery/computer/records/security{ dir = 4 @@ -244,6 +266,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) +"afp" = ( +/obj/machinery/computer/atmos_control/carbon_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "afz" = ( /obj/machinery/portable_atmospherics/scrubber, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -278,6 +311,15 @@ /obj/machinery/atmospherics/pipe/smart/simple/purple/visible, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) +"agw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) "agN" = ( /obj/structure/table/glass, /obj/item/radio/intercom/directional/west, @@ -293,13 +335,6 @@ }, /turf/open/floor/iron/white, /area/station/science/cytology) -"agO" = ( -/obj/structure/cable, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "agQ" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/left/directional/west{ @@ -425,16 +460,12 @@ /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron/white, /area/station/security/prison/mess) -"aiz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 +"aiw" = ( +/obj/structure/window{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) "aja" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -469,11 +500,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"ake" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation) "aks" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -494,6 +520,22 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"akF" = ( +/obj/machinery/flasher/directional/north{ + id = "AI" + }, +/obj/structure/table/wood/fancy/blue, +/obj/effect/spawner/random/aimodule/neutral, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access = list("captain") + }, +/obj/structure/window/reinforced, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) "akZ" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 @@ -717,19 +759,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron/dark, /area/station/hallway/primary/central) -"apD" = ( -/obj/machinery/status_display/ai/directional/north, -/obj/structure/cable, -/obj/structure/transit_tube/horizontal, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/transit_tube) "apG" = ( /obj/machinery/light_switch/directional/south, /obj/effect/turf_decal/tile/yellow/half/contrasted, @@ -784,6 +813,13 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"aqs" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) "aqt" = ( /obj/structure/table, /obj/item/folder/yellow, @@ -873,23 +909,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"aso" = ( -/obj/structure/rack, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 3 +"arD" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/wood/large, +/area/station/service/theater) +"asm" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/trimline/brown/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/storage/box/bodybags, -/obj/item/healthanalyzer, -/obj/structure/disposalpipe/segment, -/obj/structure/window{ - dir = 8 +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) +/turf/open/floor/iron, +/area/station/medical/medbay/lobby) "asz" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty, @@ -1302,28 +1338,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"azT" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"aAb" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Theater - Stage" - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/obj/item/radio/intercom/directional/east, -/obj/structure/table/wood, -/obj/item/clothing/glasses/monocle, -/obj/structure/sign/poster/random/directional/south, -/turf/open/floor/wood/large, -/area/station/service/theater) "aAg" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral, @@ -1335,6 +1349,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"aAt" = ( +/obj/machinery/light_switch/directional/south, +/obj/effect/spawner/random/vending/colavend, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "aAA" = ( /obj/docking_port/stationary/mining_home{ dir = 8 @@ -1347,6 +1369,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) +"aAI" = ( +/obj/structure/sign/plaques/kiddie/perfect_man{ + pixel_y = 32 + }, +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced, +/turf/open/floor/carpet, +/area/station/command/corporate_showroom) "aAK" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable, @@ -1363,34 +1393,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"aBe" = ( -/obj/machinery/light_switch/directional/north, -/obj/structure/table/wood, -/obj/item/reagent_containers/cup/glass/mug{ - pixel_x = 13; - pixel_y = 7 - }, -/obj/item/reagent_containers/cup/glass/mug{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/reagent_containers/cup/glass/mug{ - pixel_x = 13; - pixel_y = -1 - }, -/obj/item/reagent_containers/cup/glass/shaker{ - pixel_x = -2; - pixel_y = 12 - }, -/obj/item/reagent_containers/cup/glass/ice{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) "aBw" = ( /obj/structure/cable, /obj/effect/landmark/event_spawn, @@ -1623,6 +1625,11 @@ /obj/effect/spawner/random/bureaucracy/paper, /turf/open/floor/wood, /area/station/commons/dorms) +"aFW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/mirror/directional/west, +/turf/open/floor/wood, +/area/station/service/theater) "aFZ" = ( /obj/effect/landmark/generic_maintenance_landmark, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -1718,13 +1725,20 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/construction/storage_wing) -"aHy" = ( -/obj/structure/window, -/obj/structure/window{ - dir = 4 +"aHu" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "MiniSat Exterior - Port Aft"; + network = list("minisat") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 }, /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation) +/area/station/ai_monitored/aisat/exterior) "aHH" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /obj/effect/turf_decal/siding/purple{ @@ -1827,22 +1841,6 @@ }, /turf/open/floor/engine/n2o, /area/station/engineering/atmos) -"aJg" = ( -/obj/machinery/flasher/directional/north{ - id = "AI" - }, -/obj/structure/table/wood/fancy/blue, -/obj/effect/spawner/random/aimodule/neutral, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access = list("captain") - }, -/obj/structure/window/reinforced, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai_upload) "aJj" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -1956,6 +1954,12 @@ /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron/white, /area/station/security/prison/mess) +"aKn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/commons/lounge) "aKz" = ( /obj/structure/chair{ dir = 4 @@ -2011,19 +2015,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/primary/central) -"aLO" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/sheet/iron/fifty, -/obj/item/storage/toolbox/emergency, -/obj/structure/cable, -/obj/effect/spawner/random/engineering/flashlight, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) "aMb" = ( /obj/structure/table, /obj/item/cultivator, @@ -2248,31 +2239,31 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"aPF" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Starboard Primary Hallway - Auxiliary Tool Storage" +"aPA" = ( +/obj/structure/table/reinforced, +/obj/item/wheelchair{ + pixel_y = -3 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/item/wheelchair, +/obj/item/wheelchair{ + pixel_y = 3 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/turf/open/floor/iron/dark, +/area/station/medical/office) "aPO" = ( /obj/machinery/light/directional/west, /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/sorting) "aPV" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, +/turf/open/floor/wood, /area/station/commons/lounge) "aPX" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ @@ -2282,6 +2273,17 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/server) +"aQe" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "MiniSat Exterior - Starboard Aft"; + network = list("minisat") + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "aQE" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -2290,6 +2292,15 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/plating, /area/station/maintenance/disposal) +"aQR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) "aQS" = ( /obj/machinery/door/airlock/maintenance, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -2324,24 +2335,6 @@ /obj/item/pen, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"aRE" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "aRI" = ( /turf/open/floor/circuit/green, /area/station/science/robotics/mechbay) @@ -2354,22 +2347,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) -"aRT" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/siding{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) "aRV" = ( /obj/machinery/porta_turret/ai{ dir = 1 @@ -2445,13 +2422,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) -"aTv" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/space, -/area/space/nearstation) "aTD" = ( /obj/machinery/vending/coffee, /obj/item/radio/intercom/directional/south, @@ -2611,6 +2581,10 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/science/xenobiology) +"aWq" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet, +/area/station/service/theater) "aWB" = ( /obj/effect/spawner/random/structure/closet_maintenance, /obj/item/clothing/head/costume/festive, @@ -2658,25 +2632,6 @@ /obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, /area/station/construction/storage_wing) -"aXt" = ( -/obj/structure/table/wood, -/obj/item/toy/mecha/honk{ - pixel_y = 12 - }, -/obj/item/toy/dummy, -/obj/item/lipstick/purple{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/lipstick/jade{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/lipstick/black, -/obj/structure/sign/poster/contraband/random/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/theater) "aXE" = ( /obj/machinery/door/airlock/maintenance{ name = "Service Maintenance" @@ -2732,6 +2687,17 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) +"aYb" = ( +/obj/structure/flora/bush/pale/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/science/research) "aYd" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -2858,13 +2824,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"aZx" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) "aZL" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -2906,6 +2865,22 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"baM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/sign/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "baW" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -2975,21 +2950,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"bcm" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "bcq" = ( /obj/machinery/bluespace_vendor/directional/north, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -3048,6 +3008,19 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white/smooth_large, /area/station/medical/surgery/theatre) +"bdK" = ( +/obj/machinery/light/directional/east, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 10 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "bdP" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/cable, @@ -3102,6 +3075,17 @@ /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron, /area/station/security/checkpoint/science) +"beV" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "beZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -3159,6 +3143,15 @@ }, /turf/open/floor/iron/checker, /area/station/science/research) +"bfM" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "bfO" = ( /obj/machinery/holopad, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -3231,10 +3224,12 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"bho" = ( +"bhf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/window/reinforced{ dir = 1 }, +/obj/structure/window/reinforced, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) "bhu" = ( @@ -3290,6 +3285,15 @@ }, /turf/open/floor/iron/white, /area/station/security/prison/visit) +"biw" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/research) "bix" = ( /obj/machinery/component_printer, /turf/open/floor/iron/white, @@ -3299,6 +3303,12 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"biF" = ( +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) "biI" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/table/reinforced, @@ -3311,6 +3321,18 @@ /obj/item/reagent_containers/cup/rag, /turf/open/floor/iron/white, /area/station/medical/abandoned) +"biV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "bje" = ( /obj/structure/closet/emcloset, /obj/structure/disposalpipe/segment{ @@ -3318,6 +3340,22 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"bjs" = ( +/obj/structure/closet{ + anchored = 1; + can_be_unanchored = 1; + name = "Cold protection gear" + }, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron, +/area/station/science/xenobiology) "bjB" = ( /obj/structure/sign/directions/security{ dir = 1; @@ -3379,17 +3417,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) -"bkp" = ( -/obj/machinery/computer/atmos_control/nitrous_tank{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "bkF" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -3419,12 +3446,6 @@ }, /turf/open/floor/plating, /area/station/medical/treatment_center) -"bkT" = ( -/obj/structure/chair/office/light, -/obj/structure/cable, -/obj/item/stamp/cmo, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) "bla" = ( /obj/effect/spawner/random/vending/snackvend, /turf/open/floor/wood, @@ -3492,6 +3513,32 @@ /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron/white, /area/station/security/prison/mess) +"bmF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"bmG" = ( +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 5 + }, +/obj/machinery/light/directional/south, +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/requests_console/directional/south{ + department = "Kitchen"; + name = "Kitchen Requests Console"; + supplies_requestable = 1 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/machinery/deepfryer, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "bmV" = ( /obj/machinery/door/airlock/command{ name = "Emergency Escape" @@ -3775,16 +3822,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) -"bqv" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/effect/turf_decal/siding/purple{ - dir = 6 - }, -/obj/machinery/light/directional/south, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/burnchamber) "bqJ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -3805,6 +3842,22 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"bru" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "brA" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -3890,6 +3943,13 @@ }, /turf/open/floor/iron, /area/station/commons/locker) +"bsC" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater) "bsE" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -3954,13 +4014,6 @@ /obj/effect/turf_decal/tile/yellow/anticorner/contrasted, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"btI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/wood, -/area/station/commons/lounge) "btL" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 10 @@ -4007,6 +4060,19 @@ /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, /area/station/maintenance/starboard/fore) +"bus" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/extinguisher, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron, +/area/station/science/xenobiology) "buv" = ( /obj/structure/sign/warning/secure_area/directional/west, /obj/effect/turf_decal/stripes/corner{ @@ -4025,6 +4091,20 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) +"buG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/closet/crate/secure{ + desc = "A secure crate containing various materials for building a customised test-site."; + name = "Test Site Materials Crate"; + req_access = list("ordnance") + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "buH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -4063,25 +4143,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/science/robotics/lab) -"bvX" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Starboard Primary Hallway - Atmospherics" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "bvY" = ( /obj/machinery/power/tracker, /obj/structure/cable, @@ -4109,24 +4170,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) -"bwn" = ( -/obj/structure/closet/crate/trashcart/laundry, -/obj/effect/spawner/random/contraband/prison, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) "bwr" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -4143,6 +4186,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) +"bwH" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/space/nearstation) "bwN" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, @@ -4217,16 +4264,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"byk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "byl" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -4254,22 +4291,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) -"byV" = ( -/obj/structure/closet{ - anchored = 1; - can_be_unanchored = 1; - name = "Cold protection gear" - }, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/science/xenobiology) "byW" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/bot, @@ -4290,16 +4311,6 @@ "bzH" = ( /turf/closed/wall, /area/station/cargo/sorting) -"bzI" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/light/small/directional/east, -/obj/structure/sign/poster/random/directional/east, -/obj/structure/table/wood, -/obj/item/food/pie/cream, -/turf/open/floor/wood/large, -/area/station/service/theater) "bzV" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -4433,6 +4444,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/science/robotics/mechbay) +"bCZ" = ( +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) +"bDm" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) "bDp" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -4450,6 +4481,12 @@ }, /turf/open/floor/plating, /area/station/engineering/supermatter) +"bDK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "bDN" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -4459,6 +4496,12 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/fore) +"bDS" = ( +/obj/structure/chair/office/light, +/obj/structure/cable, +/obj/item/stamp/head/cmo, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "bDW" = ( /turf/closed/wall, /area/station/maintenance/department/engine) @@ -4492,11 +4535,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"bEU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "bFr" = ( /obj/item/paper_bin{ pixel_x = -2; @@ -4527,10 +4565,6 @@ /obj/effect/turf_decal/tile/yellow/fourcorners, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"bFQ" = ( -/obj/structure/window/reinforced, -/turf/open/floor/engine, -/area/station/science/xenobiology) "bGt" = ( /obj/machinery/newscaster/directional/east, /turf/open/floor/iron, @@ -4617,6 +4651,15 @@ /obj/structure/sign/poster/random/directional/east, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"bIi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "bIo" = ( /obj/machinery/light_switch/directional/west, /obj/structure/table/reinforced, @@ -4694,31 +4737,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central) -"bKa" = ( -/obj/structure/rack, -/obj/machinery/camera/directional/south{ - c_tag = "Brig - Infirmary" - }, -/obj/item/clothing/under/rank/medical/scrubs/purple, -/obj/item/storage/medkit/regular, -/obj/item/healthanalyzer{ - pixel_y = -2 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "bKv" = ( /obj/item/pen, /obj/structure/table/reinforced, @@ -4776,14 +4794,60 @@ dir = 1 }, /area/station/engineering/atmos) +"bLh" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/bottle/syrup_bottle/korta_nectar{ + pixel_x = 5; + pixel_y = 16 + }, +/obj/item/reagent_containers/cup/bottle/syrup_bottle/liqueur{ + pixel_x = -5; + pixel_y = 16 + }, +/obj/item/reagent_containers/cup/bottle/syrup_bottle/caramel{ + pixel_x = 15; + pixel_y = 16 + }, +/obj/item/storage/fancy/coffee_condi_display{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/cafeteria) "bLj" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/effect/turf_decal/trimline/brown/filled/warning, /turf/open/floor/iron, /area/station/cargo/sorting) +"bLC" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageExternal" + }, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/plasticflaps/opaque, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "bLQ" = ( /turf/closed/wall, /area/station/medical/coldroom) +"bLR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) "bMa" = ( /obj/structure/disposaloutlet{ dir = 4; @@ -4839,6 +4903,19 @@ /obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"bMP" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8; + initialize_directions = 4; + name = "euthanization chamber freezer" + }, +/obj/machinery/light/small/directional/north, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron, +/area/station/science/xenobiology) "bMY" = ( /turf/closed/wall, /area/station/medical/office) @@ -4879,18 +4956,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"bNs" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "CO2 to Pure" - }, -/obj/effect/turf_decal/tile/dark/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "bNE" = ( /obj/machinery/light/directional/east, /obj/structure/cable, @@ -4931,29 +4996,11 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"bOo" = ( -/obj/machinery/door/window/left/directional/west{ - dir = 1; - name = "Monkey Pen"; - req_access = list("genetics") - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/grass, -/area/station/science/genetics) "bOr" = ( /obj/structure/lattice/catwalk, /obj/item/stack/rods, /turf/open/space/basic, /area/station/solars/port/fore) -"bOu" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "bOA" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/north, @@ -5037,6 +5084,16 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"bQO" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Bar - Starboard" + }, +/obj/structure/cable, +/obj/effect/spawner/random/entertainment/arcade, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/commons/lounge) "bQQ" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -5050,14 +5107,6 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/engine, /area/station/science/explab) -"bRc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "bRG" = ( /obj/machinery/shower/directional/west, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -5180,6 +5229,23 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) +"bUk" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/service/kitchen) "bUm" = ( /obj/structure/closet/crate, /obj/machinery/light/small/directional/east, @@ -5297,6 +5363,22 @@ }, /turf/open/floor/wood, /area/station/security/office) +"bWS" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "MiniSat Walkway Access" + }, +/obj/machinery/camera/directional/west{ + c_tag = "MiniSat Exterior - Aft Starboard"; + network = list("minisat") + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "bXk" = ( /obj/machinery/telecomms/server/presets/command, /turf/open/floor/circuit/telecomms/mainframe, @@ -5392,6 +5474,23 @@ /obj/effect/turf_decal/tile/neutral/anticorner/contrasted, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"bZb" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio6"; + layer = 3.3; + name = "Xenobio Pen 6 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "bZq" = ( /obj/machinery/seed_extractor, /obj/effect/turf_decal/stripes/line{ @@ -5450,15 +5549,6 @@ }, /turf/open/floor/iron/kitchen_coldroom, /area/station/medical/coldroom) -"cbb" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/research) "cbg" = ( /obj/effect/turf_decal/tile/purple{ dir = 1 @@ -5478,25 +5568,6 @@ "cbz" = ( /turf/closed/wall, /area/station/cargo/storage) -"cce" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/chisel{ - pixel_y = 7 - }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "ccD" = ( /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, @@ -5527,6 +5598,13 @@ }, /turf/open/floor/iron, /area/station/commons/toilet/auxiliary) +"cdB" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/commons/lounge) "cdC" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -5639,37 +5717,21 @@ /obj/machinery/oven/range, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) -"cgb" = ( -/obj/machinery/door/window/right/directional/south{ - name = "First Aid Supplies"; - req_access = list("medical") - }, -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/medkit/brute{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/brute, -/obj/item/storage/medkit/brute{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/reinforced, -/obj/machinery/light/directional/north, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) "cgi" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark/side{ dir = 1 }, /area/station/security/prison) +"cgl" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/commons/lounge) "cgF" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -5757,10 +5819,6 @@ /obj/structure/lattice/catwalk, /turf/open/space, /area/space/nearstation) -"cim" = ( -/obj/structure/window/reinforced, -/turf/open/floor/holofloor/dark, -/area/station/science/cytology) "ciq" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/plating, @@ -5800,35 +5858,9 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/maintenance/fore) -"cjD" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "MiniSat Exterior - Port Aft"; - network = list("minisat") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "cjJ" = ( /turf/open/floor/carpet/red, /area/station/command/heads_quarters/qm) -"cjP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "cke" = ( /obj/structure/showcase/machinery/tv{ dir = 1; @@ -5858,6 +5890,17 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/carpet, /area/station/commons/dorms) +"ckI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "ckU" = ( /obj/structure/table/wood, /obj/effect/spawner/random/bureaucracy/paper, @@ -5892,6 +5935,26 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"clO" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/off{ + dir = 1; + name = "O2 To Pure" + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) "clQ" = ( /turf/closed/wall, /area/station/command/teleporter) @@ -5991,6 +6054,13 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"cnE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/commons/lounge) "cnF" = ( /obj/structure/cable, /obj/item/solar_assembly, @@ -6186,6 +6256,13 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"crf" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "crg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, @@ -6223,12 +6300,6 @@ }, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms) -"crT" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood/large, -/area/station/service/theater) "csb" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -6382,6 +6453,24 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"cvd" = ( +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/medkit/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/fire, +/obj/item/storage/medkit/fire{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/table/reinforced, +/obj/structure/window, +/turf/open/floor/iron/dark, +/area/station/medical/storage) "cve" = ( /obj/machinery/biogenerator, /turf/closed/wall, @@ -6618,6 +6707,10 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"cye" = ( +/obj/structure/window, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) "cyk" = ( /obj/structure/table/wood, /obj/machinery/computer/security/telescreen/entertainment/directional/west, @@ -6884,20 +6977,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) -"cDN" = ( -/obj/machinery/door/window{ - base_state = "right"; - icon_state = "right"; - name = "MiniSat Walkway Access" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "cDP" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -6937,6 +7016,20 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"cFl" = ( +/obj/structure/table, +/obj/structure/cable, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap{ + pixel_x = 6 + }, +/obj/item/hand_labeler, +/obj/item/book/manual/chef_recipes{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "cFp" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -6945,6 +7038,15 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, /area/station/engineering/supermatter/room) +"cFv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "cFU" = ( /obj/machinery/reagentgrinder{ pixel_x = 6; @@ -6975,13 +7077,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/security/brig) -"cGw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "cGL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/sorting/mail/flip{ @@ -7023,13 +7118,6 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/wall, /area/station/commons/toilet/auxiliary) -"cHC" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/item/stock_parts/cell/high, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) "cHE" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -7059,13 +7147,6 @@ }, /turf/open/floor/plating, /area/station/science/genetics) -"cIi" = ( -/obj/machinery/light_switch/directional/east, -/obj/structure/easel, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "cIM" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 @@ -7185,14 +7266,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/locker) -"cLi" = ( -/obj/item/kirbyplants/potty, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/lounge) "cLj" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -7227,13 +7300,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/service/library) -"cLK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "cLN" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/firealarm/directional/west, @@ -7273,22 +7339,6 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/medical/psychology) -"cNd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/sign/map/left{ - desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; - icon_state = "map-left-MS"; - pixel_y = 32 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "cNk" = ( /obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 4 @@ -7308,15 +7358,6 @@ "cNS" = ( /turf/open/floor/iron, /area/station/maintenance/port/aft) -"cNX" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/research) "cOa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -7400,18 +7441,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"cPo" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "cPQ" = ( /obj/structure/rack, /obj/item/clothing/gloves/color/fyellow, @@ -7485,6 +7514,17 @@ dir = 4 }, /area/station/science/lab) +"cQx" = ( +/obj/machinery/computer/atmos_control/nitrous_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "cQQ" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ @@ -7492,14 +7532,11 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"cQZ" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio5"; - layer = 3.3; - name = "Xenobio Pen 5 Blast Doors"; - pixel_y = 4; - req_access = list("xenobiology") +"cQV" = ( +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "MiniSat Walkway Access" }, /obj/structure/window/reinforced{ dir = 1 @@ -7507,9 +7544,8 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "cRj" = ( /obj/machinery/vending/hydronutrients, /obj/machinery/light/directional/north, @@ -7530,12 +7566,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"cRC" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/closed/wall, -/area/station/service/theater) "cRW" = ( /obj/machinery/light/directional/south, /obj/machinery/button/door/directional/south{ @@ -7561,6 +7591,23 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"cSb" = ( +/obj/structure/plasticflaps, +/obj/machinery/disposal/delivery_chute, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "cSg" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -7680,31 +7727,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"cTJ" = ( -/obj/machinery/disposal/delivery_chute{ - dir = 4 - }, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - layer = 3 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/window, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "cTQ" = ( /obj/machinery/door/airlock/maintenance{ name = "Disposal Conveyor Access" @@ -7887,6 +7909,13 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/station/science/xenobiology) +"cXQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "cXW" = ( /turf/open/floor/carpet/green, /area/station/maintenance/port/aft) @@ -7940,13 +7969,15 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port) -"cZd" = ( -/obj/machinery/light/small/directional/north, +"cZk" = ( /obj/structure/window/reinforced{ - dir = 8 + dir = 1 }, -/turf/open/floor/engine, -/area/station/science/explab) +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "cZm" = ( /obj/effect/turf_decal/tile/green/opposingcorners{ dir = 1 @@ -7985,16 +8016,6 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"cZY" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/camera, -/obj/item/camera_film, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "dac" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -8026,19 +8047,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"daS" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "daT" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/open/floor/iron, @@ -8095,11 +8103,6 @@ }, /turf/open/floor/wood, /area/station/maintenance/port/aft) -"dbH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/poster/contraband/random/directional/west, -/turf/open/floor/wood, -/area/station/service/theater) "dbX" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8111,14 +8114,14 @@ "dca" = ( /turf/open/floor/iron/white, /area/station/medical/office) -"dce" = ( -/obj/effect/turf_decal/siding/wood{ +"dct" = ( +/obj/machinery/computer/atmos_control/mix_tank{ dir = 1 }, -/obj/machinery/light_switch/directional/south, -/obj/machinery/light/small/directional/south, -/turf/open/floor/wood/large, -/area/station/service/theater) +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "dcF" = ( /obj/effect/landmark/event_spawn, /obj/effect/decal/cleanable/dirt, @@ -8215,29 +8218,22 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"ded" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light_switch/directional/south, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/reagent_containers/cup/beaker/large, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/cup/rag{ - pixel_x = -4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "deg" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"den" = ( +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "deD" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8772,6 +8768,18 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"dnW" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "N2O to Pure" + }, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "dox" = ( /obj/structure/rack, /obj/item/screwdriver{ @@ -8788,6 +8796,15 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/engineering/main) +"doI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "doM" = ( /obj/structure/table/reinforced, /obj/item/clipboard{ @@ -8908,10 +8925,11 @@ "dqN" = ( /turf/open/floor/plating, /area/station/maintenance/port/aft) -"dqQ" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/space/nearstation) +"dqX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/floor/wood, +/area/station/service/theater) "dri" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -9090,19 +9108,6 @@ dir = 1 }, /area/station/engineering/atmos/pumproom) -"dun" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/extinguisher{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/extinguisher, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/science/xenobiology) "duu" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -9117,16 +9122,6 @@ }, /turf/open/floor/iron/dark, /area/station/medical/break_room) -"duF" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/transit_tube/horizontal, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) "duI" = ( /turf/closed/wall, /area/station/command/bridge) @@ -9248,22 +9243,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/cargo/drone_bay) -"dxp" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light/directional/west, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/cargo/storage) "dxq" = ( /obj/structure/chair{ dir = 8 @@ -9326,15 +9305,6 @@ }, /turf/open/floor/plating, /area/station/science/lab) -"dzp" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "dzq" = ( /obj/item/radio/intercom/directional/north, /obj/machinery/light/directional/north, @@ -9361,6 +9331,24 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/engine/n2o, /area/station/engineering/atmos) +"dAc" = ( +/obj/structure/closet/crate/trashcart/laundry, +/obj/effect/spawner/random/contraband/prison, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) "dAk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -9390,33 +9378,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"dBQ" = ( -/obj/machinery/door/window/brigdoor{ - name = "Justice Chamber"; - req_access = list("armory") - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Justice Chamber"; - req_access = list("armory") - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "executionfireblast" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/fourcorners, +"dBb" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, /obj/structure/window/reinforced{ - dir = 8 + dir = 1 }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) +/turf/open/floor/iron, +/area/station/science/research) "dBV" = ( /obj/docking_port/stationary/escape_pod{ dir = 4 @@ -9499,6 +9467,16 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/dark, /area/station/security/interrogation) +"dDg" = ( +/obj/structure/disposaloutlet{ + desc = "An outlet for the pneumatic disposal system. This one seems designed for rapid corpse disposal."; + dir = 8; + name = "rapid corpse mover 9000" + }, +/obj/structure/disposalpipe/trunk, +/obj/structure/window, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "dDo" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, @@ -9519,6 +9497,15 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"dDz" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/service/bar) "dDE" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -9645,6 +9632,17 @@ }, /turf/open/floor/wood, /area/station/service/library) +"dGa" = ( +/obj/structure/flora/bush/pale/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/science/research) "dGq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/stairs/left{ @@ -9798,6 +9796,17 @@ /obj/machinery/door/window/right/directional/west, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) +"dIW" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/freezerchamber) "dJo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -9969,21 +9978,22 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/locker) +"dLT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/theater) "dLU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron/white, /area/station/security/prison/safe) -"dLY" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/costume/sombrero/green, -/obj/structure/sign/poster/random/directional/east, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood/large, -/area/station/service/theater) "dMb" = ( /obj/structure/table, /obj/item/analyzer, @@ -10023,19 +10033,12 @@ }, /turf/open/floor/iron/dark, /area/station/medical/storage) -"dMP" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, +"dMY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/structure/window/reinforced, /turf/open/floor/iron/dark, -/area/station/medical/morgue) +/area/station/command/bridge) "dNw" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -10101,6 +10104,13 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"dOO" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "dOQ" = ( /obj/structure/closet/toolcloset, /obj/effect/turf_decal/delivery, @@ -10111,17 +10121,6 @@ /obj/effect/spawner/random/engineering/tank, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"dPb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "dPh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white/corner, @@ -10176,14 +10175,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science/central) -"dQd" = ( -/obj/machinery/light_switch/directional/south, -/obj/effect/spawner/random/vending/colavend, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "dQA" = ( /obj/machinery/computer/rdservercontrol{ dir = 4 @@ -10247,19 +10238,6 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, /area/station/engineering/main) -"dRr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/space_heater, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/dark/corner, -/area/station/engineering/atmos/storage/gas) "dRx" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -10310,12 +10288,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) -"dRW" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) "dRY" = ( /obj/structure/chair/office, /obj/effect/landmark/start/hangover, @@ -10341,21 +10313,6 @@ /obj/effect/turf_decal/tile/brown/anticorner/contrasted, /turf/open/floor/iron, /area/station/cargo/miningoffice) -"dTd" = ( -/obj/structure/table, -/obj/machinery/camera/directional/south{ - c_tag = "Science Toxins Launch"; - network = list("ss13","rd") - }, -/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "dTi" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -10491,6 +10448,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"dVv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "dVN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -10531,6 +10494,18 @@ /obj/effect/spawner/random/aimodule/harmless, /turf/open/floor/circuit/green, /area/station/ai_monitored/turret_protected/ai_upload) +"dWg" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/food/pie/cream, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/service/kitchen) "dWA" = ( /obj/machinery/light/small/directional/south, /obj/machinery/power/terminal{ @@ -10840,6 +10815,22 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/port) +"ebq" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Art Exhibition"; + req_access = list("library") + }, +/obj/structure/sign/painting/library_secure{ + pixel_x = 32 + }, +/obj/effect/spawner/random/decoration/statue{ + spawn_loot_chance = 50 + }, +/obj/structure/window, +/turf/open/floor/carpet/royalblue, +/area/station/service/library) "ebr" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=0-SecurityDesk"; @@ -10903,6 +10894,16 @@ }, /turf/open/floor/plating, /area/station/science/robotics/lab) +"ebY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "ecp" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/turf_decal/bot, @@ -10992,26 +10993,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) -"edK" = ( -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/medkit/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/o2, -/obj/item/storage/medkit/o2{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/reinforced, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) "edN" = ( /obj/effect/spawner/structure/window, /obj/structure/disposalpipe/segment, @@ -11076,15 +11057,6 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos/pumproom) -"efg" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Bar" - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/lounge) "eft" = ( /obj/structure/extinguisher_cabinet/directional/north, /obj/structure/closet/secure_closet/security/sec, @@ -11103,16 +11075,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"efQ" = ( -/obj/machinery/door/window/right/directional/east{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Fitness Ring" - }, -/obj/structure/window, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation) "efY" = ( /obj/structure/chair/office{ dir = 1 @@ -11162,6 +11124,18 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"egn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "egs" = ( /obj/effect/spawner/random/maintenance/two, /obj/structure/rack, @@ -11334,6 +11308,25 @@ }, /turf/open/floor/iron/dark, /area/station/medical/medbay/central) +"ejF" = ( +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "ejH" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -11351,13 +11344,6 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, /area/station/science/research) -"ejL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/power/energy_accumulator/grounding_rod/anchored, -/obj/structure/window/reinforced/plasma, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "ejP" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -11404,14 +11390,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"eks" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Xenobiology Lab - Pen #5"; - network = list("ss13","rd","xeno") - }, -/obj/structure/window/reinforced, -/turf/open/floor/engine, -/area/station/science/xenobiology) "ekB" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, @@ -11452,6 +11430,33 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"eli" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/disposaloutlet{ + dir = 4; + name = "Cargo Deliveries" + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "elm" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -11610,6 +11615,12 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) +"eoo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/commons/lounge) "eov" = ( /obj/machinery/computer/slot_machine{ pixel_y = 2 @@ -11699,6 +11710,12 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"epM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) "epO" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -11736,13 +11753,6 @@ /obj/structure/sign/poster/contraband/random/directional/west, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"eqv" = ( -/obj/machinery/newscaster/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/service/theater) "eqz" = ( /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/dark, @@ -11801,6 +11811,40 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"erM" = ( +/obj/structure/table/wood, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stamp{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/stamp/denied{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/stamp/head/qm{ + pixel_x = 7; + pixel_y = -2 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"erP" = ( +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "erS" = ( /obj/structure/table/wood, /obj/item/camera_film{ @@ -11847,17 +11891,6 @@ "esk" = ( /turf/closed/wall/r_wall, /area/station/engineering/storage/tcomms) -"esv" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "kitchen_counter"; - name = "Kitchen Counter Shutters" - }, -/obj/item/holosign_creator/robot_seat/restaurant, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "esH" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -11889,16 +11922,6 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron, /area/station/security/brig) -"eta" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/space, -/area/space/nearstation) "etn" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -11958,6 +11981,16 @@ dir = 1 }, /area/station/engineering/atmos) +"etT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/east{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "euc" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/l3closet/janitor, @@ -12053,12 +12086,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"evL" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "evY" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -12143,13 +12170,6 @@ }, /turf/open/floor/iron, /area/station/security/warden) -"ewH" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "ewR" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/engineering{ @@ -12180,6 +12200,10 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"exf" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "exr" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -12239,6 +12263,13 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"eyD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/structure/window/reinforced/plasma, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "eyX" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -12372,13 +12403,6 @@ /obj/structure/table/wood, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"eCQ" = ( -/obj/structure/chair/wood/wings{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/theater) "eCS" = ( /obj/machinery/door/airlock/external{ name = "Space Shack" @@ -12457,10 +12481,23 @@ /obj/effect/mapping_helpers/airlock/access/any/command/maintenance, /turf/open/floor/plating, /area/station/maintenance/central) -"eEN" = ( -/obj/item/radio/intercom/directional/east, -/turf/open/floor/wood, -/area/station/service/theater) +"eER" = ( +/obj/structure/rack, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags, +/obj/item/healthanalyzer, +/obj/structure/disposalpipe/segment, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "eEV" = ( /obj/effect/turf_decal/box/white{ color = "#52B4E9" @@ -12483,6 +12520,14 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"eFR" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "eFU" = ( /obj/structure/chair/sofa/left/brown, /turf/open/floor/carpet, @@ -12513,13 +12558,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"eGz" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "eGC" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -12555,14 +12593,15 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"eIw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, +"eHS" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/siding/wood{ dir = 1 }, -/turf/open/floor/wood/large, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, /area/station/commons/lounge) "eIy" = ( /obj/structure/cable, @@ -12696,6 +12735,18 @@ /obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"eLr" = ( +/obj/machinery/door/window{ + name = "MiniSat Walkway Access" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "eLv" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ @@ -12722,18 +12773,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"eLT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) "eLX" = ( /obj/structure/chair, /obj/structure/sign/warning/vacuum/external/directional/north, @@ -12808,6 +12847,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"eMW" = ( +/obj/structure/flora/bush/pale/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/science/research) "eNb" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -13064,6 +13116,21 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) +"eSC" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/musical_instrument, +/obj/item/clothing/glasses/regular/hipster{ + name = "Hipster Glasses" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) "eSR" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -13170,22 +13237,33 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) +"eVh" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageExternal" + }, +/obj/structure/plasticflaps/opaque, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "eVi" = ( /obj/structure/closet/firecloset, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"eVj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/computer/cargo/request{ - dir = 1 - }, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/cargo/sorting) "eVm" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted, /turf/open/floor/iron, /area/station/construction/mining/aux_base) +"eVy" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/cake_ingredients, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "eVz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -13224,17 +13302,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/surgery/theatre) -"eWx" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "eWy" = ( /obj/item/reagent_containers/cup/bucket, /obj/structure/reagent_dispensers/watertank, @@ -13253,11 +13320,6 @@ }, /turf/open/floor/engine, /area/station/engineering/atmospherics_engine) -"eWG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/mirror/directional/west, -/turf/open/floor/wood, -/area/station/service/theater) "eWO" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -13479,6 +13541,19 @@ dir = 1 }, /area/station/science/lobby) +"faq" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "faD" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -13542,6 +13617,23 @@ "fcq" = ( /turf/closed/wall, /area/station/maintenance/port/greater) +"fcA" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/sign/warning/secure_area/directional/west{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/window/reinforced, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "fcJ" = ( /obj/structure/lattice, /obj/item/shard, @@ -13551,28 +13643,18 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"fcU" = ( -/obj/structure/disposaloutlet{ - desc = "An outlet for the pneumatic disposal system. This one seems designed for rapid corpse disposal."; - dir = 8; - name = "rapid corpse mover 9000" - }, -/obj/structure/disposalpipe/trunk, +"fdl" = ( +/obj/effect/decal/cleanable/food/flour, +/obj/effect/turf_decal/tile/red/opposingcorners, /obj/structure/window, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/turf/open/floor/iron/white, +/area/station/security/prison/mess) "fdH" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 4 }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"fdQ" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "fdX" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -13602,23 +13684,6 @@ /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) -"fef" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio6"; - layer = 3.3; - name = "Xenobio Pen 6 Blast Doors"; - pixel_y = 1; - req_access = list("xenobiology") - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "feF" = ( /obj/structure/extinguisher_cabinet/directional/north, /obj/structure/cable, @@ -13645,6 +13710,12 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/dorms) +"fff" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "ffj" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -13671,12 +13742,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance) -"fge" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/wood/poker, -/turf/open/floor/wood, -/area/station/commons/lounge) "fgl" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -13765,23 +13830,6 @@ /obj/effect/spawner/random/maintenance/three, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"fhz" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio2"; - layer = 3.3; - name = "Xenobio Pen 2 Blast Doors"; - pixel_y = 1; - req_access = list("xenobiology") - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "fhA" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13796,6 +13844,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/construction/storage_wing) +"fhD" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "fhG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -13815,6 +13870,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison) +"fhQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "fia" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/hatch{ @@ -14026,15 +14088,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"fkJ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "fkP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/airalarm/directional/west, @@ -14056,18 +14109,6 @@ /obj/structure/railing, /turf/open/space/basic, /area/space/nearstation) -"flh" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "visitation"; - name = "Visitation Shutters" - }, -/obj/machinery/door/window/right/directional/south{ - dir = 4 - }, -/obj/structure/table, -/turf/open/floor/iron, -/area/station/security/prison/visit) "flk" = ( /obj/machinery/door/airlock/grunge{ name = "Cell 2" @@ -14237,20 +14278,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/security/holding_cell) -"foI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/closet/crate/secure{ - desc = "A secure crate containing various materials for building a customised test-site."; - name = "Test Site Materials Crate"; - req_access = list("ordnance") - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "foP" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -14261,6 +14288,44 @@ }, /turf/open/floor/iron/white/smooth_large, /area/station/medical/storage) +"foV" = ( +/obj/machinery/door/window/right/directional/south{ + name = "First Aid Supplies"; + req_access = list("medical") + }, +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/medkit/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/brute, +/obj/item/storage/medkit/brute{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/table/reinforced, +/obj/machinery/light/directional/north, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"fpd" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "MiniSat Airlock Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "fpj" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -14331,6 +14396,21 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) +"fqD" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/wood, +/area/station/commons/lounge) +"fqF" = ( +/obj/structure/table, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "fqR" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -14413,6 +14493,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"ftb" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) "ftd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -14457,6 +14547,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"fvx" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/explab) "fvE" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/medical/central) @@ -14552,27 +14649,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"fxW" = ( -/obj/machinery/light/directional/north, -/obj/machinery/door/window{ - name = "Secure Art Exhibition"; - req_access = list("library") - }, -/obj/structure/table/wood/fancy/royalblue, -/obj/structure/sign/painting/large/library{ - dir = 1 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/service/library) -"fya" = ( -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) "fym" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -14582,13 +14658,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) -"fyn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "fyo" = ( /obj/effect/landmark/generic_maintenance_landmark, /obj/machinery/light/small/directional/south, @@ -14608,42 +14677,6 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) -"fyE" = ( -/obj/item/target, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"fyL" = ( -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/cup/bottle/syrup_bottle/korta_nectar{ - pixel_x = 5; - pixel_y = 16 - }, -/obj/item/reagent_containers/cup/bottle/syrup_bottle/liqueur{ - pixel_x = -5; - pixel_y = 16 - }, -/obj/item/reagent_containers/cup/bottle/syrup_bottle/caramel{ - pixel_x = 15; - pixel_y = 16 - }, -/obj/item/storage/fancy/coffee_condi_display{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) "fyY" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 1; @@ -14698,14 +14731,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"fzO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/station/service/theater) "fAd" = ( /obj/structure/table/reinforced, /obj/machinery/recharger, @@ -14728,18 +14753,15 @@ /obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) -"fAy" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/syringes{ - pixel_y = 4 +"fAG" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/cup/watering_can, +/obj/effect/turf_decal/stripes/line, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/storage/box/syringes, -/obj/item/gun/syringe, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) +/turf/open/floor/iron, +/area/station/service/hydroponics) "fAI" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/decal/cleanable/dirt, @@ -14748,13 +14770,6 @@ "fAL" = ( /turf/closed/wall, /area/station/security/detectives_office) -"fAW" = ( -/obj/structure/closet/crate/coffin, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/service/chapel/funeral) "fBc" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/effect/turf_decal/trimline/yellow/warning, @@ -14773,6 +14788,29 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"fBo" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 8; + name = "Magboot Storage"; + pixel_x = -1; + req_access = list("eva") + }, +/obj/structure/rack, +/obj/item/clothing/shoes/magboots{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) "fBt" = ( /obj/effect/spawner/random/trash/garbage{ spawn_scatter_radius = 1 @@ -14898,9 +14936,23 @@ /obj/effect/mapping_helpers/airlock/access/all/service/general, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"fEn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "fEK" = ( /turf/closed/wall, /area/station/medical/medbay/central) +"fEL" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stamp/head/ce, +/obj/item/reagent_containers/pill/patch/aiuri, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) "fEU" = ( /obj/machinery/bci_implanter, /turf/open/floor/iron, @@ -15046,6 +15098,12 @@ /obj/effect/mapping_helpers/airlock/access/all/security/detective, /turf/open/floor/plating, /area/station/maintenance/fore) +"fGH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "fGM" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -15110,12 +15168,36 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/teleporter) +"fHy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) "fHC" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"fHD" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/dna_infuser, +/obj/item/infuser_book, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"fHU" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "fHV" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/security_space_law{ @@ -15179,6 +15261,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) +"fJt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "fJy" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/engine) @@ -15338,6 +15429,12 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/command/bridge) +"fMm" = ( +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) "fMn" = ( /obj/machinery/door/firedoor/heavy, /obj/effect/turf_decal/stripes/corner{ @@ -15426,12 +15523,6 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"fNX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/wood, -/area/station/commons/lounge) "fOb" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/maintenance, @@ -15470,25 +15561,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) -"fOo" = ( -/obj/structure/sign/map/left{ - desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; - icon_state = "map-left-MS"; - pixel_y = 32 - }, -/obj/structure/tank_dispenser{ - pixel_x = -1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos/storage/gas) "fOu" = ( /obj/effect/turf_decal/siding/white{ dir = 8 @@ -15535,6 +15607,32 @@ "fPD" = ( /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"fPR" = ( +/obj/machinery/door/window/right/directional/south{ + dir = 1; + name = "First Aid Supplies"; + req_access = list("medical") + }, +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/medkit/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/toxin, +/obj/item/storage/medkit/toxin{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/table/reinforced, +/obj/machinery/light/directional/south, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) "fQe" = ( /obj/machinery/light/directional/east, /turf/open/floor/iron/dark, @@ -15570,10 +15668,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/port/aft) -"fQT" = ( -/obj/effect/landmark/start/mime, -/turf/open/floor/carpet, -/area/station/service/theater) "fQW" = ( /obj/machinery/door/airlock/mining/glass{ name = "Mining Dock" @@ -15675,6 +15769,21 @@ /obj/effect/turf_decal/tile/blue/opposingcorners, /turf/open/floor/iron, /area/station/service/hydroponics) +"fSY" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/folder/red{ + pixel_x = -7 + }, +/obj/item/folder/red{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/stamp/head/hos, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "fTn" = ( /obj/structure/table/wood, /obj/item/folder/blue, @@ -15738,11 +15847,6 @@ /obj/machinery/libraryscanner, /turf/open/floor/wood, /area/station/service/library) -"fUY" = ( -/obj/structure/cable, -/obj/structure/window/reinforced, -/turf/open/floor/engine, -/area/station/science/xenobiology) "fVa" = ( /obj/structure/cable, /obj/machinery/light_switch/directional/west, @@ -15758,17 +15862,14 @@ /obj/effect/turf_decal/tile/brown/half/contrasted, /turf/open/floor/iron, /area/station/cargo/sorting) -"fVr" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 +"fVt" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/firealarm/directional/south, -/obj/structure/table/wood, -/obj/item/stack/sheet/cloth/ten, -/obj/item/toy/crayon/spraycan, -/obj/item/stack/rods/ten, -/turf/open/floor/wood/large, -/area/station/service/theater) +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "fVA" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 4 @@ -15778,6 +15879,13 @@ dir = 1 }, /area/station/engineering/atmos) +"fVC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "fVF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -15970,12 +16078,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/service/library) -"fZs" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "fZG" = ( /obj/item/radio/intercom/directional/north, /obj/machinery/computer/security, @@ -15997,6 +16099,15 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/construction, /turf/open/floor/iron, /area/station/engineering/gravity_generator) +"fZV" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/lounge) "gae" = ( /obj/effect/spawner/xmastree, /turf/open/floor/wood, @@ -16173,12 +16284,6 @@ }, /turf/open/floor/grass, /area/station/science/research) -"gcW" = ( -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/station/service/theater) "gdb" = ( /turf/closed/wall/r_wall, /area/station/security/range) @@ -16222,6 +16327,22 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) +"gen" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_y = 3 + }, +/obj/item/pen, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 1; + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/transit_tube) "gev" = ( /obj/effect/turf_decal/delivery, /turf/open/floor/iron, @@ -16328,15 +16449,6 @@ "ggj" = ( /turf/closed/wall, /area/station/security/evidence) -"ggF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/wood/poker, -/obj/effect/spawner/random/entertainment/gambling, -/obj/effect/spawner/random/entertainment/gambling, -/obj/effect/spawner/random/entertainment/gambling, -/turf/open/floor/wood, -/area/station/commons/lounge) "ggH" = ( /obj/effect/spawner/random/structure/chair_maintenance, /turf/open/floor/iron/checker, @@ -16382,32 +16494,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"ghq" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/station/service/theater) -"ghw" = ( -/obj/effect/landmark/start/clown, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/theater) -"ghC" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/window/left/directional/east{ - name = "Kitchen Delivery"; - req_access = list("kitchen") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/tlv_cold_room, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "ghK" = ( /obj/structure/rack, /obj/item/tank/internals/oxygen, @@ -16534,6 +16620,21 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/service/hydroponics) +"gkC" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio7"; + layer = 3.3; + name = "Xenobio Pen 7 Blast Doors"; + pixel_y = 4; + req_access = list("xenobiology") + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "gkD" = ( /obj/machinery/recharger{ pixel_y = 3 @@ -16587,13 +16688,13 @@ /obj/effect/turf_decal/tile/yellow/half/contrasted, /turf/open/floor/iron, /area/station/engineering/break_room) -"glJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +"glP" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/turf/open/floor/carpet, +/turf/open/floor/wood, /area/station/service/theater) "glW" = ( /obj/structure/showcase/machinery/microwave{ @@ -16724,6 +16825,10 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"gnh" = ( +/obj/structure/window/reinforced, +/turf/open/space, +/area/space/nearstation) "gnk" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, @@ -16735,6 +16840,15 @@ /obj/effect/turf_decal/trimline/dark_red/filled/line, /turf/open/floor/iron, /area/station/security/warden) +"gnt" = ( +/obj/structure/cable, +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/carpet, +/area/station/command/corporate_showroom) "gnA" = ( /obj/structure/lattice/catwalk, /obj/structure/easel, @@ -16827,6 +16941,10 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"gpf" = ( +/obj/structure/chair/wood/wings, +/turf/open/floor/carpet, +/area/station/service/theater) "gpk" = ( /obj/structure/table, /obj/item/hatchet, @@ -16880,6 +16998,24 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"gql" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "gqm" = ( /obj/effect/spawner/structure/window, /obj/machinery/door/poddoor/shutters/preopen{ @@ -16977,6 +17113,19 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) +"grR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/east{ + c_tag = "Outer Vault"; + name = "storage wing camera"; + network = list("ss13","vault") + }, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/construction/storage_wing) "grZ" = ( /obj/structure/chair, /obj/machinery/camera/directional/north{ @@ -17011,10 +17160,32 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"gsM" = ( +/obj/structure/bodycontainer/morgue{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "gsO" = ( /obj/machinery/holopad, /turf/open/floor/wood, /area/station/service/library) +"gsP" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Kitchen - Cold Room" + }, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "gsW" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical/glass{ @@ -17233,13 +17404,6 @@ /obj/structure/cable, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"gwT" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) "gwZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -17314,6 +17478,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/engine, /area/station/science/xenobiology) +"gyO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/service/theater) "gyQ" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance) @@ -17370,6 +17541,13 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"gAu" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) "gAw" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -17459,6 +17637,16 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) +"gCy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "gCA" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/iron/dark, @@ -17524,6 +17712,19 @@ "gEg" = ( /turf/closed/wall, /area/station/security/execution/education) +"gEk" = ( +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel/funeral) "gEl" = ( /obj/structure/bed, /obj/item/bedsheet/red, @@ -17604,14 +17805,6 @@ /obj/machinery/photocopier, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) -"gFz" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/space, -/area/space/nearstation) "gFD" = ( /obj/structure/table, /obj/item/book/manual/hydroponics_pod_people, @@ -17629,6 +17822,18 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) +"gFO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/wood, +/area/station/service/theater) "gFQ" = ( /turf/closed/wall/r_wall, /area/station/science/research) @@ -17652,13 +17857,6 @@ /obj/structure/closet/crate/coffin, /turf/open/floor/plating, /area/station/service/chapel/funeral) -"gGk" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cable, -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/reinforced, -/turf/open/floor/carpet, -/area/station/command/corporate_showroom) "gGo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -17683,6 +17881,17 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) +"gHC" = ( +/obj/structure/table/wood, +/obj/machinery/light_switch/directional/west, +/obj/item/storage/secure/briefcase{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/lockbox/medal, +/obj/structure/window/reinforced, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "gHE" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -17729,6 +17938,12 @@ dir = 8 }, /area/station/science/lab) +"gIm" = ( +/obj/structure/table, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/tile/bar, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "gIB" = ( /obj/structure/light_construct/directional/north, /obj/effect/decal/cleanable/greenglow, @@ -17920,6 +18135,13 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) +"gLF" = ( +/obj/structure/sink/kitchen/directional/west, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" + }, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "gLI" = ( /obj/machinery/door/poddoor/massdriver_ordnance, /obj/structure/fans/tiny, @@ -18015,6 +18237,16 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"gNk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/random/directional/east, +/obj/structure/table/wood, +/obj/item/food/pie/cream, +/turf/open/floor/wood/large, +/area/station/service/theater) "gNl" = ( /obj/machinery/door/airlock/medical/glass{ name = "Medbay Storage" @@ -18056,6 +18288,15 @@ /obj/structure/sign/poster/official/random/directional/west, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"gNP" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "MiniSat Exterior - Fore Starboard"; + network = list("minisat") + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "gNT" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -18106,6 +18347,21 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"gOv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) +"gOy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/structure/window/reinforced/plasma{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "gOB" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/engine, @@ -18133,6 +18389,17 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) +"gOY" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "gPa" = ( /obj/structure/chair/comfy/black{ dir = 8 @@ -18157,15 +18424,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) -"gPF" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "gPY" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -18361,13 +18619,6 @@ /obj/structure/sign/warning/electric_shock/directional/north, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"gUM" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on/coldroom, -/obj/effect/turf_decal/delivery, -/obj/machinery/light_switch/directional/north, -/obj/structure/window/reinforced, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "gUP" = ( /obj/structure/chair{ dir = 1 @@ -18395,12 +18646,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"gVa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/wood, -/area/station/commons/lounge) "gVb" = ( /obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/dirt/dust, @@ -18435,14 +18680,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"gVE" = ( -/obj/machinery/computer/atmos_control/mix_tank{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "gVO" = ( /obj/effect/turf_decal/trimline/purple/corner{ dir = 1 @@ -18534,15 +18771,6 @@ /obj/structure/flora/rock/pile/jungle/style_random, /turf/open/floor/grass, /area/station/medical/virology) -"gXo" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "gXp" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating/airless, @@ -18683,16 +18911,13 @@ /obj/effect/mapping_helpers/mail_sorting/service/kitchen, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) -"gZt" = ( -/obj/item/target, +"gZu" = ( /obj/effect/turf_decal/stripes/line{ - dir = 4 + dir = 1 }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) +/obj/structure/window/reinforced, +/turf/open/floor/iron/white, +/area/station/science/lab) "gZD" = ( /obj/structure/table/glass, /obj/machinery/light_switch/directional/west, @@ -18705,6 +18930,15 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/iron, /area/station/engineering/main) +"gZM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) "gZQ" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -18715,6 +18949,13 @@ }, /turf/open/floor/iron, /area/station/science/explab) +"gZV" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "haa" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/bot{ @@ -18830,6 +19071,16 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos/storage/gas) +"hcl" = ( +/obj/item/target, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) "hcm" = ( /obj/structure/plasticflaps/opaque{ name = "Service Deliveries" @@ -18863,13 +19114,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"hcD" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/engine, -/area/station/science/xenobiology) "hcP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, @@ -18942,18 +19186,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"hdQ" = ( -/obj/machinery/mineral/stacking_machine{ - input_dir = 2 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "hdZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -18977,6 +19209,13 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"hey" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "heE" = ( /obj/structure/table/wood, /obj/effect/spawner/random/decoration/ornament, @@ -19106,6 +19345,10 @@ }, /turf/open/floor/plating, /area/station/security/brig) +"hht" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) "hhN" = ( /obj/machinery/vending/cigarette, /obj/effect/turf_decal/tile/bar/opposingcorners, @@ -19153,6 +19396,22 @@ }, /turf/open/floor/iron/kitchen_coldroom/freezerfloor, /area/station/service/kitchen/coldroom) +"hiZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/disposalpipe/segment, +/obj/item/bikehorn/rubberducky, +/obj/machinery/light_switch/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "hja" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -19214,16 +19473,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"hki" = ( -/obj/structure/closet/bombcloset/security, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig) "hkj" = ( /turf/open/floor/plating, /area/station/cargo/drone_bay) @@ -19237,24 +19486,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"hku" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"hkA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/white, -/area/station/science/lab) "hkE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -19348,6 +19579,23 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) +"hlB" = ( +/obj/machinery/flasher/directional/north{ + id = "AI" + }, +/obj/effect/spawner/random/aimodule/harmful, +/obj/structure/table/wood/fancy/red, +/obj/machinery/door/window/brigdoor/left/directional/south{ + dir = 8; + name = "High-Risk Modules"; + req_access = list("captain") + }, +/obj/item/ai_module/reset/purge{ + pixel_y = 11 + }, +/obj/structure/window/reinforced, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) "hlD" = ( /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) @@ -19370,13 +19618,6 @@ }, /turf/open/floor/engine/vacuum, /area/space/nearstation) -"hlQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/wood/poker, -/obj/effect/spawner/random/entertainment/cigarette, -/turf/open/floor/wood, -/area/station/commons/lounge) "hlU" = ( /obj/machinery/computer/security/telescreen{ desc = "Used for monitoring medbay to ensure patient safety."; @@ -19430,6 +19671,18 @@ /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron/white, /area/station/security/prison/mess) +"hnn" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "CO2 to Pure" + }, +/obj/effect/turf_decal/tile/dark/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "hnp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, /obj/effect/turf_decal/tile/red/half/contrasted{ @@ -19582,6 +19835,17 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"hqM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/hangover, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "hqT" = ( /obj/structure/chair{ dir = 4 @@ -19589,32 +19853,10 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"hqW" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 9 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/deepfryer, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "hrh" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2, /turf/open/floor/iron/dark/airless, /area/station/science/ordnance/freezerchamber) -"hri" = ( -/obj/structure/table/reinforced, -/obj/structure/displaycase/forsale/kitchen{ - pixel_y = 8 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/service/bar) "hrG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -19630,6 +19872,14 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, /area/station/service/bar) +"hsi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood/large, +/area/station/service/theater) "hsp" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -19787,6 +20037,15 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"hve" = ( +/obj/structure/cable, +/obj/machinery/computer/shuttle/mining/common, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/security/checkpoint/customs) "hvr" = ( /obj/machinery/camera/directional/south{ c_tag = "Central Primary Hallway - Fore - Courtroom" @@ -19808,28 +20067,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"hvv" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/anesthetic{ - pixel_x = 3 - }, -/obj/item/tank/internals/anesthetic, -/obj/item/tank/internals/anesthetic{ - pixel_x = -3 - }, -/obj/item/clothing/mask/breath/medical{ - pixel_y = -3 - }, -/obj/item/clothing/mask/breath/medical, -/obj/item/clothing/mask/breath/medical{ - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/theatre) "hvB" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/effect/turf_decal/trimline/brown/filled/warning, @@ -19902,15 +20139,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"hwS" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/research) "hwZ" = ( /obj/structure/chair/stool/directional/north, /obj/structure/cable, @@ -20050,9 +20278,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"hyh" = ( -/turf/open/floor/wood/large, -/area/station/commons/lounge) "hyn" = ( /obj/machinery/airalarm/directional/west, /obj/effect/spawner/random/vending/snackvend, @@ -20063,6 +20288,22 @@ }, /turf/open/floor/iron/dark, /area/station/medical/break_room) +"hyD" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) "hyN" = ( /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, @@ -20094,6 +20335,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"hzt" = ( +/obj/structure/transit_tube/curved/flipped, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "hzw" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, @@ -20111,21 +20365,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/cytology) -"hzV" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/effect/spawner/random/trash/soap, -/obj/structure/sign/poster/random/directional/east, -/turf/open/floor/wood/large, -/area/station/service/theater) -"hAc" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/bar, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "hAk" = ( /obj/structure/cable, /obj/effect/landmark/start/hangover, @@ -20142,6 +20381,18 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"hAL" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "visitation"; + name = "Visitation Shutters" + }, +/obj/machinery/door/window/right/directional/south{ + dir = 4 + }, +/obj/structure/table, +/turf/open/floor/iron, +/area/station/security/prison/visit) "hAN" = ( /obj/structure/cable, /obj/effect/spawner/random/trash/garbage{ @@ -20164,6 +20415,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/service/chapel/office) +"hBm" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "hBr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -20274,12 +20532,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"hDq" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/commons/lounge) "hDX" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -20294,6 +20546,18 @@ }, /turf/open/floor/plating, /area/station/medical/pharmacy) +"hEw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/bot_white, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "hEA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -20301,11 +20565,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/cryo) -"hED" = ( -/obj/structure/cable, -/obj/structure/table, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "hEO" = ( /obj/machinery/suit_storage_unit/rd, /obj/effect/turf_decal/stripes/line{ @@ -20404,20 +20663,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"hGK" = ( -/obj/structure/table, -/obj/structure/cable, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap{ - pixel_x = 6 - }, -/obj/item/hand_labeler, -/obj/item/book/manual/chef_recipes{ - pixel_x = 2; - pixel_y = 6 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "hGL" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -20441,12 +20686,6 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"hHB" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "hHK" = ( /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) @@ -20514,12 +20753,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"hJf" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/space, -/area/space/nearstation) "hJv" = ( /obj/structure/chair/stool/directional/south, /obj/structure/disposalpipe/segment{ @@ -20542,6 +20775,18 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/station/maintenance/port) +"hJI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "hJJ" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -20636,6 +20881,19 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"hLv" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "hLB" = ( /obj/structure/rack, /obj/item/crowbar/red, @@ -20646,16 +20904,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"hLC" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "hLJ" = ( /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /obj/effect/turf_decal/stripes/line, @@ -20774,6 +21022,21 @@ /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron, /area/station/security/checkpoint/science) +"hNA" = ( +/obj/structure/table, +/obj/machinery/camera/directional/south{ + c_tag = "Science Toxins Launch"; + network = list("ss13","rd") + }, +/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "hND" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -20834,17 +21097,6 @@ }, /turf/open/floor/iron/freezer, /area/station/security/prison/shower) -"hOS" = ( -/mob/living/carbon/human/species/monkey, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/grass, -/area/station/science/genetics) -"hPp" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/carpet, -/area/station/service/theater) "hPu" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/hidden{ dir = 5 @@ -20852,6 +21104,11 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/engineering/break_room) +"hPK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "hPM" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -20889,6 +21146,37 @@ dir = 1 }, /area/station/service/chapel) +"hQH" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "packageExternal" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Cargo Bay - Aft"; + pixel_x = 14 + }, +/obj/machinery/disposal/delivery_chute{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/door/window/right/directional/west{ + dir = 4; + name = "Crate to Shuttle"; + req_access = list("shipping") + }, +/obj/structure/plasticflaps/opaque{ + name = "Service Deliveries" + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) "hQT" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -21021,6 +21309,13 @@ }, /turf/open/floor/wood, /area/station/service/cafeteria) +"hSr" = ( +/obj/machinery/holopad/secure, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "hSt" = ( /obj/machinery/keycard_auth/directional/west, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -21207,20 +21502,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/white, /area/station/medical/virology) -"hVV" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "packageExternal" - }, -/obj/structure/window{ - dir = 8 - }, -/obj/structure/plasticflaps/opaque, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) "hVW" = ( /obj/effect/landmark/generic_maintenance_landmark, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -21253,6 +21534,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"hWa" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "hWj" = ( /obj/machinery/computer/slot_machine{ pixel_y = 2 @@ -21397,6 +21684,19 @@ /obj/machinery/meter, /turf/closed/wall/r_wall, /area/station/engineering/atmos) +"hYx" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "hYA" = ( /obj/item/assembly/timer{ pixel_x = -3; @@ -21502,6 +21802,17 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"iaS" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/service/kitchen) "iaZ" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=16-Fore"; @@ -21510,20 +21821,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"ibj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "ibw" = ( /obj/effect/turf_decal/tile/purple/half/contrasted{ dir = 4 @@ -21558,6 +21855,33 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"icb" = ( +/obj/machinery/door/window/brigdoor{ + name = "Justice Chamber"; + req_access = list("armory") + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Justice Chamber"; + req_access = list("armory") + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) "ich" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, /obj/machinery/atmospherics/pipe/smart/simple/purple/visible, @@ -21614,6 +21938,11 @@ /obj/structure/sign/warning/electric_shock, /turf/open/floor/engine, /area/station/science/xenobiology) +"idR" = ( +/obj/structure/table, +/obj/item/food/dough, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "ied" = ( /obj/structure/table, /obj/item/paper/fluff/holodeck/disclaimer, @@ -21717,18 +22046,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"ifU" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Plasma to Pure" - }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "igh" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -21881,16 +22198,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/plating, /area/station/maintenance/fore) -"iin" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Bar - Starboard" - }, -/obj/structure/cable, -/obj/effect/spawner/random/entertainment/arcade, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/lounge) "iio" = ( /obj/machinery/door/airlock/command{ name = "Research Director's Office" @@ -21924,6 +22231,24 @@ /obj/machinery/air_sensor/mix_tank, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) +"iiN" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "ije" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/east, @@ -21936,15 +22261,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/service/hydroponics) -"ijU" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "ijZ" = ( /obj/structure/cable, /turf/open/floor/iron/white, @@ -21952,6 +22268,11 @@ "ikb" = ( /turf/open/floor/iron, /area/station/commons/dorms) +"iks" = ( +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater) "ikw" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/bot, @@ -22059,6 +22380,19 @@ }, /turf/open/floor/iron/white, /area/station/science/research) +"ilq" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/iron/fifty, +/obj/item/storage/toolbox/emergency, +/obj/structure/cable, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "ilx" = ( /obj/structure/closet/emcloset, /obj/effect/landmark/start/hangover/closet, @@ -22151,6 +22485,15 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"ink" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/research) "inw" = ( /obj/machinery/disposal/bin{ desc = "A pneumatic waste disposal unit. This one leads into space!"; @@ -22180,17 +22523,6 @@ /obj/item/pai_card, /turf/open/floor/wood, /area/station/service/library) -"inI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 9 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "inL" = ( /obj/machinery/status_display/evac/directional/north, /obj/effect/turf_decal/stripes/line{ @@ -22304,13 +22636,6 @@ }, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"ipd" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "ipy" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -22361,23 +22686,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/primary/fore) -"ipY" = ( -/obj/machinery/door/window/right/directional/south{ - dir = 4; - name = "Engineering Deliveries"; - req_access = list("engineering") - }, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/engineering/main) -"ipZ" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/cable, -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/reinforced, -/turf/open/floor/carpet, -/area/station/command/corporate_showroom) "iqc" = ( /obj/structure/reflector/single/anchored{ dir = 9 @@ -22484,6 +22792,26 @@ }, /turf/open/floor/iron/kitchen_coldroom/freezerfloor, /area/station/maintenance/starboard/greater) +"irz" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "N2 to Pure" + }, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) "irL" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, @@ -22629,6 +22957,12 @@ /obj/effect/turf_decal/tile/yellow/fourcorners, /turf/open/floor/iron, /area/station/engineering/break_room) +"itg" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/bar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "itn" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/engine, @@ -22753,6 +23087,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) +"ivy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "ivB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -22794,6 +23136,16 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"iwf" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/costume/sombrero/green, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/theater) "iwt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/closed/wall, @@ -22816,25 +23168,6 @@ /obj/item/clothing/glasses/welding, /turf/open/floor/iron, /area/station/science/robotics/lab) -"iwM" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding{ - dir = 4 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/taperecorder{ - pixel_x = 6; - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) "iwO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -23180,18 +23513,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"iCi" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/machinery/dna_infuser, -/obj/item/infuser_book, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "iCj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /obj/effect/mapping_helpers/airlock/locked, @@ -23243,11 +23564,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"iCY" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "iDh" = ( /obj/machinery/computer/communications{ dir = 8 @@ -23264,26 +23580,6 @@ /obj/effect/landmark/start/security_officer, /turf/open/floor/iron/dark, /area/station/security/range) -"iDA" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"iDC" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/wood, -/area/station/service/theater) "iDG" = ( /obj/structure/table, /obj/item/stock_parts/scanning_module{ @@ -23302,17 +23598,6 @@ }, /turf/open/floor/iron, /area/station/cargo/drone_bay) -"iDK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/kirbyplants/random, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "iDN" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -23330,16 +23615,12 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"iEk" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ +"iEj" = ( +/obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron, -/area/station/commons/storage/tools) +/turf/open/floor/plating/airless, +/area/space/nearstation) "iEm" = ( /obj/structure/reagent_dispensers/plumbed, /turf/open/floor/plating, @@ -23357,6 +23638,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"iEZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) "iFe" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/white/line{ @@ -23457,19 +23747,6 @@ /obj/item/modular_computer/laptop/preset/civilian, /turf/open/floor/wood, /area/station/service/cafeteria) -"iHh" = ( -/obj/machinery/light/directional/east, -/obj/structure/sign/poster/random/directional/east, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 10 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "iHn" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 @@ -23506,27 +23783,24 @@ "iHD" = ( /turf/closed/wall/r_wall, /area/station/security/courtroom) -"iHQ" = ( -/obj/structure/table, -/obj/item/reagent_containers/condiment/saltshaker{ - layer = 3.1; - pixel_x = -2; - pixel_y = 2 +"iHF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/obj/item/reagent_containers/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = -8; - pixel_y = 2 +/obj/machinery/firealarm/directional/south, +/obj/structure/table/wood, +/obj/item/stack/sheet/cloth/ten, +/obj/item/toy/crayon/spraycan, +/obj/item/stack/rods/ten, +/turf/open/floor/wood/large, +/area/station/service/theater) +"iHH" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/item/reagent_containers/condiment/enzyme{ - pixel_x = 9; - pixel_y = 3 - }, -/obj/item/book/manual/chef_recipes, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/structure/window, -/turf/open/floor/iron/white, -/area/station/security/prison/mess) +/obj/structure/window/reinforced, +/turf/open/floor/engine, +/area/station/science/xenobiology) "iIq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/chapel{ @@ -23552,24 +23826,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"iIT" = ( -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 5 - }, -/obj/machinery/light/directional/south, -/obj/structure/sign/poster/random/directional/east, -/obj/machinery/requests_console/directional/south{ - department = "Kitchen"; - name = "Kitchen Requests Console"; - supplies_requestable = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/obj/machinery/deepfryer, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "iIW" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -23617,12 +23873,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) -"iJr" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/explab) "iJt" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/machinery/camera/directional/east{ @@ -23694,20 +23944,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"iKc" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) -"iKJ" = ( -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/pen, -/obj/structure/table/wood, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "iKL" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -23914,27 +24150,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"iMH" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/siding/wood, -/obj/structure/sign/poster/random/directional/north, -/turf/open/floor/wood/large, -/area/station/service/theater) -"iMJ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Air to Pure" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "iMQ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -23978,12 +24193,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating/airless, /area/space/nearstation) -"iNj" = ( -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation) "iNo" = ( /obj/structure/filingcabinet/filingcabinet, /obj/machinery/camera/directional/south{ @@ -24017,6 +24226,23 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) +"iNK" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio2"; + layer = 3.3; + name = "Xenobio Pen 2 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "iNQ" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -24030,6 +24256,17 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"iNV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/item/holosign_creator/robot_seat/restaurant, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "iOc" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -24363,6 +24600,14 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) +"iSh" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "iSk" = ( /obj/structure/sign/map/right{ desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; @@ -24420,6 +24665,23 @@ /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron, /area/station/security/checkpoint/science) +"iTQ" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio1"; + layer = 3.3; + name = "Xenobio Pen 1 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "iTX" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ @@ -24453,19 +24715,6 @@ "iUm" = ( /turf/closed/wall, /area/station/hallway/secondary/exit/departure_lounge) -"iUp" = ( -/obj/structure/table/wood, -/obj/item/lipstick{ - pixel_y = 5 - }, -/obj/machinery/light/small/directional/east, -/obj/effect/spawner/random/entertainment/musical_instrument, -/obj/structure/sign/poster/random/directional/east, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood/large, -/area/station/service/theater) "iUq" = ( /obj/machinery/light/directional/south, /obj/structure/disposalpipe/segment{ @@ -24510,10 +24759,6 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"iUL" = ( -/obj/structure/chair/wood/wings, -/turf/open/floor/carpet, -/area/station/service/theater) "iVi" = ( /obj/machinery/door/airlock{ id_tag = "Cabin6"; @@ -24718,6 +24963,22 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/construction/mining/aux_base) +"iZd" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/left/directional/east{ + name = "Kitchen Delivery"; + req_access = list("kitchen") + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/tlv_cold_room, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "iZi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -24734,6 +24995,18 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) +"iZn" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/syringes{ + pixel_y = 4 + }, +/obj/item/storage/box/syringes, +/obj/item/gun/syringe, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) "iZF" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -24808,11 +25081,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/research) -"jbi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/station/service/theater) "jbk" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -24840,15 +25108,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"jcp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/range) "jcw" = ( /obj/machinery/atmospherics/components/tank, /turf/open/floor/iron/dark, @@ -24907,10 +25166,6 @@ }, /turf/open/floor/iron, /area/station/construction/storage_wing) -"jds" = ( -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "jdB" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -24931,13 +25186,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/fore) -"jdY" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/research) "jdZ" = ( /obj/docking_port/stationary/random{ dir = 4; @@ -25199,13 +25447,18 @@ /obj/machinery/door/firedoor/heavy, /turf/open/floor/iron/dark/textured, /area/station/engineering/atmos) -"jhu" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - dir = 1 +"jhp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/commons/lounge) +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "jhv" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -25265,15 +25518,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"jiR" = ( -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation) "jjj" = ( /obj/structure/chair/comfy/black{ dir = 4 @@ -25305,6 +25549,12 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"jjy" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "jjC" = ( /obj/structure/flora/bush/lavendergrass/style_random, /obj/item/food/grown/banana, @@ -25350,7 +25600,7 @@ }, /turf/open/floor/iron, /area/station/security/office) -"jkE" = ( +"jkG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/transit_tube/station/dispenser{ @@ -25388,26 +25638,6 @@ /obj/structure/chair/stool/directional/west, /turf/open/floor/iron, /area/station/cargo/sorting) -"jlh" = ( -/obj/machinery/door/window/left/directional/north{ - name = "Inner Pipe Access"; - req_access = list("atmospherics") - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "N2 to Pure" - }, -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) "jln" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit/red, @@ -25453,15 +25683,6 @@ }, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"jme" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/obj/structure/window/reinforced/plasma{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "jml" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -25501,6 +25722,15 @@ }, /turf/open/floor/iron, /area/station/security/prison) +"jmB" = ( +/obj/machinery/restaurant_portal/restaurant, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/wood, +/area/station/commons/lounge) "jmJ" = ( /obj/machinery/portable_atmospherics/canister/air, /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ @@ -25551,6 +25781,21 @@ /obj/item/canvas/twentythree_twentythree, /turf/open/floor/wood, /area/station/service/library) +"jnI" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Teleporter Room" + }, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "jnQ" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, /obj/structure/cable, @@ -25569,10 +25814,6 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"job" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) "joj" = ( /obj/item/radio/intercom/directional/east, /obj/effect/turf_decal/tile/yellow/half/contrasted{ @@ -25650,6 +25891,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"jqa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "jql" = ( /obj/machinery/door/airlock{ id_tag = "AuxToilet2"; @@ -25657,17 +25904,6 @@ }, /turf/open/floor/iron, /area/station/commons/toilet/auxiliary) -"jqC" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/freezerchamber) "jqQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/effect/turf_decal/tile/blue/fourcorners, @@ -25760,10 +25996,6 @@ }, /turf/open/floor/iron/white, /area/station/science/cytology) -"jsn" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/commons/lounge) "jso" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -26012,6 +26244,16 @@ dir = 1 }, /area/station/service/chapel) +"jvL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/explab) "jvO" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -26126,14 +26368,6 @@ }, /turf/open/floor/iron/white, /area/station/science/explab) -"jwV" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "jwW" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command{ @@ -26166,6 +26400,15 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"jxv" = ( +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Captain's Office"; + name = "Captain's Fax Machine" + }, +/obj/structure/window/reinforced, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "jxA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26213,12 +26456,6 @@ }, /turf/open/floor/iron, /area/station/security/warden) -"jyo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "jyq" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/firedoor, @@ -26296,6 +26533,21 @@ "jzN" = ( /turf/closed/wall/r_wall, /area/station/command/corporate_showroom) +"jzT" = ( +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"jAd" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "jAl" = ( /obj/machinery/computer/records/security, /obj/machinery/newscaster/directional/north, @@ -26309,6 +26561,15 @@ /obj/structure/cable, /turf/open/floor/carpet, /area/station/service/chapel) +"jAs" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) "jAt" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/holopad, @@ -26414,12 +26675,6 @@ /obj/effect/landmark/blobstart, /turf/open/floor/iron, /area/station/cargo/warehouse) -"jDh" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "jDk" = ( /obj/effect/spawner/random/entertainment/arcade, /obj/effect/decal/cleanable/dirt/dust, @@ -26430,16 +26685,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/security/prison/work) -"jDI" = ( -/obj/machinery/door/window/right/directional/east{ - dir = 8; - name = "Fitness Ring" - }, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation) "jDP" = ( /obj/machinery/airalarm/directional/west, /obj/machinery/light/directional/west, @@ -26492,6 +26737,18 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) +"jEF" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/south, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "jEI" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -26564,13 +26821,6 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"jFD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "jFK" = ( /obj/machinery/washing_machine, /obj/effect/decal/cleanable/dirt, @@ -26624,6 +26874,19 @@ }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) +"jGA" = ( +/obj/structure/table/wood/poker, +/turf/open/floor/wood, +/area/station/commons/lounge) +"jGE" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) "jGG" = ( /obj/machinery/holopad, /obj/effect/turf_decal/box/white{ @@ -26702,21 +26965,18 @@ /obj/item/multitool, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) +"jIk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/lounge) "jIz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"jIF" = ( -/obj/structure/cable, -/obj/machinery/computer/shuttle/mining/common, -/obj/machinery/door/firedoor, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/security/checkpoint/customs) "jIR" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -26821,6 +27081,15 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, /area/station/science/lab) +"jKi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Bar" + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/commons/lounge) "jKq" = ( /obj/machinery/door/airlock/external{ name = "Escape Pod Two"; @@ -26850,15 +27119,6 @@ /obj/effect/turf_decal/trimline/yellow/warning, /turf/open/floor/iron, /area/station/engineering/atmos) -"jKQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "jKS" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -27013,6 +27273,10 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) +"jNN" = ( +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) "jNP" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -27022,17 +27286,6 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"jNV" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/theater) "jOb" = ( /obj/docking_port/stationary/mining_home/common{ dir = 2 @@ -27054,27 +27307,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"jOx" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 8; - name = "Jetpack Storage"; - pixel_x = -1; - req_access = list("eva") - }, -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = 4; - pixel_y = -1 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) "jOF" = ( /obj/structure/rack, /obj/item/gun/energy/laser/practice{ @@ -27145,18 +27377,6 @@ /obj/structure/closet/firecloset, /turf/open/floor/iron/dark, /area/station/hallway/primary/central) -"jPD" = ( -/obj/effect/turf_decal/delivery/white{ - color = "#52B4E9" - }, -/obj/machinery/door/window/right/directional/south{ - name = "Corpse Arrivals" - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "jPE" = ( /obj/structure/sign/map/left{ desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; @@ -27201,20 +27421,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central) -"jPZ" = ( -/obj/structure/table/reinforced, -/obj/item/defibrillator/loaded{ - pixel_y = 6 - }, -/obj/item/defibrillator/loaded{ - pixel_y = 3 - }, -/obj/item/defibrillator/loaded, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) "jQa" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/spawner/random/trash/garbage{ @@ -27361,6 +27567,14 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"jTs" = ( +/obj/item/kirbyplants/potty, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/commons/lounge) "jTy" = ( /obj/structure/table/wood, /obj/item/book/granter/action/spell/smoke/lesser{ @@ -27382,6 +27596,14 @@ /obj/machinery/pdapainter/security, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/hos) +"jTM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/service/theater) "jTN" = ( /obj/machinery/portable_atmospherics/pump, /obj/effect/turf_decal/siding/purple{ @@ -27453,19 +27675,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"jUG" = ( -/obj/structure/transit_tube/curved{ +"jUH" = ( +/obj/machinery/door/window/right/directional/east{ + dir = 8; + name = "Fitness Ring" + }, +/obj/structure/window{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, /turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) +/area/station/commons/fitness/recreation) "jUP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27520,17 +27739,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"jVQ" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "MiniSat Exterior - Starboard Aft"; - network = list("minisat") - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "jVZ" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/left/directional/west{ @@ -27566,19 +27774,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"jWh" = ( -/obj/machinery/door/window{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "MiniSat Airlock Access" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "jWj" = ( /obj/structure/cable, /obj/machinery/light/small/directional/south, @@ -27609,6 +27804,15 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) +"jWE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/structure/window/reinforced/plasma{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "jWR" = ( /obj/item/radio/intercom/directional/east, /obj/effect/turf_decal/siding/wood{ @@ -27649,6 +27853,12 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/engine) +"jXE" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "jXK" = ( /obj/structure/cable, /obj/structure/disposalpipe/sorting/mail{ @@ -27724,6 +27934,15 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) +"jYL" = ( +/obj/machinery/recharger, +/obj/item/restraints/handcuffs, +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "jZl" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line, @@ -27761,14 +27980,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"jZY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/plumbed, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "jZZ" = ( /obj/machinery/camera/directional/north{ c_tag = "Bridge - Council Chamber" @@ -27840,6 +28051,10 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"kbz" = ( +/obj/structure/window/reinforced, +/turf/open/floor/engine, +/area/station/science/xenobiology) "kbN" = ( /obj/effect/decal/cleanable/dirt, /obj/item/storage/box/mousetraps{ @@ -27858,6 +28073,23 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/service/janitor) +"kbR" = ( +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = 32 + }, +/obj/machinery/door/window/right/directional/east{ + dir = 1; + name = "Hydroponics Delivery"; + req_access = list("hydroponics") + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "kbU" = ( /obj/effect/turf_decal/bot{ dir = 1 @@ -27893,6 +28125,11 @@ /obj/effect/turf_decal/tile/yellow/half/contrasted, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"kcU" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/turf/open/space, +/area/space/nearstation) "kcV" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -27985,6 +28222,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"keX" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kfp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -28046,28 +28291,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/gateway) -"kgu" = ( -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/food/cherrycupcake{ - pixel_y = 10 - }, -/obj/item/food/muffin/berry{ - pixel_x = 18; - pixel_y = 9 - }, -/obj/item/food/cakeslice/pound_cake_slice{ - pixel_x = 4; - pixel_y = -5 - }, -/obj/structure/window, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) "kgy" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -28097,6 +28320,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) +"kgW" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/machinery/light_switch/directional/south, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "kha" = ( /obj/structure/disposalpipe/segment, /obj/machinery/airalarm/directional/east, @@ -28127,15 +28360,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/checkpoint/engineering) -"khA" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/spawner/random/trash/garbage{ - spawn_scatter_radius = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "khD" = ( /obj/machinery/door/airlock/maintenance{ name = "Crematorium Maintenance" @@ -28232,6 +28456,13 @@ /obj/effect/turf_decal/tile/green/half/contrasted, /turf/open/floor/iron/white, /area/station/medical/virology) +"kka" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/service/theater) "kkf" = ( /obj/item/radio/intercom/directional/west, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ @@ -28406,6 +28637,10 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) +"klZ" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall, +/area/station/commons/lounge) "kms" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -28691,27 +28926,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/gateway) -"ksM" = ( -/obj/structure/table/wood, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/clipboard{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/stamp{ - pixel_x = 7; - pixel_y = 9 - }, -/obj/item/stamp/denied{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/item/stamp/qm{ - pixel_x = 7; - pixel_y = -2 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "ksT" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -28795,16 +29009,6 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"ktP" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/lounge) "ktW" = ( /obj/structure/showcase/cyborg/old{ dir = 8; @@ -28846,13 +29050,6 @@ /obj/machinery/vending/cigarette, /turf/open/floor/iron/dark, /area/station/hallway/primary/aft) -"kuA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/service/theater) "kuD" = ( /obj/structure/lattice, /obj/machinery/atmospherics/components/unary/passive_vent{ @@ -28901,6 +29098,13 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"kvN" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) "kvO" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/disposalpipe/segment{ @@ -28973,14 +29177,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"kxt" = ( +"kxw" = ( /obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/mapping_helpers/apc/cell_10k, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/area/station/engineering/supermatter/room) "kxz" = ( /obj/machinery/door/airlock/maintenance{ name = "Medbay Maintenance" @@ -29033,16 +29235,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"kyg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "kyh" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, @@ -29072,6 +29264,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"kyR" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "kyX" = ( /obj/structure/cable, /obj/machinery/holopad/secure, @@ -29191,6 +29391,14 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"kBm" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "kBu" = ( /obj/structure/table, /obj/effect/turf_decal/siding/purple/corner{ @@ -29211,15 +29419,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) -"kBz" = ( -/obj/structure/filingcabinet{ - pixel_x = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "kBQ" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/electrolyzer, @@ -29252,6 +29451,10 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/main) +"kCr" = ( +/obj/structure/window/reinforced, +/turf/open/floor/holofloor/dark, +/area/station/science/cytology) "kCC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment, @@ -29361,14 +29564,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"kFu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "kFC" = ( /obj/machinery/door/poddoor/shutters/preopen{ dir = 8; @@ -29491,6 +29686,12 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"kHN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/explab) "kHU" = ( /obj/structure/reagent_dispensers/watertank, /obj/structure/disposalpipe/segment{ @@ -29498,48 +29699,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"kIv" = ( -/obj/item/radio/intercom/directional/south, -/obj/structure/disposaloutlet{ - dir = 4; - name = "Cargo Deliveries" - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "kIG" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance/two, /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, /area/station/maintenance/port) -"kIP" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "kIR" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -29581,21 +29746,20 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"kKn" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio3"; - layer = 3.3; - name = "Xenobio Pen 3 Blast Doors"; - pixel_y = 4; - req_access = list("xenobiology") - }, -/obj/structure/window/reinforced{ +"kKk" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/obj/machinery/camera/directional/east{ + c_tag = "Engineering Supermatter Port"; + network = list("ss13","engine") + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/engine_access, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "kKq" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/stripes/line, @@ -29655,6 +29819,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) +"kLh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "kLi" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 8 @@ -29809,16 +29983,6 @@ /obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron/dark, /area/station/security/checkpoint/medical) -"kOq" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Telecomms - Server Room - Aft-Port"; - network = list("ss13","tcomms") - }, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) "kOt" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall, @@ -29892,6 +30056,19 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"kPy" = ( +/obj/structure/table, +/obj/item/surgical_drapes, +/obj/item/cautery, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "kPQ" = ( /obj/machinery/door/airlock/external{ name = "Space Shack" @@ -30209,14 +30386,6 @@ /obj/item/kirbyplants/photosynthetic, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai_upload) -"kUw" = ( -/obj/machinery/light/no_nightlight/directional/east, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) "kUJ" = ( /obj/effect/turf_decal/box/white{ color = "#52B4E9" @@ -30317,27 +30486,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"kWr" = ( -/obj/structure/table/reinforced, -/obj/item/wheelchair{ - pixel_y = -3 - }, -/obj/item/wheelchair, -/obj/item/wheelchair{ - pixel_y = 3 - }, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/office) -"kWu" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/station/commons/lounge) "kWL" = ( /obj/structure/sign/directions/command{ dir = 4; @@ -30518,12 +30666,26 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/ordnance/office) +"kZf" = ( +/mob/living/carbon/human/species/monkey, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/science/genetics) "kZk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"kZn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/wood, +/area/station/commons/lounge) "kZq" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -30667,6 +30829,20 @@ }, /turf/open/floor/iron/white, /area/station/science/research) +"lbX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/spawner/random/structure/musician/piano/random_piano, +/turf/open/floor/wood/large, +/area/station/service/theater) "lbZ" = ( /obj/machinery/door/airlock/maintenance{ name = "Disposal Access" @@ -30687,19 +30863,6 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, /turf/open/floor/plating, /area/station/maintenance/disposal) -"lcy" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "packageExternal" - }, -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) "lcG" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, @@ -30746,16 +30909,14 @@ /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron/white, /area/station/security/prison/mess) -"ldE" = ( -/obj/structure/closet/l3closet/security, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 +"ldC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/computer/cargo/request{ + dir = 1 }, +/obj/structure/window, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/cargo/sorting) "ldJ" = ( /obj/machinery/light/directional/north, /obj/structure/sign/map/right{ @@ -30793,6 +30954,19 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) +"leP" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "lfc" = ( /obj/machinery/newscaster/directional/north, /obj/effect/turf_decal/stripes/corner{ @@ -30834,20 +31008,6 @@ /obj/machinery/light_switch/directional/north, /turf/open/floor/iron/freezer, /area/station/security/prison/shower) -"lfp" = ( -/obj/machinery/door/window/right/directional/south{ - dir = 1; - name = "Medical Deliveries"; - req_access = list("medical") - }, -/obj/effect/turf_decal/delivery/white{ - color = "#52B4E9" - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) "lfu" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -30965,6 +31125,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/main) +"lih" = ( +/obj/machinery/newscaster/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/service/theater) "liz" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/firedoor, @@ -31011,6 +31178,18 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"lje" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Starboard Primary Hallway - Auxiliary Tool Storage" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "ljf" = ( /obj/structure/table, /obj/item/wirecutters, @@ -31148,38 +31327,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/glass/reinforced, /area/station/science/research) -"llT" = ( -/obj/structure/table/wood, -/obj/machinery/button/ticket_machine{ - pixel_x = 32 - }, -/obj/item/paper_bin/carbon{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/stamp/hop{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/machinery/light_switch/directional/south{ - pixel_x = 6; - pixel_y = -34 - }, -/obj/machinery/button/door/directional/south{ - id = "hop"; - name = "Privacy Shutters Control"; - pixel_x = -6; - req_access = list("hop") - }, -/obj/machinery/button/door/directional/south{ - id = "hopqueue"; - name = "Queue Shutters Control"; - pixel_x = -6; - pixel_y = -34; - req_access = list("hop") - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "llW" = ( /obj/structure/fluff/broken_flooring{ dir = 4; @@ -31395,6 +31542,22 @@ /obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, /turf/open/floor/plating, /area/station/medical/medbay/central) +"lpR" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/item/computer_disk/ordnance, +/obj/item/computer_disk/ordnance, +/obj/item/computer_disk/ordnance, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) "lpS" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -31717,15 +31880,6 @@ }, /turf/open/floor/iron, /area/station/security/range) -"lvm" = ( -/obj/machinery/power/shieldwallgen, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) "lvs" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/disposalpipe/segment, @@ -31899,6 +32053,15 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/security/office) +"lyL" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "lyN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -31910,6 +32073,16 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"lyR" = ( +/obj/structure/table/reinforced, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/service/bar) "lzJ" = ( /obj/structure/cable, /turf/open/floor/iron/solarpanel/airless, @@ -31927,12 +32100,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"lzR" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) "lzU" = ( /obj/structure/table/glass, /obj/machinery/light/small/directional/south, @@ -31951,15 +32118,6 @@ /obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron/dark, /area/station/security/office) -"lAb" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) "lAe" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine, @@ -31987,10 +32145,6 @@ "lAu" = ( /turf/open/space/basic, /area/space/nearstation) -"lAA" = ( -/obj/structure/table/wood/poker, -/turf/open/floor/wood, -/area/station/commons/lounge) "lAH" = ( /obj/machinery/door/window/brigdoor{ dir = 1; @@ -32030,22 +32184,6 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, /area/station/commons/lounge) -"lBE" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/door/window{ - base_state = "right"; - icon_state = "right"; - name = "MiniSat Walkway Access" - }, -/obj/machinery/camera/directional/west{ - c_tag = "MiniSat Exterior - Aft Starboard"; - network = list("minisat") - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "lBN" = ( /obj/structure/table, /obj/effect/turf_decal/delivery, @@ -32180,23 +32318,6 @@ dir = 4 }, /area/station/service/chapel) -"lGt" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/secure_area/directional/west{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "lGL" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, @@ -32224,6 +32345,11 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) +"lHh" = ( +/obj/structure/cable, +/obj/structure/window/reinforced, +/turf/open/floor/engine, +/area/station/science/xenobiology) "lHk" = ( /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, @@ -32465,6 +32591,17 @@ "lMq" = ( /turf/open/misc/asteroid/basalt/airless, /area/space/nearstation) +"lMC" = ( +/obj/machinery/computer/atmos_control/oxygen_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lMI" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -32528,6 +32665,11 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/command/bridge) +"lNO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "lNP" = ( /obj/effect/turf_decal/box/white{ color = "#9FED58" @@ -32565,6 +32707,18 @@ }, /turf/open/floor/iron, /area/station/engineering/storage_shared) +"lOl" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix Outlet Pump" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lOr" = ( /obj/effect/landmark/start/geneticist, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -32637,6 +32791,27 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/locker) +"lPt" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 8; + name = "Jetpack Storage"; + pixel_x = -1; + req_access = list("eva") + }, +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) "lPx" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -32695,6 +32870,27 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) +"lPS" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio8"; + layer = 3.3; + name = "Xenobio Pen 8 Blast Doors"; + pixel_y = 4; + req_access = list("xenobiology") + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 10; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "lPZ" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -32727,6 +32923,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/security/prison/visit) +"lQC" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/brig) "lQI" = ( /obj/effect/spawner/random/trash/caution_sign, /turf/open/floor/plating, @@ -32770,10 +32976,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"lSH" = ( -/obj/structure/window/reinforced, -/turf/open/space, -/area/space/nearstation) "lTi" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/camera/directional/south{ @@ -32884,6 +33086,17 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron/dark, /area/station/security/courtroom) +"lUo" = ( +/obj/machinery/cell_charger{ + pixel_y = 4 + }, +/obj/structure/table/glass, +/obj/item/stock_parts/cell/high, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "lUp" = ( /obj/structure/sink/kitchen/directional/south{ desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; @@ -33043,28 +33256,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"lWt" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) -"lWB" = ( -/obj/structure/table/glass, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/transit_tube) "lWG" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -33109,6 +33300,15 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/service/hydroponics) +"lXu" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lXA" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 4 @@ -33257,15 +33457,16 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) -"mae" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "MiniSat Exterior - Fore Starboard"; - network = list("minisat") +"mal" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 1 }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "mam" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -33331,6 +33532,25 @@ /obj/effect/turf_decal/tile/yellow/half/contrasted, /turf/open/floor/iron, /area/station/commons/storage/tools) +"mbJ" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Starboard Primary Hallway - Atmospherics" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "mbS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/closed/wall/r_wall, @@ -33343,6 +33563,21 @@ }, /turf/open/floor/iron/white, /area/station/medical/cryo) +"mce" = ( +/obj/machinery/light/directional/north, +/obj/machinery/door/window{ + name = "Secure Art Exhibition"; + req_access = list("library") + }, +/obj/structure/table/wood/fancy/royalblue, +/obj/structure/sign/painting/large/library{ + dir = 1 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/service/library) "mcl" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -33350,15 +33585,25 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"mcn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral{ +"mcF" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio4"; + layer = 3.3; + name = "Xenobio Pen 4 Blast Doors"; + pixel_y = 4; + req_access = list("xenobiology"); + sync_doors = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/griddle, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "mcP" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -33480,6 +33725,15 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"mgo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/entertainment/gambling, +/obj/effect/spawner/random/entertainment/gambling, +/obj/effect/spawner/random/entertainment/gambling, +/turf/open/floor/wood, +/area/station/commons/lounge) "mgv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -33504,6 +33758,16 @@ }, /turf/open/floor/iron, /area/station/construction/storage_wing) +"mgK" = ( +/obj/item/target, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) "mgS" = ( /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ dir = 4 @@ -33553,6 +33817,10 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/plating, /area/station/maintenance/department/engine) +"mie" = ( +/obj/structure/window, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) "mig" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -33617,6 +33885,13 @@ "mjr" = ( /turf/open/floor/wood, /area/station/service/library) +"mjs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/bar, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "mjH" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -33671,20 +33946,6 @@ /obj/effect/turf_decal/tile/yellow/fourcorners, /turf/open/floor/iron/textured, /area/station/medical/medbay/central) -"mln" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Engineering Supermatter Port"; - network = list("ss13","engine") - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/engine_access, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "mlu" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -33758,12 +34019,6 @@ /obj/structure/closet/crate/engineering/electrical, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) -"mmG" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "mmR" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -33913,6 +34168,13 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/white, /area/station/science/research) +"moI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/space, +/area/space/nearstation) "moQ" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, @@ -33987,6 +34249,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/chapel, /area/station/service/chapel) +"mqu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/machinery/duct, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "mqK" = ( /obj/effect/landmark/blobstart, /obj/structure/cable, @@ -34155,11 +34423,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/commons/dorms) -"mtX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "mtZ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -34239,18 +34502,6 @@ }, /turf/open/floor/carpet, /area/station/service/library) -"mvk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/wood, -/area/station/service/theater) "mvR" = ( /turf/closed/wall/r_wall, /area/station/science/lab) @@ -34305,12 +34556,6 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"mwS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/lounge) "mxg" = ( /obj/machinery/shower/directional/west, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -34332,6 +34577,17 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"mxv" = ( +/obj/machinery/computer/atmos_control/plasma_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mxI" = ( /obj/structure/disposalpipe/junction/flip, /obj/structure/cable, @@ -34365,17 +34621,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"myz" = ( -/obj/structure/flora/bush/pale/style_random, -/obj/structure/flora/bush/ferny/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/window, -/obj/structure/window{ - dir = 4 +"myr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/grass, -/area/station/science/research) +/obj/structure/window/reinforced, +/turf/open/floor/holofloor/dark, +/area/station/science/cytology) "myB" = ( /obj/structure/chair, /obj/structure/cable, @@ -34401,11 +34653,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/security/prison) -"myP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "myS" = ( /obj/machinery/suit_storage_unit/cmo, /obj/machinery/light/directional/east, @@ -34433,6 +34680,27 @@ /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron, /area/station/security/checkpoint/science) +"mzm" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + layer = 3.1; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/reagent_containers/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/item/book/manual/chef_recipes, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/structure/window, +/turf/open/floor/iron/white, +/area/station/security/prison/mess) "mzs" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -34649,6 +34917,12 @@ }, /turf/open/floor/plating, /area/station/science/lab) +"mCu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "mCL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, @@ -34678,6 +34952,14 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/iron, /area/station/engineering/atmos) +"mDb" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mDu" = ( /obj/structure/cable, /obj/effect/landmark/start/hangover, @@ -34696,15 +34978,24 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"mDE" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Art Storage" +"mDC" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio5"; + layer = 3.3; + name = "Xenobio Pen 5 Blast Doors"; + pixel_y = 4; + req_access = list("xenobiology") }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, /turf/open/floor/iron, -/area/station/commons/storage/tools) +/area/station/science/xenobiology) "mDL" = ( /obj/machinery/portable_atmospherics/pump, /obj/effect/turf_decal/delivery, @@ -34722,9 +35013,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/engineering/break_room) -"mDW" = ( -/turf/closed/wall, -/area/station/hallway/primary/starboard) "mDX" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -34798,15 +35086,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"mFn" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom/directional/east, -/obj/item/folder/blue, -/obj/item/hand_tele, -/obj/item/stamp/captain, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "mFo" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -35003,6 +35282,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/atmos) +"mJk" = ( +/obj/structure/cable, +/obj/structure/table, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "mJo" = ( /obj/machinery/mineral/ore_redemption{ dir = 4; @@ -35016,6 +35300,26 @@ }, /turf/open/floor/iron, /area/station/construction/storage_wing) +"mJp" = ( +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/medkit/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/o2, +/obj/item/storage/medkit/o2{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/table/reinforced, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) "mJE" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -35118,15 +35422,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/main) -"mLn" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "MiniSat Exterior - Fore Port"; - network = list("minisat") - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "mLu" = ( /obj/machinery/camera/directional/south{ c_tag = "Science Hallway - RD Office"; @@ -35271,6 +35566,14 @@ "mMX" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/office) +"mNj" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/camera/directional/north, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "mNG" = ( /obj/machinery/requests_console/directional/north{ department = "Chapel"; @@ -35300,15 +35603,6 @@ /obj/machinery/holopad, /turf/open/floor/iron, /area/station/cargo/storage) -"mOa" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/stamp/rd, -/obj/item/toy/figure/rd{ - pixel_y = 10 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) "mOt" = ( /obj/effect/landmark/start/detective, /obj/structure/chair/office{ @@ -35358,6 +35652,21 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) +"mPF" = ( +/obj/machinery/door/window/right/directional/south{ + dir = 8; + name = "Surgical Supplies"; + req_access = list("surgery") + }, +/obj/structure/table/reinforced, +/obj/item/stack/sticky_tape/surgical, +/obj/item/stack/medical/bone_gel, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/theatre) "mPH" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -35387,6 +35696,15 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron/dark, /area/station/security/range) +"mPZ" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "mQa" = ( /obj/structure/filingcabinet, /turf/open/floor/iron/grimy, @@ -35469,12 +35787,6 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"mRx" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/commons/lounge) "mRy" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -35516,10 +35828,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"mSD" = ( -/obj/structure/sign/map/right, -/turf/closed/wall, -/area/station/commons/storage/tools) "mSM" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -35574,6 +35882,15 @@ }, /turf/open/floor/iron, /area/station/science/robotics/mechbay) +"mTy" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mTB" = ( /obj/effect/landmark/blobstart, /turf/open/floor/plating, @@ -35655,21 +35972,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) -"mUY" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Teleporter Room" - }, -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) "mVb" = ( /obj/machinery/defibrillator_mount/directional/south, /obj/machinery/light/directional/south, @@ -35851,12 +36153,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"mXq" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/mapping_helpers/apc/cell_10k, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) "mXz" = ( /obj/effect/landmark/generic_maintenance_landmark, /obj/effect/turf_decal/stripes/line, @@ -35941,17 +36237,6 @@ }, /turf/open/floor/carpet, /area/station/command/corporate_showroom) -"mYQ" = ( -/obj/effect/turf_decal/siding/white, -/obj/effect/turf_decal/trimline/brown/warning, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/medical/medbay/lobby) "mYV" = ( /obj/machinery/door/airlock/research{ name = "Ordnance Lab" @@ -36107,22 +36392,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"nbx" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/machinery/door/window/left/directional/north{ - name = "Inner Pipe Access"; - req_access = list("atmospherics") - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) "nbJ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -36142,6 +36411,11 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"ncf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/theater) "nch" = ( /obj/structure/rack, /obj/item/clothing/mask/surgical, @@ -36181,15 +36455,6 @@ /obj/effect/spawner/random/structure/closet_maintenance, /turf/open/floor/plating, /area/station/maintenance/port) -"ndj" = ( -/obj/structure/sign/plaques/kiddie/perfect_drone{ - pixel_y = 32 - }, -/obj/structure/table/wood, -/obj/item/storage/backpack/duffelbag/drone, -/obj/structure/window/reinforced, -/turf/open/floor/carpet, -/area/station/command/corporate_showroom) "ndk" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -36218,6 +36483,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"ndr" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "ndI" = ( /obj/item/kirbyplants{ icon_state = "plant-20" @@ -36276,6 +36549,25 @@ "nfs" = ( /turf/open/floor/engine, /area/station/command/heads_quarters/rd) +"nfy" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/chisel{ + pixel_y = 7 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "nfK" = ( /obj/structure/toilet{ pixel_y = 8 @@ -36300,15 +36592,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"ngb" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "ngf" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/delivery, @@ -36373,6 +36656,15 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"nhr" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/stamp/head/rd, +/obj/item/toy/figure/rd{ + pixel_y = 10 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) "nhP" = ( /turf/open/floor/circuit/green, /area/station/ai_monitored/turret_protected/ai_upload) @@ -36404,6 +36696,10 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/ce, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) +"niw" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) "niG" = ( /obj/machinery/light/small/directional/west, /obj/machinery/conveyor{ @@ -36473,18 +36769,6 @@ /obj/structure/chair/office, /turf/open/floor/wood, /area/station/commons/vacant_room/office) -"njG" = ( -/obj/structure/table/wood, -/obj/item/staff/broom, -/obj/item/wrench, -/obj/machinery/airalarm/directional/east, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/structure/sign/poster/random/directional/north, -/turf/open/floor/wood/large, -/area/station/service/theater) "njP" = ( /obj/machinery/door/window{ name = "Captain's Desk"; @@ -36601,13 +36885,6 @@ /obj/item/stock_parts/subspace/treatment, /turf/open/floor/iron/dark, /area/station/engineering/storage/tcomms) -"nlQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/holofloor/dark, -/area/station/science/cytology) "nlT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -36670,6 +36947,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"nmN" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/camera, +/obj/item/camera_film, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "nmQ" = ( /turf/open/floor/iron/white, /area/station/medical/medbay/central) @@ -36841,6 +37128,22 @@ }, /turf/open/floor/wood, /area/station/commons/dorms) +"npv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) "npD" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/rnd/production/circuit_imprinter/department/science, @@ -36911,19 +37214,6 @@ }, /turf/open/floor/engine, /area/station/engineering/atmospherics_engine) -"nqW" = ( -/obj/structure/table/glass, -/obj/item/folder/blue{ - pixel_y = 2 - }, -/obj/item/folder/blue{ - pixel_y = 2 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "nre" = ( /obj/structure/disposalpipe/segment, /obj/effect/mapping_helpers/broken_floor, @@ -36986,15 +37276,12 @@ }, /turf/open/floor/iron, /area/station/command/gateway) -"nsn" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/space, -/area/space/nearstation) +"nsk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/wood, +/area/station/commons/lounge) "nsq" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -37003,6 +37290,17 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"nst" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/wood, +/area/station/service/theater) "nsA" = ( /turf/closed/wall, /area/station/science/ordnance/testlab) @@ -37126,19 +37424,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) -"ntN" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "MiniSat Exterior Access"; - network = list("minisat") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "ntP" = ( /obj/machinery/door/airlock/security/glass{ name = "Brig Control" @@ -37248,14 +37533,6 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron, /area/station/hallway/primary/central) -"nvN" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "nwa" = ( /obj/structure/closet/wardrobe/pjs, /obj/effect/landmark/start/hangover/closet, @@ -37263,18 +37540,25 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/dorms) -"nwh" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "nwi" = ( /obj/machinery/space_heater, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"nwl" = ( +/obj/machinery/door/window/right/directional/south{ + dir = 1; + name = "Medical Deliveries"; + req_access = list("medical") + }, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) "nwq" = ( /obj/structure/table, /obj/machinery/firealarm/directional/south, @@ -37293,12 +37577,14 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, /turf/closed/wall, /area/station/engineering/atmos/pumproom) -"nwQ" = ( -/obj/machinery/computer/upload/borg, +"nwL" = ( +/obj/machinery/computer/upload/ai, /obj/machinery/door/window/left/directional/west{ + base_state = "right"; dir = 2; + icon_state = "right"; layer = 3.1; - name = "Cyborg Upload Console Window"; + name = "Upload Console Window"; req_access = list("ai_upload") }, /obj/structure/window/reinforced{ @@ -37489,15 +37775,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central) -"nzb" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "nzg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -37520,14 +37797,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"nzH" = ( -/obj/structure/sign/plaques/kiddie/perfect_man{ - pixel_y = 32 - }, -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/reinforced, -/turf/open/floor/carpet, -/area/station/command/corporate_showroom) "nzP" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 10 @@ -37557,6 +37826,20 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/engineering/atmos) +"nAi" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/north, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "nAC" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -37660,15 +37943,6 @@ }, /turf/open/floor/iron/white/smooth_large, /area/station/medical/surgery/aft) -"nCd" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron, -/area/station/commons/lounge) "nCu" = ( /obj/structure/chair/office{ dir = 1 @@ -37712,21 +37986,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/office) -"nDp" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "nDw" = ( /obj/machinery/atmospherics/components/tank, /obj/effect/turf_decal/siding/purple{ @@ -37805,6 +38064,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"nEL" = ( +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen, +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "nEZ" = ( /obj/machinery/plate_press, /obj/effect/turf_decal/bot, @@ -37922,19 +38191,6 @@ /obj/structure/easel, /turf/open/floor/plating, /area/station/maintenance/disposal) -"nIo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/station/service/theater) -"nIt" = ( -/obj/item/radio/intercom/directional/east, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) "nIP" = ( /obj/structure/table/glass, /obj/item/paper_bin{ @@ -38020,10 +38276,6 @@ /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, /area/station/security/brig) -"nJY" = ( -/obj/structure/cable, -/turf/open/floor/carpet, -/area/station/service/theater) "nKr" = ( /obj/docking_port/stationary{ dir = 8; @@ -38146,6 +38398,16 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"nMV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/range) "nMY" = ( /obj/structure/sign/poster/official/random/directional/south, /obj/effect/turf_decal/tile/neutral{ @@ -38415,6 +38677,15 @@ /obj/structure/closet/crate/engineering/electrical, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) +"nRI" = ( +/obj/structure/filingcabinet{ + pixel_x = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "nRR" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/directional/east, @@ -38622,18 +38893,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/engine) -"nWp" = ( -/obj/machinery/door/window{ - name = "MiniSat Walkway Access" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "nWu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -38658,6 +38917,12 @@ }, /turf/open/space/basic, /area/space) +"nWS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/space, +/area/space/nearstation) "nXm" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -38665,6 +38930,14 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) +"nXG" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/commons/lounge) "nXK" = ( /obj/docking_port/stationary/random{ dir = 4; @@ -38704,14 +38977,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"nYI" = ( -/obj/structure/table/reinforced, -/obj/item/storage/backpack/duffelbag/med/surgery, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "nYJ" = ( /obj/structure/lattice, /obj/structure/grille/broken, @@ -38774,6 +39039,12 @@ /obj/effect/turf_decal/box, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) +"nZz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/wood, +/area/station/commons/lounge) "nZC" = ( /obj/machinery/airalarm/directional/north, /obj/machinery/vending/wardrobe/robo_wardrobe, @@ -38795,6 +39066,26 @@ }, /turf/open/floor/engine, /area/station/science/ordnance/burnchamber) +"nZZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "oae" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, @@ -38835,6 +39126,28 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"oap" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/anesthetic{ + pixel_x = 3 + }, +/obj/item/tank/internals/anesthetic, +/obj/item/tank/internals/anesthetic{ + pixel_x = -3 + }, +/obj/item/clothing/mask/breath/medical{ + pixel_y = -3 + }, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical{ + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/theatre) "oar" = ( /obj/structure/chair/office/light{ dir = 1 @@ -38851,13 +39164,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/customs) -"oax" = ( -/obj/machinery/suit_storage_unit/captain, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "oaB" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 8 @@ -38903,6 +39209,31 @@ /obj/item/target/alien, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"obl" = ( +/obj/structure/rack, +/obj/machinery/camera/directional/south{ + c_tag = "Brig - Infirmary" + }, +/obj/item/clothing/under/rank/medical/scrubs/purple, +/obj/item/storage/medkit/regular, +/obj/item/healthanalyzer{ + pixel_y = -2 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) "obw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -38933,6 +39264,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/research) +"obQ" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/taperecorder{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) "obV" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -39132,21 +39482,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"ogp" = ( -/obj/structure/lattice/catwalk, +"ogb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window{ + dir = 8 }, -/turf/open/space, -/area/space/nearstation) -"ogs" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/commons/lounge) +/turf/open/floor/carpet, +/area/station/service/theater) "ogL" = ( /obj/structure/mirror/directional/north, /obj/structure/sink/directional/south, @@ -39171,15 +39514,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"ohn" = ( -/obj/machinery/light_switch/directional/north, -/obj/effect/turf_decal/siding/wood, -/obj/effect/landmark/start/clown, -/obj/structure/chair/wood/wings{ - dir = 8 - }, -/turf/open/floor/wood/large, -/area/station/service/theater) "ohp" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -39193,13 +39527,6 @@ }, /turf/open/floor/iron, /area/station/science/lab) -"oht" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/obj/structure/window/reinforced/plasma, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "ohw" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt, @@ -39269,6 +39596,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) +"oiA" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "oiD" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -39305,19 +39645,6 @@ }, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"okc" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"oky" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) "okP" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -39343,6 +39670,13 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos) +"okX" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet, +/area/station/service/theater) "ola" = ( /turf/closed/wall, /area/station/science/robotics/mechbay) @@ -39476,6 +39810,24 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"onU" = ( +/mob/living/simple_animal/chicken{ + name = "Kentucky"; + real_name = "Kentucky" + }, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"oob" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "oog" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -39500,15 +39852,6 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) -"oox" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/structure/cable, -/obj/machinery/light/small/directional/east, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "ooz" = ( /obj/structure/closet/emcloset, /obj/machinery/camera/directional/west{ @@ -39564,6 +39907,13 @@ /obj/effect/turf_decal/tile/yellow/fourcorners, /turf/open/floor/iron/white, /area/station/medical/pharmacy) +"oph" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/landmark/start/mime, +/turf/open/floor/carpet, +/area/station/service/theater) "opk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -39603,6 +39953,14 @@ }, /turf/open/floor/iron/checker, /area/station/maintenance/aft/lesser) +"oqe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "oqi" = ( /obj/effect/landmark/start/paramedic, /obj/structure/disposalpipe/segment{ @@ -39707,6 +40065,15 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"osc" = ( +/obj/structure/cable, +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/command/corporate_showroom) "ose" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -39722,6 +40089,12 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, /area/station/security/brig) +"osz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) "osC" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/delivery, @@ -39745,6 +40118,34 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"ota" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposaloutlet{ + dir = 4; + name = "Cargo Deliveries" + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 10 + }, +/obj/effect/turf_decal/siding/yellow, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "ote" = ( /obj/structure/table, /obj/item/computer_disk{ @@ -39771,6 +40172,17 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) +"otk" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) "otn" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -39780,21 +40192,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"oto" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/south, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "otu" = ( /turf/closed/wall, /area/station/service/chapel) +"otG" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) "otM" = ( /obj/structure/closet/crate, /obj/item/stack/license_plates/empty/fifty, @@ -39836,6 +40243,11 @@ }, /turf/open/floor/iron/white, /area/station/security/execution/transfer) +"ouk" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/station/service/theater) "oul" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -39993,16 +40405,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"ows" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "owv" = ( /obj/machinery/computer/atmos_alert, /obj/effect/turf_decal/tile/brown/half/contrasted{ @@ -40019,15 +40421,6 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"owL" = ( -/obj/machinery/recharger, -/obj/item/restraints/handcuffs, -/obj/structure/table/glass, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "owM" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -40058,6 +40451,16 @@ /obj/item/reagent_containers/cup/beaker/large, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"oxk" = ( +/obj/machinery/door/window/right/directional/south{ + dir = 4; + name = "Engineering Deliveries"; + req_access = list("engineering") + }, +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced, +/turf/open/floor/iron, +/area/station/engineering/main) "oxx" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -40102,15 +40505,6 @@ }, /turf/open/floor/plating, /area/station/commons/toilet/auxiliary) -"oyI" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/space, -/area/space/nearstation) "oyO" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -40276,6 +40670,12 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"oCE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/science/genetics) "oCN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -40384,17 +40784,16 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/white, /area/station/security/prison) +"oEu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/wood/poker, +/turf/open/floor/wood, +/area/station/commons/lounge) "oEx" = ( /obj/effect/spawner/random/trash/garbage, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"oEC" = ( -/obj/machinery/holopad/secure, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "oEM" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -40627,28 +41026,9 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/space, /area/space/nearstation) -"oIf" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) "oIg" = ( /turf/closed/wall/r_wall, /area/station/science/genetics) -"oIr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/holopad, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "oIG" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, @@ -40664,15 +41044,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"oJi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "oJj" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -40707,6 +41078,28 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"oJH" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"oJL" = ( +/obj/machinery/computer/atmos_control/nitrogen_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "oJY" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access" @@ -40927,6 +41320,12 @@ dir = 8 }, /area/station/service/chapel) +"oOW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) "oOZ" = ( /obj/machinery/power/port_gen/pacman/pre_loaded, /turf/open/floor/plating, @@ -41039,6 +41438,22 @@ /obj/machinery/suit_storage_unit/industrial/loader, /turf/open/floor/iron, /area/station/cargo/warehouse) +"oQJ" = ( +/obj/structure/table, +/obj/item/storage/box/gloves{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/storage/box/masks{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "oQS" = ( /obj/machinery/cell_charger, /obj/item/stock_parts/cell/crap, @@ -41059,6 +41474,15 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) +"oRs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/cook, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "oRM" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -41139,23 +41563,6 @@ /obj/structure/frame/computer, /turf/open/floor/plating/airless, /area/space/nearstation) -"oTG" = ( -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = 32 - }, -/obj/machinery/door/window/right/directional/east{ - dir = 1; - name = "Hydroponics Delivery"; - req_access = list("hydroponics") - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "oTK" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/flasher/directional/west{ @@ -41304,19 +41711,6 @@ }, /turf/open/floor/iron/white, /area/station/security/medical) -"oXd" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "oXl" = ( /obj/machinery/telecomms/server/presets/science, /turf/open/floor/circuit/telecomms/mainframe, @@ -41472,6 +41866,11 @@ /obj/effect/turf_decal/tile/green/fourcorners, /turf/open/floor/iron/showroomfloor, /area/station/maintenance/starboard/lesser) +"oZv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) "oZL" = ( /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron/white, @@ -41522,20 +41921,6 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"paJ" = ( -/obj/machinery/computer/atmos_control/nitrogen_tank{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "paQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -41637,20 +42022,6 @@ }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) -"pcP" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "packageExternal" - }, -/obj/structure/plasticflaps/opaque, -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) "pcS" = ( /obj/item/stack/ore/silver, /obj/item/stack/ore/silver, @@ -41692,21 +42063,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/service/hydroponics) -"pdu" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "pdx" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -41750,24 +42106,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) -"pek" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Theater Backstage" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/theatre, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/door/firedoor, -/turf/open/floor/wood, -/area/station/service/theater) -"peF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/wood, -/area/station/commons/lounge) +"pem" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "peM" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos/storage/gas) @@ -41851,6 +42194,15 @@ }, /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) +"pgK" = ( +/obj/structure/table, +/obj/structure/cable, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "pgM" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -42039,12 +42391,6 @@ /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"pkj" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/commons/lounge) "pkH" = ( /obj/structure/rack, /obj/item/restraints/handcuffs, @@ -42136,6 +42482,10 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) +"pmK" = ( +/obj/effect/landmark/start/mime, +/turf/open/floor/carpet, +/area/station/service/theater) "pmZ" = ( /obj/machinery/light_switch/directional/west{ pixel_y = 26 @@ -42241,27 +42591,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) -"poV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/wood/wings{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/service/theater) -"ppi" = ( -/obj/structure/transit_tube/curved/flipped, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "ppB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, @@ -42368,6 +42697,12 @@ /obj/effect/mapping_helpers/airlock/access/any/service/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"pqH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "pqI" = ( /obj/structure/lattice/catwalk, /obj/item/fish_feed, @@ -42583,6 +42918,11 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"pur" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/entertainment/gambling, +/turf/open/floor/wood, +/area/station/commons/lounge) "puD" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -42632,6 +42972,16 @@ /obj/machinery/light_switch/directional/east, /turf/open/floor/iron/dark, /area/station/service/chapel/office) +"pvv" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "pvL" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -42688,21 +43038,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/commons/dorms) -"pwR" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"pwY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "pwZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -42741,22 +43076,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"pxE" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/machinery/door/window/left/directional/north{ - name = "Inner Pipe Access"; - req_access = list("atmospherics") - }, -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) "pxN" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/delivery, @@ -42782,16 +43101,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"pyh" = ( -/obj/structure/cable, -/obj/machinery/door/window{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Theater Stage" - }, -/turf/open/floor/carpet, -/area/station/service/theater) "pyv" = ( /obj/machinery/vending/wardrobe/cargo_wardrobe, /obj/effect/turf_decal/tile/brown/half/contrasted{ @@ -42799,18 +43108,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"pyE" = ( -/obj/machinery/door/airlock{ - name = "Theater Stage" - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) "pyI" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -42882,13 +43179,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"pzQ" = ( -/obj/structure/table, -/obj/item/paper_bin/construction, -/obj/item/airlock_painter, -/obj/item/rcl/pre_loaded, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "pzT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/east, @@ -42942,30 +43232,13 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, /area/station/service/bar) -"pAy" = ( -/obj/structure/flora/bush/pale/style_random, -/obj/structure/flora/bush/ferny/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/grass, -/area/station/science/research) -"pAR" = ( -/mob/living/simple_animal/chicken{ - name = "Kentucky"; - real_name = "Kentucky" - }, -/obj/structure/window{ +"pAD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "pAW" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ dir = 4 @@ -42988,6 +43261,13 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) +"pBi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/commons/lounge) "pBG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -43030,6 +43310,21 @@ /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/closed/wall/r_wall, /area/station/science/ordnance/burnchamber) +"pCh" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Prison Laundry"; + network = list("ss13","prison") + }, +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) "pCt" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -43040,6 +43335,12 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) +"pCJ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/commons/lounge) "pCL" = ( /obj/effect/turf_decal/delivery, /obj/structure/sink/directional/east, @@ -43106,15 +43407,6 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/dark, /area/station/medical/treatment_center) -"pDR" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "pDU" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/structure/disposalpipe/segment{ @@ -43235,12 +43527,6 @@ /obj/item/reagent_containers/blood/random, /turf/open/floor/iron/showroomfloor, /area/station/maintenance/starboard/lesser) -"pFO" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/command/heads_quarters/rd) "pFS" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -43363,6 +43649,16 @@ dir = 1 }, /area/station/engineering/atmos) +"pHE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "pHS" = ( /obj/structure/light_construct/directional/east, /turf/open/floor/wood, @@ -43387,6 +43683,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) +"pIz" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/commons/lounge) "pID" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -43448,6 +43752,15 @@ /obj/structure/cable, /turf/open/floor/iron/freezer, /area/station/security/prison/shower) +"pJv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) "pJA" = ( /obj/structure/closet/secure_closet/cytology, /obj/structure/extinguisher_cabinet/directional/west, @@ -43525,6 +43838,19 @@ "pKP" = ( /turf/closed/wall, /area/station/command/heads_quarters/cmo) +"pKZ" = ( +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lobby) "pLn" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty, @@ -43570,14 +43896,6 @@ }, /turf/open/floor/iron, /area/station/security/warden) -"pME" = ( -/obj/effect/spawner/random/maintenance, -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) "pMH" = ( /obj/machinery/computer/station_alert{ dir = 4 @@ -43608,6 +43926,14 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/fore) +"pMV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "pNb" = ( /obj/effect/spawner/random/maintenance, /obj/structure/cable, @@ -43874,6 +44200,13 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/central) +"pQT" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/explab) "pQW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -43891,27 +44224,17 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"pRe" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/commons/storage/tools) +"pRh" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/cable, +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced, +/turf/open/floor/carpet, +/area/station/command/corporate_showroom) "pRu" = ( /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"pRB" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "MiniSat Exterior - Starboard Fore"; - network = list("minisat") - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "pSa" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -44126,13 +44449,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) -"pWW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "pWX" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -44259,13 +44575,15 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) -"pZQ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, +"qaf" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/theater) +/turf/open/floor/iron, +/area/station/commons/lounge) "qag" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/reagent_dispensers/fueltank, @@ -44364,6 +44682,10 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"qcQ" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/commons/lounge) "qdm" = ( /obj/machinery/light/small/directional/south, /obj/effect/turf_decal/stripes/corner{ @@ -44457,18 +44779,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"qev" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/bot_white, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "qeJ" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/firedoor, @@ -44512,34 +44822,11 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"qff" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/explab) "qfi" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/cargo/miningoffice) -"qfk" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"qfl" = ( -/obj/structure/bodycontainer/morgue{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) "qfp" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -44575,6 +44862,17 @@ /obj/machinery/power/port_gen/pacman/pre_loaded, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"qfM" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Pen #4"; + dir = 6; + network = list("ss13","rd","xeno") + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "qfQ" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -44907,21 +45205,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"qlE" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Prison Laundry"; - network = list("ss13","prison") - }, -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) "qlG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -45080,13 +45363,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/interrogation) -"qoG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "qoR" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ @@ -45532,6 +45808,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/chapel/funeral) +"qyc" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) "qyo" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -45620,6 +45904,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) +"qzE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/station/service/theater) "qzK" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -45748,6 +46040,16 @@ /obj/structure/sign/departments/science, /turf/closed/wall, /area/station/science/lobby) +"qCl" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "qCv" = ( /obj/machinery/telecomms/processor/preset_two, /turf/open/floor/circuit/telecomms/mainframe, @@ -45924,6 +46226,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) +"qFF" = ( +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 5 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "qFP" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -46025,6 +46344,15 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"qHY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "qIl" = ( /turf/closed/wall, /area/station/hallway/secondary/command) @@ -46082,6 +46410,18 @@ }, /turf/open/floor/plating, /area/station/command/heads_quarters/qm) +"qIL" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "MiniSat Exterior - Port Fore"; + network = list("minisat") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "qIP" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -46110,6 +46450,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) +"qJi" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "visitation"; + name = "Visitation Shutters" + }, +/obj/machinery/door/window/left/directional/south{ + dir = 4 + }, +/obj/structure/table, +/turf/open/floor/iron, +/area/station/security/prison/visit) "qJx" = ( /obj/machinery/light/directional/north, /obj/item/storage/secure/briefcase, @@ -46176,10 +46528,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) -"qKQ" = ( -/obj/structure/window, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) "qKR" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, @@ -46218,6 +46566,25 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/research) +"qLp" = ( +/obj/structure/table/wood, +/obj/item/toy/mecha/honk{ + pixel_y = 12 + }, +/obj/item/toy/dummy, +/obj/item/lipstick/purple{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/lipstick/jade{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lipstick/black, +/obj/structure/sign/poster/contraband/random/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/theater) "qLw" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -46287,12 +46654,6 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"qMj" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/grass, -/area/station/science/genetics) "qMA" = ( /obj/machinery/computer/cargo{ dir = 4 @@ -46311,19 +46672,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"qML" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "packageSort2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) "qMP" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -46415,14 +46763,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/command/bridge) -"qOh" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/engineering/main) "qOs" = ( /obj/machinery/door/airlock/maintenance{ name = "Genetics Maintenance" @@ -46614,15 +46954,6 @@ /obj/effect/spawner/random/trash/janitor_supplies, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"qRD" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/service/bar) "qRI" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -46673,21 +47004,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"qRW" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/disposal/bin{ - name = "Jim Norton's Quebecois Coffee disposal unit" - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk, -/obj/structure/window, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/service/cafeteria) "qSc" = ( /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ dir = 8 @@ -46728,10 +47044,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/commons/storage/primary) -"qSr" = ( -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) "qSJ" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall, @@ -46739,12 +47051,6 @@ "qST" = ( /turf/open/floor/iron, /area/station/cargo/drone_bay) -"qTw" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "qTx" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -46769,6 +47075,28 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"qTF" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/food/cherrycupcake{ + pixel_y = 10 + }, +/obj/item/food/muffin/berry{ + pixel_x = 18; + pixel_y = 9 + }, +/obj/item/food/cakeslice/pound_cake_slice{ + pixel_x = 4; + pixel_y = -5 + }, +/obj/structure/window, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/cafeteria) "qTH" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -46801,6 +47129,12 @@ dir = 4 }, /area/station/medical/medbay/lobby) +"qTS" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "qTX" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/firealarm/directional/south, @@ -47016,12 +47350,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"qXR" = ( -/obj/structure/table, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "qXU" = ( /obj/machinery/light/small/directional/north, /obj/machinery/airalarm/directional/north, @@ -47073,14 +47401,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/research) -"qYS" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "qYY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/button/door/directional/east{ @@ -47098,16 +47418,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"qZd" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "qZg" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -47165,6 +47475,17 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) +"qZX" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "rab" = ( /obj/structure/cable, /obj/structure/disposalpipe/sorting/mail/flip{ @@ -47206,6 +47527,12 @@ /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) +"raT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/wood, +/area/station/commons/lounge) "rbe" = ( /obj/machinery/light/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -47238,24 +47565,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/warden) -"rbz" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "rbF" = ( /obj/machinery/mass_driver/chapelgun, /obj/structure/sign/warning/vacuum/external/directional/north, @@ -47380,6 +47689,21 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"reJ" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "reL" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -47396,20 +47720,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/science/ordnance) -"reS" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "kitchen_counter"; - name = "Kitchen Counter Shutters" - }, -/obj/structure/displaycase/forsale/kitchen{ - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/service/kitchen) "rfb" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -47481,14 +47791,6 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/grass, /area/station/science/ordnance/office) -"rhh" = ( -/obj/machinery/newscaster/directional/north, -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/lounge) "rhn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -47542,15 +47844,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating/airless, /area/station/solars/port/fore) -"riL" = ( -/obj/machinery/restaurant_portal/restaurant, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/wood, -/area/station/commons/lounge) "riW" = ( /obj/structure/plasticflaps/opaque, /obj/machinery/door/window/left/directional/north{ @@ -47572,6 +47865,15 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/wood, /area/station/commons/lounge) +"rjz" = ( +/obj/machinery/power/shieldwallgen, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "rjA" = ( /obj/structure/disposalpipe/segment, /obj/effect/mapping_helpers/burnt_floor, @@ -47584,17 +47886,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"rjM" = ( -/obj/machinery/computer/atmos_control/plasma_tank{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "rke" = ( /obj/machinery/recharge_station, /turf/open/floor/plating, @@ -47671,23 +47962,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"rlk" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) "rlm" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"rls" = ( -/obj/structure/dresser, -/obj/machinery/light/small/directional/north, -/turf/open/floor/wood, -/area/station/service/theater) "rlu" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -47732,6 +48012,15 @@ dir = 4 }, /area/station/service/chapel) +"rnb" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/spawner/random/trash/garbage{ + spawn_scatter_radius = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "rnc" = ( /obj/structure/rack, /obj/item/vending_refill/security, @@ -47810,6 +48099,15 @@ }, /turf/open/floor/iron, /area/station/science/explab) +"rpb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/effect/spawner/random/trash/soap, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/wood/large, +/area/station/service/theater) "rps" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -47860,16 +48158,24 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"rqF" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/structure/window/reinforced{ - dir = 4 +"rqs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/range) +"rqK" = ( /obj/structure/window/reinforced{ dir = 1 }, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) "rrf" = ( /obj/structure/bodycontainer/morgue{ dir = 1 @@ -47969,6 +48275,17 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/iron, /area/station/maintenance/department/engine) +"rsz" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/machinery/smartfridge/petri/preloaded, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "rsD" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -48067,14 +48384,6 @@ /obj/structure/bed/roller, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"rtZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) "rul" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48196,15 +48505,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/primary/central) -"rvP" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "rvY" = ( /obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 1 @@ -48412,6 +48712,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/interrogation) +"rzi" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/commons/lounge) "rzq" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/corner, @@ -48487,18 +48795,6 @@ /obj/effect/mapping_helpers/airlock/access/any/service/maintenance, /turf/open/floor/plating, /area/station/maintenance/port) -"rAg" = ( -/obj/machinery/door/airlock/maintenance, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "rAo" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/reagent_dispensers/watertank, @@ -48717,14 +49013,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/port) -"rEQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "rES" = ( /turf/closed/wall/r_wall, /area/station/security/office) @@ -48734,27 +49022,15 @@ }, /turf/open/floor/wood, /area/station/service/library) -"rFH" = ( -/obj/machinery/computer/upload/ai, -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 2; - icon_state = "right"; - layer = 3.1; - name = "Upload Console Window"; - req_access = list("ai_upload") - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ +"rFO" = ( +/obj/effect/turf_decal/tile/bar{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "rFR" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -48866,6 +49142,28 @@ "rHn" = ( /turf/closed/wall/r_wall, /area/station/engineering/supermatter) +"rHq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 6 + }, +/obj/structure/sign/warning/secure_area/directional/east{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 6 + }, +/obj/effect/turf_decal/siding/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "rHr" = ( /obj/machinery/light/directional/south, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -48888,6 +49186,12 @@ /obj/effect/spawner/random/decoration/glowstick, /turf/open/floor/iron/white, /area/station/medical/abandoned) +"rHz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/station/service/theater) "rHE" = ( /obj/structure/table, /obj/item/clipboard, @@ -48909,6 +49213,12 @@ }, /turf/open/floor/wood, /area/station/service/library) +"rIb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/closed/wall, +/area/station/service/theater) "rIh" = ( /obj/machinery/light/directional/east, /obj/structure/cable, @@ -48919,9 +49229,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"rIk" = ( -/turf/open/floor/wood, -/area/station/service/theater) "rIG" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -49172,23 +49479,19 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter) -"rMh" = ( +"rMe" = ( /obj/structure/table, /obj/machinery/button/door{ - id = "xenobio4"; + id = "xenobio3"; layer = 3.3; - name = "Xenobio Pen 4 Blast Doors"; + name = "Xenobio Pen 3 Blast Doors"; pixel_y = 4; - req_access = list("xenobiology"); - sync_doors = 4 + req_access = list("xenobiology") }, -/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1 - }, +/obj/structure/window/reinforced, /turf/open/floor/iron, /area/station/science/xenobiology) "rMl" = ( @@ -49245,12 +49548,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/carpet, /area/station/service/library) -"rMY" = ( -/obj/effect/decal/cleanable/food/flour, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/structure/window, -/turf/open/floor/iron/white, -/area/station/security/prison/mess) "rMZ" = ( /obj/structure/table, /obj/item/folder/blue{ @@ -49362,10 +49659,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/main) -"rPg" = ( -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/lounge) "rPh" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/highsecurity{ @@ -49393,6 +49686,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) +"rPN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/wood, +/area/station/commons/lounge) "rPO" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -49502,6 +49801,38 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"rRm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/entertainment/cigarette, +/turf/open/floor/wood, +/area/station/commons/lounge) +"rRo" = ( +/obj/machinery/button/ignition{ + id = "Xenobio"; + pixel_x = -4; + pixel_y = -3 + }, +/obj/machinery/button/door/directional/north{ + id = "Xenolab"; + name = "Test Chamber Blast Doors"; + pixel_x = 6; + pixel_y = -2; + req_access = list("xenobiology") + }, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/machinery/computer/security/telescreen{ + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_y = 9 + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "rRB" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance" @@ -49573,6 +49904,18 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/service/library) +"rSW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "rTg" = ( /obj/structure/table, /obj/item/stock_parts/micro_laser, @@ -49629,6 +49972,17 @@ }, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) +"rTT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 9 + }, +/obj/effect/turf_decal/tile/bar, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "rTV" = ( /obj/machinery/firealarm/directional/west, /obj/structure/table, @@ -49833,14 +50187,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/security/execution/education) -"rXF" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/commons/lounge) "rXJ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair/stool/directional/east, @@ -49882,6 +50228,13 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"rYs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/space, +/area/space/nearstation) "rYy" = ( /obj/machinery/power/smes, /obj/structure/cable, @@ -49948,6 +50301,16 @@ /obj/item/reagent_containers/syringe, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"rZf" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/machinery/light/directional/south, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/burnchamber) "rZt" = ( /obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ dir = 8 @@ -50041,6 +50404,19 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/iron, /area/station/construction/storage_wing) +"saj" = ( +/obj/structure/table/wood, +/obj/item/lipstick{ + pixel_y = 5 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/entertainment/musical_instrument, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) "sal" = ( /obj/machinery/door/poddoor/shutters{ dir = 4; @@ -50059,22 +50435,34 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) -"saM" = ( -/obj/structure/table/glass, -/obj/item/folder/blue{ +"saD" = ( +/obj/machinery/light_switch/directional/north, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = 13; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = 6; pixel_y = 3 }, -/obj/item/pen, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -28 +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = 13; + pixel_y = -1 }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/window/reinforced{ - dir = 4 +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = -2; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/ice{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/window{ + dir = 8 }, /turf/open/floor/iron/dark, -/area/station/engineering/transit_tube) +/area/station/service/cafeteria) "saN" = ( /obj/structure/bookcase/random/religion, /turf/open/floor/wood, @@ -50101,15 +50489,15 @@ /obj/item/storage/toolbox/electrical, /turf/open/floor/iron, /area/station/security/brig) -"sbr" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ +"sbG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "sbK" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -50251,17 +50639,6 @@ /obj/machinery/duct, /turf/open/floor/plating, /area/station/maintenance/department/engine) -"seh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation) -"sej" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/obj/machinery/duct, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "sey" = ( /obj/structure/sign/departments/court/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -50314,14 +50691,6 @@ "sfA" = ( /turf/open/floor/carpet, /area/station/medical/psychology) -"sfD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "sfF" = ( /obj/machinery/duct, /obj/effect/turf_decal/trimline/blue/filled/end, @@ -50394,6 +50763,22 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"sgX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) "shg" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -50460,26 +50845,6 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"six" = ( -/obj/machinery/door/window/left/directional/north{ - name = "Inner Pipe Access"; - req_access = list("atmospherics") - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/off{ - dir = 1; - name = "O2 To Pure" - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) "siz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, @@ -50496,18 +50861,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"siH" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix Outlet Pump" - }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "siL" = ( /obj/item/storage/box/lights/mixed, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -50568,23 +50921,13 @@ "sjP" = ( /turf/closed/wall/r_wall, /area/station/security/prison/safe) -"skc" = ( -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 5 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/green{ +"sjS" = ( +/obj/machinery/suit_storage_unit/captain, +/obj/structure/window/reinforced{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 5 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "skx" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 8 @@ -50676,24 +51019,6 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/medical/surgery/theatre) -"sng" = ( -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/medkit/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/fire, -/obj/item/storage/medkit/fire{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/reinforced, -/obj/structure/window, -/turf/open/floor/iron/dark, -/area/station/medical/storage) "snu" = ( /obj/structure/table/wood, /obj/machinery/door/window{ @@ -50761,17 +51086,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"snV" = ( -/obj/machinery/computer/atmos_control/carbon_tank{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "soa" = ( /obj/machinery/light/small/directional/south, /obj/structure/sign/poster/official/random/directional/south, @@ -50847,15 +51161,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"spP" = ( -/obj/machinery/power/shieldwallgen, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) "sqb" = ( /obj/structure/rack, /obj/item/reagent_containers/cup/bottle/ethanol{ @@ -50948,26 +51253,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/central) -"srq" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/east{ - dir = 1; - name = "Kitchen Window"; - req_access = list("kitchen") - }, -/obj/machinery/door/firedoor, -/obj/item/paper, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen_service"; - name = "Service Shutter" - }, -/obj/item/pen, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "srx" = ( /obj/machinery/light/no_nightlight/directional/east, /obj/machinery/atmospherics/pipe/layer_manifold/cyan/visible, @@ -51227,6 +51512,22 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/engine) +"svP" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light/directional/west, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/cargo/storage) "svQ" = ( /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/unres{ @@ -51253,18 +51554,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"swa" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "MiniSat Exterior - Port Fore"; - network = list("minisat") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "swe" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -51338,26 +51627,28 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) +"sxs" = ( +/obj/machinery/power/shieldwallgen, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"sxA" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/cable, +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced, +/turf/open/floor/carpet, +/area/station/command/corporate_showroom) "sxB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/station/science/lab) -"sxO" = ( -/obj/structure/table/reinforced, -/obj/item/roller, -/obj/item/roller{ - pixel_y = 3 - }, -/obj/item/roller{ - pixel_y = 6 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/office) "sxR" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, @@ -51470,13 +51761,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"szi" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/space, -/area/space/nearstation) "szk" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -51557,23 +51841,6 @@ /obj/item/stack/cable_coil, /turf/open/space/basic, /area/space/nearstation) -"sBs" = ( -/obj/machinery/airalarm/directional/east, -/obj/item/food/poppypretzel{ - pixel_x = -5; - pixel_y = -2 - }, -/obj/item/food/hotcrossbun{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/structure/window, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) "sBL" = ( /obj/structure/chair/stool/directional/west, /obj/effect/mapping_helpers/broken_floor, @@ -51743,22 +52010,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/engineering/atmos/storage/gas) -"sDD" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "XenoPens"; - name = "Xenobiology Lockdown" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "sDE" = ( /obj/structure/sign/warning/secure_area/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -51784,6 +52035,12 @@ /obj/effect/mapping_helpers/airlock/access/any/command/hop, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) +"sDQ" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/theater) "sDS" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -51811,6 +52068,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"sEx" = ( +/obj/machinery/button/door/directional/east, +/obj/structure/table, +/obj/machinery/processor{ + pixel_y = 12 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "sEE" = ( /obj/item/storage/fancy/candle_box{ pixel_y = 5 @@ -51834,6 +52100,23 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"sEM" = ( +/obj/machinery/airalarm/directional/east, +/obj/item/food/poppypretzel{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/food/hotcrossbun{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/structure/window, +/turf/open/floor/iron/dark, +/area/station/service/cafeteria) "sEZ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/stripes/white/line, @@ -51843,6 +52126,9 @@ "sFw" = ( /turf/open/floor/iron/chapel, /area/station/service/chapel) +"sFB" = ( +/turf/open/floor/wood/large, +/area/station/commons/lounge) "sGm" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -52029,6 +52315,16 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/holofloor/dark, /area/station/science/cytology) +"sKs" = ( +/obj/structure/closet/bombcloset/security, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/brig) "sKt" = ( /obj/machinery/smartfridge/chemistry/preloaded, /turf/closed/wall, @@ -52151,22 +52447,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"sMM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "sMS" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"sNi" = ( +/turf/open/floor/wood, +/area/station/service/theater) "sNl" = ( /obj/effect/turf_decal/plaque{ icon_state = "L1" @@ -52297,14 +52584,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"sOT" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "sOZ" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -52356,6 +52635,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/science/research) +"sPV" = ( +/obj/structure/closet/secure_closet/captains, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "sPY" = ( /obj/machinery/firealarm/directional/east, /obj/effect/turf_decal/tile/neutral, @@ -52390,6 +52676,13 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/plating, /area/station/maintenance/port) +"sQy" = ( +/obj/effect/spawner/random/trash/mess, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "sQB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -52407,17 +52700,6 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"sQV" = ( -/obj/machinery/computer/atmos_control/oxygen_tank{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "sQY" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -52441,6 +52723,21 @@ "sRm" = ( /turf/open/floor/iron/white, /area/station/medical/storage) +"sRy" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Air to Pure" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "sRD" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, @@ -52591,6 +52888,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"sTI" = ( +/obj/machinery/light/no_nightlight/directional/east, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) "sTN" = ( /obj/effect/turf_decal/siding/purple, /turf/open/floor/iron/white, @@ -52931,11 +53236,29 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"sYh" = ( +/obj/structure/sign/plaques/kiddie/perfect_drone{ + pixel_y = 32 + }, +/obj/structure/table/wood, +/obj/item/storage/backpack/duffelbag/drone, +/obj/structure/window/reinforced, +/turf/open/floor/carpet, +/area/station/command/corporate_showroom) "sYp" = ( /obj/machinery/vending/boozeomat, /obj/machinery/light/small/directional/west, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) +"sYH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "sZH" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -53113,6 +53436,11 @@ }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) +"tcC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "tcN" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -53308,6 +53636,20 @@ /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/station/science/robotics/lab) +"tgc" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/service/kitchen) "tgm" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -53388,22 +53730,6 @@ dir = 1 }, /area/station/engineering/atmos/pumproom) -"thA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/item/target/clown, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "thQ" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -53491,6 +53817,16 @@ }, /turf/open/floor/iron, /area/station/security/brig) +"tjw" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) "tjE" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/spawner/random/structure/closet_maintenance, @@ -53507,18 +53843,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"tjI" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Kitchen - Cold Room" - }, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "tjL" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -53693,19 +54017,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"tmM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/directional/east{ - c_tag = "Outer Vault"; - name = "storage wing camera"; - network = list("ss13","vault") - }, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/construction/storage_wing) "tmQ" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow{ @@ -53764,12 +54075,6 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"tof" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) "tok" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/camera/directional/south{ @@ -53797,6 +54102,15 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"toM" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "toR" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -53811,6 +54125,30 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) +"tpg" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) +"tpn" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "MiniSat Exterior - Starboard Fore"; + network = list("minisat") + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "tpr" = ( /obj/machinery/light/directional/north, /obj/machinery/airalarm/directional/north, @@ -53831,6 +54169,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/lab) +"tpF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/griddle, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "tqd" = ( /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron/white, @@ -53920,6 +54267,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"trE" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "trG" = ( /obj/structure/table, /obj/item/stack/cable_coil, @@ -53930,12 +54284,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) -"trI" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/grass, -/area/station/science/genetics) "trM" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -53987,20 +54335,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, /area/station/maintenance/port/aft) -"tsV" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/door/window{ - name = "MiniSat Walkway Access" - }, -/obj/machinery/camera/directional/east{ - c_tag = "MiniSat Exterior - Aft Port"; - network = list("minisat") - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "tsZ" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /obj/structure/lattice/catwalk, @@ -54009,11 +54343,6 @@ /obj/structure/cable, /turf/open/space, /area/space/nearstation) -"tte" = ( -/obj/effect/landmark/start/hangover, -/obj/structure/chair/stool/directional/south, -/turf/open/floor/wood, -/area/station/commons/lounge) "tth" = ( /obj/item/paper_bin/carbon, /obj/item/pen/fountain, @@ -54166,12 +54495,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/space, /area/space/nearstation) -"twg" = ( -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation) "twj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/spawner/random/structure/crate, @@ -54222,23 +54545,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"twW" = ( -/obj/structure/plasticflaps, -/obj/machinery/disposal/delivery_chute, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) "txa" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, @@ -54272,15 +54578,6 @@ /obj/effect/mapping_helpers/airlock/access/all/command/minisat, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"txi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/cook, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "txk" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=14.5-Recreation"; @@ -54342,9 +54639,43 @@ }, /turf/open/floor/iron/textured, /area/station/medical/medbay/central) +"tyE" = ( +/obj/structure/table/glass, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/transit_tube) "tyY" = ( /turf/closed/wall, /area/station/command/heads_quarters/captain/private) +"tzg" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/science/genetics) +"tzi" = ( +/obj/structure/table/wood, +/obj/item/staff/broom, +/obj/item/wrench, +/obj/machinery/airalarm/directional/east, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/wood/large, +/area/station/service/theater) "tzq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54372,6 +54703,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"tzI" = ( +/obj/structure/table/reinforced, +/obj/item/roller, +/obj/item/roller{ + pixel_y = 3 + }, +/obj/item/roller{ + pixel_y = 6 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/office) "tzJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54400,15 +54745,6 @@ "tAg" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/rd) -"tAm" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/power/energy_accumulator/grounding_rod/anchored, -/obj/structure/window/reinforced/plasma{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "tAx" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/red{ @@ -54468,6 +54804,24 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/station/medical/break_room) +"tBy" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light_switch/directional/south, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table, +/obj/item/reagent_containers/cup/beaker/large, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_x = -4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "tBz" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -54566,18 +54920,6 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"tDM" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "N2O to Pure" - }, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "tDN" = ( /obj/structure/chair{ dir = 8 @@ -54600,17 +54942,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"tEe" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/smartfridge/petri/preloaded, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "tEj" = ( /obj/machinery/firealarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54657,15 +54988,6 @@ /obj/machinery/light_switch/directional/east, /turf/open/floor/iron/dark, /area/station/engineering/storage/tcomms) -"tFd" = ( -/obj/structure/table/wood, -/obj/machinery/fax{ - fax_name = "Captain's Office"; - name = "Captain's Fax Machine" - }, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "tFj" = ( /obj/structure/railing/corner{ dir = 4 @@ -54763,16 +55085,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"tIj" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "tIk" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -54831,6 +55143,18 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"tIP" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "XenoPens"; + name = "Xenobiology Lockdown" + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron, +/area/station/science/xenobiology) "tIR" = ( /obj/structure/table/wood, /obj/item/storage/photo_album{ @@ -55010,9 +55334,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"tLe" = ( -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "tLg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /obj/effect/decal/cleanable/dirt, @@ -55132,6 +55453,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/warden) +"tNu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "tNw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -55298,6 +55628,13 @@ /obj/item/clothing/mask/surgical, /turf/open/floor/iron/showroomfloor, /area/station/maintenance/starboard/lesser) +"tQC" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on/coldroom, +/obj/effect/turf_decal/delivery, +/obj/machinery/light_switch/directional/north, +/obj/structure/window/reinforced, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "tQG" = ( /obj/structure/cable, /obj/machinery/door/airlock/virology/glass{ @@ -55366,6 +55703,18 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"tSY" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "tTa" = ( /obj/item/emptysandbag, /obj/item/emptysandbag, @@ -55392,6 +55741,11 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos/storage/gas) +"tTB" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2, +/obj/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/station/ai_monitored/aisat/exterior) "tTC" = ( /obj/structure/sign/warning/vacuum/external/directional/east, /obj/effect/turf_decal/stripes/line{ @@ -55405,6 +55759,19 @@ /obj/effect/spawner/random/engineering/vending_restock, /turf/open/floor/plating, /area/station/maintenance/port) +"tTL" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "tTT" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, @@ -55514,6 +55881,31 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/security/prison/garden) +"tVr" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 4 + }, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + layer = 3 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/window, +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "tVt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -55636,18 +56028,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"tXH" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/food/pie/cream, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "kitchen_counter"; - name = "Kitchen Counter Shutters" - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/service/kitchen) "tXU" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/cable, @@ -55749,17 +56129,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"tZC" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "tZD" = ( /obj/effect/landmark/start/captain, /obj/structure/chair/comfy/brown, @@ -55777,6 +56146,13 @@ }, /turf/open/floor/plating, /area/station/medical/pharmacy) +"tZL" = ( +/obj/machinery/light_switch/directional/east, +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "tZS" = ( /obj/structure/flora/bush/jungle/b/style_random, /obj/structure/flora/bush/flowers_pp/style_random, @@ -55879,6 +56255,13 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/port) +"ubw" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) "ubB" = ( /obj/structure/table/reinforced, /obj/item/folder/blue{ @@ -56089,10 +56472,6 @@ }, /turf/open/floor/iron, /area/station/security/office) -"uey" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/lounge) "ueB" = ( /obj/machinery/airalarm/directional/south, /obj/effect/turf_decal/tile/yellow/half/contrasted, @@ -56129,6 +56508,13 @@ }, /turf/open/floor/iron/dark, /area/station/security/brig) +"uga" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/structure/window/reinforced/plasma, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "ugd" = ( /obj/machinery/door/airlock/external{ name = "Labor Camp Shuttle Airlock" @@ -56232,6 +56618,16 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) +"uhW" = ( +/obj/structure/cable, +/obj/machinery/door/window{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Theater Stage" + }, +/turf/open/floor/carpet, +/area/station/service/theater) "uhY" = ( /obj/machinery/camera/directional/east{ c_tag = "Chemistry East"; @@ -56258,21 +56654,6 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"uin" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/item/folder/red{ - pixel_x = -7 - }, -/obj/item/folder/red{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/stamp/hos, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "uiB" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/cable, @@ -56340,17 +56721,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"uku" = ( -/obj/machinery/door/window{ - dir = 8; - name = "MiniSat Airlock Access" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "ukv" = ( /obj/structure/rack, /obj/item/clothing/mask/gas, @@ -56405,6 +56775,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/research) +"ulA" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/space, +/area/space/nearstation) "ulE" = ( /obj/machinery/door/poddoor/massdriver_chapel, /obj/structure/fans/tiny, @@ -56588,34 +56965,6 @@ /obj/item/toy/cattoy, /turf/open/floor/plating, /area/station/medical/abandoned) -"upC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposaloutlet{ - dir = 4; - name = "Cargo Deliveries" - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 10 - }, -/obj/effect/turf_decal/siding/yellow, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "upR" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -56734,6 +57083,14 @@ /obj/machinery/power/port_gen/pacman/pre_loaded, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"urG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/plumbed, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "urK" = ( /obj/structure/chair/stool/directional/east, /turf/open/floor/iron, @@ -56995,16 +57352,6 @@ /obj/effect/turf_decal/tile/green/fourcorners, /turf/open/floor/iron/white, /area/station/medical/virology) -"uvZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/east{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "uwa" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -57154,32 +57501,11 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"uxo" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding{ - dir = 4 - }, -/obj/item/computer_disk/ordnance, -/obj/item/computer_disk/ordnance, -/obj/item/computer_disk/ordnance, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) "uxt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/machinery/meter, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"uxD" = ( -/obj/structure/table, -/obj/item/food/dough, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "uxI" = ( /obj/machinery/vending/medical, /obj/machinery/light/directional/south, @@ -57228,20 +57554,6 @@ }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) -"uyY" = ( -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "kitchen_counter"; - name = "Kitchen Counter Shutters" - }, -/obj/structure/desk_bell{ - pixel_x = 7 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/service/kitchen) "uza" = ( /turf/closed/wall/r_wall, /area/station/security/prison/visit) @@ -57410,17 +57722,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/primary/central) -"uCA" = ( -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/structure/table/glass, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "uCG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/spawner/random/trash/garbage{ @@ -57631,6 +57932,13 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) +"uFQ" = ( +/obj/machinery/computer/cargo/request{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "uFZ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, @@ -57792,15 +58100,20 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"uIc" = ( -/obj/structure/window{ +"uHW" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/structure/window{ - dir = 1 +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/service/kitchen) "uId" = ( /obj/effect/turf_decal/tile/yellow/opposingcorners{ dir = 1 @@ -57902,26 +58215,6 @@ /obj/structure/chair/stool/directional/east, /turf/open/floor/iron, /area/station/commons/locker) -"uJR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/table/glass, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/screwdriver{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "uKa" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 6 @@ -57971,17 +58264,6 @@ }, /turf/open/floor/iron, /area/station/science/explab) -"uKD" = ( -/obj/structure/table, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) "uKR" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -58026,6 +58308,15 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, /area/station/medical/storage) +"uLz" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "MiniSat Exterior - Fore Port"; + network = list("minisat") + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "uLE" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -58038,6 +58329,19 @@ }, /turf/open/floor/iron, /area/station/construction/storage_wing) +"uLK" = ( +/obj/structure/flora/bush/pale/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/science/research) "uLP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/light/directional/north, @@ -58047,11 +58351,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/white, /area/station/science/research) -"uLX" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2, -/obj/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/station/ai_monitored/aisat/exterior) "uMb" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -58184,13 +58483,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port) -"uOO" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood, -/area/station/commons/lounge) "uOS" = ( /obj/machinery/door/airlock/grunge{ name = "Morgue" @@ -58311,25 +58603,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/cargo/sorting) -"uRw" = ( -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "uRA" = ( /obj/structure/extinguisher_cabinet/directional/west, /obj/item/kirbyplants{ @@ -58387,6 +58660,18 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port) +"uTx" = ( +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/machinery/door/window/right/directional/south{ + name = "Corpse Arrivals" + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "uTF" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -58408,6 +58693,21 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/construction/storage_wing) +"uTN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/disposal/bin{ + name = "Jim Norton's Quebecois Coffee disposal unit" + }, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk, +/obj/structure/window, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/service/cafeteria) "uTP" = ( /obj/machinery/light_switch/directional/south, /turf/open/floor/iron, @@ -58528,6 +58828,20 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"uWj" = ( +/obj/structure/table/reinforced, +/obj/item/defibrillator/loaded{ + pixel_y = 6 + }, +/obj/item/defibrillator/loaded{ + pixel_y = 3 + }, +/obj/item/defibrillator/loaded, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) "uWk" = ( /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, @@ -58559,6 +58873,18 @@ /obj/effect/turf_decal/bot/left, /turf/open/floor/engine, /area/station/engineering/atmospherics_engine) +"uWK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ + name = "Theater Backstage" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor, +/turf/open/floor/wood, +/area/station/service/theater) "uWL" = ( /obj/structure/cable, /turf/open/floor/circuit, @@ -58622,13 +58948,6 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) -"uYg" = ( -/obj/structure/sink/kitchen/directional/west, -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Pete" - }, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "uYi" = ( /turf/open/floor/plating/airless, /area/station/solars/starboard/aft) @@ -58711,6 +59030,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) +"uZu" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/service/kitchen) "uZD" = ( /obj/structure/cable, /turf/open/floor/carpet, @@ -58894,11 +59227,6 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) -"vdX" = ( -/obj/structure/table, -/obj/effect/spawner/random/food_or_drink/cake_ingredients, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "veO" = ( /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ dir = 8 @@ -58920,18 +59248,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white/smooth_large, /area/station/medical/treatment_center) -"vfb" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "visitation"; - name = "Visitation Shutters" - }, -/obj/machinery/door/window/left/directional/south{ - dir = 4 - }, -/obj/structure/table, -/turf/open/floor/iron, -/area/station/security/prison/visit) "vfh" = ( /obj/machinery/door/window/right/directional/north{ dir = 8; @@ -58976,13 +59292,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"vgb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "vgd" = ( /obj/machinery/door/airlock/engineering{ name = "Telecomms Storage" @@ -59009,6 +59318,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/command/gateway) +"vgW" = ( +/obj/machinery/door/window{ + dir = 8; + name = "MiniSat Airlock Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "vgZ" = ( /obj/structure/table/glass, /obj/structure/cable, @@ -59086,6 +59406,25 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) +"viF" = ( +/obj/machinery/computer/upload/borg, +/obj/machinery/door/window/left/directional/west{ + dir = 2; + layer = 3.1; + name = "Cyborg Upload Console Window"; + req_access = list("ai_upload") + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) "viH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/spawner/structure/window/reinforced, @@ -59187,15 +59526,6 @@ /obj/effect/mapping_helpers/airlock/access/any/service/kitchen, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) -"vjR" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/lounge) "vjS" = ( /obj/effect/landmark/start/paramedic, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -59317,13 +59647,6 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) -"vld" = ( -/obj/effect/spawner/random/trash/mess, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "vlh" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/rnd_secure_all, @@ -59528,6 +59851,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"voQ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/engineering/main) "voS" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/navbeacon{ @@ -59556,19 +59887,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/bridge) -"vpj" = ( -/obj/structure/table, -/obj/item/surgical_drapes, -/obj/item/cautery, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/purple/half/contrasted, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) "vpl" = ( /obj/structure/chair{ dir = 8 @@ -59683,13 +60001,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"vqN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/station/service/theater) "vqU" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -59779,19 +60090,6 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) -"vsY" = ( -/obj/item/food/grown/harebell, -/obj/item/food/grown/harebell, -/obj/item/food/grown/harebell, -/obj/item/food/grown/harebell, -/obj/item/food/grown/harebell, -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/funeral) "vsZ" = ( /obj/structure/table/reinforced, /obj/item/folder/red, @@ -59939,6 +60237,16 @@ /obj/item/clothing/mask/cigarette/pipe, /turf/open/floor/plating, /area/station/maintenance/port) +"vwn" = ( +/obj/item/kirbyplants{ + icon_state = "plant-10" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/commons/lounge) "vwp" = ( /obj/machinery/door/airlock{ id_tag = "FitnessShower"; @@ -60027,6 +60335,15 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, /area/station/command/corporate_showroom) +"vyK" = ( +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/siding/wood, +/obj/effect/landmark/start/clown, +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) "vyM" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -60173,6 +60490,22 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/storage) +"vBf" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "XenoPens"; + name = "Xenobiology Lockdown" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "vBl" = ( /obj/machinery/camera/directional/south{ c_tag = "Central Primary Hallway - Aft-Starboard" @@ -60180,23 +60513,6 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/iron, /area/station/hallway/primary/central) -"vBB" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 3 - }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -3 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "kitchen_counter"; - name = "Kitchen Counter Shutters" - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/service/kitchen) "vBG" = ( /obj/item/radio/intercom/directional/south, /obj/effect/turf_decal/siding/purple{ @@ -60207,6 +60523,16 @@ }, /turf/open/floor/iron/white, /area/station/science/research) +"vBJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/transit_tube/horizontal, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/space, +/area/space/nearstation) "vBW" = ( /obj/machinery/light/small/directional/south, /obj/structure/cable, @@ -60214,31 +60540,11 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) -"vBY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/hangover, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "vCh" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"vCm" = ( -/obj/structure/cable, -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/carpet, -/area/station/command/corporate_showroom) "vCr" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -60291,21 +60597,6 @@ /obj/item/tail_pin, /turf/open/space/basic, /area/space/nearstation) -"vDr" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio7"; - layer = 3.3; - name = "Xenobio Pen 7 Blast Doors"; - pixel_y = 4; - req_access = list("xenobiology") - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "vDt" = ( /obj/machinery/door/airlock/maintenance{ name = "Research Maintenance" @@ -60341,12 +60632,6 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"vDX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/wood, -/area/station/commons/lounge) "vEd" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/processor{ @@ -60354,6 +60639,26 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"vEi" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/east{ + dir = 1; + name = "Kitchen Window"; + req_access = list("kitchen") + }, +/obj/machinery/door/firedoor, +/obj/item/paper, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen_service"; + name = "Service Shutter" + }, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "vEk" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -60404,15 +60709,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"vEO" = ( -/obj/machinery/button/door/directional/east, -/obj/structure/table, -/obj/machinery/processor{ - pixel_y = 12 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "vET" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -60433,6 +60729,20 @@ /obj/item/binoculars, /turf/open/space/basic, /area/space/nearstation) +"vFh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "vFm" = ( /obj/structure/table, /obj/item/folder/red, @@ -60466,13 +60776,18 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"vFV" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - dir = 1 +"vFK" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Plasma to Pure" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "vGl" = ( /obj/structure/table/reinforced, /obj/item/flashlight/lamp, @@ -60580,17 +60895,18 @@ /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /turf/closed/wall/r_wall, /area/station/maintenance/starboard/greater) -"vIx" = ( -/obj/structure/flora/bush/pale/style_random, -/obj/structure/flora/bush/ferny/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/window, -/obj/structure/window{ +"vIz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 8 }, -/turf/open/floor/grass, -/area/station/science/research) +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) "vIB" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -60803,6 +61119,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"vMw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater) "vME" = ( /obj/structure/chair/stool/directional/north, /obj/structure/cable, @@ -60999,6 +61322,10 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"vQA" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood, +/area/station/service/theater) "vQI" = ( /obj/structure/sign/warning/pods, /turf/closed/wall/r_wall, @@ -61112,14 +61439,8 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"vSa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/large, +"vRU" = ( +/turf/open/floor/carpet, /area/station/service/theater) "vSo" = ( /obj/machinery/light/small/directional/south, @@ -61158,13 +61479,6 @@ "vSI" = ( /turf/open/floor/iron/white, /area/station/medical/surgery/theatre) -"vSJ" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/carpet, -/area/station/service/theater) "vSP" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -61177,53 +61491,12 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) -"vTb" = ( -/obj/machinery/button/ignition{ - id = "Xenobio"; - pixel_x = -4; - pixel_y = -3 - }, -/obj/machinery/button/door/directional/north{ - id = "Xenolab"; - name = "Test Chamber Blast Doors"; - pixel_x = 6; - pixel_y = -2; - req_access = list("xenobiology") - }, -/obj/structure/table/reinforced/plastitaniumglass, -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 9 - }, -/obj/item/radio/intercom/directional/north, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "vTf" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ dir = 8 }, /turf/open/floor/plating, /area/station/maintenance/fore) -"vTO" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/item/bikehorn/rubberducky, -/obj/machinery/light_switch/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "vTX" = ( /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) @@ -61256,13 +61529,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"vVb" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/space, -/area/space/nearstation) "vVm" = ( /obj/machinery/firealarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -61336,16 +61602,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"vVQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/explab) "vVV" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -61495,12 +61751,6 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/port) -"vXK" = ( -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation) "vXO" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/trash/mess, @@ -61619,6 +61869,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/command) +"vZX" = ( +/obj/machinery/door/airlock{ + name = "Theater Stage" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) "wac" = ( /obj/item/stack/sheet/glass/fifty{ pixel_x = 3; @@ -61703,28 +61965,6 @@ /obj/effect/spawner/random/trash/bin, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"wcb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 6 - }, -/obj/structure/sign/warning/secure_area/directional/east{ - pixel_y = 32 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 6 - }, -/obj/effect/turf_decal/siding/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "wcr" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -61766,17 +62006,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"wda" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Pen #4"; - dir = 6; - network = list("ss13","rd","xeno") - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "wde" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 @@ -61811,20 +62040,6 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"wdE" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/window{ - dir = 8 - }, -/obj/structure/sign/poster/random/directional/north, -/obj/effect/spawner/random/structure/musician/piano/random_piano, -/turf/open/floor/wood/large, -/area/station/service/theater) "wdG" = ( /obj/machinery/door/airlock{ id_tag = "Cabin3"; @@ -61905,13 +62120,6 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"wff" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) "wfm" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -62053,20 +62261,15 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"wgJ" = ( +/obj/structure/sign/map/right, +/turf/closed/wall, +/area/station/commons/storage/tools) "wha" = ( /obj/effect/spawner/random/structure/closet_maintenance, /obj/item/stock_parts/matter_bin, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"whn" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) "whx" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -62102,16 +62305,14 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/engineering/break_room) -"whI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced{ +"whH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "whN" = ( /obj/docking_port/stationary{ dheight = 4; @@ -62138,14 +62339,6 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"wiQ" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "wiS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -62237,14 +62430,6 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/wood, /area/station/service/library) -"wkn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) "wkv" = ( /obj/structure/railing{ dir = 8 @@ -62282,6 +62467,11 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) +"wkX" = ( +/obj/effect/landmark/start/hangover, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/wood, +/area/station/commons/lounge) "wlj" = ( /obj/machinery/hydroponics/soil{ pixel_y = 8 @@ -62293,6 +62483,15 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/cult, /area/station/service/chapel/funeral) +"wll" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/east, +/obj/item/folder/blue, +/obj/item/hand_tele, +/obj/item/stamp/head/captain, +/obj/structure/window/reinforced, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "wlt" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/blue/filled/warning, @@ -62302,6 +62501,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white/smooth_large, /area/station/medical/medbay/central) +"wlL" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "wmc" = ( /obj/structure/closet/secure_closet/evidence, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -62325,23 +62532,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"wmK" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio1"; - layer = 3.3; - name = "Xenobio Pen 1 Blast Doors"; - pixel_y = 1; - req_access = list("xenobiology") - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "wmL" = ( /turf/closed/wall/r_wall, /area/station/science/xenobiology/hallway) @@ -62378,6 +62568,25 @@ }, /turf/open/floor/plating, /area/station/medical/abandoned) +"wnQ" = ( +/obj/structure/sign/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/obj/structure/tank_dispenser{ + pixel_x = -1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/storage/gas) "wnR" = ( /obj/machinery/vending/wardrobe/hydro_wardrobe, /obj/effect/turf_decal/stripes/line{ @@ -62387,6 +62596,26 @@ /obj/structure/sign/poster/official/random/directional/east, /turf/open/floor/iron, /area/station/service/hydroponics) +"wnT" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/door/window{ + name = "MiniSat Walkway Access" + }, +/obj/machinery/camera/directional/east{ + c_tag = "MiniSat Exterior - Aft Port"; + network = list("minisat") + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) +"wnY" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/command/heads_quarters/rd) "woc" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -62511,6 +62740,12 @@ /obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) +"wqI" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/pipe, +/obj/machinery/light/directional/north, +/turf/open/floor/wood, +/area/station/commons/lounge) "wqJ" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -62568,6 +62803,12 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/circuit/green, /area/station/science/robotics/mechbay) +"wrZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/service/theater) "wsq" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -62650,15 +62891,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/brig) -"wth" = ( -/obj/structure/cable, -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/station/command/corporate_showroom) "wto" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -62763,19 +62995,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/commons/dorms) -"wvj" = ( -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 6 - }, -/obj/effect/turf_decal/siding/purple, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/lobby) "wvo" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -62798,6 +63017,25 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"wvR" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 2 + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"wvU" = ( +/obj/structure/window, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) "wwj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -62822,6 +63060,20 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron, /area/station/science/robotics/mechbay) +"wwD" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Theater - Stage" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/item/radio/intercom/directional/east, +/obj/structure/table/wood, +/obj/item/clothing/glasses/monocle, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/wood/large, +/area/station/service/theater) "wwW" = ( /obj/effect/turf_decal/trimline/purple/line{ dir = 1 @@ -62878,18 +63130,6 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"wyb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "wyn" = ( /obj/machinery/hydroponics/soil, /obj/item/shovel/spade, @@ -62932,12 +63172,6 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"wyV" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/closed/wall, -/area/station/service/theater) "wza" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -62985,43 +63219,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"wzO" = ( -/obj/machinery/door/window/right/directional/south{ - dir = 8; - name = "Surgical Supplies"; - req_access = list("surgery") - }, -/obj/structure/table/reinforced, -/obj/item/stack/sticky_tape/surgical, -/obj/item/stack/medical/bone_gel, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/theatre) -"wzZ" = ( -/obj/machinery/computer/cargo/request{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"wAm" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/structure/table/wood, -/obj/effect/spawner/random/entertainment/musical_instrument, -/obj/item/clothing/glasses/regular/hipster{ - name = "Hipster Glasses" - }, -/turf/open/floor/wood/large, -/area/station/service/theater) "wAp" = ( /obj/item/radio/intercom/directional/west, /obj/structure/table, @@ -63117,6 +63314,7 @@ /turf/open/floor/plating, /area/station/engineering/supermatter/room) "wBT" = ( +/obj/structure/cable, /turf/open/floor/carpet, /area/station/service/theater) "wBV" = ( @@ -63295,6 +63493,16 @@ }, /turf/open/floor/plating, /area/station/command/heads_quarters/hos) +"wFy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "wFM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/delivery, @@ -63320,22 +63528,6 @@ /obj/structure/light_construct/directional/east, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"wGB" = ( -/obj/machinery/door/window/left/directional/north{ - name = "Inner Pipe Access"; - req_access = list("atmospherics") - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) "wGE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/power/apc/auto_name/directional/north, @@ -63440,16 +63632,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"wIY" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/item/crowbar/red, -/obj/machinery/light_switch/directional/south, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "wJw" = ( /turf/open/floor/engine/plasma, /area/station/engineering/atmos) @@ -63477,28 +63659,10 @@ /obj/machinery/atmospherics/components/unary/cryo_cell, /turf/open/floor/iron/dark/textured, /area/station/medical/cryo) -"wKo" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 - }, -/obj/machinery/camera/directional/north, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "wKu" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "kitchen_counter"; - name = "Kitchen Counter Shutters" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/service/kitchen) +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/lounge) "wKC" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -63525,27 +63689,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"wLc" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio8"; - layer = 3.3; - name = "Xenobio Pen 8 Blast Doors"; - pixel_y = 4; - req_access = list("xenobiology") - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 10; - pixel_y = -1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "wLw" = ( /obj/machinery/duct, /turf/open/floor/plating, @@ -63589,6 +63732,19 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/white, /area/station/medical/abandoned) +"wMT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/space_heater, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/storage/gas) "wNa" = ( /obj/structure/cable, /obj/effect/turf_decal/siding/purple{ @@ -63656,15 +63812,6 @@ }, /turf/open/floor/iron/white, /area/station/science/cytology) -"wOa" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) "wOl" = ( /obj/effect/turf_decal/tile/yellow/opposingcorners{ dir = 1 @@ -63748,14 +63895,6 @@ /obj/effect/mapping_helpers/airlock/access/all/science/robotics, /turf/open/floor/plating, /area/station/science/robotics/lab) -"wOV" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/lounge) "wPi" = ( /obj/machinery/vending/wardrobe/det_wardrobe, /turf/open/floor/iron/grimy, @@ -63794,17 +63933,6 @@ }, /turf/open/floor/circuit/green, /area/station/ai_monitored/turret_protected/ai) -"wPv" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "kitchen_counter"; - name = "Kitchen Counter Shutters" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/service/kitchen) "wPB" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/air, @@ -63848,6 +63976,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"wPU" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "wPZ" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{ dir = 1 @@ -63864,6 +64005,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"wQw" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/space, +/area/space/nearstation) "wQI" = ( /obj/machinery/door/poddoor/shutters/preopen{ dir = 8; @@ -63933,17 +64082,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"wRz" = ( -/obj/machinery/cell_charger{ - pixel_y = 4 - }, -/obj/structure/table/glass, -/obj/item/stock_parts/cell/high, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "wRB" = ( /obj/item/radio/intercom/directional/north, /obj/machinery/firealarm/directional/west, @@ -63964,6 +64102,12 @@ /obj/structure/table, /turf/open/floor/iron/white, /area/station/science/robotics/lab) +"wRF" = ( +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) "wRL" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -64016,18 +64160,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"wSH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "wSI" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -64070,22 +64202,6 @@ /obj/item/papercutter, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"wTr" = ( -/obj/structure/table, -/obj/item/storage/box/gloves{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/storage/box/masks{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "wTs" = ( /obj/item/radio/intercom/directional/south, /obj/machinery/camera/directional/south{ @@ -64105,12 +64221,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/evidence) -"wTQ" = ( -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/pipe, -/obj/machinery/light/directional/north, -/turf/open/floor/wood, -/area/station/commons/lounge) "wUc" = ( /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/white, @@ -64152,19 +64262,6 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"wUX" = ( -/obj/structure/flora/bush/pale/style_random, -/obj/structure/flora/bush/ferny/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/grass, -/area/station/science/research) "wVc" = ( /obj/structure/table/reinforced, /obj/item/folder/white{ @@ -64362,37 +64459,6 @@ /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"wYm" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "packageExternal" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Cargo Bay - Aft"; - pixel_x = 14 - }, -/obj/machinery/disposal/delivery_chute{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/door/window/right/directional/west{ - dir = 4; - name = "Crate to Shuttle"; - req_access = list("shipping") - }, -/obj/structure/plasticflaps/opaque{ - name = "Service Deliveries" - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) "wYn" = ( /obj/machinery/chem_dispenser/drinks/beer{ dir = 1 @@ -64409,23 +64475,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"wYt" = ( -/obj/machinery/flasher/directional/north{ - id = "AI" - }, -/obj/effect/spawner/random/aimodule/harmful, -/obj/structure/table/wood/fancy/red, -/obj/machinery/door/window/brigdoor/left/directional/south{ - dir = 8; - name = "High-Risk Modules"; - req_access = list("captain") - }, -/obj/item/ai_module/reset/purge{ - pixel_y = 11 - }, -/obj/structure/window/reinforced, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) "wYx" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -64435,6 +64484,38 @@ "wYB" = ( /turf/closed/wall, /area/station/hallway/secondary/service) +"wYG" = ( +/obj/structure/table/wood, +/obj/machinery/button/ticket_machine{ + pixel_x = 32 + }, +/obj/item/paper_bin/carbon{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/stamp/head/hop{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/machinery/light_switch/directional/south{ + pixel_x = 6; + pixel_y = -34 + }, +/obj/machinery/button/door/directional/south{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = -6; + req_access = list("hop") + }, +/obj/machinery/button/door/directional/south{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = -6; + pixel_y = -34; + req_access = list("hop") + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "wZe" = ( /obj/machinery/door/airlock/public/glass{ name = "Chapel Office" @@ -64588,10 +64669,17 @@ /obj/effect/mapping_helpers/mail_sorting/service/bar, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) -"xdf" = ( -/obj/machinery/holopad, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) +"xcW" = ( +/obj/machinery/computer/atmos_control/air_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xdm" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -64647,10 +64735,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron, /area/station/cargo/miningoffice) -"xek" = ( -/obj/structure/window, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation) "xel" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -64745,6 +64829,15 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"xfV" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/research) "xga" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -64848,6 +64941,15 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"xgN" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xgR" = ( /obj/machinery/rnd/production/protolathe/department/engineering, /obj/effect/turf_decal/bot, @@ -64864,6 +64966,15 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/break_room) +"xgZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "xhb" = ( /obj/machinery/meter, /obj/effect/decal/cleanable/dirt, @@ -64877,43 +64988,6 @@ "xhh" = ( /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"xhV" = ( -/obj/machinery/computer/atmos_control/air_tank{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"xia" = ( -/obj/machinery/door/window/right/directional/south{ - dir = 1; - name = "First Aid Supplies"; - req_access = list("medical") - }, -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/medkit/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/toxin, -/obj/item/storage/medkit/toxin{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/reinforced, -/obj/machinery/light/directional/south, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) "xip" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /obj/effect/turf_decal/bot, @@ -65022,6 +65096,13 @@ }, /turf/open/floor/wood/parquet, /area/station/medical/psychology) +"xko" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "xkr" = ( /obj/effect/turf_decal/plaque{ icon_state = "L13" @@ -65110,6 +65191,13 @@ "xlF" = ( /turf/open/floor/iron, /area/station/service/hydroponics) +"xlH" = ( +/obj/structure/cable, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "xlU" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -65144,19 +65232,6 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"xmx" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8; - initialize_directions = 4; - name = "euthanization chamber freezer" - }, -/obj/machinery/light/small/directional/north, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/science/xenobiology) "xmT" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ @@ -65277,6 +65352,11 @@ }, /turf/open/floor/iron/white, /area/station/science/explab) +"xoE" = ( +/obj/structure/dresser, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/service/theater) "xoK" = ( /obj/effect/landmark/start/botanist, /obj/effect/turf_decal/tile/green{ @@ -65302,6 +65382,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"xpC" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark/fourcorners, +/obj/structure/window, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xpO" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/spawner/random/medical/patient_stretcher, @@ -65318,6 +65409,17 @@ }, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) +"xqc" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/window, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xqm" = ( /obj/structure/chair/office{ dir = 4 @@ -65379,30 +65481,10 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"xrk" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "xrr" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) -"xrE" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/north, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "xrN" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, @@ -65535,12 +65617,6 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/port) -"xux" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "xuA" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -65590,14 +65666,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/station/maintenance/aft/lesser) -"xva" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/sign/poster/contraband/random/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/service/theater) "xvd" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/delivery, @@ -65674,6 +65742,17 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/service/hydroponics) +"xwS" = ( +/obj/machinery/door/window/left/directional/west{ + dir = 1; + name = "Monkey Pen"; + req_access = list("genetics") + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/science/genetics) "xwV" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line{ @@ -65874,18 +65953,6 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"xzY" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "XenoPens"; - name = "Xenobiology Lockdown" - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/science/xenobiology) "xAb" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -65926,6 +65993,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"xAt" = ( +/obj/machinery/door/window/right/directional/east{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Fitness Ring" + }, +/obj/structure/window, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) "xAR" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -66320,16 +66397,6 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"xIC" = ( -/obj/item/kirbyplants{ - icon_state = "plant-10" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/lounge) "xID" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -66447,6 +66514,19 @@ "xKK" = ( /turf/closed/wall, /area/station/science/research) +"xLq" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "MiniSat Exterior Access"; + network = list("minisat") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/aisat/exterior) "xLu" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -66498,17 +66578,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"xMD" = ( -/obj/structure/table/wood, -/obj/machinery/light_switch/directional/west, -/obj/item/storage/secure/briefcase{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/storage/lockbox/medal, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "xML" = ( /obj/structure/cable, /turf/open/floor/wood, @@ -66519,12 +66588,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"xMY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/station/service/theater) "xNb" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -66602,17 +66665,19 @@ "xNU" = ( /turf/closed/wall, /area/station/service/lawoffice) -"xNY" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ - dir = 4 +"xOj" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageExternal" }, -/obj/effect/turf_decal/tile/dark/fourcorners, -/obj/structure/window, /obj/structure/window{ dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "xOw" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -66671,11 +66736,6 @@ /obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"xPg" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/random/entertainment/gambling, -/turf/open/floor/wood, -/area/station/commons/lounge) "xPh" = ( /obj/structure/table, /obj/machinery/microwave, @@ -66774,13 +66834,6 @@ /obj/machinery/exodrone_launcher, /turf/open/floor/plating, /area/station/cargo/drone_bay) -"xQS" = ( -/obj/structure/chair/wood/wings{ - dir = 8 - }, -/obj/effect/landmark/start/mime, -/turf/open/floor/carpet, -/area/station/service/theater) "xQT" = ( /obj/machinery/power/apc/auto_name/directional/south, /obj/effect/turf_decal/siding/wood{ @@ -66826,29 +66879,9 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /turf/open/floor/plating, /area/station/engineering/atmos) -"xRw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "xRZ" = ( /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"xSA" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/stamp/ce, -/obj/item/reagent_containers/pill/patch/aiuri, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) "xSQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -66861,17 +66894,6 @@ /obj/structure/closet/secure_closet/detective, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"xTt" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) "xTw" = ( /turf/closed/wall/r_wall, /area/station/medical/medbay/central) @@ -66999,29 +67021,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/research) -"xVT" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 8; - name = "Magboot Storage"; - pixel_x = -1; - req_access = list("eva") - }, -/obj/structure/rack, -/obj/item/clothing/shoes/magboots{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots{ - pixel_x = 4; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) "xVY" = ( /obj/structure/table/wood, /obj/machinery/button/door/directional/south{ @@ -67085,6 +67084,18 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) +"xWY" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 9 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/deepfryer, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "xXf" = ( /obj/machinery/door/airlock/mining{ name = "Deliveries" @@ -67170,6 +67181,12 @@ /obj/effect/mapping_helpers/airlock/access/any/command/captain, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/captain/private) +"xXW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/closed/wall, +/area/station/service/theater) "xYl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -67240,19 +67257,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"xZH" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/aisat/exterior) "xZR" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/turf_decal/bot, @@ -67387,35 +67391,40 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"ybo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/range) "ybs" = ( /obj/machinery/light/directional/south, /turf/open/floor/iron/freezer, /area/station/security/prison/shower) +"ybu" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) "yby" = ( /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/chapel, /area/station/service/chapel) -"ybL" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ +"yce" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ych" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Xenobiology Lab - Pen #5"; + network = list("ss13","rd","xeno") }, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/structure/window, -/turf/open/floor/iron, -/area/station/engineering/atmos) +/obj/structure/window/reinforced, +/turf/open/floor/engine, +/area/station/science/xenobiology) "yci" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -67457,13 +67466,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"ycs" = ( -/obj/structure/closet/secure_closet/captains, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "ycv" = ( /turf/open/floor/iron/white, /area/station/science/xenobiology) @@ -67483,6 +67485,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/locker) +"ycX" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Telecomms - Server Room - Aft-Port"; + network = list("ss13","tcomms") + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) "ydb" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -67505,14 +67517,6 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"ydr" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "ydv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -67542,10 +67546,6 @@ }, /turf/open/floor/engine, /area/station/engineering/atmospherics_engine) -"yec" = ( -/obj/structure/chair/stool/directional/south, -/turf/open/floor/wood, -/area/station/commons/lounge) "yeq" = ( /obj/machinery/conveyor{ dir = 1; @@ -67667,6 +67667,19 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) +"ygp" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/structure/cable, +/obj/structure/transit_tube/horizontal, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/transit_tube) "ygR" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 @@ -67767,12 +67780,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/cargo/storage) -"yiX" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "yjc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -67802,15 +67809,6 @@ }, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"ykj" = ( -/obj/structure/table, -/obj/structure/cable, -/obj/machinery/reagentgrinder{ - pixel_x = 6; - pixel_y = 6 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "ykn" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -67818,12 +67816,30 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"yko" = ( +/obj/structure/table, +/obj/item/paper_bin/construction, +/obj/item/airlock_painter, +/obj/item/rcl/pre_loaded, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"yks" = ( +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/service/theater) "ykI" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/engine{ name = "Holodeck Projector Floor" }, /area/station/holodeck/rec_center) +"ykK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) "ykL" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -67921,22 +67937,6 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"ymc" = ( -/obj/structure/table/wood/fancy/royalblue, -/obj/machinery/door/window{ - dir = 8; - name = "Secure Art Exhibition"; - req_access = list("library") - }, -/obj/structure/sign/painting/library_secure{ - pixel_x = 32 - }, -/obj/effect/spawner/random/decoration/statue{ - spawn_loot_chance = 50 - }, -/obj/structure/window, -/turf/open/floor/carpet/royalblue, -/area/station/service/library) "ymd" = ( /obj/machinery/stasis{ dir = 4 @@ -82718,7 +82718,7 @@ fcq fZG fie vrP -jIF +hve dRH qGZ htE @@ -84551,7 +84551,7 @@ ifh jUb pSw jUb -vld +sQy dqN dqN dqN @@ -85023,7 +85023,7 @@ jYB vsO vsO uAu -dxp +svP rbL mmR mmR @@ -85252,7 +85252,7 @@ qvJ nxi rvj hTn -cTJ +tVr iPE vfv cTQ @@ -85287,7 +85287,7 @@ kQP kQP mxO qkD -ksM +erM qIK xWV kKr @@ -85766,7 +85766,7 @@ qvJ kVR jCM teg -hdQ +wvR pQu vEH jXu @@ -86567,7 +86567,7 @@ aok aok bgx mmR -wYm +hQH kQP kQP kQP @@ -86826,13 +86826,13 @@ bgx mmR pyZ pOb -lcy +xOj hfv sVp sVp sVp -hVV -pcP +bLC +eVh hKw xOw piC @@ -87084,11 +87084,11 @@ hod dfk dfk edN -twW -qML +cSb +hYx yhL -qML -oIf +hYx +faq iev mkb sly @@ -87383,8 +87383,8 @@ yih ixv jml wRZ -wzO -hvv +mPF +oap jUb oOZ omm @@ -87800,7 +87800,7 @@ gQT aXa jMx umN -rMY +fdl aht ivu uEA @@ -87905,7 +87905,7 @@ pMs uLs wFa iov -lfp +nwl vun rtX wGk @@ -88109,7 +88109,7 @@ vQs aUk uwx aXq -eVj +ldC qMA piB epv @@ -88188,9 +88188,9 @@ lUP vhS qrD vQg -fAW +kvN aGD -fAW +kvN gYU ppJ gYU @@ -88314,7 +88314,7 @@ tGX aXa aKl lds -iHQ +mzm hXQ bVF fGP @@ -89407,7 +89407,7 @@ sXr ybn fLp sVY -fxW +mce mjr mjr mjr @@ -89477,7 +89477,7 @@ gYU upZ gYU kho -vsY +gEk gYU aaa aaa @@ -89665,7 +89665,7 @@ xOw iOc sVY vKt -ymc +ebq mjr mjr cWr @@ -89700,11 +89700,11 @@ qXh ehg aPe vun -cgb +foV uTj usC ehX -xia +fPR vun gQG tFr @@ -89896,7 +89896,7 @@ rlU lMJ aEH kQx -tmM +grR xAZ wcs hMn @@ -89957,11 +89957,11 @@ bJk ppG ppG vun -sng -jPZ +cvd +uWj hwe -fAy -edK +iZn +mJp vun uzJ aUt @@ -90108,9 +90108,9 @@ dji iUv iUv vjZ -bwn +dAc lyu -hku +otk ihb lfm hOR @@ -90158,12 +90158,12 @@ cFp vvH cFp guX -aBe +saD ykR -fyL +bLh pPH hSg -qRW +uTN uVm sSV wRP @@ -90365,7 +90365,7 @@ aaa aaa iUv iUv -qlE +pCh rGb jFK ihb @@ -90674,7 +90674,7 @@ kzb guX cli kSN -kgu +qTF euo xML gWL @@ -90891,7 +90891,7 @@ why cwa rXB wAp -qZd +ybu wPM tdW tkP @@ -90931,7 +90931,7 @@ orC guX qIp mLD -sBs +sEM jWR iHf pAk @@ -91203,7 +91203,7 @@ qSJ pJR oXT sRT -iKJ +nEL gaU flu jbd @@ -91228,9 +91228,9 @@ nvI oNP aww rlw -kWr +aPA ylf -sxO +tzI bMY dAx iZF @@ -91401,7 +91401,7 @@ ehB hwz oEM ibH -dBQ +icb hnp nrV tzJ @@ -91674,13 +91674,13 @@ lAM txg rGd lAM -vfb +qJi mzL -flh +hAL nRZ vkO gMg -hLC +tjw vaH nRZ cGu @@ -91717,7 +91717,7 @@ krP pJR tBV qAA -wzZ +uFQ eIy aVd ovK @@ -92009,7 +92009,7 @@ jhk cOR vgZ ijZ -bkT +bDS edo pXM iNc @@ -92243,9 +92243,9 @@ tYW tOh euj rnX -xVT +fBo yfL -jOx +lPt dYb gqA tOh @@ -92449,10 +92449,10 @@ wsX wsX kDk sch -nDp +acr lvu iom -bKa +obl sch pHb guS @@ -92469,7 +92469,7 @@ qWF aaa aJS aJS -aJg +akF pQG kUq dvk @@ -92756,11 +92756,11 @@ dhX nIR gBD twl -uKD +fqF rhK rKJ wFe -lvm +rjz fHd gBD iun @@ -92984,7 +92984,7 @@ aaa aJS oOl rxx -nwQ +viF aPv oWF eQg @@ -93005,7 +93005,7 @@ pJR lJn psy htG -llT +wYG pJR uwC ndS @@ -93282,7 +93282,7 @@ cfb laK lYL mTk -mYQ +asm kqm vLf kXD @@ -93311,11 +93311,11 @@ dVN iqz sLD hZV -nYI -pWW +bmF +oob gOl cuR -dMP +oiA tSw nNJ tSw @@ -93498,7 +93498,7 @@ aaa aJS bpu wzH -rFH +nwL aPv iIQ aRV @@ -93527,11 +93527,11 @@ ebx aks hux bbT -aLO +ilq kAp -mUY +jnI ghK -spP +sxs fHd gBD eMH @@ -93550,7 +93550,7 @@ wmT hCt jVt rYN -uJR +nZZ rla eIO sGn @@ -93738,8 +93738,8 @@ aeq aeq anl aeq -hki -ldE +sKs +lQC wsX bPk cQq @@ -94011,7 +94011,7 @@ qWF aaa aJS aJS -wYt +hlB vrJ iXa uGb @@ -94043,7 +94043,7 @@ qRI aaf aaf inX -gGk +pRh gMi hUG yaM @@ -94082,7 +94082,7 @@ bCo iqz jtl hZV -jPD +uTx rGK ooV rGK @@ -94263,7 +94263,7 @@ axe wkL rsI rCo -kIv +eli qWF aaa aaa @@ -94300,7 +94300,7 @@ ndS qRI qRI jzN -ndj +sYh qeZ nBs ory @@ -94339,7 +94339,7 @@ joj afE qIR hZV -fcU +dDg vSP gUl rGK @@ -94557,7 +94557,7 @@ qzz qRV tnm inX -vCm +gnt eQe jOR avA @@ -94777,7 +94777,7 @@ xnT ycM rsI rCo -uRw +ejF qWF uDP qWF @@ -94799,10 +94799,10 @@ dho ofc gGy qVc -fdQ -owL -wRz -dQd +dMY +jYL +lUo +aAt duI pCO ddm @@ -95313,7 +95313,7 @@ dsQ sAz fMf ifE -fdQ +dMY gIO itr qNV @@ -95570,7 +95570,7 @@ dsQ owv dUj gGy -fdQ +dMY raJ nEC qMf @@ -95827,10 +95827,10 @@ dho oYd gGy gGy -fdQ -nqW -uCA -okc +dMY +tTL +den +fhD duI jZZ ppB @@ -96099,7 +96099,7 @@ kHn gUP haP inX -wth +osc tNH hsZ fsh @@ -96140,7 +96140,7 @@ oIg wBq neA vKW -hOS +kZf jxW dKC rhU @@ -96356,7 +96356,7 @@ ndS qRI qRI jzN -nzH +aAI gzi krL cqm @@ -96397,7 +96397,7 @@ byf kBu oir wal -qMj +tzg jxW dKC tjE @@ -96613,7 +96613,7 @@ qRI aaf aaf inX -ipZ +sxA cwu mYJ sDj @@ -96623,7 +96623,7 @@ htd tHR udN ghk -wvj +pKZ fak jUh wUj @@ -96648,14 +96648,14 @@ gle mOx syC gqm -iCi +fHD lOr sNS qXK xoa wal -bOo -trI +xwS +oCE svS dKC dKC @@ -97669,8 +97669,8 @@ gcU noN bCc bCc -aso -vpj +eER +kPy eut dEV gwf @@ -97838,9 +97838,9 @@ aaa aaa aaa gdb -ybo +nMV luV -jcp +rqs dgD jGl kxA @@ -97863,8 +97863,8 @@ ieV lVn wJL kdO -pwR -xTt +fHU +gOY alE oVY amo @@ -97886,7 +97886,7 @@ ogL tyY aPs cUX -xMD +gHC nOq xDa vwP @@ -97923,7 +97923,7 @@ obN gwf dMz tga -qfl +gsM nJH gso nQX @@ -98374,7 +98374,7 @@ sWV sWV sWV xln -xrk +fEn hME olw olw @@ -98400,7 +98400,7 @@ eCB tyY xFx sxR -tFd +jxv sqJ gPA lZM @@ -98454,7 +98454,7 @@ raK dOA gyQ hKE -jqC +dIW iTc qfQ cLk @@ -98652,7 +98652,7 @@ syo mIH iFX ifM -vTO +hiZ rDT syL rDT @@ -98888,7 +98888,7 @@ iOS iOS iOS jAP -xrk +fEn xTs xNU iUb @@ -98914,7 +98914,7 @@ uGj tyY iDh csS -mFn +wll gpS xuH rVC @@ -99163,10 +99163,10 @@ wEG htd ggU syo -kBz +nRI dIV -oEC -ycs +hSr +sPV uGj tyY tyY @@ -99213,8 +99213,8 @@ sPU ulv qWX fke -wUX -vIx +eMW +dGa wwW lrp rYI @@ -99423,7 +99423,7 @@ syo aEP gBX oRn -oax +sjS xNd tyY tOK @@ -99470,8 +99470,8 @@ xKK xKK euQ fke -pAy -myz +uLK +aYb wwW lrp rYI @@ -100000,7 +100000,7 @@ jwj ujk jvo aHH -bqv +rZf pCa hRy pCa @@ -100226,7 +100226,7 @@ ofZ tUn hKV fWK -hkA +gZu sQB gIi iPe @@ -100410,7 +100410,7 @@ aaa rrg iFF gfk -uin +fSY mBf sjM sPj @@ -100960,7 +100960,7 @@ qXB xNv mqK qXB -sOT +eFR ubD usK dZm @@ -100969,14 +100969,14 @@ fRS twN lkc hhN -uOO +pBi hkG xEJ yjc -ewH -xIC -hri -qRD +crf +vwn +lyR +dDz dfp tRL hrM @@ -101217,7 +101217,7 @@ qXB qXB kop qXB -iEk +pvv fmw ddl ksk @@ -101230,7 +101230,7 @@ kMr jSf gjr hnr -eGz +dOO bGJ vrF tju @@ -101241,7 +101241,7 @@ nxH mVY pQC eQE -pdu +reJ pcc wYB ebC @@ -101474,7 +101474,7 @@ lDA qXB fGp xfF -nvN +iSh sKy dVp rEr @@ -101482,12 +101482,12 @@ vFB fRS twN rac -ogs +cdB wCL gPh hkG wPE -yiX +fGH gwc aLk pAr @@ -101731,8 +101731,8 @@ lPp qXB gaG qXB -wiQ -myP +kyR +lNO mbC ksk vFB @@ -101744,7 +101744,7 @@ kSw oPx gvm uhP -qoG +cXQ gwc pof owi @@ -101777,9 +101777,9 @@ vQb pBd uhT wtP -aRT -uxo -iwM +bDm +lpR +obQ vQb jbg gwf @@ -101988,8 +101988,8 @@ iGt qXB wzK qXB -wKo -ydr +mNj +wlL aCy dZm wAA @@ -102001,7 +102001,7 @@ hkG gae uFf qVt -yiX +fGH gwc jjF vfm @@ -102025,16 +102025,16 @@ rHr tUn hKV wXF -cZd -iJr -vVQ +fvx +kHN +jvL vfh -qff +pQT tAg tcx -mOa +nhr vYE -pFO +wnY nfs hAW tAg @@ -102246,19 +102246,19 @@ gvG fhp qXB ksk -mDE +bfM ksk dZm mta pxl tUu -efg +jKi xDw riZ nGK nGK -gVa -eIw +rPN +bIi bTl lIB dDq @@ -102363,7 +102363,7 @@ aaf aaf kJi kJi -gZt +mgK kJi kJi aaa @@ -102502,11 +102502,11 @@ aqu qXB wzK qXB -cce -cLK -cIi +nfy +xko +tZL dZm -cNd +baM fRS twN qFo @@ -102514,8 +102514,8 @@ lWm gvm vLM wSs -hlQ -yiX +rRm +fGH lBA uky ici @@ -102548,7 +102548,7 @@ tAg lnA bTP hBB -pFO +wnY nfs nfs tAg @@ -102759,24 +102759,24 @@ jtb qXB wzK qXB -pzQ -pRe -cZY -mSD +yko +kBm +nmN +wgJ vFB kFp -dPb +aeb bvJ lWm kdN wSs -lAA -ggF -yiX -vgb -hyh +jGA +mgo +fGH +fhQ +sFB vjI -dzp +rFO pmZ qdI xPh @@ -103022,19 +103022,19 @@ qXB qXB vFB fRS -cGw +mjs bvJ -rXF -uey +pIz +aPV fSd fSd -peF -yiX -vjR -wKu -esv -ows -vBY +raT +fGH +qaf +uHW +iNV +mal +hqM wXc xzj vMb @@ -103044,7 +103044,7 @@ qmy ltv wYB kCZ -jZY +urG rwd xlF xlF @@ -103272,31 +103272,31 @@ uUl qJH qXB wzK -bEU -khA -bEU -jyo -rAg -cjP +tcC +rnb +tcC +jqa +jAd +jhp fRS -cGw +mjs rac -riL -pkj +jmB +pCJ hkG qpM qVt -yiX -ktP -vBB -ows -ows -mtX +fGH +eHS +bUk +mal +mal +hPK xqv -uxD +idR fWW rTQ -srq +vEi jER rMA ukv @@ -103339,10 +103339,10 @@ oWk csz guG fJc -thA -foI +bru +buG uFq -dTd +hNA nsA nsA anS @@ -103534,31 +103534,31 @@ qXB wRT qXB qXB -wSH +egn tqU -kyg +kLh rac -rhh -hDq -yec -jsn -fNX -jFD -aPV -tXH -ows +nXG +eoo +fqD +qcQ +nsk +fVC +fZV +dWg +mal cfA -mtX -ykj -xdf +hPK +pgK +exf dVm -hqW +xWY uIs qVM aJI iJK wYB -adT +fAG rwd cOa cOa @@ -103752,11 +103752,11 @@ szp szp nVH ewf -jDI -twg -twg -twg -efQ +jUH +fMm +fMm +fMm +xAt iYG lOU eMG @@ -103790,23 +103790,23 @@ qXB aaa aaa aaa -mDW -wyb +adp +hJI fRS tUv rac -wOV -hDq -tte -jsn -btI -yiX +rzi +eoo +wkX +qcQ +kZn +fGH gwc -vBB -ows -vdX -mtX -hGK +bUk +mal +eVy +hPK +cFl msT lPi cgR @@ -103905,7 +103905,7 @@ aaf aaf kJi kJi -fyE +hcl kJi kJi aaa @@ -104009,11 +104009,11 @@ nvn iVO eZN sqz -iNj +biF dYl dYl try -seh +oZv fNS lOU ewk @@ -104045,28 +104045,28 @@ psZ wzK tCS xww -iKc +hht xww xww vFB fRS tUv rac -iin -jhu -rPg -rPg -mwS -tIj -nCd -uyY -ows +bQO +cnE +wKu +wKu +jIk +pHE +cgl +uZu +mal cfA -sej -hED -hAc +mqu +mJk +itg tEy -iIT +bmG uIs mAV vqp @@ -104266,11 +104266,11 @@ nvn qli clE byz -iNj +biF dYl gYA dYl -xek +cye epH aJO oew @@ -104299,7 +104299,7 @@ gpk qXB kbo tbd -kxt +fVt tCS uGt vlh @@ -104309,19 +104309,19 @@ vFB fRS tUv bvJ -mRx +aKn kSw nGK nGK -vDX -vFV +nZz +gZV gwc -wPv -ows -xux -txi -iCY -gXo +iaS +mal +bDK +oRs +pem +mPZ huG huG huG @@ -104523,11 +104523,11 @@ nvn qWw xrf mnl -iNj +biF cxU cUH toK -ake +ykK lJr wVW xvt @@ -104564,28 +104564,28 @@ lkW xww jsv tlZ -aPF -kWu -wTQ -yec +lje +klZ +wqI +fqD wSs -xPg -fge -vFV -cLi -reS -jDh +pur +oEu +gZV +jTs +tgc +jXE klS -mcn +tpF mlu -ded +tBy huG -gUM -tjI +tQC +gsP phS huG iNQ -skc +qFF kCZ nKI bZq @@ -104780,11 +104780,11 @@ szp szp vjd sqH -jiR -vXK -vXK -vXK -aHy +jAs +aiw +aiw +aiw +wvU kZq gNh kOY @@ -104823,22 +104823,22 @@ aEr sDs tUv obG -wdE -gcW -vSJ -gcW -fzO -pyh -wAm +lbX +yks +okX +yks +ogb +uhW +eSC obG -uvZ -tLe -sfD +etT +jzT +ivy ebK sLp laT mSS -aiz +ebY hiM huG wVd @@ -104865,7 +104865,7 @@ wXF vWT tOZ vWT -cbb +ink aHM fpK oWk @@ -105076,26 +105076,26 @@ ihx jtp pua cdX -sMM +biV fRS tUv obG -ohn +vyK +vRU +gpf +ouk +jTM wBT -iUL -ghq -poV -nJY -fVr +iHF obG -vEO -qXR -inI -iHh +sEx +gIm +rTT +bdK aNN huG -uYg -oXd +gLF +leP apt huG jWj @@ -105122,7 +105122,7 @@ wXF hao gcV nNe -jdY +dBb aHM hbC oWk @@ -105317,13 +105317,13 @@ lnc dis dqs lqQ -fya +wRF jzC -pAR +onU xUE -uIc +jGE xyI -fya +wRF qXB kbo qXB @@ -105337,22 +105337,22 @@ vFB fRS tUv obG -iMH -xMY -hPp -xQS +arD +wrZ +aWq +oph yaO -vqN -dce +gyO +hsi obG -cRC +rIb obG obG obG obG obG obG -daS +wPU gKS huG olP @@ -105576,9 +105576,9 @@ mil lqQ lbH lJa -qKQ +mie ozi -nIt +otG jYu lJa qXB @@ -105594,19 +105594,19 @@ pYL gaN iqB obG -crT -jbi -jbi -glJ -kuA -pZQ -vSa -pek -mvk -nIo -eWG -dbH -aXt +sDQ +ncf +ncf +qzE +kka +vMw +iEZ +uWK +gFO +rHz +aFW +dqX +qLp bpY obG izZ @@ -105851,29 +105851,29 @@ vFB fRS tUv obG -njG -dLY -iUp -jNV -bzI -hzV -aAb -wyV -iDC -eqv -rIk -fQT -eCQ +tzi +iwf +saj +dLT +gNk +rpb +wwD +xXW +nst +lih +sNi +pmK +bsC mMu obG -ghC +iZd cCR unL aLu unL wnR ltX -oTG +kbR vOK pnx unL @@ -105893,7 +105893,7 @@ wXF qPS wZg ojo -hwS +xfV sBS rBs oWk @@ -106111,16 +106111,16 @@ unL unL unL unL -pyE +vZX unL unL unL unL unL unL -rls -wBT -ghw +xoE +vRU +iks cwb unL irm @@ -106150,7 +106150,7 @@ tUn vWT pOw vWT -cNX +biw sgB hOd gFQ @@ -106370,14 +106370,14 @@ ggM ggM dLq lzL -cHC +aev lzL lzL scG unL xAi -eEN -xva +vQA +glP deX rJk ofe @@ -106628,9 +106628,9 @@ fWA fWA fWA fWA -job +niw yaf -rtZ +yce unL unL unL @@ -107147,7 +107147,7 @@ nnf vmE xZb guD -qSr +jNN mTB unL unL @@ -107384,7 +107384,7 @@ acs uXd qJd nLz -xSA +fEL rSi pCt aRS @@ -107646,15 +107646,15 @@ bfO pCt vYK sqE -upC +ota pYE rlm -rbz -bvX +iiN +mbJ eXD gYO -aRE -lGt +gql +fcA cVj eji xDH @@ -107931,7 +107931,7 @@ dXe xrW xdQ hum -cPo +tSY jKA bHD tLv @@ -108160,7 +108160,7 @@ geJ cuc fqC tUw -wcb +rHq peX kRi klw @@ -108192,7 +108192,7 @@ lmA cnv ouV xhb -oox +cFv lYM vzc gUY @@ -108427,7 +108427,7 @@ isX dlc iWU peM -fOo +wnQ pIw htP vGF @@ -108959,7 +108959,7 @@ axx scL fhG xRc -eLT +vIz pxC gAT vNT @@ -109216,7 +109216,7 @@ lrK heV cyW cyW -qYS +keX hHt lRS cxl @@ -109419,8 +109419,8 @@ qXB qXB kSE tCS -ipY -qOh +oxk +voQ rlu pTw kYG @@ -109473,7 +109473,7 @@ fVA jAV wmz wmz -paJ +oJL gyg lAh aaf @@ -109730,7 +109730,7 @@ apg vuU sBV mei -ijU +lXu fyY qSc xmT @@ -109945,7 +109945,7 @@ otn dRN wdB oET -mln +kKk bjD vQt qLw @@ -109987,7 +109987,7 @@ nau vuU jvj vmx -jlh +irz hGk tfs aaf @@ -110228,7 +110228,7 @@ uRL peM vzI pLn -dRr +wMT jML mSM etK @@ -110244,7 +110244,7 @@ nau cBd jvj nnD -azT +ndr sbl lRS cxl @@ -110265,7 +110265,7 @@ uaR oue wRL tyj -nlQ +myr xfm nHG hjw @@ -110501,7 +110501,7 @@ gMt vuU jvj nnD -sQV +lMC aTN lAh aaf @@ -110522,7 +110522,7 @@ oMA sKf sri oQk -cim +kCr tsy sRa ppC @@ -110758,7 +110758,7 @@ nzo vuU lxm smt -iDA +xgN juC qSc xmT @@ -110970,11 +110970,11 @@ stl jUx wBE oNs -oht +eyD qZB oNs hRl -jme +jWE rLN rtQ uLp @@ -111015,7 +111015,7 @@ nzo mTI jvj qua -six +clO hGk tfs aaf @@ -111038,11 +111038,11 @@ jlU jlU jlU jlU -tEe +rsz lVB bsE uHD -qev +hEw jlU jlU jlU @@ -111227,11 +111227,11 @@ stl jUx bDA vfk -ejL +uga qZB qgi hRl -tAm +gOy vfk sJL uLp @@ -111241,7 +111241,7 @@ uhu rOK wWN wLw -pME +oJH fJy pHj aap @@ -111272,7 +111272,7 @@ nzo vuU iTC smt -sbr +mTy fPw okV oId @@ -111484,11 +111484,11 @@ stl qOz wBE oNs -oht +eyD qZB oNs hRl -jme +jWE oNs rtQ mBo @@ -111529,7 +111529,7 @@ nzo vuU dwf nnD -xhV +xcW smZ lAh aaf @@ -111786,7 +111786,7 @@ nzo vuU cyW kEe -iMJ +sRy jie okV oId @@ -111805,9 +111805,9 @@ lMJ lMJ vIJ jlU -mmG +dVv psU -mmG +dVv gog jjj jNo @@ -111815,9 +111815,9 @@ sgk klK aDQ hFz -mmG +dVv hVn -mmG +dVv jlU pMS lMJ @@ -112018,9 +112018,9 @@ mhW uNl kTK fJy -apD -lWB -saM +ygp +tyE +gen bDq rRR laE @@ -112043,7 +112043,7 @@ swy cFa kLi sEI -wOa +agw oLV uwQ aaf @@ -112062,19 +112062,19 @@ aaa bPB kWc xiL -dun +bus hMv -wmK +iTQ vGq -xrE -sDD +nAi +vBf uNs -xzY -oto +tIP +jEF vGq -byV +bjs gyI -wLc +lPS xiL kvO bPB @@ -112275,9 +112275,9 @@ rrj bQj tcU gHI -duF -qfk -qfk +vBJ +nWS +nWS bDq iRh qcd @@ -112557,7 +112557,7 @@ ydb xpi kUb dfj -wOa +agw oFn uwQ lMJ @@ -112814,7 +112814,7 @@ gSn fzM qOW nnD -xNY +xpC xXG oqT xtZ @@ -113071,7 +113071,7 @@ sCW lNY sCW nnD -snV +afp oIM lAh lMJ @@ -113090,8 +113090,8 @@ hbK uhs xiL kHt -fUY -rqF +lHh +qCl faD lTi xVu @@ -113101,8 +113101,8 @@ cXP xVu jbk iWc -wTr -agO +oQJ +xlH mCj xiL lmn @@ -113328,7 +113328,7 @@ rVJ fzM sCW qua -bNs +hnn kBh qKR gQf @@ -113539,7 +113539,7 @@ kYG aib aib bNE -mXq +kxw aib iqc kYG @@ -113585,7 +113585,7 @@ sCW fzM sCW nnD -nbx +sgX oIM lAh lMJ @@ -113604,8 +113604,8 @@ hbK oyj xiL mtu -fUY -fhz +lHh +iNK faD iWc cXP @@ -113615,8 +113615,8 @@ vvD cXP lVB iWc -vDr -agO +gkC +xlH mtu xiL lmn @@ -113842,7 +113842,7 @@ hur uel cyW nnD -jwV +mDb xXG oqT xtZ @@ -113866,7 +113866,7 @@ xVu uQu iWc xVu -xmx +bMP jSj rzz xVu @@ -114099,7 +114099,7 @@ vlq gTC cyW qzK -rjM +mxv eSZ lAh lMJ @@ -114356,7 +114356,7 @@ rZt jZz cyW ccK -ifU +vFK kBh qKR gQf @@ -114375,9 +114375,9 @@ hbK hbK oyj xiL -kKn +rMe rwx -ibj +vFh dac evD pJf @@ -114385,9 +114385,9 @@ ycv tIe min min -byk +wFy ohD -fef +bZb xiL lmn hbK @@ -114613,7 +114613,7 @@ jtf rdv lxt nnD -pxE +npv oIM lAh lMJ @@ -114632,19 +114632,19 @@ aaa wrc oyj xiL -qTw +hWa imw -hcD -rMh +iHH +mcF rrL -xRw +rSW min -iDK +ckI sCv -cQZ -kIP +mDC +toM eOP -qTw +hWa xiL lmn wrc @@ -114870,7 +114870,7 @@ uhx psl cyW nnD -ybL +xqc xXG oqT xtZ @@ -114891,15 +114891,15 @@ oyj xiL mtu mtu -bFQ -fkJ +kbz +tNu qvQ -hcD +iHH diq -fkJ +tNu gjv -hcD -hHB +iHH +fff mtu mtu xiL @@ -115127,7 +115127,7 @@ jZz nnD cyW nnD -bkp +cQx oIM lAh lMJ @@ -115148,15 +115148,15 @@ oyj xiL rTi iXS -bFQ -hHB +kbz +fff mtu -bFQ +kbz gva -hHB +fff vxa -bFQ -hHB +kbz +fff iXS lWM xiL @@ -115384,7 +115384,7 @@ jZz jaq daT hTq -tDM +dnW kBh qKR gQf @@ -115406,13 +115406,13 @@ xiL xiL xiL xiL -wda +qfM mtu -bFQ +kbz gva -hHB +fff mtu -eks +ych xiL xiL xiL @@ -115641,7 +115641,7 @@ pul cyW cyW plD -wGB +hyD oIM lAh lMJ @@ -115664,11 +115664,11 @@ goW msN xiL jlU -vTb -pDR +rRo +lyL gva -evL -wIY +mCu +kgW jlU xiL qxr @@ -115898,7 +115898,7 @@ xEN nAb cjl nkG -wkn +whH wFi oqT xtZ @@ -116155,7 +116155,7 @@ pul cyW cyW ewU -gVE +dct oIM lAh lMJ @@ -116412,7 +116412,7 @@ nzP xkV dtB dWN -siH +lOl rcq mVG hwg @@ -116926,7 +116926,7 @@ tmQ tmQ nkj kaS -kUw +sTI wez gAT kuD @@ -119208,14 +119208,14 @@ aaa aaa aaa lMJ -lSH +gnh qjC qjC -hJf +oOW blw -oky -whn -oky +osz +aQR +osz qot aaa lMJ @@ -119465,15 +119465,15 @@ aaa aaa aaa lMJ -lSH +gnh pyP pyP -hJf -lSH -ppi -jkE -jUG -hJf +oOW +gnh +hzt +jkG +erP +oOW aaa aaa aaa @@ -119727,9 +119727,9 @@ qmR cUI beq blx -eWx +qZX hml -ntN +xLq blx aaa lMJ @@ -119979,18 +119979,18 @@ aaa aaa aaa lMJ -szi +rYs xew pyP -oyI -szi -jKQ +gZM +rYs +fJt xXK -bRc -oyI -oky -gwT -oky +oqe +gZM +osz +gAu +osz aaa aaa aaa @@ -120229,26 +120229,26 @@ lMJ anS lMJ aaa -gwT -oky -oky -oky -oky -oky -gFz -fyn -jWh -uku -whI -whI +gAu +osz +osz +osz +osz +osz +wQw +pAD +fpd +vgW +gCy +gCy eGd vyM gey -fyn -whI -whI -rEQ -hJf +pAD +gCy +gCy +pMV +oOW aaa aaa aaa @@ -120481,44 +120481,44 @@ aaa aaa aaa aaa -oky -gwT -tof -gwT -szi -nWp -ngb -ngb -ngb -ngb -ngb -ngb -swa -nsn -qfk -qfk -aTv -jKQ +osz +gAu +fHy +gAu +rYs +eLr +xgZ +xgZ +xgZ +xgZ +xgZ +xgZ +qIL +pJv +nWS +nWS +moI +fJt neG -oJi +sYH eNR -qfk -aTv -kFu -oyI -oky -oky -oky -oky -oky -oky -oky -oky -gwT -wff -gwT -oky -dRW +nWS +moI +bhf +gZM +osz +osz +osz +osz +osz +osz +osz +osz +gAu +aqs +gAu +osz +epM aaa aaa aaa @@ -120737,46 +120737,46 @@ flb blx lMJ lMJ -aeA -rvP -ngb -ngb -ngb -ngb -mLn -nsn -qfk -qfk -qfk -qfk -qfk +kcU +doI +xgZ +xgZ +xgZ +xgZ +uLz +pJv +nWS +nWS +nWS +nWS +nWS gfU aaa aaa aaa -uLX -bcm +tTB +tpg mjH -xZH +hLv eNR aaa -lSH -cjD -ngb -ngb -ngb -ngb -ngb -ngb -tsV -nzb -nzb -nzb -nzb -nzb -nzb -ipd -vVb +gnh +aHu +xgZ +xgZ +xgZ +xgZ +xgZ +xgZ +wnT +sbG +sbG +sbG +sbG +sbG +sbG +hey +ubw lMJ lMJ blx @@ -120994,12 +120994,12 @@ aaa rrt aaa aaa -lSH -nwh -eta -lzR -aZx -qfk +gnh +trE +ftb +bLR +ulA +nWS gfU aaa aaa @@ -121019,21 +121019,21 @@ gfU aaa aaa gfU -qfk -qfk -qfk -qfk -qfk -qfk +nWS +nWS +nWS +nWS +nWS +nWS gfU -qfk -qfk -aZx -lzR -aZx -aTv -nwh -hJf +nWS +nWS +ulA +bLR +ulA +moI +trE +oOW aaa aaa rrt @@ -121251,9 +121251,9 @@ aaa rrt aaa aaa -lSH -nwh -vVb +gnh +trE +ubw anS lMJ lMJ @@ -121288,9 +121288,9 @@ aaa lMJ anS lMJ -aeA -nwh -hJf +kcU +trE +oOW aaa aaa rrt @@ -121508,9 +121508,9 @@ aaa rrt aaa aaa -lSH -nwh -rlk +gnh +trE +iEj anS anS anS @@ -121545,9 +121545,9 @@ eNR xMA anS anS -dqQ -nwh -hJf +bwH +trE +oOW aaa aaa rrt @@ -121765,9 +121765,9 @@ aaa rrt aaa aaa -lSH -nwh -hJf +gnh +trE +oOW aaa aaa gfU @@ -121802,9 +121802,9 @@ gfU gfU lMJ lMJ -aeA -nwh -hJf +kcU +trE +oOW aaa aaa rrt @@ -122021,10 +122021,10 @@ aaa aaa rrt aaa -oky -szi -nwh -hJf +osz +rYs +trE +oOW aaa aaa gfU @@ -122054,15 +122054,15 @@ tUA tUA juf uRp -kOq +ycX ubl gfU aaa aaa -lSH -nwh -lAb -oky +gnh +trE +rqK +osz aaa rrt aaa @@ -122277,11 +122277,11 @@ aaa aaa aaa rrt -lSH -rvP -fZs -jds -hJf +gnh +doI +pqH +bCZ +oOW aaa gfU gfU @@ -122316,11 +122316,11 @@ bXk gfU eNR aaa -lSH -bho -fZs -ipd -hJf +gnh +jjy +pqH +hey +oOW rrt aaa aaa @@ -122534,11 +122534,11 @@ aaa aaa aaa rrt -lSH -bho +gnh +jjy iQr -jds -hJf +bCZ +oOW aaa gfU aTV @@ -122573,11 +122573,11 @@ pHi jGr gfU gfU -szi -bho +rYs +jjy uKj -jds -hJf +bCZ +oOW rrt aaa aaa @@ -122794,8 +122794,8 @@ rrt gfU nFL ddc -oIr -ogp +gOv +qyc jZC pan mbS @@ -122830,7 +122830,7 @@ tnh mXb xgL qYg -whI +gCy eNh orU ixw @@ -123048,11 +123048,11 @@ aaa aaa aaa rrt -lSH -bho +gnh +jjy iQr -jds -hJf +bCZ +oOW aaa gfU aTV @@ -123087,11 +123087,11 @@ czQ jGr gfU gfU -aTv -bho +moI +jjy uKj -jds -hJf +bCZ +oOW rrt aaa aaa @@ -123305,11 +123305,11 @@ aaa aaa aaa rrt -lSH -gPF -lWt -jds -hJf +gnh +cZk +qTS +bCZ +oOW aaa gfU gfU @@ -123344,11 +123344,11 @@ fIE gfU eNR aaa -lSH -bho -lWt -bOu -hJf +gnh +jjy +qTS +hBm +oOW rrt aaa aaa @@ -123563,10 +123563,10 @@ aaa aaa rrt aaa -qfk -aTv -nwh -hJf +nWS +moI +trE +oOW aaa aaa gfU @@ -123601,10 +123601,10 @@ kOf gfU aaa aaa -lSH -nwh -nsn -qfk +gnh +trE +pJv +nWS aaa rrt aaa @@ -123821,9 +123821,9 @@ aaa rrt aaa aaa -lSH -nwh -hJf +gnh +trE +oOW aaa aaa gfU @@ -123858,9 +123858,9 @@ gfU gfU aaa aaa -lSH -nwh -hJf +gnh +trE +oOW aaa aaa rrt @@ -124078,9 +124078,9 @@ aaa rrt aaa aaa -lSH -nwh -hJf +gnh +trE +oOW aaa aaa aaa @@ -124115,9 +124115,9 @@ eNR aaa aaa aaa -lSH -nwh -hJf +gnh +trE +oOW aaa aaa rrt @@ -124335,9 +124335,9 @@ aaa rrt aaa aaa -lSH -nwh -hJf +gnh +trE +oOW aaa aaa aaa @@ -124372,9 +124372,9 @@ aaa aaa aaa aaa -lSH -nwh -hJf +gnh +trE +oOW aaa aaa rrt @@ -124592,12 +124592,12 @@ aaa rrt aaa aaa -lSH -nwh -oyI -oky -oky -oky +gnh +trE +gZM +osz +osz +osz gfU aaa aaa @@ -124617,21 +124617,21 @@ gfU aaa aaa gfU -oky -oky -oky -oky -oky -oky +osz +osz +osz +osz +osz +osz gfU -oky -oky -oky -oky -oky -szi -nwh -hJf +osz +osz +osz +osz +osz +rYs +trE +oOW aaa aaa rrt @@ -124849,19 +124849,19 @@ flb blx lMJ lMJ -aeA -gPF -ngb -ngb -ngb -ngb -mae -oyI -oky -oky -oky -oky -oky +kcU +cZk +xgZ +xgZ +xgZ +xgZ +gNP +gZM +osz +osz +osz +osz +osz gfU aaa aaa @@ -124872,23 +124872,23 @@ ikC gfU gfU aaa -lSH -jVQ -ngb -ngb -ngb -ngb -ngb -ngb -lBE -ngb -ngb -ngb -ngb -ngb -ngb -bOu -vVb +gnh +aQe +xgZ +xgZ +xgZ +xgZ +xgZ +xgZ +bWS +xgZ +xgZ +xgZ +xgZ +xgZ +xgZ +hBm +ubw lMJ lMJ blx @@ -125107,44 +125107,44 @@ rrt aaa aaa aaa -aZx -qfk -qfk -qfk -aTv -cDN -ngb -ngb -ngb -ngb -ngb -ngb -pRB -hJf +ulA +nWS +nWS +nWS +moI +cQV +xgZ +xgZ +xgZ +xgZ +xgZ +xgZ +tpn +oOW aaa aaa aaa -lSH -tZC -hJf +gnh +beV +oOW aaa aaa -lSH -nwh -nsn -qfk -qfk -qfk -qfk -qfk -qfk -qfk -qfk -qfk -qfk -qfk -qfk -aZx +gnh +trE +pJv +nWS +nWS +nWS +nWS +nWS +nWS +nWS +nWS +nWS +nWS +nWS +nWS +ulA aaa aaa aaa @@ -125369,26 +125369,26 @@ aaa aaa aaa aaa -aZx -qfk -qfk -qfk -qfk -qfk -aTv -nwh -oyI -oky -oky -oky -szi -kFu -oyI -oky -oky -szi -nwh -hJf +ulA +nWS +nWS +nWS +nWS +nWS +moI +trE +gZM +osz +osz +osz +rYs +bhf +gZM +osz +osz +rYs +trE +oOW aaa aaa aaa @@ -125632,20 +125632,20 @@ aaa aaa aaa aaa -lSH -gPF -ngb -ngb -ngb -ngb -ngb -pwY -ngb -ngb -ngb -ngb -bOu -hJf +gnh +cZk +xgZ +xgZ +xgZ +xgZ +xgZ +qHY +xgZ +xgZ +xgZ +xgZ +hBm +oOW aaa aaa aaa @@ -125890,18 +125890,18 @@ aaa aaa aaa aaa -aZx -qfk -qfk -qfk -qfk -qfk -qfk -qfk -qfk -qfk -qfk -aZx +ulA +nWS +nWS +nWS +nWS +nWS +nWS +nWS +nWS +nWS +nWS +ulA aaa aaa aaa diff --git a/_maps/map_files/NorthStar/north_star.dmm b/_maps/map_files/NorthStar/north_star.dmm index 39856f7d869..6423788be7d 100644 --- a/_maps/map_files/NorthStar/north_star.dmm +++ b/_maps/map_files/NorthStar/north_star.dmm @@ -528,10 +528,6 @@ /obj/structure/cable, /turf/open/floor/wood/tile, /area/station/service/library) -"ags" = ( -/obj/effect/spawner/random/engineering/tool, -/turf/open/floor/plating/foam, -/area/station/maintenance/floor1/port/aft) "agt" = ( /obj/structure/railing/corner{ dir = 1 @@ -788,12 +784,6 @@ /obj/item/stack/sheet/iron/five, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/supermatter/room) -"ajp" = ( -/obj/item/rack_parts, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/aft) "ajq" = ( /obj/structure/table/wood, /obj/machinery/newscaster/directional/south, @@ -809,12 +799,6 @@ /obj/structure/table, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) -"ajB" = ( -/obj/effect/spawner/random/trash/mopbucket, -/obj/effect/spawner/random/trash/soap, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/fore) "ajE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -934,6 +918,24 @@ dir = 4 }, /area/station/engineering/storage/tech) +"alz" = ( +/obj/machinery/button/door/directional/south{ + id = "nsminingdorm2"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/carpet/green, +/area/station/cargo/miningdock) +"alA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "alE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible, /obj/effect/turf_decal/stripes/line, @@ -1028,26 +1030,6 @@ }, /turf/open/floor/plating, /area/station/construction/mining/aux_base) -"amR" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/folder/white, -/obj/item/taperecorder{ - pixel_x = -9; - pixel_y = 3 - }, -/obj/item/stamp/rd{ - pixel_x = 5 - }, -/obj/item/toy/figure/rd{ - pixel_x = 2; - pixel_y = 13 - }, -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) "amU" = ( /obj/structure/closet/secure_closet/research_director, /obj/effect/turf_decal/tile/neutral/opposingcorners{ @@ -1136,13 +1118,10 @@ /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) "anO" = ( -/obj/effect/spawner/random/contraband/landmine, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/floor4/aft) "anQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -1328,18 +1307,35 @@ }, /turf/open/floor/carpet/blue, /area/station/command/meeting_room) -"aqd" = ( -/obj/structure/spider/stickyweb, -/obj/structure/table, -/obj/item/clothing/mask/facehugger/toy, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard) "aqj" = ( /obj/machinery/light/blacklight/directional/east, /obj/structure/table/reinforced/plastitaniumglass, /obj/item/reagent_containers/cup/blastoff_ampoule, /turf/open/floor/carpet/neon/simple/pink/nodots, /area/station/maintenance/floor2/port/fore) +"aqv" = ( +/obj/structure/table/reinforced, +/obj/item/food/butter{ + food_reagents = list(/datum/reagent/consumable/nutriment=5,/datum/reagent/drug/space_drugs=10); + name = "stick of 'medicated' butter"; + pixel_y = 8 + }, +/obj/item/food/butter{ + food_reagents = list(/datum/reagent/consumable/nutriment=5,/datum/reagent/drug/space_drugs=10); + name = "stick of 'medicated' butter"; + pixel_y = 3 + }, +/obj/item/food/butter{ + food_reagents = list(/datum/reagent/consumable/nutriment=5,/datum/reagent/drug/space_drugs=10); + name = "stick of 'medicated' butter"; + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "aqw" = ( /obj/structure/stairs/south, /turf/open/floor/iron/smooth, @@ -1646,10 +1642,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/floor2/fore) -"atX" = ( -/obj/effect/spawner/random/trash/moisture_trap, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "aua" = ( /obj/effect/turf_decal/trimline/brown/line{ dir = 4 @@ -1987,6 +1979,16 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/service/chapel) +"ayp" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/space/nearstation) "ayv" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 @@ -2235,10 +2237,6 @@ name = "lab floor" }, /area/station/science/genetics) -"aBD" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/floor1/port/fore) "aBK" = ( /turf/closed/wall/r_wall, /area/station/medical/virology) @@ -2441,11 +2439,6 @@ /obj/item/radio, /turf/open/floor/iron/dark, /area/station/security/lockers) -"aDM" = ( -/obj/item/bot_assembly/medbot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "aDN" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -2925,6 +2918,13 @@ }, /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) +"aKm" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain) "aKo" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -2948,15 +2948,6 @@ "aKx" = ( /turf/closed/wall/r_wall, /area/station/maintenance/floor3/starboard/aft) -"aKy" = ( -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table, -/obj/structure/disposalpipe/segment, -/obj/item/stamp/hos, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hos) "aKC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -2965,16 +2956,20 @@ dir = 8 }, /area/station/hallway/floor2/fore) -"aKL" = ( -/obj/machinery/door/airlock{ - id_tag = "nsminingdorm1"; - name = "Room 1" - }, -/obj/effect/turf_decal/siding/wood, +"aKE" = ( +/obj/structure/table/reinforced/plastitaniumglass, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/cargo/miningdock) +/obj/item/paper_bin/construction{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/stamp/head/ce{ + pixel_x = -8 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/command/heads_quarters/ce) "aKQ" = ( /turf/open/floor/iron/textured_half, /area/station/cargo/sorting) @@ -3357,16 +3352,6 @@ dir = 1 }, /area/station/hallway/secondary/entry) -"aQf" = ( -/obj/machinery/button/door/directional/south{ - id = "nsminingdorm2"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/carpet/green, -/area/station/cargo/miningdock) "aQk" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/table/wood, @@ -3730,12 +3715,6 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/wood/parquet, /area/station/command/heads_quarters/cmo) -"aUG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/table_or_rack, -/obj/item/reagent_containers/pill/maintenance, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "aUH" = ( /obj/structure/table, /obj/item/paper_bin, @@ -4563,24 +4542,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard/fore) -"beR" = ( +"beT" = ( +/obj/structure/closet, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"beZ" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/any/science/robotics, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/service) +/obj/item/clothing/neck/fake_heretic_amulet, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "bfe" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/bot, @@ -4667,6 +4634,10 @@ /obj/structure/table, /turf/open/floor/iron/dark, /area/station/security/brig) +"bfK" = ( +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/fore) "bfM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -4713,10 +4684,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/psychology) -"bgr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured_corner, -/area/station/maintenance/floor1/starboard/aft) "bgz" = ( /obj/machinery/mech_bay_recharge_port{ dir = 1 @@ -4870,12 +4837,27 @@ dir = 1 }, /area/station/hallway/floor3/aft) +"bip" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "biu" = ( /obj/effect/turf_decal/trimline/red, /obj/effect/turf_decal/trimline/white/mid_joiner, /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/engine/n2o, /area/station/engineering/atmos) +"bix" = ( +/obj/machinery/light/directional/west, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain/private) "biy" = ( /obj/structure/bed/dogbed/lia, /mob/living/basic/carp/pet/lia, @@ -5318,13 +5300,6 @@ /obj/machinery/duct, /turf/open/floor/iron/checker, /area/station/service/bar/atrium) -"bmS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "bmT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -5372,14 +5347,6 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/dark/smooth_large, /area/station/science/robotics/lab) -"bnN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, -/obj/structure/closet/secure_closet/security, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/first) "bnQ" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/iron/dark, @@ -5425,6 +5392,11 @@ }, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) +"bot" = ( +/obj/effect/spawner/random/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "bou" = ( /obj/machinery/camera/directional/east{ c_tag = "MiniSAT Access" @@ -5720,17 +5692,6 @@ /obj/effect/turf_decal/tile/blue/opposingcorners, /turf/open/floor/iron/dark, /area/station/command/teleporter) -"brA" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "brC" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -5995,6 +5956,11 @@ /obj/effect/spawner/random/structure/crate_loot, /turf/open/floor/plating, /area/station/maintenance/floor1/starboard/fore) +"btR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/wirerod, +/turf/open/floor/plating, +/area/station/maintenance/floor1/port/aft) "btT" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -6048,6 +6014,10 @@ name = "lab floor" }, /area/station/science/robotics/lab) +"buA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "buB" = ( /obj/structure/closet/emcloset, /turf/open/floor/pod/dark, @@ -6281,12 +6251,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/station/hallway/floor1/fore) -"bwV" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/light, -/area/station/maintenance/floor4/starboard/fore) "bwZ" = ( /obj/structure/girder, /turf/open/floor/plating, @@ -6363,14 +6327,6 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"bxT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured_edge{ - dir = 4 - }, -/area/station/maintenance/floor1/starboard/aft) "bxZ" = ( /obj/machinery/conveyor{ dir = 1; @@ -6462,12 +6418,6 @@ }, /turf/open/floor/carpet/green, /area/station/command/heads_quarters/rd) -"byZ" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/machinery/recharge_station, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat/service) "bza" = ( /turf/open/floor/iron/dark/side{ dir = 1 @@ -6554,13 +6504,18 @@ }, /turf/open/floor/iron/grimy, /area/station/science/xenobiology/hallway) -"bzU" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/spawner/random/entertainment/arcade, -/turf/open/floor/iron/dark/side{ - dir = 9 +"bzS" = ( +/obj/structure/table, +/obj/item/paper_bin/carbon{ + pixel_x = -2; + pixel_y = 4 }, -/area/station/hallway/secondary/exit/departure_lounge) +/obj/item/stamp/head/hop{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) "bzW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -6698,10 +6653,6 @@ dir = 1 }, /area/station/hallway/floor4/aft) -"bBF" = ( -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) "bBP" = ( /obj/effect/turf_decal/trimline/green/warning{ dir = 8 @@ -6769,18 +6720,6 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron, /area/station/cargo/lobby) -"bCG" = ( -/obj/machinery/door/airlock/hatch{ - name = "External Path Access" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/service) "bCM" = ( /obj/structure/railing, /obj/effect/turf_decal/siding/thinplating_new/dark, @@ -6789,17 +6728,6 @@ name = "treated water" }, /area/station/maintenance/floor1/port/aft) -"bCW" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/engineering/material, -/obj/structure/table/wood, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/fore) -"bCX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods/ten, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "bDg" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -7259,6 +7187,22 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/maintenance/department/medical) +"bKB" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Chamber" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "AI Chamber entrance shutters"; + name = "AI Chamber Entrance Shutters" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "bKG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/sign/poster/contraband/random/directional/north, @@ -8008,10 +7952,6 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/white, /area/station/security/prison/safe) -"bUa" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/dark, -/area/station/maintenance/floor1/starboard/aft) "bUe" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, @@ -8215,16 +8155,6 @@ /obj/machinery/vending/cigarette, /turf/open/floor/iron/white, /area/station/hallway/floor2/aft) -"bWT" = ( -/obj/machinery/light_switch/directional/west, -/obj/structure/chair/sofa/corp/right{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain/private) "bXe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -8557,19 +8487,6 @@ }, /turf/open/floor/wood, /area/station/service/bar/atrium) -"ccA" = ( -/obj/effect/spawner/random/engineering/material_cheap, -/obj/structure/table/wood, -/obj/item/chisel{ - pixel_x = -7; - pixel_y = 5 - }, -/obj/item/toy/crayon/spraycan{ - pixel_x = 7; - pixel_y = 9 - }, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/fore) "ccF" = ( /obj/effect/turf_decal/trimline/brown/filled/corner, /obj/structure/disposalpipe/segment{ @@ -8596,6 +8513,13 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark, /area/station/service/hydroponics/garden) +"ccQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain) "ccV" = ( /obj/effect/spawner/random/structure/grille, /turf/open/floor/pod/light, @@ -9303,6 +9227,30 @@ "cll" = ( /turf/open/floor/engine, /area/station/maintenance/floor1/port/aft) +"clm" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/ordnance{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/computer_disk, +/obj/item/computer_disk{ + pixel_y = 4 + }, +/obj/item/computer_disk{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/computer_disk/ordnance{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/full, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "clp" = ( /obj/effect/spawner/random/structure/grille, /obj/structure/cable, @@ -9494,14 +9442,12 @@ /obj/structure/frame/machine, /turf/open/floor/iron, /area/station/science/research/abandoned) -"cnB" = ( -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) +"cnG" = ( +/obj/effect/spawner/random/trash/mopbucket, +/obj/effect/spawner/random/trash/soap, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/fore) "cnI" = ( /obj/effect/spawner/structure/window/hollow/reinforced/directional, /turf/open/floor/plating, @@ -9672,6 +9618,14 @@ }, /turf/open/floor/iron/white/textured_large, /area/station/service/chapel/office) +"cqM" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/west, +/obj/item/stack/cable_coil/five, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/service) "cqR" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 1 @@ -9750,6 +9704,12 @@ dir = 6 }, /area/station/hallway/floor1/fore) +"crU" = ( +/obj/machinery/light/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/tlv_cold_room, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "crW" = ( /obj/machinery/atmospherics/components/unary/passive_vent{ dir = 4 @@ -10154,18 +10114,6 @@ /obj/item/clothing/gloves/boxing/blue, /turf/open/floor/pod/dark, /area/station/maintenance/floor1/starboard/aft) -"cxO" = ( -/obj/machinery/vending/hydronutrients, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "cxQ" = ( /obj/structure/table_frame, /obj/effect/spawner/random/maintenance, @@ -10331,6 +10279,17 @@ /obj/item/toy/cards/deck, /turf/open/floor/carpet/green, /area/station/service/abandoned_gambling_den) +"cBs" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table_frame, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/station/cargo/sorting) "cBx" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/disposal/bin, @@ -10468,12 +10427,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/service/hydroponics) -"cCU" = ( -/obj/machinery/status_display/ai/directional/north, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "cDe" = ( /obj/effect/turf_decal/stripes{ dir = 1 @@ -10794,6 +10747,13 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, /area/station/service/hydroponics/garden) +"cIn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "cIo" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/left/directional/west{ @@ -11022,6 +10982,18 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/textured_large, /area/station/cargo/miningdock) +"cKI" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "cKO" = ( /obj/effect/turf_decal/trimline/red/line{ dir = 1 @@ -11332,17 +11304,13 @@ }, /turf/open/floor/iron/dark/side, /area/station/hallway/floor2/aft) -"cPt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/photocopier, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/command/teleporter) +"cPM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "cPQ" = ( /obj/structure/railing{ dir = 5 @@ -11482,6 +11450,21 @@ /obj/structure/cable, /turf/open/floor/iron/checker, /area/station/cargo/miningdock) +"cRu" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line, +/obj/machinery/light/dim/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "cRw" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall, @@ -11615,6 +11598,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor/iron, /area/station/hallway/secondary/entry) +"cTp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/maintenance/floor1/starboard/aft) "cTw" = ( /obj/structure/table/reinforced, /obj/machinery/airalarm/directional/south, @@ -11936,12 +11925,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor3/starboard/aft) -"cWZ" = ( -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32 - }, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "cXm" = ( /obj/structure/lattice/catwalk, /obj/effect/landmark/carpspawn, @@ -11954,13 +11937,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/pod/dark, /area/station/maintenance/floor1/port) -"cXq" = ( -/obj/structure/table/glass, -/obj/item/beacon{ - enabled = 0 - }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) "cXr" = ( /obj/effect/turf_decal/tile/red/diagonal_edge, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -12305,6 +12281,12 @@ }, /turf/open/floor/iron/white/small, /area/station/medical/chemistry) +"dcX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "dcZ" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 @@ -12329,19 +12311,6 @@ /obj/machinery/camera/autoname/directional/east, /turf/open/floor/iron/dark, /area/station/service/chapel/funeral) -"dde" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Access" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "ddg" = ( /turf/open/floor/iron, /area/station/hallway/floor3/aft) @@ -12554,14 +12523,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/maintenance/floor2/starboard/aft) -"dgf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/holopad, -/obj/effect/landmark/navigate_destination/minisat_access_ai, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/hallway/floor4/aft) "dgp" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -12860,6 +12821,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/psychology) +"dkX" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "dla" = ( /obj/effect/spawner/random/structure/girder, /turf/open/floor/plating, @@ -12888,6 +12853,12 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/hos) +"dlS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "dlW" = ( /turf/closed/wall, /area/station/maintenance/floor4/starboard/aft) @@ -12919,6 +12890,24 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/pod/light, /area/station/maintenance/floor1/port/fore) +"dmN" = ( +/obj/structure/table/reinforced, +/obj/item/food/cake/chocolate{ + food_reagents = list(/datum/reagent/consumable/nutriment=20,/datum/reagent/drug/space_drugs=10); + name = "large pot brownie" + }, +/obj/item/food/cake/chocolate{ + food_reagents = list(/datum/reagent/consumable/nutriment=20,/datum/reagent/drug/space_drugs=10); + name = "large pot brownie"; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "dmR" = ( /obj/structure/railing{ dir = 4 @@ -13265,14 +13254,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/engine, /area/station/maintenance/floor1/starboard/fore) -"drq" = ( -/obj/structure/transit_tube/station/dispenser{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "drA" = ( /obj/effect/turf_decal/trimline/purple/line, /obj/structure/cable, @@ -13300,6 +13281,14 @@ "drJ" = ( /turf/open/floor/pod/light, /area/station/maintenance/floor2/starboard/aft) +"drO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/structure/closet/secure_closet/security, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/first) "dsb" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -13326,11 +13315,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor3/port/fore) -"dss" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/item/wirerod, -/turf/open/floor/plating, -/area/station/maintenance/floor1/port/aft) "dst" = ( /obj/structure/bookcase/random/reference, /obj/structure/sign/poster/official/random/directional/east, @@ -13593,14 +13577,6 @@ "dxd" = ( /turf/open/floor/engine/o2, /area/station/engineering/atmos) -"dxr" = ( -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = 32 - }, -/obj/effect/spawner/random/maintenance, -/obj/structure/grille/broken, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "dxu" = ( /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /obj/machinery/door/airlock/hatch{ @@ -13640,6 +13616,16 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/floor3/fore) +"dxy" = ( +/obj/machinery/light_switch/directional/west, +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain/private) "dxz" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end{ dir = 8 @@ -13968,6 +13954,10 @@ /obj/machinery/light/blacklight/directional/north, /turf/open/floor/eighties, /area/station/commons/fitness/recreation/entertainment) +"dCE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/dark, +/area/station/maintenance/floor1/starboard/aft) "dCK" = ( /turf/closed/wall/r_wall, /area/station/command/bridge) @@ -14073,13 +14063,6 @@ dir = 10 }, /area/station/security/medical) -"dEa" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/two, -/obj/effect/spawner/random/engineering/tool, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/fore) "dEb" = ( /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, @@ -14097,6 +14080,11 @@ "dEt" = ( /turf/closed/wall, /area/station/maintenance/floor2/starboard/aft) +"dEx" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "dED" = ( /obj/effect/turf_decal/trimline/yellow/line{ dir = 5 @@ -14210,6 +14198,12 @@ dir = 4 }, /area/station/service/hydroponics/garden) +"dFG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "dFL" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -14612,13 +14606,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard/fore) -"dLk" = ( -/obj/machinery/door/poddoor/shutters{ - name = "Ancient Workshop"; - id = "survshop" - }, -/turf/open/floor/plating, -/area/station/maintenance/floor4/starboard/aft) "dLm" = ( /obj/structure/weightmachine/stacklifter, /obj/effect/turf_decal/stripes, @@ -14774,6 +14761,10 @@ }, /turf/open/floor/iron/smooth_large, /area/station/hallway/secondary/entry) +"dMJ" = ( +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/pod/dark, +/area/station/maintenance/floor1/port) "dMY" = ( /obj/structure/bed/double, /obj/item/bedsheet/captain/double, @@ -14791,11 +14782,6 @@ /obj/machinery/duct, /turf/open/floor/iron/dark/smooth_large, /area/station/service/bar) -"dNo" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen) "dNr" = ( /obj/structure/industrial_lift/public, /obj/effect/landmark/lift_id{ @@ -14951,6 +14937,20 @@ /obj/structure/flora/bush/sparsegrass/style_random, /turf/open/floor/grass, /area/station/medical/virology) +"dPr" = ( +/obj/item/radio/intercom/directional/north{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/obj/machinery/recharge_station, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 8; + pixel_x = 28 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/service) "dPv" = ( /obj/machinery/chem_master/condimaster{ desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; @@ -15023,11 +15023,6 @@ dir = 4 }, /area/station/hallway/floor1/fore) -"dQi" = ( -/obj/effect/spawner/random/engineering/material_cheap, -/obj/structure/grille/broken, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "dQj" = ( /obj/structure/dresser, /turf/open/floor/carpet/royalblue, @@ -15209,13 +15204,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"dSW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "dTe" = ( /obj/structure/chair/wood/wings{ dir = 4 @@ -16019,6 +16007,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/wood, /area/station/service/bar/atrium) +"efm" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "efp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/landmark/start/depsec/engineering, @@ -16218,6 +16215,11 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/project) +"ehO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/tank_holder, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard) "ehQ" = ( /obj/effect/turf_decal/tile/green/full, /obj/structure/table/reinforced, @@ -16355,6 +16357,12 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/pod/dark, /area/station/maintenance/floor2/starboard/aft) +"ejz" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "ejE" = ( /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/dark, @@ -16406,29 +16414,6 @@ }, /turf/open/floor/iron, /area/station/hallway/floor1/fore) -"ejT" = ( -/obj/structure/table/reinforced, -/obj/item/food/butter{ - food_reagents = list(/datum/reagent/consumable/nutriment=5,/datum/reagent/drug/space_drugs=10); - name = "stick of 'medicated' butter"; - pixel_y = 8 - }, -/obj/item/food/butter{ - food_reagents = list(/datum/reagent/consumable/nutriment=5,/datum/reagent/drug/space_drugs=10); - name = "stick of 'medicated' butter"; - pixel_y = 3 - }, -/obj/item/food/butter{ - food_reagents = list(/datum/reagent/consumable/nutriment=5,/datum/reagent/drug/space_drugs=10); - name = "stick of 'medicated' butter"; - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "ekj" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -16992,12 +16977,6 @@ /obj/structure/flora/tree/jungle/small/style_random, /turf/open/floor/grass, /area/station/science/genetics) -"eqP" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/item/beacon, -/obj/effect/landmark/navigate_destination/teleporter, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) "eqQ" = ( /obj/structure/cable, /turf/open/floor/iron/smooth, @@ -17169,6 +17148,12 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/engineering/atmos) +"eua" = ( +/obj/machinery/light/directional/north, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/hallway/floor1/fore) "eub" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -17193,6 +17178,16 @@ }, /turf/open/floor/plating, /area/station/maintenance/floor1/starboard/fore) +"eun" = ( +/obj/machinery/door/airlock{ + id_tag = "nsminingdorm1"; + name = "Room 1" + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/cargo/miningdock) "eur" = ( /obj/effect/mapping_helpers/airlock/access/any/supply/mining, /obj/machinery/door/airlock/glass_large{ @@ -17257,6 +17252,13 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/lobby) +"evi" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "evn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/pod/light, @@ -17570,17 +17572,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/commons/toilet) -"eAl" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/frame/machine, -/obj/item/seeds/cannabis, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "eAm" = ( /obj/structure/cable, /obj/item/radio/intercom/directional/south, @@ -17732,6 +17723,11 @@ }, /turf/open/floor/pod/light, /area/station/maintenance/floor3/starboard/fore) +"eCW" = ( +/turf/open/floor/iron/stairs{ + icon_state = "stairs-m" + }, +/area/station/science/lobby) "eCZ" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 @@ -17940,6 +17936,10 @@ }, /turf/open/floor/iron/smooth_large, /area/station/hallway/secondary/entry) +"eGx" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/hallway/floor1/fore) "eGK" = ( /turf/open/floor/pod/light, /area/station/maintenance/floor4/starboard/fore) @@ -18157,11 +18157,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) -"eJH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/hallway/floor4/aft) "eJK" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable, @@ -18268,6 +18263,15 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"eLq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/textured_large, +/area/station/cargo/storage) "eLt" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -18320,17 +18324,6 @@ }, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/lobby) -"eMd" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/south, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "eMg" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -18347,18 +18340,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/commons/toilet) -"eMk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = 3; - pixel_y = -23 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "eMp" = ( /obj/structure/flora/bush/flowers_yw/style_random, /turf/open/floor/grass, @@ -18416,14 +18397,6 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron/white/textured_large, /area/station/service/chapel) -"eNG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/hallway/floor4/aft) "eNJ" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/table/wood, @@ -18451,6 +18424,12 @@ /obj/machinery/hydroponics/constructable, /turf/open/floor/iron/white, /area/station/cargo/miningdock) +"eNP" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/light_construct/directional/north, +/obj/item/bot_assembly/floorbot, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "eNS" = ( /obj/effect/turf_decal/delivery, /obj/structure/sign/departments/restroom/directional/south, @@ -18468,6 +18447,11 @@ }, /turf/open/floor/pod/light, /area/station/maintenance/floor3/port/aft) +"eOc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods/ten, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "eOf" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable, @@ -18713,6 +18697,17 @@ }, /turf/open/floor/iron/dark/textured_large, /area/station/hallway/secondary/exit/departure_lounge) +"eSG" = ( +/obj/machinery/button/door/directional/south{ + id = "nsminingdorm3"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/structure/sign/poster/official/random/directional/east, +/turf/open/floor/carpet/blue, +/area/station/cargo/miningdock) "eSI" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/hollow/reinforced/directional, @@ -18853,16 +18848,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/light, /area/station/maintenance/floor1/port) -"eVo" = ( -/obj/structure/chair/sofa/corp/right, -/obj/machinery/light/directional/north, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"eVN" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "eVU" = ( /obj/structure/lattice/catwalk, /turf/open/openspace, @@ -18946,6 +18931,18 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) +"eWT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/hatch{ + name = "Transit Tube Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/floor4/aft) "eWV" = ( /obj/structure/stairs/north, /turf/open/floor/iron/dark/smooth_large, @@ -18996,6 +18993,15 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/textured_large, /area/station/medical/chemistry) +"eXr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/structure/table/reinforced/rglass, +/obj/item/paper_bin, +/obj/item/stamp/head/cmo, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "eXs" = ( /obj/effect/turf_decal/siding/white{ dir = 4 @@ -19237,6 +19243,20 @@ }, /turf/open/openspace, /area/station/science/xenobiology/hallway) +"fbf" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/service) "fbo" = ( /obj/effect/turf_decal/tile/red/opposingcorners{ dir = 1 @@ -19300,11 +19320,6 @@ /obj/machinery/camera/autoname/directional/south, /turf/open/floor/catwalk_floor, /area/station/maintenance/department/medical) -"fce" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "fcf" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -19362,6 +19377,10 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/hallway/floor1/aft) +"fdo" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "fdr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -19501,6 +19520,11 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) +"ffz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/toy/cattoy, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/fore) "ffD" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -19677,6 +19701,15 @@ }, /turf/open/floor/wood/tile, /area/station/service/library) +"fit" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/space/nearstation) "fiu" = ( /obj/machinery/light/directional/west, /turf/open/floor/carpet/red, @@ -19854,16 +19887,11 @@ }, /turf/open/floor/pod/dark, /area/station/maintenance/floor4/starboard) -"fkz" = ( -/obj/machinery/light/directional/west, -/obj/structure/chair/sofa/corp/left{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain/private) +"fky" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/grille/broken, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/fore) "fkA" = ( /turf/closed/wall/r_wall, /area/station/security/execution/education) @@ -19874,12 +19902,6 @@ }, /turf/open/floor/pod/dark, /area/station/maintenance/floor2/starboard/aft) -"fkE" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/light_construct/directional/north, -/obj/item/bot_assembly/floorbot, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "fkG" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/white/line{ @@ -20056,6 +20078,11 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/maintenance/floor2/starboard) +"fmW" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/cup/bucket, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/aft) "fna" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -20523,12 +20550,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/security/interrogation) -"fuq" = ( -/obj/structure/closet/wardrobe/grey, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/random/maintenance/four, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard) "fur" = ( /obj/machinery/destructive_scanner, /turf/open/floor/iron/dark, @@ -20585,6 +20606,11 @@ /obj/machinery/shieldgen, /turf/open/floor/iron/smooth, /area/station/cargo/warehouse) +"fvg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "fvp" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -20973,6 +20999,11 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/escape_pod) +"fAq" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen) "fAw" = ( /obj/machinery/light/directional/west, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -21186,16 +21217,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"fCT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/door/airlock/silver/glass{ - name = "Kitchen" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/kitchen/abandoned) "fCU" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -21307,6 +21328,12 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark, /area/station/hallway/secondary/service) +"fEC" = ( +/obj/structure/spider/stickyweb, +/obj/structure/table, +/obj/item/clothing/mask/facehugger/toy, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard) "fED" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -21368,6 +21395,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood/tile, /area/station/service/library) +"fFD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/wood/fancy/blue, +/obj/item/storage/fancy/cigarettes/cigars/havana, +/obj/item/storage/fancy/cigarettes/cigars/cohiba{ + pixel_y = 3 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "fFF" = ( /obj/effect/turf_decal/siding/white{ dir = 9 @@ -21567,6 +21603,11 @@ /obj/machinery/door/firedoor, /turf/open/floor/pod/light, /area/station/maintenance/floor3/port/fore) +"fIj" = ( +/obj/structure/rack, +/obj/effect/spawner/random/medical/surgery_tool, +/turf/open/floor/iron/dark, +/area/station/maintenance/floor1/port) "fIk" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 @@ -21574,6 +21615,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/hallway/floor3/aft) +"fIq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "fIv" = ( /obj/item/clothing/gloves/color/yellow, /obj/item/storage/toolbox/electrical{ @@ -21664,12 +21712,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/pumproom) -"fJz" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/showcase/perfect_employee, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/fore) "fJA" = ( /obj/structure/stairs/north, /turf/open/floor/plating, @@ -22051,11 +22093,6 @@ /obj/machinery/barsign, /turf/closed/wall, /area/station/maintenance/floor3/starboard/fore) -"fPo" = ( -/obj/effect/spawner/random/structure/table_or_rack, -/obj/effect/spawner/random/engineering/tool, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "fPB" = ( /obj/item/flashlight/lamp, /obj/structure/table, @@ -22069,6 +22106,16 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor4/port) +"fPQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/rack_parts, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/fore) "fPW" = ( /obj/structure/lattice/catwalk, /obj/structure/marker_beacon/burgundy, @@ -22300,6 +22347,17 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) +"fSd" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "ai_sat" + }, +/obj/machinery/door/airlock/hatch{ + name = "External Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "fSi" = ( /obj/structure/table/reinforced, /obj/item/paper_bin{ @@ -22458,12 +22516,6 @@ /obj/structure/cable, /turf/open/floor/wood, /area/station/command/meeting_room) -"fUq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "fUs" = ( /obj/effect/turf_decal/siding/white{ dir = 8 @@ -22591,6 +22643,10 @@ /obj/machinery/camera/directional/south, /turf/open/floor/iron/dark, /area/station/medical/virology) +"fWd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_corner, +/area/station/maintenance/floor1/starboard/aft) "fWh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -22854,13 +22910,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/floor2/fore) -"fZS" = ( -/obj/machinery/door/poddoor/shutters{ - name = "Ancient Workshop"; - id = "survshop" - }, -/turf/open/floor/pod/light, -/area/station/maintenance/floor4/starboard/aft) "fZV" = ( /obj/structure/grille, /turf/open/floor/engine/hull/reinforced, @@ -22928,17 +22977,6 @@ /obj/structure/window/reinforced/spawner/directional/east, /turf/open/floor/grass, /area/station/service/chapel) -"gaQ" = ( -/obj/machinery/door/airlock/freezer{ - name = "Cold Room" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "gaT" = ( /obj/structure/chair/wood{ dir = 1 @@ -23072,6 +23110,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/floor3/fore) +"gcu" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "gcE" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 6 @@ -23139,18 +23181,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"gdt" = ( -/obj/item/stack/sheet/sandblock/five, -/obj/structure/table_frame/wood, -/obj/item/camera{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = 32 - }, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/fore) "gdA" = ( /obj/effect/turf_decal/tile/green/half{ dir = 8 @@ -23284,6 +23314,11 @@ dir = 10 }, /area/station/hallway/floor4/fore) +"gfd" = ( +/obj/item/rack_parts, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/pod/light, +/area/station/maintenance/department/engine/atmos) "gfn" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -23813,17 +23848,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/security/checkpoint/second) -"gno" = ( -/obj/machinery/camera/directional/south{ - c_tag = "AI Chamber - Port"; - network = list("aicore") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/firealarm/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "gns" = ( /obj/effect/turf_decal/trimline/green/warning, /obj/effect/turf_decal/stripes, @@ -23843,6 +23867,10 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/atmos/pumproom) +"gnz" = ( +/obj/effect/landmark/start/cyborg, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "gnL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/blood/old, @@ -23979,6 +24007,17 @@ dir = 8 }, /area/station/hallway/floor1/fore) +"gqc" = ( +/obj/machinery/camera/directional/south{ + c_tag = "AI Chamber - Port"; + network = list("aicore") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "gqi" = ( /turf/open/floor/iron/white/side{ dir = 4 @@ -23997,6 +24036,10 @@ /obj/effect/turf_decal/stripes/full, /turf/open/floor/noslip, /area/station/engineering/supermatter/room) +"gqr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "gqC" = ( /obj/machinery/door/airlock/hatch{ name = "Maintenance Hatch" @@ -24204,11 +24247,6 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/dark, /area/station/security/evidence) -"gtp" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "gts" = ( /obj/item/rack_parts, /obj/item/weldingtool/mini, @@ -24250,10 +24288,12 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"gtW" = ( -/obj/effect/landmark/start/cyborg, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) +"gtS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/entertainment/drugs, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "gtX" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -24351,10 +24391,6 @@ /obj/machinery/duct, /turf/open/floor/iron/dark/textured, /area/station/commons/fitness) -"gvP" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "gvQ" = ( /obj/effect/turf_decal/trimline/purple/warning{ dir = 4 @@ -24401,6 +24437,11 @@ dir = 6 }, /area/station/hallway/floor2/aft) +"gwA" = ( +/obj/item/wallframe/button, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "gwD" = ( /obj/structure/frame/machine, /obj/effect/decal/cleanable/dirt/dust, @@ -24537,11 +24578,6 @@ /obj/structure/closet/crate/cardboard, /turf/open/floor/pod/light, /area/station/maintenance/floor2/port/aft) -"gyl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/hallway/floor4/aft) "gyp" = ( /obj/structure/railing/corner{ dir = 4 @@ -24767,23 +24803,10 @@ /obj/item/mop, /turf/open/floor/pod/light, /area/station/maintenance/floor4/starboard/fore) -"gBu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "gBG" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, /area/station/engineering/supermatter) -"gBK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/random/entertainment/plushie, -/turf/open/floor/plating, -/area/station/maintenance/floor1/port/fore) "gBU" = ( /obj/item/radio/intercom/directional/north, /obj/structure/sign/poster/official/random/directional/west, @@ -24875,10 +24898,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark/side, /area/station/hallway/floor3/aft) -"gDq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "gDx" = ( /turf/closed/wall, /area/station/security/interrogation) @@ -24966,6 +24985,19 @@ }, /turf/open/floor/carpet/blue, /area/station/command/bridge) +"gEZ" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "gFb" = ( /obj/effect/turf_decal/stripes{ dir = 8 @@ -25263,6 +25295,17 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/hallway/floor1/fore) +"gJa" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/photocopier, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/command/teleporter) "gJg" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -25450,6 +25493,12 @@ }, /turf/open/floor/iron, /area/station/hallway/floor1/aft) +"gLD" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/station/maintenance/floor4/starboard/fore) "gLE" = ( /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /obj/machinery/door/airlock/hatch{ @@ -25543,19 +25592,16 @@ /obj/machinery/duct, /turf/open/floor/iron/kitchen, /area/station/service/kitchen) +"gME" = ( +/obj/structure/chair/sofa/corp/right, +/obj/machinery/light/directional/north, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "gMG" = ( /obj/machinery/light/directional/south, /obj/machinery/status_display/ai/directional/south, /turf/open/floor/wood, /area/station/command/meeting_room) -"gMK" = ( -/obj/structure/table, -/obj/machinery/airalarm/directional/west, -/obj/item/stack/cable_coil/five, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat/service) "gMQ" = ( /obj/structure/cable/multilayer/multiz, /obj/effect/turf_decal/stripes/box, @@ -25666,11 +25712,6 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/testlab) -"gOH" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/multilayer/connected, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "gOO" = ( /obj/structure/table, /obj/machinery/newscaster/directional/east, @@ -25876,12 +25917,10 @@ /obj/machinery/light/cold/no_nightlight/directional/east, /turf/open/floor/iron/white, /area/station/science/explab) -"gSd" = ( -/obj/effect/baseturf_helper/reinforced_plating/ceiling, -/obj/machinery/airalarm/directional/south, -/obj/effect/mapping_helpers/airalarm/engine_access, -/turf/open/floor/engine, -/area/station/engineering/supermatter) +"gRZ" = ( +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/plating/foam, +/area/station/maintenance/floor1/port/aft) "gSj" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26080,6 +26119,15 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/light, /area/station/maintenance/floor3/port/fore) +"gVz" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/item/reagent_containers/cup/bucket/wooden{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/abandoned) "gVR" = ( /obj/machinery/camera/motion/directional/north{ c_tag = "Armoury - Exterior" @@ -26207,16 +26255,6 @@ }, /turf/open/floor/iron/textured_large, /area/station/hallway/secondary/exit/departure_lounge) -"gXM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32; - spawn_loot_chance = 50 - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/floor1/port) "gXO" = ( /obj/structure/chair{ dir = 4 @@ -26242,6 +26280,20 @@ /obj/structure/cable, /turf/open/floor/plating/airless, /area/station/solars/port/aft) +"gYc" = ( +/obj/structure/table/glass, +/obj/item/beacon{ + enabled = 0 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"gYd" = ( +/obj/machinery/vending/snack/orange, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain) "gYe" = ( /obj/structure/table, /obj/item/paper_bin, @@ -26354,6 +26406,12 @@ }, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) +"gZI" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/structure/table_or_rack, +/turf/open/floor/pod/light, +/area/station/maintenance/department/engine/atmos) "gZJ" = ( /obj/structure/closet/secure_closet/captains, /obj/item/camera, @@ -26618,6 +26676,19 @@ "hcT" = ( /turf/open/openspace, /area/station/maintenance/floor3/port/aft) +"hcY" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute{ + dir = 4 + }, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "hdd" = ( /obj/effect/turf_decal/siding/wood{ dir = 6 @@ -26987,6 +27058,11 @@ }, /turf/open/floor/iron/dark, /area/station/maintenance/disposal/incinerator) +"hhG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "hhI" = ( /obj/effect/turf_decal/caution/stand_clear, /obj/effect/turf_decal/siding/dark_blue, @@ -27025,12 +27101,6 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/hos) -"hic" = ( -/obj/item/bodybag, -/obj/structure/closet/crate, -/obj/effect/spawner/random/medical/surgery_tool, -/turf/open/floor/pod/light, -/area/station/maintenance/department/engine/atmos) "hio" = ( /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 4 @@ -27055,10 +27125,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/smooth_large, /area/station/maintenance/disposal) -"hiF" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/pod/light, -/area/station/maintenance/department/engine/atmos) "hiN" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow/fourcorners, @@ -27334,6 +27400,14 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor4/port) +"hmW" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start/captain, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "hmX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27368,11 +27442,6 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/iron/dark, /area/station/command/gateway) -"hnz" = ( -/obj/effect/spawner/random/maintenance, -/obj/structure/grille/broken, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "hnB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27444,6 +27513,14 @@ /obj/item/pen, /turf/open/floor/pod/light, /area/station/maintenance/floor1/port/aft) +"hoz" = ( +/obj/effect/spawner/random/contraband/landmine, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "hoB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27539,15 +27616,6 @@ dir = 8 }, /area/station/hallway/secondary/exit) -"hpx" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/space/nearstation) "hpF" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, @@ -27555,14 +27623,6 @@ "hpI" = ( /turf/closed/wall, /area/station/commons/fitness/recreation) -"hpV" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/crate, -/obj/item/shard, -/obj/item/shard, -/obj/item/stack/cable_coil, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "hpW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -27586,6 +27646,17 @@ }, /turf/open/floor/iron, /area/station/hallway/floor1/fore) +"hqx" = ( +/obj/machinery/light_switch/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain) "hqy" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 @@ -27666,14 +27737,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/engineering/atmos/office) -"hrT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/stack/sheet/mineral/coal, -/obj/effect/spawner/random/engineering/flashlight, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "hse" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -27774,6 +27837,17 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/port/fore) +"htl" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/camera/autoname/directional/west, +/obj/machinery/power/terminal, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) "hto" = ( /turf/open/floor/catwalk_floor, /area/station/maintenance/floor4/starboard/fore) @@ -27912,12 +27986,6 @@ /obj/machinery/light/red/dim/directional/west, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/starboard) -"hvv" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos/project) "hvB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/camera/directional/east{ @@ -28302,20 +28370,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"hAO" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/cigarettes/cigpack_midori{ - pixel_x = -6; - pixel_y = -4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/lighter{ - pixel_x = 8; - pixel_y = 7 - }, -/obj/effect/spawner/random/entertainment/drugs, -/turf/open/floor/carpet/purple, -/area/station/maintenance/floor1/port/aft) "hAP" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/brigdoor/right/directional/south{ @@ -28431,6 +28485,14 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/light, /area/station/maintenance/floor2/starboard/aft) +"hCI" = ( +/obj/effect/decal/cleanable/molten_object/large{ + desc = "The pile looks inert, yet you still hear a faint hum. Standinf around this makes you feel funny."; + name = "glob of mess" + }, +/obj/item/trench_tool, +/turf/open/floor/plating/foam, +/area/station/maintenance/floor1/port/aft) "hCJ" = ( /obj/structure/railing/corner{ dir = 1 @@ -28489,18 +28551,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/pod, /area/station/maintenance/floor4/port/fore) -"hDO" = ( -/obj/machinery/door/airlock/hatch{ - name = "External Path Access" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "hDZ" = ( /obj/structure/table/wood, /obj/machinery/computer/security/telescreen/entertainment/directional/east, @@ -28540,6 +28590,14 @@ /obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron/dark, /area/station/security/warden) +"hEP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/effect/spawner/random/entertainment/plushie, +/turf/open/floor/plating, +/area/station/maintenance/floor1/port/fore) "hEQ" = ( /obj/structure/filingcabinet, /obj/effect/turf_decal/bot_white, @@ -28751,18 +28809,6 @@ }, /turf/open/floor/iron/cafeteria, /area/station/commons/locker) -"hIa" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/green/full, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/displaycase/forsale/kitchen{ - pixel_y = 8 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/bar) "hIb" = ( /turf/closed/wall, /area/station/hallway/floor4/fore) @@ -28777,13 +28823,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard/fore) -"hIo" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat) "hIp" = ( /obj/item/skillchip/light_remover, /obj/structure/closet/crate, @@ -29181,20 +29220,6 @@ /obj/structure/fans/tiny, /turf/open/floor/plating, /area/station/science/ordnance/storage) -"hNq" = ( -/obj/item/radio/intercom/directional/north{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Private Channel" - }, -/obj/machinery/recharge_station, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 8; - pixel_x = 28 - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat/service) "hNx" = ( /obj/machinery/light/cold/no_nightlight/directional/south, /obj/structure/sign/poster/official/random/directional/south, @@ -29323,11 +29348,6 @@ /obj/structure/ladder, /turf/open/floor/catwalk_floor, /area/station/hallway/floor1/fore) -"hPC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "hQj" = ( /obj/machinery/door/airlock/hatch{ name = "MiniSat Access" @@ -29446,13 +29466,6 @@ /obj/effect/turf_decal/tile/green/full, /turf/open/floor/iron, /area/station/service/hydroponics) -"hRu" = ( -/obj/machinery/vending/snack/orange, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain) "hRA" = ( /obj/machinery/telecomms/message_server/preset, /turf/open/floor/circuit/telecomms, @@ -29657,16 +29670,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/floor4/aft) -"hUh" = ( -/obj/machinery/door/airlock{ - id_tag = "nsminingdorm3"; - name = "Room 3" - }, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/cargo/miningdock) "hUj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -29904,13 +29907,6 @@ /obj/structure/marker_beacon/burgundy, /turf/open/floor/pod/light, /area/station/maintenance/floor2/port/aft) -"hXB" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Ration Storage" - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "hXI" = ( /obj/structure/chair/wood{ dir = 1 @@ -29992,6 +29988,15 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/wood/large, /area/station/command/heads_quarters/hop) +"hZg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/artgallery) "hZm" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1 @@ -30036,10 +30041,13 @@ /turf/open/floor/iron/white, /area/station/science/lab) "iay" = ( -/obj/effect/spawner/random/trash/bucket, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/aft) +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "iaz" = ( /obj/effect/turf_decal/arrows/red{ dir = 1 @@ -30221,12 +30229,6 @@ dir = 1 }, /area/station/hallway/floor2/fore) -"ido" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/structure/showcase/machinery/tv/broken, -/turf/open/floor/carpet/purple, -/area/station/maintenance/floor1/port/aft) "idr" = ( /obj/structure/closet/secure_closet/freezer/empty{ name = "sushi fridge" @@ -30389,6 +30391,14 @@ }, /turf/open/floor/iron/white, /area/station/science/circuits) +"ifD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/maintenance/floor1/starboard/aft) "ifG" = ( /obj/item/kirbyplants/random, /turf/open/floor/iron/dark/side{ @@ -30634,6 +30644,13 @@ }, /turf/open/floor/pod/light, /area/station/maintenance/floor4/port/fore) +"ijf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/photocopier, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain) "ijs" = ( /obj/structure/closet/emcloset, /obj/effect/decal/cleanable/dirt/dust, @@ -30771,12 +30788,6 @@ }, /turf/open/floor/iron/dark, /area/station/commons/vacant_room/commissary) -"ilq" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/spawner/random/structure/table_or_rack, -/turf/open/floor/pod/light, -/area/station/maintenance/department/engine/atmos) "ilA" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -30787,11 +30798,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/floor2/aft) -"ilD" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "ilG" = ( /obj/machinery/button/door/directional/north{ id = "CabinS"; @@ -31044,6 +31050,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/psychology) +"ipl" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = -6 + }, +/obj/item/stamp/head/qm{ + pixel_x = -6 + }, +/obj/structure/cable, +/obj/item/flashlight/lamp/green{ + pixel_x = 6; + pixel_y = 15 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) "ipn" = ( /turf/open/floor/carpet/blue, /area/station/command/heads_quarters/hop) @@ -31262,15 +31283,6 @@ /obj/effect/landmark/navigate_destination/dockaux, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"ist" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain) "isw" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -31313,6 +31325,10 @@ }, /turf/open/floor/pod/dark, /area/station/maintenance/floor3/starboard) +"isP" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/aft) "isQ" = ( /obj/effect/turf_decal/arrows/white{ dir = 1 @@ -31358,17 +31374,6 @@ /obj/structure/sink/directional/west, /turf/open/floor/iron/freezer, /area/station/service/chapel) -"itC" = ( -/obj/item/radio/intercom/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table_frame, -/obj/item/shard, -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/station/cargo/sorting) "itP" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/hidden/layer1, /turf/open/floor/iron/dark, @@ -31428,6 +31433,10 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/security/eva) +"iuC" = ( +/obj/structure/closet/athletic_mixed, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/aft) "iuE" = ( /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/kitchen_coldroom/freezerfloor, @@ -31553,6 +31562,10 @@ /obj/effect/turf_decal/tile/purple/opposingcorners, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) +"iwc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/aft) "iwf" = ( /obj/machinery/light/directional/north, /obj/structure/railing{ @@ -31649,6 +31662,12 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) +"ixL" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32 + }, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "ixQ" = ( /obj/effect/turf_decal/tile/green/full, /obj/structure/railing{ @@ -31812,10 +31831,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/light, /area/station/maintenance/floor1/port/aft) -"izL" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "izN" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -32091,11 +32106,6 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/project) -"iEL" = ( -/obj/machinery/status_display/ai/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "iEP" = ( /obj/effect/turf_decal/delivery, /obj/structure/sign/departments/engineering/directional/south, @@ -32288,10 +32298,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/command/gateway) -"iHN" = ( -/obj/effect/spawner/random/trash/grille_or_waste, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/aft) "iHZ" = ( /obj/structure/railing{ dir = 8 @@ -32757,24 +32763,6 @@ /obj/structure/cable, /turf/open/floor/iron/solarpanel/airless, /area/station/solars/starboard/aft) -"iOy" = ( -/obj/structure/table/reinforced, -/obj/item/food/cake/chocolate{ - food_reagents = list(/datum/reagent/consumable/nutriment=20,/datum/reagent/drug/space_drugs=10); - name = "large pot brownie" - }, -/obj/item/food/cake/chocolate{ - food_reagents = list(/datum/reagent/consumable/nutriment=20,/datum/reagent/drug/space_drugs=10); - name = "large pot brownie"; - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "iOA" = ( /turf/closed/wall/r_wall, /area/station/maintenance/floor2/starboard) @@ -32817,19 +32805,6 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron/dark, /area/station/hallway/floor2/fore) -"iOP" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"iOR" = ( -/mob/living/simple_animal/bot/secbot/pingsky, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "iOU" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -32875,6 +32850,12 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/light, /area/station/maintenance/floor4/starboard) +"iPv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/grille/broken, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "iPH" = ( /obj/machinery/camera/directional/north{ c_tag = "Permabrig - Isolation A"; @@ -33054,17 +33035,19 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/port) -"iSl" = ( -/obj/effect/turf_decal/tile/blue/half{ - dir = 4 +"iSg" = ( +/obj/effect/spawner/random/engineering/material_cheap, +/obj/structure/table/wood, +/obj/item/chisel{ + pixel_x = -7; + pixel_y = 5 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/item/toy/crayon/spraycan{ + pixel_x = 7; + pixel_y = 9 }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/ai_monitored/turret_protected/ai) +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/fore) "iSr" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -33147,14 +33130,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard/fore) -"iTm" = ( -/obj/machinery/camera/motion/directional/east{ - c_tag = "MiniSat - Fore"; - network = list("minisat") - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "iTn" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -33196,6 +33171,12 @@ dir = 4 }, /area/station/security/brig) +"iTR" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/recharge_station, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/service) "iTX" = ( /obj/machinery/light_switch/directional/north, /obj/structure/disposalpipe/segment{ @@ -33320,6 +33301,11 @@ /obj/structure/cable, /turf/open/floor/pod/light, /area/station/maintenance/solars/starboard/aft) +"iWh" = ( +/obj/structure/grille/broken, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "iWm" = ( /obj/structure/closet/l3closet/janitor, /turf/open/floor/iron, @@ -33463,16 +33449,16 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) +"iXx" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "iXA" = ( /obj/structure/disposalpipe/segment{ dir = 1 }, /turf/open/floor/iron/dark, /area/station/hallway/floor1/fore) -"iXB" = ( -/obj/item/storage/toolbox/mechanical/old, -/turf/open/floor/plating/foam, -/area/station/maintenance/floor1/port/aft) "iXF" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/security/armory) @@ -33566,14 +33552,11 @@ dir = 1 }, /area/station/hallway/floor3/fore) -"iYQ" = ( -/obj/machinery/camera/directional/west, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain) +"iYO" = ( +/obj/machinery/space_heater, +/obj/machinery/light/red/dim/directional/south, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "iYX" = ( /obj/effect/turf_decal/trimline/blue/arrow_cw{ dir = 1 @@ -34057,6 +34040,14 @@ /obj/effect/landmark/start/librarian, /turf/open/floor/engine/cult, /area/station/service/chapel) +"jgo" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/camera/motion/directional/east{ + c_tag = "MiniSat - Fore"; + network = list("minisat") + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "jgx" = ( /obj/effect/turf_decal/trimline/green/filled/arrow_cw, /obj/structure/railing{ @@ -34546,11 +34537,11 @@ /turf/open/floor/pod/light, /area/station/maintenance/floor4/starboard/fore) "jnA" = ( -/obj/machinery/light/red/dim/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "jnD" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -34574,18 +34565,6 @@ /obj/structure/closet/secure_closet/injection, /turf/open/floor/iron/white/small, /area/station/security/execution/education) -"jnO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "ai_sat" - }, -/obj/machinery/door/airlock/hatch{ - name = "External Airlock" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "jnV" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -34650,6 +34629,15 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/starboard/fore) +"joR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = -32 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/floor1/port) "joT" = ( /obj/structure/table/reinforced/rglass, /obj/machinery/reagentgrinder{ @@ -35443,6 +35431,11 @@ dir = 1 }, /area/station/hallway/floor2/aft) +"jyM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/floor1/port) "jyP" = ( /obj/machinery/camera/autoname/directional/east, /turf/open/floor/catwalk_floor, @@ -36072,14 +36065,31 @@ /obj/item/storage/dice, /turf/open/floor/iron/white, /area/station/medical/psychology) +"jGt" = ( +/obj/item/analyzer{ + pixel_y = 4 + }, +/obj/item/analyzer{ + pixel_y = 4 + }, +/obj/item/pipe_dispenser{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/pipe_dispenser{ + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/obj/effect/turf_decal/bot, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral/full, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) "jGF" = ( /turf/closed/wall, /area/station/service/kitchen/kitchen_backroom) -"jGG" = ( -/obj/item/radio/intercom/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/hallway/floor4/aft) "jGI" = ( /obj/effect/turf_decal/tile/green/half{ dir = 8 @@ -36107,6 +36117,11 @@ /obj/structure/sign/poster/official/random/directional/south, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"jGV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "jHc" = ( /obj/machinery/door/window/left/directional/north{ name = "Telecomms Cooling"; @@ -36240,13 +36255,6 @@ /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood/tile, /area/station/service/library) -"jIB" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain) "jIG" = ( /turf/open/floor/iron/smooth, /area/station/tcommsat/computer) @@ -36502,11 +36510,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/execution/education) -"jMp" = ( -/obj/item/storage/belt/utility, -/obj/structure/rack, -/turf/open/floor/pod/dark, -/area/station/maintenance/floor1/starboard/aft) "jMu" = ( /obj/machinery/door/airlock{ name = "Escape Pod C" @@ -36905,6 +36908,11 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor3/port) +"jQM" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "jQP" = ( /obj/structure/table/wood, /obj/item/reagent_containers/cup/bottle/syrup_bottle/korta_nectar{ @@ -36926,6 +36934,11 @@ }, /turf/open/floor/wood, /area/station/hallway/secondary/entry) +"jQQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "jQS" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/yellow, @@ -36981,16 +36994,16 @@ dir = 8 }, /area/station/commons/storage/primary) +"jRv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/floor4/aft) "jRy" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/light, /area/station/maintenance/floor2/port/fore) -"jRB" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/built/directional/east, -/obj/item/shard, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "jRI" = ( /obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 8 @@ -37297,15 +37310,6 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/port/fore) -"jWs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/floor/iron/textured_large, -/area/station/cargo/storage) "jWt" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -37427,11 +37431,6 @@ /obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron/dark, /area/station/hallway/floor1/aft) -"jZa" = ( -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/dark, -/area/station/maintenance/floor1/starboard/aft) "jZe" = ( /obj/structure/closet/crate/freezer/surplus_limbs, /obj/effect/turf_decal/tile/blue/fourcorners, @@ -37472,6 +37471,10 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/medical/storage) +"jZH" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "jZP" = ( /obj/machinery/door/airlock/hydroponics/glass, /obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, @@ -37485,6 +37488,14 @@ dir = 4 }, /area/station/hallway/floor2/aft) +"jZT" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = 32 + }, +/obj/effect/spawner/random/maintenance, +/obj/structure/grille/broken, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "jZZ" = ( /obj/structure/flora/bush/sparsegrass/style_random, /obj/item/radio/intercom/directional/north, @@ -37541,10 +37552,6 @@ /obj/effect/spawner/random/trash/hobo_squat, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard/aft) -"kbk" = ( -/obj/effect/spawner/random/structure/crate_abandoned, -/turf/open/floor/pod/dark, -/area/station/maintenance/floor1/port) "kbl" = ( /obj/machinery/light/directional/north, /turf/open/floor/iron/dark/side{ @@ -37809,17 +37816,6 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/pod/dark, /area/station/maintenance/floor3/port/aft) -"kdQ" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/rasta, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "keg" = ( /obj/machinery/light_switch/directional/south, /obj/structure/cable, @@ -37896,13 +37892,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) -"keP" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured_corner{ - dir = 1 - }, -/area/station/maintenance/floor1/starboard/aft) "keR" = ( /obj/structure/table/reinforced, /obj/item/folder{ @@ -38008,12 +37997,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/cargo/storage) -"kgk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "kgK" = ( /obj/structure/railing/corner{ dir = 8 @@ -38041,6 +38024,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/pod/dark, /area/station/maintenance/floor4/starboard) +"kha" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen) "khc" = ( /obj/effect/turf_decal/trimline/green/line{ dir = 1 @@ -38339,10 +38329,6 @@ }, /turf/open/floor/wood/tile, /area/station/service/library) -"klo" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/floor1/port/aft) "klw" = ( /turf/open/floor/pod/light, /area/station/maintenance/floor3/starboard/fore) @@ -38377,6 +38363,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/port/aft) +"klW" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/spawner/random/entertainment/arcade, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/hallway/secondary/exit/departure_lounge) "klY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /obj/structure/cable, @@ -38556,10 +38549,6 @@ /obj/structure/chair/sofa/left/brown, /turf/open/floor/carpet/royalblue, /area/station/medical/break_room) -"kox" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/dark, -/area/station/maintenance/floor1/port/aft) "koC" = ( /obj/structure/tank_dispenser, /obj/effect/turf_decal/bot, @@ -38749,6 +38738,11 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron/smooth, /area/station/construction) +"kqS" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/dark, +/area/station/maintenance/floor1/starboard/aft) "kqW" = ( /obj/structure/filingcabinet/employment, /turf/open/floor/wood, @@ -39018,6 +39012,18 @@ name = "boxing ring" }, /area/station/commons/fitness) +"kuk" = ( +/obj/item/stack/sheet/sandblock/five, +/obj/structure/table_frame/wood, +/obj/item/camera{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = 32 + }, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/fore) "kux" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -39337,6 +39343,10 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) +"kyt" = ( +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "kyw" = ( /obj/machinery/gulag_teleporter, /obj/effect/turf_decal/tile/red/half/contrasted{ @@ -39371,6 +39381,12 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/wood/parquet, /area/station/command/heads_quarters/cmo) +"kzc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/material, +/obj/structure/table/wood, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/fore) "kzj" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -39503,27 +39519,6 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron/dark/side, /area/station/hallway/floor1/fore) -"kAI" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/rollingpapers{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/storage/fancy/rollingpapers{ - pixel_x = -6; - pixel_y = -6 - }, -/obj/item/plant_analyzer{ - pixel_x = 5; - pixel_y = 8 - }, -/obj/item/cultivator, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "kAO" = ( /obj/structure/table, /obj/item/kitchen/rollingpin, @@ -39589,16 +39584,6 @@ }, /turf/open/misc/sandy_dirt, /area/station/maintenance/floor1/starboard) -"kBs" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/rack_parts, -/obj/effect/spawner/random/maintenance/three, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/fore) "kBz" = ( /obj/machinery/door/airlock/highsecurity{ name = "Engine Access" @@ -39792,10 +39777,6 @@ }, /turf/open/floor/engine/n2, /area/station/engineering/atmos) -"kEP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/closed/wall, -/area/station/maintenance/floor1/starboard/aft) "kET" = ( /obj/effect/turf_decal/tile/blue/half{ dir = 1 @@ -39910,15 +39891,6 @@ /obj/machinery/recharge_station, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"kGq" = ( -/obj/effect/spawner/random/trash/garbage{ - spawn_scatter_radius = 1 - }, -/obj/structure/closet, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "kGr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt/dust, @@ -40093,6 +40065,13 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/dark, /area/station/security/checkpoint) +"kHT" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/maintenance/floor1/starboard/aft) "kHV" = ( /obj/machinery/camera/autoname/directional/east, /turf/open/floor/iron/dark/side{ @@ -40204,10 +40183,6 @@ /obj/structure/cable, /turf/open/floor/pod/dark, /area/station/maintenance/floor2/port) -"kJG" = ( -/obj/structure/closet/athletic_mixed, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/aft) "kJO" = ( /obj/structure/railing{ dir = 4 @@ -40340,14 +40315,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"kKP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/holopad, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "kKU" = ( /obj/structure/railing{ dir = 1 @@ -40474,16 +40441,6 @@ /obj/machinery/shower/directional/east, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"kMn" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/light/floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/space/nearstation) "kMQ" = ( /obj/structure/chair/sofa/bench{ dir = 4 @@ -40562,6 +40519,12 @@ "kOo" = ( /turf/open/floor/iron/smooth, /area/station/construction) +"kOp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "kOs" = ( /obj/machinery/modular_computer/console/preset/cargochat/medical{ dir = 1 @@ -40600,6 +40563,17 @@ "kOR" = ( /turf/open/floor/iron/textured_large, /area/station/medical/chemistry) +"kPb" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/start/cyborg, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "kPk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/stripes/line{ @@ -41003,14 +40977,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/iron/dark, /area/station/service/library/lounge) -"kUr" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/camera/motion/directional/east{ - c_tag = "MiniSat - Fore"; - network = list("minisat") - }, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "kUw" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ dir = 4 @@ -41381,6 +41347,12 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/service) +"lab" = ( +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/maintenance/two, +/obj/machinery/light/red/dim/directional/south, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "lad" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable, @@ -41449,12 +41421,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) -"laR" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/leather, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/fore) "laS" = ( /obj/effect/spawner/random/trash/mess, /obj/effect/turf_decal/bot, @@ -41563,16 +41529,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) -"lcs" = ( -/obj/machinery/newscaster/directional/north, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat) -"lct" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/layer3, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "lcv" = ( /turf/closed/wall/r_wall, /area/station/maintenance/floor2/port) @@ -41917,6 +41873,10 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/starboard) +"lgL" = ( +/obj/structure/cable/multilayer/connected, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "lgO" = ( /obj/structure/closet/emcloset/anchored, /obj/effect/turf_decal/trimline/blue/warning, @@ -41955,12 +41915,6 @@ /obj/machinery/modular_computer/console/preset/command, /turf/open/floor/carpet/blue, /area/station/command/bridge) -"lhl" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/item/storage/belt/utility, -/obj/structure/rack, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "lhq" = ( /obj/structure/window/reinforced/spawner/directional/west, /obj/structure/window/reinforced/spawner/directional/north, @@ -42071,27 +42025,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"liC" = ( -/obj/item/radio/intercom/directional/west{ - freerange = 1; - listening = 0; - name = "Common Channel"; - pixel_y = 4 - }, -/obj/item/radio/intercom/directional/north{ - freerange = 1; - listening = 0; - name = "Custom Channel" - }, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - listening = 0; - name = "Common Channel"; - pixel_y = 4 - }, -/obj/effect/landmark/start/ai, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) "liL" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, @@ -42215,13 +42148,6 @@ dir = 1 }, /area/station/medical/chemistry) -"lkG" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain) "lkL" = ( /obj/effect/turf_decal/tile/blue/fourcorners, /obj/machinery/light/cold/directional/east, @@ -42311,12 +42237,15 @@ }, /turf/open/floor/pod/light, /area/station/maintenance/floor3/port/aft) -"llv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured_corner{ - dir = 1 +"llw" = ( +/obj/effect/turf_decal/tile/blue/anticorner{ + dir = 8 }, -/area/station/maintenance/floor1/starboard/aft) +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/ai_monitored/turret_protected/ai) "llC" = ( /obj/structure/window/reinforced/spawner/directional/north, /obj/effect/turf_decal/siding/thinplating_new/dark{ @@ -42574,6 +42503,12 @@ /obj/machinery/duct, /turf/open/floor/iron/checker, /area/station/service/bar) +"lon" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/table_or_rack, +/obj/item/reagent_containers/pill/maintenance, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "loA" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 1; @@ -42643,6 +42578,12 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/maintenance/floor4/starboard) +"lpf" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/item/beacon, +/obj/effect/landmark/navigate_destination/teleporter, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "lph" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/pod/dark, @@ -42758,12 +42699,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) -"lqB" = ( -/obj/effect/spawner/random/structure/table_or_rack, -/obj/effect/spawner/random/maintenance/two, -/obj/machinery/light/red/dim/directional/south, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "lqE" = ( /obj/effect/turf_decal/siding/white/corner{ dir = 4 @@ -42820,6 +42755,12 @@ /obj/machinery/chem_mass_spec, /turf/open/floor/iron/white, /area/station/medical/pharmacy) +"lrn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/built/directional/east, +/obj/item/shard, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "lrA" = ( /obj/structure/cable/multilayer/multiz, /turf/open/floor/plating, @@ -42924,6 +42865,12 @@ /obj/structure/closet/secure_closet/medical3, /turf/open/floor/iron/white, /area/station/medical/storage) +"lsY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "lsZ" = ( /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark/side, @@ -43061,6 +43008,13 @@ /obj/effect/spawner/random/contraband/landmine, /turf/open/floor/engine, /area/station/maintenance/floor4/starboard/aft) +"lve" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) "lvm" = ( /obj/structure/table, /obj/item/assembly/igniter{ @@ -43290,6 +43244,16 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/service/bar) +"lyf" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/camera/autoname/directional/west, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) "lyv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -43716,10 +43680,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"lEI" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "lEJ" = ( /obj/machinery/light/directional/north, /obj/machinery/airalarm/directional/north, @@ -43802,6 +43762,14 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/service/bar) +"lFS" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) "lFW" = ( /obj/effect/turf_decal/bot, /turf/open/floor/engine, @@ -43852,6 +43820,20 @@ }, /turf/open/floor/iron/dark/textured, /area/station/commons/fitness) +"lGs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hatch{ + name = "Storage Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/iron/dark, +/area/station/maintenance/floor1/port) "lGw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -44355,14 +44337,6 @@ dir = 1 }, /area/station/hallway/floor3/fore) -"lNx" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/freezerchamber) "lNB" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -44510,15 +44484,6 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/hallway/floor1/aft) -"lOZ" = ( -/obj/effect/turf_decal/tile/blue/anticorner{ - dir = 8 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/dark/side{ - dir = 10 - }, -/area/station/ai_monitored/turret_protected/ai) "lPb" = ( /obj/structure/railing{ dir = 1 @@ -44660,6 +44625,11 @@ }, /turf/open/floor/carpet/red, /area/station/service/library/lounge) +"lQd" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "lQj" = ( /obj/structure/table, /turf/open/misc/asteroid/snow/standard_air, @@ -44794,12 +44764,6 @@ /obj/structure/flora/bush/flowers_yw/style_random, /turf/open/floor/grass, /area/station/science/genetics) -"lRy" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "lRF" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -44874,13 +44838,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/cargo/warehouse) -"lSP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "lSY" = ( /obj/structure/chair/sofa/bench/left{ dir = 4 @@ -44965,12 +44922,18 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/floor1/fore) -"lUo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/table_or_rack, -/obj/effect/spawner/random/maintenance/two, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) +"lUk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "ai_sat" + }, +/obj/machinery/door/airlock/hatch{ + name = "External Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "lUu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -44984,6 +44947,17 @@ dir = 4 }, /area/station/medical/chemistry) +"lUL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "z1-maint-crates"; + name = "Abandoned Storage" + }, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "lUY" = ( /obj/effect/turf_decal/bot, /obj/effect/spawner/random/structure/crate, @@ -45139,6 +45113,11 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) +"lXv" = ( +/obj/effect/spawner/random/trash/bucket, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/aft) "lXx" = ( /turf/closed/wall, /area/station/security/lockers) @@ -45532,6 +45511,11 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) +"mcl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "mcm" = ( /obj/structure/chair{ dir = 1 @@ -45709,6 +45693,10 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/station/hallway/floor1/aft) +"meb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/floor1/port/fore) "mee" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 8 @@ -45741,6 +45729,16 @@ /obj/machinery/telecomms/receiver/preset_left/birdstation, /turf/open/floor/circuit/telecomms, /area/station/tcommsat/server) +"mew" = ( +/obj/machinery/door/airlock{ + id_tag = "nsminingdorm2"; + name = "Room 2" + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/cargo/miningdock) "mex" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -45794,6 +45792,23 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/dark, /area/station/security/evidence) +"mfh" = ( +/obj/structure/table, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/pen, +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/aisat_interior"; + name = "Antechamber Turret Control"; + pixel_x = -32 + }, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/service) "mfk" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 8 @@ -45826,21 +45841,6 @@ /obj/item/reagent_containers/cup/rag, /turf/open/floor/iron/dark/smooth_large, /area/station/service/bar) -"mfI" = ( -/obj/structure/table/reinforced, -/obj/item/seeds/cannabis, -/obj/item/seeds/cannabis, -/obj/item/seeds/cannabis, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/spawner/random/contraband/cannabis, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "mfQ" = ( /obj/structure/reagent_dispensers/fueltank, /obj/machinery/door/window/left/directional/south{ @@ -45877,12 +45877,6 @@ }, /turf/open/floor/pod/dark, /area/station/maintenance/floor2/port) -"mgf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance/three, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "mgh" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/structure/closet/l3closet, @@ -45992,18 +45986,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/textured_large, /area/station/cargo/sorting) -"mho" = ( -/obj/structure/table, -/obj/item/paper_bin/carbon{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/stamp/hop{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) "mhq" = ( /obj/structure/table, /obj/item/paper_bin, @@ -46200,12 +46182,6 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/white, /area/station/hallway/floor2/aft) -"mkR" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/layer3, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat) "mkZ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -46773,6 +46749,18 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/port) +"mrD" = ( +/obj/machinery/door/airlock/hatch{ + name = "External Path Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/service) "mrE" = ( /obj/machinery/door/airlock/grunge{ name = "Prison Forestry" @@ -46824,6 +46812,13 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/hop) +"msa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/floor4/aft) "msf" = ( /obj/machinery/lapvend, /obj/machinery/light/directional/north, @@ -46842,6 +46837,27 @@ /obj/effect/spawner/random/structure/tank_holder, /turf/open/floor/pod/light, /area/station/maintenance/floor4/port) +"msp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/rollingpapers{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/fancy/rollingpapers{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/plant_analyzer{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/cultivator, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "msu" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/tile/green/half{ @@ -46883,6 +46899,12 @@ /obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"msX" = ( +/obj/structure/transit_tube/curved, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/hallway/floor4/aft) "mta" = ( /obj/structure/railing, /obj/machinery/door/firedoor/border_only, @@ -46998,20 +47020,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/floor2/aft) -"muC" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/paper_bin/construction{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/stamp/ce{ - pixel_x = -8 - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/command/heads_quarters/ce) "muI" = ( /obj/machinery/door/airlock/hatch{ name = "Maintenance Bulkhead" @@ -47124,17 +47132,6 @@ dir = 4 }, /area/station/service/chapel) -"mvN" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "ai_sat" - }, -/obj/machinery/door/airlock/hatch{ - name = "External Airlock" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "mvO" = ( /obj/machinery/computer/crew{ dir = 4 @@ -47418,15 +47415,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood/parquet, /area/station/command/heads_quarters/cmo) -"mAd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/red/end{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/hallway/floor4/aft) "mAr" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -47436,11 +47424,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/port/fore) -"mAD" = ( -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/fore) "mAJ" = ( /obj/structure/railing{ dir = 8 @@ -48514,6 +48497,10 @@ dir = 1 }, /area/station/hallway/secondary/entry) +"mOv" = ( +/obj/structure/girder, +/turf/open/floor/pod/light, +/area/station/maintenance/department/engine/atmos) "mOH" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -48616,6 +48603,18 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/pumproom) +"mPG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = 3; + pixel_y = -23 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "mPJ" = ( /obj/machinery/gibber, /turf/open/floor/iron/kitchen_coldroom/freezerfloor, @@ -49167,13 +49166,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/floor2/starboard) -"mWJ" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/spider/stickyweb, -/obj/machinery/light/broken/directional/west, -/obj/effect/spawner/random/engineering/toolbox, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard) "mWU" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, @@ -49323,19 +49315,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/hallway/floor2/fore) -"mZb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/obj/structure/table/wood/fancy/blue, -/obj/item/toy/figure/captain{ - pixel_x = -1; - pixel_y = 3 - }, -/obj/item/lighter{ - pixel_x = 8 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "mZh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50003,6 +49982,10 @@ /obj/structure/barricade/wooden/crude, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard) +"nhq" = ( +/obj/structure/chair/sofa/corp/left, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "nhs" = ( /obj/structure/table/wood, /obj/item/instrument/accordion, @@ -50486,6 +50469,14 @@ "nlN" = ( /turf/closed/wall, /area/station/maintenance/floor2/port/aft) +"nlP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/holopad, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "nlZ" = ( /obj/effect/turf_decal/stripes{ dir = 8 @@ -50870,12 +50861,6 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/pod/light, /area/station/maintenance/floor3/starboard/fore) -"nqu" = ( -/obj/structure/closet, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/neck/fake_heretic_amulet, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "nqE" = ( /obj/machinery/door/airlock/atmos{ name = "Crystallizer" @@ -50922,6 +50907,13 @@ /obj/item/modular_computer/laptop/preset/civilian, /turf/open/floor/iron/smooth, /area/station/cargo/office) +"nrc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Ration Storage" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "nrh" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -51079,6 +51071,15 @@ }, /turf/open/floor/iron/white, /area/station/medical/pharmacy) +"nsJ" = ( +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/structure/disposalpipe/segment, +/obj/item/stamp/head/hos, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hos) "nsL" = ( /obj/effect/turf_decal/trimline/purple/corner, /obj/effect/turf_decal/trimline/purple/filled/corner{ @@ -51092,6 +51093,14 @@ /obj/structure/table, /turf/open/floor/eighties, /area/station/commons/dorms/room2) +"nsN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/start/cyborg, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "nsO" = ( /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /obj/structure/cable, @@ -51134,11 +51143,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/port/fore) -"ntD" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) "ntK" = ( /obj/machinery/telecomms/server/presets/common/birdstation, /turf/open/floor/circuit/telecomms, @@ -51179,14 +51183,6 @@ /obj/item/food/grown/mushroom/reishi, /turf/open/floor/iron/kitchen, /area/station/service/kitchen/abandoned) -"nuj" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) "nun" = ( /obj/structure/railing, /obj/structure/railing{ @@ -51374,11 +51370,6 @@ dir = 4 }, /area/station/hallway/floor1/fore) -"nwx" = ( -/obj/item/wallframe/button, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "nwD" = ( /obj/structure/cable, /turf/open/floor/pod/light, @@ -51698,6 +51689,14 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/white, /area/station/medical/psychology) +"nAY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/freezerchamber) "nBb" = ( /obj/machinery/camera/autoname/directional/west, /turf/open/floor/iron/textured_large, @@ -51964,11 +51963,13 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/east, /turf/open/floor/wood/tile, /area/station/command/heads_quarters/captain/private) -"nEb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/floor1/port) +"nEg" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain) "nEj" = ( /obj/structure/curtain/cloth, /turf/open/floor/eighties, @@ -52116,11 +52117,6 @@ /obj/machinery/light/blacklight/directional/east, /turf/open/floor/carpet/neon/simple/pink/nodots, /area/station/maintenance/floor2/port/fore) -"nGx" = ( -/obj/structure/grille/broken, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "nGG" = ( /obj/structure/window/reinforced/spawner/directional/north, /obj/structure/beebox, @@ -52439,23 +52435,10 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/floor1/fore) -"nJY" = ( -/obj/effect/spawner/random/structure/table_or_rack, -/obj/effect/spawner/random/engineering/tool, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/fore) "nKa" = ( /mob/living/basic/cow, /turf/open/floor/grass, /area/station/service/hydroponics) -"nKh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/start/cyborg, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "nKn" = ( /obj/structure/sign/directions/dorms/directional/east, /obj/structure/sign/directions/evac/directional/east{ @@ -52600,6 +52583,10 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron/dark/textured_large, /area/station/hallway/secondary/exit/escape_pod) +"nMD" = ( +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/pod/dark, +/area/station/maintenance/floor1/starboard/aft) "nMI" = ( /obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, /obj/structure/cable, @@ -52609,13 +52596,6 @@ }, /turf/open/floor/iron/smooth_half, /area/station/tcommsat/computer) -"nMK" = ( -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 6 - }, -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/fore) "nMO" = ( /obj/machinery/light/cold/directional/south, /obj/structure/sign/poster/official/random/directional/south, @@ -52661,16 +52641,6 @@ }, /turf/open/floor/iron, /area/station/hallway/floor3/aft) -"nNy" = ( -/obj/structure/table_frame, -/obj/effect/spawner/random/maintenance/two, -/turf/open/floor/plating, -/area/station/maintenance/floor1/port/aft) -"nNE" = ( -/obj/structure/rack, -/obj/effect/spawner/random/medical/surgery_tool, -/turf/open/floor/iron/dark, -/area/station/maintenance/floor1/port) "nNJ" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -52703,6 +52673,17 @@ /obj/item/storage/bag/tray/cafeteria, /turf/open/floor/iron, /area/station/security/prison) +"nOe" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "nOj" = ( /obj/vehicle/sealed/mecha/working/ripley/cargo, /obj/effect/turf_decal/siding/thinplating_new{ @@ -52822,6 +52803,16 @@ "nPE" = ( /turf/closed/wall/r_wall, /area/station/maintenance/floor4/starboard) +"nPF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/silver/glass{ + name = "Kitchen" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/kitchen/abandoned) "nPG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -53068,6 +53059,19 @@ }, /turf/open/floor/wood/large, /area/station/medical/virology/isolation) +"nSl" = ( +/obj/machinery/camera/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain) +"nSm" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "nSn" = ( /obj/machinery/blackbox_recorder, /turf/open/floor/circuit/green/telecomms, @@ -53362,6 +53366,20 @@ /obj/item/stack/arcadeticket, /turf/open/floor/eighties, /area/station/commons/fitness/recreation/entertainment) +"nWq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/maintenance/floor1/starboard/aft) +"nWr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "nWu" = ( /obj/structure/toilet{ dir = 4 @@ -53662,6 +53680,27 @@ /obj/structure/window/reinforced/tinted/fulltile, /turf/open/floor/plating, /area/station/service/library) +"nZv" = ( +/obj/item/radio/intercom/directional/west{ + freerange = 1; + listening = 0; + name = "Common Channel"; + pixel_y = 4 + }, +/obj/item/radio/intercom/directional/north{ + freerange = 1; + listening = 0; + name = "Custom Channel" + }, +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Common Channel"; + pixel_y = 4 + }, +/obj/effect/landmark/start/ai, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) "nZG" = ( /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, @@ -53709,22 +53748,6 @@ "oaE" = ( /turf/open/floor/engine/n2, /area/station/engineering/atmos) -"oaG" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Chamber" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "AI Chamber entrance shutters"; - name = "AI Chamber Entrance Shutters" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "oaS" = ( /obj/item/toy/crayon/spraycan, /obj/structure/table, @@ -54438,18 +54461,6 @@ }, /turf/open/floor/iron/white/small, /area/station/medical/chemistry) -"old" = ( -/obj/machinery/camera/motion/directional/east{ - c_tag = "MiniSat Foyer"; - network = list("minisat") - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/north, -/obj/machinery/computer/teleporter{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "olg" = ( /obj/machinery/light/directional/west, /turf/open/floor/wood/parquet, @@ -54463,12 +54474,6 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/port/fore) -"olu" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/grille/broken, -/obj/effect/spawner/random/engineering/material_cheap, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "olA" = ( /obj/effect/turf_decal/trimline/green/warning{ dir = 9 @@ -54765,12 +54770,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/maintenance/floor2/port/aft) -"opg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "opo" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 @@ -55171,6 +55170,16 @@ "ovK" = ( /turf/open/floor/carpet/neon/simple/white, /area/station/commons/dorms/room3) +"ovL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32; + spawn_loot_chance = 50 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/floor1/port) "ovU" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 8 @@ -55496,6 +55505,17 @@ /obj/effect/spawner/random/structure/closet_maintenance, /turf/open/floor/pod/dark, /area/station/maintenance/floor3/port/aft) +"oAd" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/frame/machine, +/obj/item/seeds/cannabis, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "oAe" = ( /turf/closed/wall/r_wall, /area/station/security/detectives_office) @@ -55653,6 +55673,11 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/floor2/fore) +"oCj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/chair_flipped, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/fore) "oCl" = ( /obj/machinery/newscaster/directional/north{ name = "PropagandaNet Uplink" @@ -55732,12 +55757,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/service) -"oDL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/random/maintenance/three, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "oDQ" = ( /obj/machinery/airalarm/directional/south, /obj/structure/disposalpipe/segment{ @@ -55897,6 +55916,14 @@ dir = 1 }, /area/station/hallway/floor3/aft) +"oFV" = ( +/obj/structure/transit_tube/station/dispenser{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "oGc" = ( /obj/effect/turf_decal/trimline/red/warning{ dir = 4 @@ -55951,11 +55978,6 @@ dir = 8 }, /area/station/command/teleporter) -"oGK" = ( -/obj/machinery/space_heater, -/obj/machinery/light/red/dim/directional/south, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "oGL" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/firedoor/heavy, @@ -56359,21 +56381,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) -"oMZ" = ( -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/line, -/obj/machinery/light/dim/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "oNd" = ( /obj/effect/mapping_helpers/airlock/access/any/service/kitchen, /obj/machinery/door/airlock/silver/glass{ @@ -56486,6 +56493,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/grass, /area/station/science/genetics) +"oOF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/structure/table/wood/fancy/blue, +/obj/item/toy/figure/captain{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/lighter{ + pixel_x = 8 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "oOW" = ( /obj/structure/rack, /obj/item/gun/energy/e_gun/dragnet, @@ -56532,6 +56552,13 @@ /obj/structure/closet/firecloset, /turf/open/floor/iron/dark, /area/station/hallway/floor2/fore) +"oPE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "oPH" = ( /obj/structure/table, /obj/item/folder/yellow, @@ -56593,15 +56620,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/catwalk_floor/iron, /area/station/cargo/miningdock) -"oQk" = ( -/obj/effect/turf_decal/tile/blue/anticorner{ - dir = 4 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 5 - }, -/area/station/ai_monitored/turret_protected/ai) "oQn" = ( /obj/effect/turf_decal/tile/red/half{ dir = 8 @@ -56627,15 +56645,6 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/wood/tile, /area/station/commons/fitness/recreation) -"oQE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/wood/fancy/blue, -/obj/item/storage/fancy/cigarettes/cigars/havana, -/obj/item/storage/fancy/cigarettes/cigars/cohiba{ - pixel_y = 3 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "oQF" = ( /obj/structure/bed/double{ dir = 4 @@ -56886,6 +56895,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/service/hydroponics/garden/abandoned) +"oTj" = ( +/obj/effect/turf_decal/tile/blue/anticorner{ + dir = 4 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/ai_monitored/turret_protected/ai) "oTo" = ( /obj/effect/turf_decal/tile/green/anticorner{ dir = 8 @@ -56963,6 +56981,11 @@ }, /turf/open/floor/iron/dark, /area/station/commons/dorms/room3) +"oUe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/layer3, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "oUl" = ( /obj/machinery/door/airlock/public{ name = "Chapel Morgue" @@ -57034,6 +57057,15 @@ }, /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) +"oVm" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/wrench{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "oVB" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/iron/textured_large, @@ -57289,6 +57321,11 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"oZC" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "oZE" = ( /obj/machinery/door/airlock/hatch{ name = "Maintenance Hatch" @@ -57325,20 +57362,6 @@ /obj/machinery/atmospherics/components/tank/air, /turf/open/floor/plating, /area/station/maintenance/floor2/starboard/aft) -"pan" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/hatch{ - name = "Storage Room" - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/iron/dark, -/area/station/maintenance/floor1/port) "paA" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, @@ -57349,17 +57372,6 @@ /obj/machinery/light/red/dim/directional/west, /turf/open/floor/pod/light, /area/station/maintenance/floor2/port/aft) -"paQ" = ( -/obj/machinery/button/door/directional/south{ - id = "nsminingdorm1"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) "pbd" = ( /obj/machinery/light/cold/directional/south, /turf/open/floor/iron/dark, @@ -57440,6 +57452,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/floor4/starboard) +"pcv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain/private) "pcB" = ( /obj/structure/closet/secure_closet/medical2, /obj/effect/turf_decal/tile/blue/fourcorners, @@ -57471,6 +57491,13 @@ "pcR" = ( /turf/open/floor/iron/dark/smooth_large, /area/station/hallway/floor1/aft) +"pcY" = ( +/obj/effect/spawner/random/trash/garbage{ + spawn_scatter_radius = 1 + }, +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "pdh" = ( /turf/closed/wall/r_wall, /area/station/science/server) @@ -57587,13 +57614,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/commons/locker) -"pfN" = ( -/obj/effect/spawner/random/trash/garbage{ - spawn_scatter_radius = 1 - }, -/obj/effect/spawner/random/structure/crate_abandoned, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "pfX" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted, /obj/machinery/firealarm/directional/north, @@ -57602,6 +57622,13 @@ dir = 1 }, /area/station/science/robotics/mechbay) +"pfZ" = ( +/obj/machinery/door/poddoor/shutters{ + name = "Ancient Workshop"; + id = "survshop" + }, +/turf/open/floor/pod/light, +/area/station/maintenance/floor4/starboard/aft) "pgi" = ( /obj/structure/flora/bush/sparsegrass/style_random, /obj/structure/flora/bush/lavendergrass/style_random, @@ -57664,19 +57691,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/carpet/red, /area/station/service/theater) -"pgZ" = ( -/obj/machinery/camera/directional/north{ - c_tag = "AI Chamber - Starboard"; - network = list("aicore") - }, -/obj/machinery/button/door/directional/north{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber Lockdown"; - pixel_x = 6; - req_access = list("ai_upload") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "phd" = ( /turf/open/misc/sandy_dirt, /area/station/maintenance/floor3/starboard) @@ -57693,6 +57707,14 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/engine/o2, /area/station/engineering/atmos) +"phv" = ( +/obj/machinery/camera/motion/directional/east{ + c_tag = "MiniSat - Fore"; + network = list("minisat") + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "phE" = ( /obj/machinery/light/directional/north, /obj/structure/disposalpipe/segment{ @@ -58231,6 +58253,10 @@ /obj/structure/table, /turf/open/floor/wood/large, /area/station/security/prison/safe) +"ppl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "ppo" = ( /obj/structure/railing{ dir = 8 @@ -58425,6 +58451,12 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor4/starboard/fore) +"prH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "prQ" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -58576,13 +58608,6 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron/dark, /area/station/security/lockers) -"puc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen) "pui" = ( /turf/open/floor/iron, /area/station/engineering/atmos/project) @@ -58965,10 +58990,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"pzj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "pzu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/door/morgue{ @@ -58990,17 +59011,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/floor2/port) -"pzy" = ( -/obj/machinery/light_switch/directional/east, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain) "pzE" = ( /obj/effect/turf_decal/stripes/white/line, /turf/open/floor/plating, @@ -59095,16 +59105,6 @@ dir = 4 }, /area/station/service/bar/atrium) -"pBb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "pBh" = ( /obj/machinery/component_printer, /obj/effect/turf_decal/tile/purple/opposingcorners, @@ -59118,11 +59118,6 @@ }, /turf/open/floor/grass, /area/station/science/xenobiology) -"pBy" = ( -/obj/machinery/light/broken/directional/south, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "pBJ" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=1-7"; @@ -59503,10 +59498,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark/side, /area/station/hallway/floor2/aft) -"pGT" = ( -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/floor1/port) "pGW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -59536,6 +59527,13 @@ /obj/effect/turf_decal/tile/green/opposingcorners, /turf/open/floor/iron/white, /area/station/medical/virology) +"pHw" = ( +/obj/structure/transit_tube/station/dispenser{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/floor4/aft) "pHI" = ( /obj/effect/landmark/blobstart, /obj/structure/railing, @@ -59578,6 +59576,17 @@ /obj/machinery/duct, /turf/open/floor/iron/kitchen, /area/station/service/kitchen) +"pHV" = ( +/obj/structure/transit_tube/horizontal{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/floor4/aft) +"pId" = ( +/obj/effect/decal/cleanable/robot_debris/up, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "pIf" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -59590,10 +59599,6 @@ name = "bathroom tiles" }, /area/station/security/lockers) -"pIq" = ( -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "pIu" = ( /obj/effect/turf_decal/trimline/green/warning{ dir = 1 @@ -59787,6 +59792,12 @@ }, /turf/open/floor/iron/kitchen, /area/station/service/kitchen) +"pKW" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/showcase/machinery/tv/broken, +/turf/open/floor/carpet/purple, +/area/station/maintenance/floor1/port/aft) "pLe" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/pod/light, @@ -59875,6 +59886,14 @@ dir = 1 }, /area/station/security/prison) +"pMB" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/reagent_containers/cup/glass/drinkingglass/filled/soda{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/floor/pod/light, +/area/station/maintenance/department/engine/atmos) "pME" = ( /obj/structure/railing/corner{ dir = 4 @@ -59933,6 +59952,14 @@ /obj/effect/turf_decal/trimline/green/end, /turf/open/floor/pod/light, /area/station/maintenance/floor2/port/fore) +"pNh" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "pNj" = ( /turf/open/floor/carpet/red, /area/station/service/library) @@ -60161,11 +60188,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/light, /area/station/maintenance/floor4/port/fore) -"pPZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/tank_holder, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard) "pQk" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -60324,20 +60346,6 @@ }, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"pSI" = ( -/obj/machinery/button/ignition/incinerator/ordmix{ - pixel_x = 8; - pixel_y = 32 - }, -/obj/machinery/button/door/incinerator_vent_ordmix{ - pixel_x = -8; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/burnchamber) "pSL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -60351,6 +60359,17 @@ /obj/machinery/griddle, /turf/open/floor/iron/kitchen, /area/station/service/kitchen) +"pTs" = ( +/obj/machinery/button/door/directional/south{ + id = "nsminingdorm1"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) "pTv" = ( /obj/structure/window/reinforced/spawner/directional/south, /obj/effect/turf_decal/siding/white, @@ -60457,6 +60476,12 @@ /obj/structure/cable, /turf/open/floor/wood/parquet, /area/station/commons/dorms/room2) +"pUQ" = ( +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "pUT" = ( /obj/structure/table, /obj/item/paper_bin, @@ -60537,6 +60562,21 @@ }, /turf/open/floor/carpet/royalblack, /area/station/service/kitchen/diner) +"pWw" = ( +/obj/structure/table/reinforced, +/obj/item/seeds/cannabis, +/obj/item/seeds/cannabis, +/obj/item/seeds/cannabis, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/spawner/random/contraband/cannabis, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "pWF" = ( /obj/structure/table, /obj/item/stack/package_wrap, @@ -60551,6 +60591,10 @@ /obj/effect/turf_decal/trimline/purple/line, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) +"pWM" = ( +/obj/item/storage/toolbox/mechanical/old, +/turf/open/floor/plating/foam, +/area/station/maintenance/floor1/port/aft) "pWQ" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -60621,17 +60665,6 @@ /obj/effect/landmark/start/cook, /turf/open/floor/wood/large, /area/station/service/kitchen/kitchen_backroom) -"pYe" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/wirecutters, -/obj/item/wrench, -/obj/item/cultivator, -/obj/item/shovel/spade, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "pYf" = ( /obj/structure/chair/sofa/bench/left{ dir = 8 @@ -60661,10 +60694,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/carpet/blue, /area/station/command/heads_quarters/hop) -"pYq" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "pYw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -60703,6 +60732,12 @@ /obj/machinery/vending/cigarette, /turf/open/floor/iron/checker, /area/station/service/bar/atrium) +"pYG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/maintenance/floor1/starboard/aft) "pYK" = ( /obj/effect/decal/cleanable/blood/old, /turf/open/floor/iron, @@ -60857,6 +60892,18 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/service/hydroponics/garden) +"qap" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/five, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "qas" = ( /obj/machinery/light/directional/south, /obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4, @@ -61107,6 +61154,19 @@ }, /turf/open/floor/iron, /area/station/hallway/floor1/aft) +"qdE" = ( +/mob/living/simple_animal/bot/secbot/pingsky, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"qdH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/dark, +/area/station/maintenance/floor1/port) "qdO" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt/dust, @@ -61235,10 +61295,6 @@ }, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) -"qfk" = ( -/obj/effect/spawner/random/structure/crate_abandoned, -/turf/open/floor/pod/dark, -/area/station/maintenance/floor1/starboard/aft) "qfn" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, @@ -61601,15 +61657,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor4/port/fore) -"qlj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood/end{ - dir = 8 - }, -/turf/open/floor/carpet/red, -/area/station/service/library/artgallery) "qln" = ( /obj/structure/railing/corner{ dir = 8 @@ -61823,13 +61870,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"qoc" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/photocopier, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain) "qos" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -61882,6 +61922,15 @@ /obj/machinery/keycard_auth/directional/north, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) +"qoQ" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/space/nearstation) "qoV" = ( /obj/machinery/atmospherics/components/binary/pump/layer2{ dir = 4 @@ -62411,17 +62460,6 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"qvS" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/machinery/camera/autoname/directional/west, -/obj/machinery/power/terminal, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) "qvW" = ( /obj/structure/table, /turf/open/floor/iron/kitchen, @@ -62442,10 +62480,6 @@ }, /turf/open/floor/carpet/royalblack, /area/station/service/theater) -"qwj" = ( -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "qwu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -62546,6 +62580,12 @@ initial_gas_mix = "TEMP=2.7" }, /area/station/science/ordnance/bomb) +"qxj" = ( +/obj/machinery/light/red/dim/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "qxr" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -63234,6 +63274,17 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"qEg" = ( +/obj/effect/turf_decal/tile/blue/half{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/ai_monitored/turret_protected/ai) "qEh" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -63384,6 +63435,17 @@ /obj/effect/mapping_helpers/airlock/access/any/medical/general, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/port/fore) +"qFR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/south{ + id = "z1-maint-crates"; + name = "shutters control" + }, +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "qFW" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 @@ -63758,11 +63820,6 @@ }, /turf/open/floor/engine/hull, /area/space/nearstation) -"qLV" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat) "qLW" = ( /obj/structure/displaycase/captain, /obj/machinery/camera/autoname/directional/east, @@ -63889,11 +63946,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/maintenance/floor2/starboard/fore) -"qOp" = ( -/obj/effect/spawner/random/structure/grille, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "qOq" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 @@ -64477,6 +64529,11 @@ /obj/effect/mapping_helpers/airlock/access/any/science/robotics, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) +"qVs" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/floor4/aft) "qVv" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -64494,13 +64551,6 @@ /obj/machinery/mecha_part_fabricator, /turf/open/floor/iron/dark, /area/station/science/auxlab) -"qVX" = ( -/obj/effect/turf_decal/tile/blue/half, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/iron/dark/side, -/area/station/ai_monitored/turret_protected/ai) "qWa" = ( /obj/structure/table, /obj/item/folder/red{ @@ -64939,6 +64989,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/bamboo/tatami/black, /area/station/commons/storage/art) +"rbE" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/rasta, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "rbK" = ( /obj/structure/chair/wood{ dir = 4 @@ -65013,12 +65074,15 @@ }, /area/station/hallway/secondary/exit/escape_pod) "rcy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured_corner{ - dir = 8 - }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"rcH" = ( +/obj/item/storage/belt/utility, +/obj/structure/rack, +/turf/open/floor/pod/dark, /area/station/maintenance/floor1/starboard/aft) "rcO" = ( /turf/open/floor/plating/airless, @@ -65056,10 +65120,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"rdy" = ( -/obj/effect/spawner/random/engineering/flashlight, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/fore) "rdC" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -65103,6 +65163,13 @@ /obj/structure/sign/poster/official/random/directional/south, /turf/open/floor/wood, /area/station/service/bar/atrium) +"rdN" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/spider/stickyweb, +/obj/machinery/light/broken/directional/west, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard) "rdV" = ( /obj/machinery/light/directional/west, /turf/open/floor/iron/dark/smooth_large, @@ -65557,6 +65624,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard/fore) +"riQ" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/item/storage/belt/utility, +/obj/structure/rack, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "riT" = ( /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plating, @@ -65661,15 +65734,6 @@ dir = 1 }, /area/station/hallway/floor1/fore) -"rlq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood/end{ - dir = 4 - }, -/turf/open/floor/carpet/red, -/area/station/service/library/artgallery) "rlC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -65893,13 +65957,6 @@ "rpR" = ( /turf/open/floor/iron/dark/textured_edge, /area/station/maintenance/floor1/starboard/aft) -"rpU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "rpV" = ( /obj/structure/sign/warning/radiation/rad_area{ pixel_y = 32 @@ -65951,12 +66008,6 @@ /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/iron/white, /area/station/security/prison/safe) -"rqi" = ( -/obj/machinery/light/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/tlv_cold_room, -/turf/open/floor/iron/kitchen_coldroom/freezerfloor, -/area/station/service/kitchen/coldroom) "rqj" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green, @@ -66197,6 +66248,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard/fore) +"rtF" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/pod/light, +/area/station/maintenance/department/engine/atmos) "rtG" = ( /obj/item/radio/intercom/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -66292,6 +66347,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/floor2/starboard/aft) +"rvm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red/dim/directional/south, +/obj/structure/closet/crate/trashcart/filled, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "rvE" = ( /obj/machinery/telecomms/relay/preset/station, /obj/effect/decal/cleanable/dirt/dust, @@ -66371,6 +66432,18 @@ dir = 1 }, /area/station/cargo/drone_bay) +"rwF" = ( +/obj/machinery/camera/motion/directional/east{ + c_tag = "MiniSat Foyer"; + network = list("minisat") + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north, +/obj/machinery/computer/teleporter{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "rwG" = ( /obj/effect/turf_decal/trimline/purple/line, /obj/machinery/airalarm/directional/north, @@ -66520,6 +66593,11 @@ /obj/machinery/flasher/directional/west, /turf/open/floor/iron/dark, /area/station/hallway/floor4/fore) +"ryK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "ryQ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/hydroponics/constructable, @@ -66581,11 +66659,6 @@ "rzK" = ( /turf/open/floor/iron/dark/side, /area/station/hallway/secondary/exit) -"rzT" = ( -/obj/effect/spawner/random/structure/table, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/aft) "rzW" = ( /obj/effect/turf_decal/siding/white{ dir = 6 @@ -66711,10 +66784,19 @@ /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) "rBW" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/toy/cattoy, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/fore) +/obj/structure/table/reinforced, +/obj/item/reagent_containers/cup/mortar, +/obj/item/pestle, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "rBY" = ( /obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron/dark/side, @@ -66852,13 +66934,6 @@ dir = 4 }, /area/station/security/office) -"rDz" = ( -/obj/structure/transit_tube/horizontal{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/hallway/floor4/aft) "rDC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/landmark/start/depsec/engineering, @@ -66943,15 +67018,6 @@ dir = 1 }, /area/station/hallway/floor1/fore) -"rEs" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/space/nearstation) "rES" = ( /obj/effect/turf_decal/trimline/blue/warning{ dir = 1 @@ -66975,12 +67041,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/project) -"rFW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "rGb" = ( /obj/machinery/camera/directional/south{ c_tag = "Security- Central" @@ -67407,23 +67467,6 @@ /obj/item/stack/sheet/iron/five, /turf/open/floor/pod/dark, /area/station/maintenance/floor1/starboard/aft) -"rLJ" = ( -/obj/structure/table, -/obj/item/folder/blue{ - pixel_y = 2 - }, -/obj/item/pen, -/obj/machinery/turretid{ - control_area = "/area/station/ai_monitored/turret_protected/aisat_interior"; - name = "Antechamber Turret Control"; - pixel_x = -32 - }, -/obj/item/radio/off{ - pixel_x = -6; - pixel_y = 7 - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat/service) "rLM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -67686,17 +67729,6 @@ /obj/item/shard, /turf/open/floor/engine, /area/station/maintenance/floor1/port/aft) -"rQe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door/directional/south{ - id = "z1-maint-crates"; - name = "shutters control" - }, -/obj/effect/turf_decal/caution{ - dir = 4 - }, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "rQf" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, @@ -67773,23 +67805,12 @@ /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"rRn" = ( -/obj/machinery/teleport/station, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "rRp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"rRq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/hallway/floor4/aft) "rRB" = ( /obj/effect/turf_decal/stripes, /obj/machinery/portable_atmospherics/canister/air, @@ -67933,12 +67954,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/brig) -"rTg" = ( -/obj/machinery/light/directional/north, -/obj/structure/rack, -/obj/effect/spawner/random/engineering/tool, -/turf/open/floor/iron/smooth, -/area/station/hallway/floor1/fore) "rTk" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -68014,13 +68029,6 @@ /obj/effect/turf_decal/tile/blue/opposingcorners, /turf/open/floor/iron/dark, /area/station/hallway/floor4/fore) -"rUd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "rUh" = ( /obj/effect/turf_decal/stripes{ dir = 10 @@ -68122,14 +68130,6 @@ /obj/machinery/duct, /turf/open/floor/iron/dark/side, /area/station/security/office) -"rWe" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "rWm" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, @@ -68159,12 +68159,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/brig) -"rWL" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/captain, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "rWT" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/rd) @@ -68176,14 +68170,6 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/white, /area/station/medical/exam_room) -"rXo" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start/captain, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "rXp" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sign/poster/random/directional/north, @@ -68205,6 +68191,11 @@ /obj/machinery/duct, /turf/open/floor/iron/kitchen, /area/station/service/kitchen) +"rXt" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat) "rXJ" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/west, @@ -68228,16 +68219,6 @@ dir = 4 }, /area/station/hallway/floor3/aft) -"rXZ" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/machinery/camera/autoname/directional/west, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) "rYa" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -68358,6 +68339,19 @@ /obj/structure/cable, /turf/open/floor/iron/kitchen, /area/station/service/kitchen) +"sar" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/bot/right, +/obj/effect/turf_decal/tile/neutral/full, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) "sat" = ( /obj/structure/railing/corner{ dir = 1 @@ -68403,30 +68397,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) -"sbc" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/ordnance{ - pixel_x = 4; - pixel_y = 1 - }, -/obj/item/computer_disk, -/obj/item/computer_disk{ - pixel_y = 4 - }, -/obj/item/computer_disk{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/computer_disk/ordnance{ - pixel_x = -4; - pixel_y = -1 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/full, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "sbm" = ( /obj/effect/spawner/structure/window/hollow/end{ dir = 8 @@ -68470,6 +68440,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/starboard/fore) +"sbM" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "sbU" = ( /obj/structure/bed{ dir = 4 @@ -68643,6 +68624,13 @@ }, /turf/open/floor/iron/dark/textured_large, /area/station/hallway/secondary/exit/escape_pod) +"seg" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat) "sei" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -68707,6 +68695,20 @@ /obj/structure/cable/multilayer/multiz, /turf/open/floor/plating, /area/station/maintenance/floor4/port/aft) +"sfO" = ( +/obj/machinery/button/ignition/incinerator/ordmix{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/machinery/button/door/incinerator_vent_ordmix{ + pixel_x = -8; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/burnchamber) "sfR" = ( /obj/machinery/photocopier, /obj/effect/decal/cleanable/dirt/dust, @@ -68720,12 +68722,11 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark, /area/station/hallway/floor3/fore) -"sgH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/table_or_rack, -/obj/effect/spawner/random/entertainment/drugs, +"sgv" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) +/area/station/maintenance/floor1/port/fore) "sgJ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -69247,10 +69248,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/pod/dark, /area/station/maintenance/floor4/starboard) -"spM" = ( -/obj/structure/chair/sofa/corp/left, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "spT" = ( /obj/structure/mirror/directional/east, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -69299,10 +69296,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"srf" = ( -/obj/effect/decal/cleanable/robot_debris/up, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "srq" = ( /obj/effect/turf_decal/trimline/blue/corner{ dir = 8 @@ -69885,6 +69878,11 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/starboard/aft) +"syY" = ( +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/fore) "szd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -70070,6 +70068,11 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/white, /area/station/science/lobby) +"sBu" = ( +/obj/structure/rack, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/pod/dark, +/area/station/maintenance/floor1/starboard/aft) "sBx" = ( /obj/structure/bonfire, /obj/structure/cable, @@ -70165,12 +70168,6 @@ /obj/item/kirbyplants/photosynthetic, /turf/open/floor/pod/dark, /area/station/maintenance/floor4/starboard) -"sDl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/hallway/floor4/aft) "sDo" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line{ @@ -70331,20 +70328,10 @@ }, /turf/open/floor/iron, /area/station/hallway/floor2/aft) -"sFS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) "sGb" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall/r_wall, /area/station/command/bridge) -"sGl" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "sGu" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -70845,6 +70832,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/hallway/floor3/fore) +"sMe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "sMm" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 4 @@ -71067,13 +71060,6 @@ }, /turf/open/floor/wood/tile, /area/station/service/library/lounge) -"sPz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain) "sPJ" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -71213,6 +71199,12 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/dark, /area/station/hallway/floor2/fore) +"sSc" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "sSl" = ( /obj/effect/turf_decal/siding/yellow{ dir = 4 @@ -71408,6 +71400,20 @@ dir = 10 }, /area/station/security/prison) +"sUX" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigpack_midori{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/lighter{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/effect/spawner/random/entertainment/drugs, +/turf/open/floor/carpet/purple, +/area/station/maintenance/floor1/port/aft) "sUZ" = ( /obj/structure/railing{ dir = 1 @@ -71480,6 +71486,11 @@ }, /turf/open/floor/plating, /area/station/medical/virology) +"sVE" = ( +/obj/item/bot_assembly/medbot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "sVQ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 @@ -71588,17 +71599,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/service/chapel) -"sWQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "z1-maint-crates"; - name = "Abandoned Storage" - }, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "sWZ" = ( /obj/effect/turf_decal/trimline/yellow/line{ dir = 1 @@ -71628,6 +71628,10 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/dark, /area/station/command/bridge) +"sXo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/dark, +/area/station/maintenance/floor1/port/aft) "sXp" = ( /obj/structure/rack, /obj/item/radio/off{ @@ -71789,20 +71793,6 @@ /obj/machinery/disposal/bin, /turf/open/floor/iron/dark/textured, /area/station/commons/fitness) -"sYP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/trash/graffiti{ - pixel_x = -32 - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/floor1/port) -"sYU" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/fore) "sYX" = ( /obj/structure/toilet{ dir = 4 @@ -71919,11 +71909,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/maintenance/floor2/port) -"tag" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/chair_flipped, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/fore) "tal" = ( /obj/structure/railing, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -72524,6 +72509,12 @@ /obj/machinery/camera/autoname/directional/south, /turf/open/floor/iron/dark/side, /area/station/hallway/floor2/aft) +"tjY" = ( +/obj/structure/closet/wardrobe/grey, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/maintenance/four, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard) "tkb" = ( /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /obj/structure/cable, @@ -72697,14 +72688,6 @@ /obj/effect/landmark/start/lawyer, /turf/open/floor/carpet, /area/station/service/lawoffice) -"tmk" = ( -/obj/effect/turf_decal/trimline/blue, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "tml" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -72771,6 +72754,10 @@ }, /turf/open/floor/plating, /area/station/maintenance/floor1/port/fore) +"tnh" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "tns" = ( /obj/structure/disposalpipe/trunk/multiz{ dir = 4 @@ -72932,6 +72919,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison/garden) +"tpu" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable/layer3, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat) "tpy" = ( /obj/machinery/holopad, /obj/effect/turf_decal/tile/red{ @@ -73063,6 +73056,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/floor1/starboard) +"trd" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "trn" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/cable, @@ -73364,6 +73362,10 @@ /obj/machinery/holopad, /turf/open/floor/iron/textured_large, /area/station/engineering/atmos/office) +"tvL" = ( +/obj/effect/spawner/random/trash/grille_or_waste, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/aft) "tvU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -73462,6 +73464,10 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/dark, /area/station/maintenance/floor3/port) +"twY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "twZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -73554,12 +73560,6 @@ /obj/machinery/biogenerator, /turf/open/floor/iron, /area/station/service/hydroponics/garden/abandoned) -"tyt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen) "tyu" = ( /obj/structure/table/wood/fancy/red, /obj/item/flashlight/flare/candle, @@ -73683,6 +73683,26 @@ dir = 1 }, /area/station/hallway/floor4/aft) +"tAc" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/folder/white, +/obj/item/taperecorder{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/item/stamp/head/rd{ + pixel_x = 5 + }, +/obj/item/toy/figure/rd{ + pixel_x = 2; + pixel_y = 13 + }, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) "tAk" = ( /obj/machinery/light/red/dim/directional/west, /obj/effect/turf_decal/tile/yellow/half/contrasted{ @@ -73784,14 +73804,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/kitchen, /area/station/service/kitchen) -"tBM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) "tCj" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -73830,10 +73842,10 @@ /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, /area/station/medical/abandoned) -"tDa" = ( -/obj/structure/girder, -/turf/open/floor/pod/light, -/area/station/maintenance/department/engine/atmos) +"tDe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/floor1/starboard/aft) "tDf" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -73850,12 +73862,6 @@ /obj/item/wrench, /turf/open/floor/iron/kitchen, /area/station/service/kitchen) -"tDw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/iron/dark, -/area/station/maintenance/floor1/port) "tDB" = ( /obj/structure/table/reinforced, /obj/structure/sign/poster/official/random/directional/south, @@ -73915,6 +73921,14 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/dark, /area/station/hallway/floor2/fore) +"tEn" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "tEo" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1; @@ -73922,6 +73936,11 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) +"tEq" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "tEz" = ( /obj/structure/sign/poster/official/random/directional/east, /obj/structure/bed, @@ -73976,10 +73995,23 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/pumproom) +"tEX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/maintenance/floor1/starboard/aft) "tEY" = ( /obj/effect/spawner/random/trash/mopbucket, /turf/open/floor/pod/dark, /area/station/maintenance/floor2/starboard/aft) +"tFg" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/grille/broken, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "tFm" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -74041,6 +74073,10 @@ /obj/machinery/holopad, /turf/open/floor/iron, /area/station/service/hydroponics) +"tGi" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "tGk" = ( /obj/structure/railing/corner{ dir = 4 @@ -74084,11 +74120,6 @@ }, /turf/open/floor/pod, /area/station/maintenance/floor4/starboard/aft) -"tHe" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "tHh" = ( /obj/effect/turf_decal/trimline/white/corner{ dir = 4 @@ -74133,6 +74164,12 @@ /obj/structure/window/reinforced/spawner/directional/west, /turf/open/floor/iron/dark, /area/station/security/checkpoint/first) +"tHQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "tHR" = ( /obj/machinery/door/window/left/directional/south{ name = "Pen 3"; @@ -74176,21 +74213,6 @@ }, /turf/open/floor/carpet/blue, /area/station/command/meeting_room) -"tIf" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow{ - pixel_x = -6 - }, -/obj/item/stamp/qm{ - pixel_x = -6 - }, -/obj/structure/cable, -/obj/item/flashlight/lamp/green{ - pixel_x = 6; - pixel_y = 15 - }, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/qm) "tIj" = ( /obj/structure/railing, /obj/structure/chair, @@ -74281,15 +74303,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/execution/transfer) -"tIW" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/structure/table/reinforced/rglass, -/obj/item/paper_bin, -/obj/item/stamp/cmo, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) "tJd" = ( /obj/structure/closet/firecloset, /turf/open/floor/pod/light, @@ -74592,19 +74605,6 @@ /obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor, /area/station/hallway/floor1/fore) -"tNO" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/delivery_chute{ - dir = 4 - }, -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "tNS" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -74730,6 +74730,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet/blue, /area/station/command/heads_quarters/hop) +"tPH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/captain) "tPK" = ( /obj/structure/sign/warning{ pixel_y = 32 @@ -75161,6 +75170,18 @@ dir = 6 }, /area/station/hallway/floor2/aft) +"tWz" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/green/full, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/bar) "tWH" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible/layer2{ @@ -75278,15 +75299,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/floor2/port/aft) -"tYF" = ( -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/line, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "tYV" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 5 @@ -75572,18 +75584,6 @@ /obj/structure/cable, /turf/open/floor/pod/light, /area/station/maintenance/floor4/port/fore) -"ucW" = ( -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/line, -/obj/machinery/light/dim/directional/east, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "ucY" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -75663,10 +75663,6 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter) -"uev" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "uex" = ( /obj/machinery/door/airlock/atmos{ name = "Atmos Emergency Supplies" @@ -75674,12 +75670,6 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /turf/open/floor/iron, /area/station/maintenance/floor3/port/fore) -"ueA" = ( -/obj/machinery/camera/autoname/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "ueC" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -75723,14 +75713,6 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/iron/white, /area/station/science/lower) -"ueQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/captain/private) "ueS" = ( /obj/effect/spawner/random/trash/moisture_trap, /turf/open/floor/pod/dark, @@ -75759,12 +75741,6 @@ "ufl" = ( /turf/closed/wall, /area/station/commons/storage/art) -"ufm" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured_edge{ - dir = 8 - }, -/area/station/maintenance/floor1/starboard/aft) "ufs" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, @@ -75849,6 +75825,15 @@ }, /turf/open/floor/engine/hull, /area/space/nearstation) +"ugh" = ( +/obj/effect/spawner/random/trash/garbage{ + spawn_scatter_radius = 1 + }, +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "ugs" = ( /turf/open/floor/iron/dark/side{ dir = 10 @@ -75890,22 +75875,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/port) -"uhk" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/start/cyborg, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat) -"uhl" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "uhn" = ( /obj/machinery/light/directional/east, /turf/open/openspace, @@ -76189,6 +76158,11 @@ dir = 1 }, /area/station/medical/abandoned) +"ukV" = ( +/obj/effect/spawner/random/trash/mess, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/fore) "ulj" = ( /obj/machinery/button/crematorium{ id = "crematorium_chapel"; @@ -76631,10 +76605,6 @@ }, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard) -"usJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "usN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -76692,6 +76662,16 @@ }, /turf/open/floor/plating, /area/station/cargo/sorting) +"uty" = ( +/obj/machinery/door/airlock{ + id_tag = "nsminingdorm3"; + name = "Room 3" + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/cargo/miningdock) "utE" = ( /obj/structure/closet/firecloset, /turf/open/floor/pod/light, @@ -76928,11 +76908,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/light, /area/station/maintenance/floor4/starboard/fore) -"uxz" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) "uxD" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -77187,28 +77162,6 @@ dir = 4 }, /area/station/command/bridge) -"uBO" = ( -/obj/item/analyzer{ - pixel_y = 4 - }, -/obj/item/analyzer{ - pixel_y = 4 - }, -/obj/item/pipe_dispenser{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/pipe_dispenser{ - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/obj/effect/turf_decal/bot, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral/full, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) "uBR" = ( /obj/machinery/airalarm/directional/south, /obj/structure/table, @@ -77300,6 +77253,12 @@ }, /turf/open/floor/iron, /area/station/hallway/floor2/aft) +"uDd" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/leather, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/fore) "uDr" = ( /obj/machinery/light/small/directional/north, /obj/effect/decal/cleanable/dirt, @@ -77359,6 +77318,12 @@ }, /turf/open/floor/iron/corner, /area/station/maintenance/solars/starboard/fore) +"uDR" = ( +/obj/machinery/camera/autoname/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "uDW" = ( /obj/machinery/light/dim/directional/east, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -77414,13 +77379,6 @@ }, /turf/open/floor/pod/dark, /area/station/cargo/storage) -"uEM" = ( -/obj/structure/transit_tube/station/dispenser{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/hallway/floor4/aft) "uEO" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -77466,6 +77424,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth_large, /area/station/hallway/secondary/entry) +"uFA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "uFQ" = ( /obj/machinery/door/airlock/hatch{ name = "Maintenance Bulkhead" @@ -77486,11 +77454,6 @@ }, /turf/open/floor/pod/light, /area/station/maintenance/floor3/starboard/fore) -"uFU" = ( -/obj/item/rack_parts, -/obj/effect/spawner/random/engineering/tool, -/turf/open/floor/pod/light, -/area/station/maintenance/department/engine/atmos) "uFV" = ( /obj/machinery/smartfridge/chemistry/preloaded, /turf/open/floor/iron/white, @@ -77506,6 +77469,13 @@ /obj/item/flashlight/lamp/green, /turf/open/floor/wood/tile, /area/station/service/library) +"uGw" = ( +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 6 + }, +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/fore) "uGL" = ( /obj/item/rack_parts, /turf/open/floor/pod/light, @@ -77707,6 +77677,11 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/science/xenobiology/hallway) +"uIS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "uJi" = ( /obj/effect/turf_decal/stripes{ dir = 8 @@ -77771,6 +77746,10 @@ /obj/effect/landmark/navigate_destination/library, /turf/open/floor/wood/tile, /area/station/service/library) +"uJV" = ( +/obj/machinery/light/red/dim/directional/north, +/turf/open/floor/pod/light, +/area/station/maintenance/floor4/starboard/fore) "uJX" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -77926,6 +77905,11 @@ /obj/machinery/vending/wardrobe/engi_wardrobe, /turf/open/floor/iron, /area/station/engineering/lobby) +"uMp" = ( +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "uMu" = ( /obj/structure/sign/poster/official/random/directional/south, /obj/structure/disposalpipe/segment{ @@ -78007,6 +77991,14 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/service) +"uNv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/obj/effect/landmark/navigate_destination/minisat_access_ai, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/floor4/aft) "uNx" = ( /obj/effect/turf_decal/trimline/green/corner, /obj/effect/turf_decal/trimline/green/corner{ @@ -78107,6 +78099,10 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/checkpoint/first) +"uOJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/floor1/port/aft) "uOL" = ( /obj/structure/sign/painting{ pixel_x = 32 @@ -78125,13 +78121,6 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"uOP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/cable/layer3, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/service) "uOS" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/yellow, @@ -78256,10 +78245,6 @@ }, /turf/open/floor/iron/dark/side, /area/station/hallway/floor2/fore) -"uQu" = ( -/obj/structure/cable, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "uQA" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -78345,6 +78330,11 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white/small, /area/station/medical/chemistry) +"uRq" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "uRy" = ( /obj/machinery/hydroponics/soil, /obj/item/radio/intercom/prison/directional/west, @@ -78385,6 +78375,18 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/catwalk_floor/iron, /area/station/engineering/engine_smes) +"uSq" = ( +/obj/machinery/door/airlock/hatch{ + name = "External Path Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "uSr" = ( /obj/structure/filingcabinet/security, /turf/open/floor/wood, @@ -78394,13 +78396,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/floor3/fore) -"uSB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) "uSN" = ( /obj/structure/railing, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -78516,6 +78511,12 @@ }, /turf/open/floor/plating, /area/station/tcommsat/computer) +"uUd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/maintenance/floor1/starboard/aft) "uUh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -78742,10 +78743,6 @@ dir = 4 }, /area/station/engineering/storage/tech) -"uWy" = ( -/obj/structure/grille/broken, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "uWC" = ( /obj/structure/cable, /turf/open/floor/catwalk_floor/iron_smooth, @@ -78758,6 +78755,10 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/dark, /area/station/security/execution/transfer) +"uWN" = ( +/obj/machinery/teleport/station, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat) "uWP" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -79002,6 +79003,12 @@ "uZF" = ( /turf/closed/wall/r_wall, /area/station/maintenance/floor2/starboard/aft) +"uZT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos/project) "uZV" = ( /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /obj/machinery/door/airlock/hatch{ @@ -79264,17 +79271,6 @@ /obj/machinery/vending/assist, /turf/open/floor/iron/dark/smooth_large, /area/station/commons/storage/primary) -"vdG" = ( -/obj/machinery/button/door/directional/south{ - id = "nsminingdorm3"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/structure/sign/poster/official/random/directional/east, -/turf/open/floor/carpet/blue, -/area/station/cargo/miningdock) "vdP" = ( /obj/structure/railing/corner{ dir = 1 @@ -79288,12 +79284,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/service/kitchen/diner) -"vew" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "veA" = ( /obj/structure/railing{ dir = 8 @@ -79523,6 +79513,13 @@ dir = 8 }, /area/station/medical/abandoned) +"vhR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/service) "vhS" = ( /obj/machinery/light/red/dim/directional/south, /turf/open/openspace, @@ -79901,10 +79898,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/teleporter) -"vni" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/iron/smooth, -/area/station/hallway/floor1/fore) "vnp" = ( /obj/machinery/door/airlock/maintenance{ name = "Maintenance" @@ -80040,12 +80033,6 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/starboard) -"voH" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured_corner{ - dir = 4 - }, -/area/station/maintenance/floor1/starboard/aft) "voN" = ( /obj/effect/spawner/structure/window/hollow/reinforced/directional{ dir = 1 @@ -80100,9 +80087,11 @@ /obj/structure/stairs/north, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"vpv" = ( -/turf/open/floor/iron/stairs/medium, -/area/station/science/lobby) +"vpq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/hallway/floor4/aft) "vpy" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -80141,6 +80130,14 @@ /obj/structure/window/reinforced/spawner/directional/west, /turf/open/floor/iron/white, /area/station/science/cytology) +"vpK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/hallway/floor4/aft) "vpU" = ( /obj/structure/rack, /obj/item/toy/plush/plasmamanplushie, @@ -80152,6 +80149,19 @@ }, /turf/open/floor/iron, /area/station/maintenance/floor4/starboard) +"vqv" = ( +/obj/machinery/camera/directional/north{ + c_tag = "AI Chamber - Starboard"; + network = list("aicore") + }, +/obj/machinery/button/door/directional/north{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber Lockdown"; + pixel_x = 6; + req_access = list("ai_upload") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "vqx" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -80186,16 +80196,6 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"vqD" = ( -/obj/machinery/door/airlock{ - id_tag = "nsminingdorm2"; - name = "Room 2" - }, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/cargo/miningdock) "vqF" = ( /obj/machinery/atmospherics/components/binary/pump/layer2, /obj/structure/window/reinforced/spawner/directional/north, @@ -80663,11 +80663,6 @@ }, /turf/open/floor/iron/kitchen, /area/station/service/kitchen) -"vwn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "vwv" = ( /obj/structure/disposalpipe/trunk{ dir = 1 @@ -80675,11 +80670,6 @@ /obj/machinery/disposal/bin, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"vwB" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/grille/broken, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/fore) "vwD" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -81114,12 +81104,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lower) -"vCx" = ( -/obj/structure/transit_tube/curved, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/hallway/floor4/aft) "vCy" = ( /obj/effect/spawner/random/structure/table_fancy, /obj/structure/sign/painting/large/library_private{ @@ -81726,6 +81710,12 @@ }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai_upload) +"vLH" = ( +/obj/effect/baseturf_helper/reinforced_plating/ceiling, +/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airalarm/engine_access, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "vLJ" = ( /obj/effect/decal/cleanable/ash, /obj/machinery/light_switch/directional/south, @@ -82081,6 +82071,18 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"vQp" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line, +/obj/machinery/light/dim/directional/east, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/floor1/port/aft) "vQs" = ( /obj/effect/turf_decal/siding/white/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -82257,6 +82259,17 @@ /obj/machinery/duct, /turf/open/floor/iron/dark/textured, /area/station/commons/fitness) +"vTi" = ( +/obj/machinery/door/airlock/freezer{ + name = "Cold Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "vTj" = ( /obj/structure/closet/secure_closet/brig/genpop, /obj/effect/turf_decal/tile/red/half{ @@ -82556,20 +82569,6 @@ }, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard) -"vWX" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/cup/mortar, -/obj/item/pestle, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "vXc" = ( /obj/structure/grille/broken, /obj/effect/turf_decal/trimline/red/line{ @@ -82667,6 +82666,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible/layer2, /turf/open/floor/iron, /area/station/engineering/atmos) +"vYT" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "vYV" = ( /obj/item/radio/intercom/directional/west, /obj/machinery/doppler_array{ @@ -82776,13 +82779,9 @@ /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/starboard) "waY" = ( -/obj/effect/decal/cleanable/glass, -/obj/item/reagent_containers/cup/glass/drinkingglass/filled/soda{ - pixel_x = 5; - pixel_y = -3 - }, +/obj/structure/grille/broken, /turf/open/floor/pod/light, -/area/station/maintenance/department/engine/atmos) +/area/station/maintenance/floor1/port) "wba" = ( /obj/structure/window/reinforced/spawner/directional/east, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -82829,10 +82828,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/maintenance/floor4/port/fore) -"wbp" = ( -/obj/effect/spawner/random/maintenance, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/aft) "wbr" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -83075,13 +83070,6 @@ "wdV" = ( /turf/open/floor/carpet/royalblue, /area/station/medical/break_room) -"wdW" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "wdZ" = ( /obj/machinery/conveyor{ dir = 6; @@ -83475,11 +83463,6 @@ /obj/structure/cable, /turf/open/floor/wood/tile, /area/station/service/library) -"wjq" = ( -/turf/open/floor/iron/stairs{ - icon_state = "stairs-m" - }, -/area/station/science/lobby) "wjt" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -83581,6 +83564,10 @@ /obj/item/book/manual/chef_recipes, /turf/open/floor/iron, /area/station/security/prison) +"wkS" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/floor1/port) "wlb" = ( /obj/machinery/processor/slime, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -83699,12 +83686,6 @@ /obj/effect/baseturf_helper/reinforced_plating/ceiling, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"wmx" = ( -/obj/effect/turf_decal/caution{ - dir = 4 - }, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "wmz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -83893,6 +83874,11 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"woC" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/aft) "woH" = ( /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron/checker, @@ -84385,6 +84371,11 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/port/fore) +"wuT" = ( +/obj/structure/table_frame, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/floor1/port/aft) "wuZ" = ( /obj/structure/rack, /obj/effect/decal/cleanable/dirt, @@ -84800,12 +84791,10 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/white/textured_large, /area/station/service/chapel/office) -"wzB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/red/dim/directional/south, -/obj/structure/closet/crate/trashcart/filled, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) +"wzR" = ( +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "wzS" = ( /obj/structure/table, /obj/machinery/door/window/left/directional/north{ @@ -84991,6 +84980,11 @@ dir = 5 }, /area/station/hallway/floor2/aft) +"wCM" = ( +/obj/effect/spawner/random/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/aft) "wCR" = ( /obj/machinery/chem_master, /obj/effect/decal/cleanable/dirt/dust, @@ -85007,6 +85001,10 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"wCZ" = ( +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "wDb" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, @@ -85094,10 +85092,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark, /area/station/maintenance/floor3/port/aft) -"wDW" = ( -/obj/structure/cable/multilayer/connected, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "wEr" = ( /obj/structure/rack, /obj/machinery/light/red/dim/directional/east, @@ -85163,19 +85157,6 @@ /obj/structure/window/reinforced/plasma/plastitanium, /turf/open/floor/plating, /area/station/maintenance/floor4/starboard/aft) -"wFl" = ( -/obj/machinery/modular_computer/console/preset/civilian{ - dir = 8 - }, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/bot/right, -/obj/effect/turf_decal/tile/neutral/full, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) "wFq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -85207,6 +85188,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/cargo/storage) +"wFD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "wFK" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -85570,6 +85557,9 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/hos) +"wJi" = ( +/turf/open/floor/iron/stairs/medium, +/area/station/science/lobby) "wJj" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -86263,6 +86253,12 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/wood/parquet, /area/station/medical/exam_room) +"wRy" = ( +/obj/item/rack_parts, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/aft) "wRD" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -86310,14 +86306,6 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/floor1/starboard/fore) -"wSa" = ( -/obj/effect/decal/cleanable/molten_object/large{ - desc = "The pile looks inert, yet you still hear a faint hum. Standinf around this makes you feel funny."; - name = "glob of mess" - }, -/obj/item/trench_tool, -/turf/open/floor/plating/foam, -/area/station/maintenance/floor1/port/aft) "wSb" = ( /obj/structure/table, /obj/effect/turf_decal/tile/red{ @@ -86389,11 +86377,6 @@ "wTq" = ( /turf/open/openspace, /area/station/hallway/secondary/service) -"wTt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "wTw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -86442,6 +86425,14 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/commons/dorms/apartment1) +"wTX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/stack/sheet/mineral/coal, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "wUq" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -86582,18 +86573,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/pod/light, /area/station/maintenance/solars/starboard/aft) -"wVJ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/frame/machine, -/obj/item/stack/cable_coil/five, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/iron, -/area/station/maintenance/floor1/port/aft) "wVN" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /obj/machinery/meter, @@ -86914,18 +86893,6 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/smooth_large, /area/station/hallway/secondary/entry) -"xan" = ( -/obj/structure/sink/directional/south, -/obj/item/reagent_containers/cup/bucket/wooden{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/structure/fluff/broken_flooring{ - dir = 4; - icon_state = "pile" - }, -/turf/open/floor/plating, -/area/station/maintenance/floor1/port/aft) "xat" = ( /obj/structure/sign/poster/official/random/directional/south, /turf/open/floor/iron/dark/side, @@ -86939,11 +86906,6 @@ /obj/structure/sink/directional/east, /turf/open/floor/iron/showroomfloor, /area/station/commons/dorms/apartment1) -"xaC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "xaG" = ( /obj/machinery/light/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -87041,11 +87003,6 @@ /obj/structure/closet/emcloset/anchored, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard) -"xbM" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "xbN" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -87133,11 +87090,6 @@ name = "boxing ring" }, /area/station/commons/fitness) -"xcQ" = ( -/obj/structure/rack, -/obj/effect/spawner/random/engineering/flashlight, -/turf/open/floor/pod/dark, -/area/station/maintenance/floor1/starboard/aft) "xcT" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -87258,6 +87210,13 @@ dir = 8 }, /area/station/cargo/storage) +"xeA" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port/fore) "xeI" = ( /obj/structure/table/reinforced, /obj/machinery/light/directional/south, @@ -87603,10 +87562,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/security/prison/visit) -"xiU" = ( -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) "xjc" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/tile/red/anticorner{ @@ -87631,18 +87586,13 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/security/courtroom) -"xjr" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/wrench{ - pixel_x = -2; - pixel_y = 5 - }, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "xjs" = ( /turf/open/floor/iron/dark/textured_half, /area/station/engineering/supermatter/room) +"xjB" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/pod/dark, +/area/station/maintenance/floor1/port/aft) "xjL" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -87977,15 +87927,6 @@ "xpt" = ( /turf/open/floor/mineral/plastitanium, /area/station/maintenance/floor2/starboard/aft) -"xpv" = ( -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/item/reagent_containers/cup/bucket/wooden{ - pixel_x = 6; - pixel_y = 4 - }, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/abandoned) "xpA" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -88052,10 +87993,6 @@ /obj/item/queen_bee/bought, /turf/open/floor/grass, /area/station/service/hydroponics) -"xqr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/aft) "xqs" = ( /obj/structure/closet/crate, /obj/item/stock_parts/subspace/ansible, @@ -88258,10 +88195,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/service/hydroponics) -"xsR" = ( -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/pod/dark, -/area/station/maintenance/floor1/port/aft) "xsX" = ( /obj/structure/railing/corner, /obj/structure/cable, @@ -88390,18 +88323,6 @@ "xuv" = ( /turf/closed/wall/r_wall, /area/station/maintenance/floor2/starboard/fore) -"xuA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/hatch{ - name = "Transit Tube Access" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/hallway/floor4/aft) "xuC" = ( /turf/open/floor/catwalk_floor, /area/station/hallway/floor2/fore) @@ -88463,6 +88384,17 @@ dir = 1 }, /area/station/command/gateway) +"xvs" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/wirecutters, +/obj/item/wrench, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "xvz" = ( /obj/structure/grille, /turf/open/floor/pod/light, @@ -89316,6 +89248,12 @@ "xGx" = ( /turf/open/floor/plating, /area/station/medical/abandoned) +"xGy" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/showcase/perfect_employee, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/starboard/fore) "xGB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt/dust, @@ -89377,6 +89315,12 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/carpet/green, /area/station/service/abandoned_gambling_den) +"xHi" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/head/captain, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "xHr" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -89401,6 +89345,18 @@ "xHA" = ( /turf/closed/wall, /area/station/maintenance/disposal) +"xHF" = ( +/obj/structure/sink/directional/south, +/obj/item/reagent_containers/cup/bucket/wooden{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/floor1/port/aft) "xHR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -89498,11 +89454,6 @@ dir = 5 }, /area/station/hallway/floor2/fore) -"xJv" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_containers/cup/bucket, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/starboard/aft) "xJx" = ( /obj/machinery/computer/atmos_control/ordnancemix{ dir = 1 @@ -89587,6 +89538,11 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/pod/light, /area/station/maintenance/floor3/port) +"xKK" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat) "xKZ" = ( /obj/machinery/light_switch/directional/north, /obj/machinery/shower/directional/west, @@ -89735,11 +89691,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos/hfr_room) -"xMY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port/aft) "xNf" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/start/hangover, @@ -89821,6 +89772,10 @@ /obj/machinery/light/cold/no_nightlight/directional/north, /turf/open/floor/engine, /area/station/science/explab) +"xOf" = ( +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "xOs" = ( /obj/structure/railing{ dir = 8 @@ -89841,6 +89796,14 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/iron/dark, /area/station/security/prison) +"xOP" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/shard, +/obj/item/shard, +/obj/item/stack/cable_coil, +/turf/open/floor/pod/light, +/area/station/maintenance/floor1/port) "xOW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -90006,6 +89969,14 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/light, /area/station/maintenance/floor3/port/aft) +"xRt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/storage/box/pinpointer_pairs, +/turf/open/floor/iron/dark, +/area/station/maintenance/floor1/port) "xRB" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -90168,6 +90139,15 @@ }, /turf/open/space/openspace, /area/space) +"xUA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/artgallery) "xUI" = ( /obj/structure/cable, /obj/structure/chair/sofa/bench/left, @@ -90224,10 +90204,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/pod/dark, /area/station/maintenance/floor2/starboard) -"xVB" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/pod/dark, -/area/station/maintenance/floor1/port/aft) "xVC" = ( /turf/open/floor/iron/dark/side, /area/station/hallway/floor1/fore) @@ -90244,13 +90220,6 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/dark, /area/station/security/holding_cell) -"xVS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/textured_corner{ - dir = 4 - }, -/area/station/maintenance/floor1/starboard/aft) "xVV" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -90350,13 +90319,10 @@ /obj/machinery/camera/autoname/directional/north, /turf/open/floor/iron, /area/station/hallway/floor2/fore) -"xXg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/storage/box/pinpointer_pairs, -/turf/open/floor/iron/dark, +"xXf" = ( +/obj/effect/spawner/random/engineering/material_cheap, +/obj/structure/grille/broken, +/turf/open/floor/pod/light, /area/station/maintenance/floor1/port) "xXi" = ( /obj/machinery/door/airlock/medical{ @@ -90611,6 +90577,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/textured_large, /area/station/cargo/storage) +"yaF" = ( +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/dark/side, +/area/station/ai_monitored/turret_protected/ai) "yaK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -90739,6 +90712,17 @@ /obj/machinery/door/firedoor/heavy, /turf/open/floor/iron/dark, /area/station/hallway/floor3/fore) +"ybT" = ( +/obj/machinery/door/poddoor/shutters{ + name = "Ancient Workshop"; + id = "survshop" + }, +/turf/open/floor/plating, +/area/station/maintenance/floor4/starboard/aft) +"ybW" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/pod/dark, +/area/station/maintenance/floor1/port/aft) "ybY" = ( /obj/structure/chair/comfy/brown, /obj/effect/turf_decal/tile/bar/opposingcorners, @@ -90855,6 +90839,11 @@ "ydt" = ( /turf/closed/wall/r_wall, /area/station/cargo/miningoffice) +"ydI" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) "ydL" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -90891,6 +90880,12 @@ name = "boxing ring" }, /area/station/commons/fitness) +"yel" = ( +/obj/item/bodybag, +/obj/structure/closet/crate, +/obj/effect/spawner/random/medical/surgery_tool, +/turf/open/floor/pod/light, +/area/station/maintenance/department/engine/atmos) "yeq" = ( /obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron/dark/side{ @@ -90999,10 +90994,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/prison) -"yfH" = ( -/obj/machinery/light/red/dim/directional/north, -/turf/open/floor/pod/light, -/area/station/maintenance/floor4/starboard/fore) "yfN" = ( /obj/item/stack/arcadeticket, /obj/effect/decal/cleanable/confetti, @@ -91037,6 +91028,12 @@ /obj/machinery/light/small/red/directional/north, /turf/open/floor/engine, /area/station/maintenance/floor1/starboard/fore) +"yge" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen) "ygq" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 9 @@ -91298,6 +91295,15 @@ dir = 4 }, /area/station/hallway/floor3/aft) +"ykw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/end{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/floor4/aft) "ykL" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/closet/firecloset/full, @@ -91392,12 +91398,6 @@ "ylR" = ( /turf/closed/wall, /area/station/medical/cryo) -"ymj" = ( -/obj/structure/railing/corner, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/pod/light, -/area/station/maintenance/floor1/port) (1,1,1) = {" owI @@ -105658,7 +105658,7 @@ sGB nqj nmB xYo -bzU +klW xZg xZg xZg @@ -110559,7 +110559,7 @@ sui sui olt hJy -dEa +xeA yis hJy yis @@ -110811,7 +110811,7 @@ sZI vAy inR hJy -aBD +meb xtY xtY xYb @@ -111069,8 +111069,8 @@ bBx eoQ hJy tns -aBD -aBD +meb +meb uID eiM srO @@ -111334,7 +111334,7 @@ hJy eiM hJy aJk -rBW +ffz gxW hJy hJy @@ -112327,7 +112327,7 @@ oic dLj rwY oic -nMK +uGw sBT oic hpj @@ -112577,7 +112577,7 @@ oic oic gwl beG -kBs +fPQ nRb cEu oic @@ -112591,7 +112591,7 @@ oic oic fHM dIz -nJY +syY oic rLs gVw @@ -112844,7 +112844,7 @@ rJR sBT oic oic -fJz +xGy oic oic hmn @@ -113100,7 +113100,7 @@ sBT sBT sBT oic -gdt +kuk uNF wGJ oic @@ -113347,7 +113347,7 @@ owI oic oic mlC -laR +uDd oic sBT oic @@ -113357,9 +113357,9 @@ oic oic sBT vnp -tag +oCj wGJ -rdy +bfK oic jrx ncc @@ -113614,8 +113614,8 @@ ekj oic sBT oic -ccA -bCW +iSg +kzc oic oic jrx @@ -113649,8 +113649,8 @@ xtY xtY xtY xLZ -mAD -ajB +ukV +cnG jJV hJy hJy @@ -114156,12 +114156,12 @@ inM pIH fhW hJy -vwB +fky hJy mAZ fZZ hJy -sYU +sgv dmG hJy yis @@ -114169,7 +114169,7 @@ gOz hJy hut hJy -gBK +hEP hJy hJy owI @@ -114388,7 +114388,7 @@ mwZ rCK lUY ncc -itC +cBs jrx ncc rze @@ -117760,7 +117760,7 @@ edm emU euA xgH -nGx +iWh wVn wVn wVn @@ -119021,7 +119021,7 @@ xBW jBI xHA aAn -tNO +hcY gNi pye xHA @@ -119029,9 +119029,9 @@ bzw ppf gjy xgH -pfN +pcY tTU -oDL +dFG pLe xgH qng @@ -119041,7 +119041,7 @@ uya uya xbj xgH -hnz +tFg dyS oMV wVn @@ -119286,7 +119286,7 @@ jZA ppf lXX xgH -fce +bip tTU hjs lJk @@ -119810,7 +119810,7 @@ xgH dyS wDr hjs -vwn +jGV xgH hjs dyS @@ -120057,7 +120057,7 @@ rpj ppf uOT xgH -ymj +pUQ xee xbj xgH @@ -120315,7 +120315,7 @@ wwm irK xgH xgH -pGT +wkS xSl xgH dxS @@ -120552,7 +120552,7 @@ irS hMu hKN wIr -jWs +eLq hLP hLP ydt @@ -120585,7 +120585,7 @@ dxS xgH xgH xgH -sYP +joR wVn xgH xuI @@ -120804,7 +120804,7 @@ wZN lWH lNE pZU -tIf +ipl cmT sMS mar @@ -120838,7 +120838,7 @@ kzE kzE onC dyS -nEb +jyM dyS dyS dyS @@ -121327,12 +121327,12 @@ ujC dpH anf hXa -hUh +uty qly pEv nPy dpH -rTg +eua ksz xLr cSN @@ -121348,9 +121348,9 @@ tpD lqi pVT jbi -bnN +drO kzE -ilD +oZC dyS xgH sFr @@ -121583,13 +121583,13 @@ dpH dpH dpH heS -vdG +eSG ehG sYa pGW dts dpH -vni +eGx mnQ rMq kyR @@ -121864,7 +121864,7 @@ wGI ufV tHM kzE -hrT +wTX dyS uls twx @@ -122355,7 +122355,7 @@ vkW ehG xDV xZv -vqD +mew qly pEv pnr @@ -122378,7 +122378,7 @@ kzE kzE kzE kzE -qOp +bot dyS xgH xgH @@ -122611,7 +122611,7 @@ aWr vkW ehG hfy -aQf +alz ehG mMn pEv @@ -122901,7 +122901,7 @@ kzE kzE kzE kzE -lUo +dcX wVn xgH qGp @@ -123158,7 +123158,7 @@ kOR jHn kOR kzE -dQi +xXf wVn xgH xgH @@ -123673,7 +123673,7 @@ hLX lkE kzE lJk -eVN +uRq mEa xfT rYa @@ -124154,7 +124154,7 @@ bvO ehG cms vxH -aKL +eun oCf quB mRt @@ -124171,7 +124171,7 @@ kSN xgH wVn awf -xiU +fdo kzE fCc lsT @@ -124410,7 +124410,7 @@ gAT csT ehG qBh -paQ +pTs ehG bBV ows @@ -124427,8 +124427,8 @@ mea kSN xgH wVn -aDM -kGq +sVE +ugh kzE fCc fji @@ -124443,7 +124443,7 @@ qhP ola lkE kzE -uhl +lQd twx asf uhg @@ -124685,7 +124685,7 @@ kSN xgH wVn cAu -mgf +sMe kzE okL gOh @@ -124706,7 +124706,7 @@ xgH nar tCB twx -gXM +ovL xgH xgH owI @@ -124934,7 +124934,7 @@ bel sKW kCF osQ -pPZ +ehO whV mie mFW @@ -125199,7 +125199,7 @@ mhr xgH wVn xgH -hpV +xOP hnU dNH kzE @@ -125456,7 +125456,7 @@ kSN xgH wVn xgH -fkE +eNP oFL aHM kzE @@ -125713,9 +125713,9 @@ hUE xgH wVn xgH -bCX +eOc twx -nwx +gwA kzE kzE kzE @@ -125970,17 +125970,17 @@ kSN xgH wVn xgH -sWQ -sWQ -sWQ +lUL +lUL +lUL xgH -sgH -fce +gtS +bip wVn -oGK +iYO xgH aki -kbk +dMJ xgH xCO jCU @@ -126197,10 +126197,10 @@ owI owI whV whV -fuq +tjY hys whV -mWJ +rdN qKt whV iRo @@ -126226,10 +126226,10 @@ mFW kSN xgH wVn -xiU -pIq -wmx -rQe +fdo +wCZ +ejz +qFR xgH wVn wVn @@ -126458,7 +126458,7 @@ eUM hAc nho qKt -aqd +fEC whV jJm yfi @@ -126491,7 +126491,7 @@ wVn wVn iXe trD -lqB +lab xgH hqh wmG @@ -128296,8 +128296,8 @@ aQA kzE aIV kzE -tDw -xXg +qdH +xRt kzE mWU cWu @@ -128555,7 +128555,7 @@ aIV kzE uDr mtH -pan +lGs tqj sXV pXQ @@ -128810,7 +128810,7 @@ kzE kzE aIV kzE -nNE +fIj wuZ kzE uHQ @@ -129809,7 +129809,7 @@ mxD mxD mxD hkq -hic +yel iqa qSl aBd @@ -129838,7 +129838,7 @@ xgH xgH xgH xgH -dxr +jZT hdA tIj lBv @@ -130066,7 +130066,7 @@ fGi fGi fGi hkq -tDa +mOv iqa qSl xQp @@ -130580,7 +130580,7 @@ pno pno pno hkq -hiF +rtF iqa qSl lfq @@ -130837,7 +130837,7 @@ fnS jai sKL hkq -ilq +gZI iqa qSl iWB @@ -131119,7 +131119,7 @@ vNY xgH jZZ lwW -xpv +gVz wlq szd mRq @@ -131353,7 +131353,7 @@ xeO rHy hkq iqa -uFU +gfd qSl tCF bSs @@ -131387,7 +131387,7 @@ xgH xgH xgH eVh -vwn +jGV xgH xgH owI @@ -131862,12 +131862,12 @@ qXk gsV uIi tti -dSW +cIn dWh pYC rgi qos -waY +pMB qSl dPB fGn @@ -131899,9 +131899,9 @@ lwW qtR xgH hdA -olu +iPv eVk -fPo +uMp xgH xgH owI @@ -133175,14 +133175,14 @@ fmb fmb xgH trD -atX -uWy +kyt +waY wxx eVk -rFW +prH xgH xdN -gBu +mcl aKt dEc dEc @@ -133435,7 +133435,7 @@ kzE xgH xgH afE -lUo +dcX dEc dEc dEc @@ -133954,7 +133954,7 @@ dEc nJt ciZ qpb -iXB +pWM ioL jEU dNL @@ -134199,7 +134199,7 @@ nPb qDs kSF cpE -muC +aKE qIf xGI kzE @@ -134209,7 +134209,7 @@ yjX dtx dEc nJt -wSa +hCI ogT hhk bwZ @@ -134463,7 +134463,7 @@ nvk uIn dEc xpQ -xsR +xjB dEc kpU kAW @@ -135498,7 +135498,7 @@ vcr wtm wtm vcr -dss +btR oxz vcr vcr @@ -135749,13 +135749,13 @@ msL vcr xep dEc -ags +gRZ nJt vcr owK xGl dou -klo +uOJ cll vcr vcr @@ -136259,7 +136259,7 @@ dEc bhb vcr eCr -cWZ +ixL vcr kUe wRM @@ -136267,7 +136267,7 @@ nJt nJt mgA aMA -nNy +wuT xRk nec owK @@ -137274,7 +137274,7 @@ sly uyD aFJ mMq -gSd +vLH uyD sHL ddT @@ -137547,7 +137547,7 @@ ixD vFE xWv khQ -qwj +gcu vcr xbz bCM @@ -137804,7 +137804,7 @@ bwL bwL bwL xzr -wzB +rvm vcr cIW pkI @@ -138310,12 +138310,12 @@ klY kfo wfl dEc -lhl +riQ uov vcr -xan -oMZ -mfI +xHF +cRu +pWw vcr uov afa @@ -138324,7 +138324,7 @@ vcr iJc lzI lIP -xjr +oVm vcr uov vcr @@ -138567,12 +138567,12 @@ bDO kfo mvg dEc -lEI +jZH uov vcr -brA +nOe khc -iOy +dmN vcr uov uov @@ -138827,9 +138827,9 @@ dEc dEc rJO vcr -eAl +oAd khc -ejT +aqv vcr vcr vcr @@ -139084,9 +139084,9 @@ wth slt sJp vcr -wVJ -tYF -kAI +qap +efm +msp vcr uov uov @@ -139341,9 +139341,9 @@ lhh dEc uov vcr -kdQ +rbE khc -anO +hoz aGW uov vcr @@ -139598,9 +139598,9 @@ dEc dEc uov vcr -vWX -ucW -cxO +rBW +vQp +cKI vcr uov eAP @@ -139851,7 +139851,7 @@ tyQ pRq tyQ dEc -jnA +qxj aHt uov vcr @@ -139862,7 +139862,7 @@ vcr vcr vcr uov -hXB +nrc lJE aXO aHl @@ -140108,7 +140108,7 @@ kVK qZT yli dEc -aUG +lon aHt klO klO @@ -140125,7 +140125,7 @@ fGK ekk vcr wkr -jRB +lrn pGr vcr vcr @@ -140365,10 +140365,10 @@ owI bOk owI dEc -xMY +jQQ aHt rfo -ueA +uDR vcr vcr vcr @@ -140624,7 +140624,7 @@ cHX dEc dEc dEc -nqu +beT aHt vcr psx @@ -140633,9 +140633,9 @@ fTE gVU vcr uov -qwj -lEI -pBy +gcu +jZH +woC dEc dFq oEo @@ -140884,9 +140884,9 @@ dEc eBu aHt vcr -ido +pKW odS -hAO +sUX pED vcr uov @@ -141882,11 +141882,11 @@ sKt sKt dSH sKt -kJG +iuC dSH -wbp +isP dla -xqr +iwc hhf sKt sKt @@ -142133,9 +142133,9 @@ gHJ pui pmt sKt -xJv -ajp -xqr +fmW +wRy +iwc dSH dSH sKt @@ -142148,7 +142148,7 @@ hhf ugV ugV ugV -xqr +iwc gIz owI jkM @@ -142390,8 +142390,8 @@ qzy tOS aoq sKt -iHN -xqr +tvL +iwc dSH dSH sKt @@ -142399,13 +142399,13 @@ sKt ieM jLi ieM -kEP -xqr +tDe +iwc ugV -xqr +iwc qGC -iay -xqr +lXv +iwc gIz cHX lhT @@ -142645,23 +142645,23 @@ pui gHJ qQs ctX -hvv +uZT tmM dSH dSH dSH sKt sKt -bgr +fWd rjh -bxT -voH +tEX +cTp sKt sKt sPZ sKt sKt -xqr +iwc kbf teq owI @@ -142910,8 +142910,8 @@ sKt sKt pHI rpR -keP -rcy +kHT +ifD vxx sKt cbM @@ -143167,14 +143167,14 @@ ugV htF dXp ouR -xVS +nWq mVN vxx ofx fkJ -xqr +iwc dla -rzT +wCM sKt leo teq @@ -143412,25 +143412,25 @@ owI owI teq sKt -jZa +kqS jMa -bUa -jMp +dCE +rcH jMa -xcQ -qfk +sBu +nMD jMa jFh sKt xPW jQw -ufm +uUd atK -llv +pYG sKt hfm -xqr -xqr +iwc +iwc hfm glH jHv @@ -143465,10 +143465,10 @@ dEc cjC pOL ueS -xVB +ybW pOL mXC -kox +sXo pOL bME vcr @@ -181502,7 +181502,7 @@ jJu jJu jJu jJu -fCT +nPF lIa hLz hLz @@ -183004,7 +183004,7 @@ cwq cwq xuv uKn -vpv +wJi lIL fFu kEF @@ -183261,7 +183261,7 @@ qdC cwq xuv uKn -wjq +eCW lIL fFu auU @@ -185061,7 +185061,7 @@ oiO adj aeI aiN -amR +tAc anN vIp asz @@ -189456,7 +189456,7 @@ obM kKr dXt wRD -tIW +eXr okN cBa dYv @@ -245979,7 +245979,7 @@ lmU qyE aeg bKS -hIa +tWz mKT nJo pDQ @@ -248062,7 +248062,7 @@ sFt sFt rXs bQG -dNo +fAq tGn tGn tGn @@ -248571,10 +248571,10 @@ hmX wUF wUF wUF -tyt -tyt -tyt -tyt +yge +yge +yge +yge bQG gbk tGn @@ -248831,7 +248831,7 @@ ceC gOO pBS sFt -tyt +yge sal mhO tGn @@ -249088,7 +249088,7 @@ gyr gyr pbr sFt -puc +kha pDk mhO tGn @@ -249345,7 +249345,7 @@ hRg diA diA diA -gaQ +vTi diA diA tGn @@ -249596,13 +249596,13 @@ nBC mOh qBx asg -pYe +xvs xsQ xUj diA sGW pmG -bmS +cPM awV sGW tGn @@ -249857,9 +249857,9 @@ ftp pzi hRg diA -rqi -gtp -kgk +crU +ydI +wFD pDK iuE tGn @@ -266013,7 +266013,7 @@ iSD uaG kRw xXK -qlj +hZg oEk hdN uCP @@ -266270,7 +266270,7 @@ oyZ uaG kRw mLO -rlq +xUA oEk gfP uCP @@ -307405,7 +307405,7 @@ vLW vLW vLW vLW -yfH +uJV lJp gGB aNs @@ -307657,12 +307657,12 @@ vXM rPA abP vLW -hRu -iYQ -qoc -sPz +gYd +nSl +ijf +ccQ vLW -bwV +gLD lJp gho aNs @@ -307914,10 +307914,10 @@ xHe xHe abP vLW -eVo +gME wYs -pzj -oQE +twY +fFD vLW aNs cxH @@ -308171,10 +308171,10 @@ lJp lJp abP vLW -spM +nhq wnO wnO -mZb +oOF vLW mqi rUa @@ -308430,7 +308430,7 @@ abP vLW oYL wYR -uQu +wzR kWx nZg iPY @@ -308943,7 +308943,7 @@ qlp qlp oKq mFS -rWL +xHi dWu wfx vLW @@ -309200,11 +309200,11 @@ ccf uJA oKq iUS -rXo -lRy +hmW +jnA wAb -lkG -jIB +aKm +nEg vLW kHl vYr @@ -309460,8 +309460,8 @@ nih wnO vRi lRR -pzy -ist +hqx +tPH vLW pmo wtt @@ -309972,9 +309972,9 @@ hkj jvM nSV pHT -fkz +bix ehu -bWT +dxy ced oKq dWL @@ -310482,7 +310482,7 @@ glw aNs mGY mUm -ueQ +pcv jvM iiF lYP @@ -310505,7 +310505,7 @@ sFa uCC uqc lng -eqP +lpf xMF kBi uIx @@ -311021,7 +311021,7 @@ uqc jIJ ezm hzQ -cPt +gJa uIx uIx uIx @@ -311757,7 +311757,7 @@ tQO mXH qyH mXH -pSI +sfO nmc xJx rov @@ -312308,7 +312308,7 @@ mNf vom wvq rJI -cXq +gYc vEa owb owb @@ -313551,7 +313551,7 @@ ucA ucA ucA lYx -lNx +nAY koC oOA tyR @@ -314072,9 +314072,9 @@ ulp hPf hPf cGX -sbc -uBO -wFl +clm +jGt +sar oPU nPE whI @@ -315139,7 +315139,7 @@ apg sWm kHO iAq -aKy +nsJ iAq cBx vEa @@ -315884,7 +315884,7 @@ hMm ipn pYl geD -mho +bzS mKs lif jmI @@ -319214,7 +319214,7 @@ mGy oiY daY pOQ -dLk +ybT tGW ell bRl @@ -319471,7 +319471,7 @@ cjB bRt daY iCU -dLk +ybT xbF nTB moq @@ -319728,7 +319728,7 @@ sLe psc daY iCU -dLk +ybT xdm xdm moq @@ -319985,7 +319985,7 @@ sLe psc daY iCU -dLk +ybT xdm chP moq @@ -320242,7 +320242,7 @@ luZ bRt qGf dzB -fZS +pfZ vqS wFb bjT @@ -320499,7 +320499,7 @@ sLe psc daY iCU -dLk +ybT xdm chP moq @@ -320756,7 +320756,7 @@ sLe psc daY iCU -dLk +ybT tQl xdm moq @@ -321013,7 +321013,7 @@ sLe bRt daY iCU -dLk +ybT xbF nTB moq @@ -321270,7 +321270,7 @@ mGy lLm daY klC -dLk +ybT tjJ qfE xdm @@ -325657,7 +325657,7 @@ dlW dlW nWW txN -mAd +ykw vvY pOG pOG @@ -325914,7 +325914,7 @@ uQI iEm nWW eOP -xuA +eWT eOP pOG miV @@ -326171,7 +326171,7 @@ dlW dlW nWW xRR -sDl +jRv uuh pOG pOG @@ -326426,11 +326426,11 @@ dlW oyh oyh oyh -gyl -eJH -dgf -rRq -gyl +vpq +anO +uNv +msa +vpq oyh oyh oyh @@ -326683,10 +326683,10 @@ rNo oyh oyh oyh -gyl +vpq wTj wTj -jGG +qVs eOP oyh oyh @@ -326940,11 +326940,11 @@ rNo oyh oyh oyh -vCx -rDz -uEM -rDz -eNG +msX +pHV +pHw +pHV +vpK oyh oyh oyh @@ -327198,9 +327198,9 @@ oyh oyh mrL nWW -gyl -gyl -gyl +vpq +vpq +vpq nWW ric oyh @@ -327456,7 +327456,7 @@ mYM oyh oyh oyh -tHe +hhG oyh oyh oyh @@ -327713,7 +327713,7 @@ kgW oyh oyh oyh -tHe +hhG oyh oyh oyh @@ -327970,7 +327970,7 @@ rCR oyh oyh iSU -tHe +hhG iSU oyh oyh @@ -328227,7 +328227,7 @@ kgW oyh oyh oyh -tHe +hhG oyh oyh oyh @@ -328484,7 +328484,7 @@ rCR oyh oyh oyh -gOH +nSm oyh oyh oyh @@ -328741,7 +328741,7 @@ kgW oyh oyh oyh -lct +oUe oyh oyh oyh @@ -328998,7 +328998,7 @@ rCR oyh oyh iSU -lct +oUe iSU oyh oyh @@ -329255,7 +329255,7 @@ kgW oyh oyh oyh -lct +oUe oyh oyh oyh @@ -329512,7 +329512,7 @@ uUj oyh oyh oyh -lct +oUe oyh oyh oyh @@ -329769,7 +329769,7 @@ oyh ric nbP uQA -mkR +tpu uQA nbP mrL @@ -330026,7 +330026,7 @@ oyh oyh xTI xJH -drq +oFV xJH uWn oyh @@ -330283,7 +330283,7 @@ oyh hWr ojl mYg -kKP +nlP wXk uQA oyh @@ -330540,7 +330540,7 @@ oyh oyh nbP tIl -tBM +alA kVs nbP oyh @@ -330797,7 +330797,7 @@ oyh oyh nbP nbP -dde +gEZ nbP nbP oyh @@ -331054,7 +331054,7 @@ oyh nbP nbP lSE -lSP +fIq owP nbP nbP @@ -331305,14 +331305,14 @@ oyh oyh oyh oyh -uev -uev -uev +tnh +tnh +tnh nbP -qLV +rXt nJR -nKh -gDq +nsN +buA nwR nbP nbP @@ -331561,18 +331561,18 @@ oyh oyh oyh oyh -izL -kMn -rEs -rEs -hDO -lSP -rWe -uhk +tGi +ayp +fit +fit +uSq +fIq +pNh +kPb dPC dPC -jnO -pBb +lUk +uFA nbP oyh oyh @@ -331818,18 +331818,18 @@ oyh oyh oyh oyh -izL -hpx -xbM -sGl +tGi +qoQ +dEx +iXx nbP -lcs -gDq -gtW +xKK +buA +gnz nus -hIo +seg nbP -mvN +fSd nbP hQT ijJ @@ -332075,21 +332075,21 @@ oyh oyh oyh oyh -kUr -hpx -pYq +jgo +qoQ +vYT oyh nbP nbP -old -rRn -gvP +rwF +uWN +dkX nbP nbP eYj fPW eYj -iTm +phv fPW oyh iML @@ -332333,7 +332333,7 @@ oyh aFj aFj aFj -bCG +mrD aFj aFj aFj @@ -332590,14 +332590,14 @@ aFj aFj aFj aFj -uOP +vhR aFj aFj aFj sOy -qvS -nuj -rXZ +htl +lFS +lyf sOy vyR vyR @@ -332846,15 +332846,15 @@ oyh aFj aFj aFj -gMK -uOP +cqM +vhR uLO -rLJ +mfh aFj mWh -wDW +lgL oiP -xaC +uIS mWh vyR oHW @@ -333104,21 +333104,21 @@ aFj aFj pUB kZZ -uOP -uOP -uOP -beZ -rpU -fUq -hPC +vhR +vhR +vhR +fbf +nWr +kOp +ryK onI pbd vyR -bBF -oQk -iSl +xOf +oTj +qEg rOj -ntD +tEq vyR vyR oyh @@ -333365,17 +333365,17 @@ trB ykV fQh aFj -cnB +tEn nEI -hPC -uSB -iEL +ryK +lve +trd vyR nqc -beR -wTt -wTt -iOP +ppl +fvg +fvg +sSc vyR vyR vyR @@ -333624,15 +333624,15 @@ szK aFj vug onI -wdW -xaC +evi +uIS hux vyR -pgZ +vqv vyR vyR urf -eMk +mPG vyR vyR vyR @@ -333882,14 +333882,14 @@ aFj wXy onI mIX -iOR -vew -oaG -eMd +qdE +tHQ +bKB +sbM vyR -liC -qVX -tmk +nZv +yaF +iay vyR vyR vyR @@ -334136,17 +334136,17 @@ tOV knH knH aFj -cCU +rcy nEI -usJ +gqr nEI atx vyR -rUd +oPE vyR vyR rOj -gno +gqc vyR vyR vyR @@ -334395,15 +334395,15 @@ knH aFj hwK wHv -usJ +gqr oiP bNh vyR jOC jOC krK -opg -sFS +lsY +dlS vyR vyR vyR @@ -334653,14 +334653,14 @@ aFj mWh oiP pIf -srf +pId mWh vyR -bBF +xOf qWi col -lOZ -uxz +llw +jQM vyR vyR oyh @@ -334902,8 +334902,8 @@ oyh aFj aFj aFj -hNq -byZ +dPr +iTR uEb uEb aFj diff --git a/_maps/map_files/debug/runtimestation.dmm b/_maps/map_files/debug/runtimestation.dmm index 88dd330815d..4072ee21a70 100644 --- a/_maps/map_files/debug/runtimestation.dmm +++ b/_maps/map_files/debug/runtimestation.dmm @@ -61,26 +61,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/main) -"ar" = ( -/obj/structure/closet/secure_closet/engineering_welding{ - locked = 0 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/engineering/main) -"as" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) "at" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -320,11 +300,6 @@ /obj/machinery/announcement_system, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"bs" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/science) "bt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /obj/structure/cable, @@ -373,22 +348,6 @@ /obj/machinery/computer/rdconsole, /turf/open/floor/iron, /area/station/science) -"bG" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/table, -/obj/item/uplink/debug{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/uplink/nuclear/debug, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/command/bridge) "bH" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on, /turf/open/floor/iron, @@ -439,13 +398,6 @@ /obj/machinery/door/poddoor, /turf/open/floor/engine, /area/station/cargo/miningoffice) -"bP" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) "bQ" = ( /obj/machinery/chem_master, /turf/open/floor/iron/dark, @@ -468,19 +420,6 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"bU" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/mob/living/carbon/human, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/medical/medbay) "bV" = ( /obj/machinery/light/directional/north, /mob/living/carbon/human, @@ -764,14 +703,6 @@ /obj/machinery/door/airlock/public/glass, /turf/open/floor/iron, /area/station/commons/storage/primary) -"cW" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/construction) "cX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 1 @@ -804,23 +735,10 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/storage/primary) -"dd" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/commons/storage/primary) "de" = ( /obj/machinery/gulag_teleporter, /turf/open/floor/iron, /area/station/security/brig) -"dg" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/security/brig) "dh" = ( /turf/closed/wall, /area/station/hallway/secondary/entry) @@ -1202,11 +1120,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"eG" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/cargo/storage) "eH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /obj/effect/turf_decal/stripes/line{ @@ -1230,11 +1143,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"eM" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "eN" = ( /obj/machinery/conveyor{ dir = 9; @@ -1687,14 +1595,6 @@ }, /turf/open/floor/plating, /area/station/commons/storage/primary) -"gi" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/machinery/computer/shuttle/mining, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) "gk" = ( /obj/structure/sign/departments/evac, /turf/closed/wall/r_wall, @@ -1836,6 +1736,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/science) +"hm" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/plating, +/area/station/engineering/atmos) "hD" = ( /obj/structure/closet/secure_closet/chemical/heisenberg{ locked = 0 @@ -1940,11 +1845,6 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"ou" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/plating, -/area/station/engineering/atmos) "oV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ dir = 4 @@ -1971,6 +1871,11 @@ /obj/machinery/door/airlock, /turf/open/floor/plating, /area/station/engineering/atmos) +"qx" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/cargo/storage) "qQ" = ( /turf/open/floor/engine, /area/station/cargo/miningoffice) @@ -2100,14 +2005,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"wS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "wU" = ( /turf/closed/wall/r_wall, /area/station/science/explab) @@ -2134,11 +2031,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"AE" = ( +"zS" = ( +/obj/machinery/rnd/destructive_analyzer, /obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron/dark, -/area/station/science/explab) +/turf/open/floor/iron, +/area/station/science) "AP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ dir = 8 @@ -2220,6 +2117,14 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) +"EM" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/computer/shuttle/mining, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) "ES" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ dir = 4 @@ -2234,6 +2139,27 @@ }, /turf/open/floor/iron, /area/station/medical/chemistry) +"Fd" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/table, +/obj/item/uplink/debug{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/uplink/nuclear/debug, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/command/bridge) +"HW" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "If" = ( /obj/machinery/rnd/production/techfab/department, /turf/open/floor/iron, @@ -2253,6 +2179,14 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) +"IH" = ( +/obj/structure/closet/secure_closet/engineering_welding{ + locked = 0 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/engineering/main) "II" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -2270,6 +2204,14 @@ }, /turf/open/floor/iron, /area/station/medical/chemistry) +"JS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "Kx" = ( /obj/structure/table, /obj/item/analyzer, @@ -2329,6 +2271,19 @@ /obj/machinery/rnd/production/protolathe/department, /turf/open/floor/iron, /area/station/science) +"Ot" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/mob/living/carbon/human, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/medical/medbay) "Ov" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -2341,6 +2296,23 @@ /obj/item/disk/tech_disk/debug, /turf/open/floor/iron, /area/station/science) +"Pk" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"Px" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"PJ" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/security/brig) "Qi" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ @@ -2378,6 +2350,14 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) +"Sg" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/construction) "Sj" = ( /obj/structure/table/optable, /obj/effect/turf_decal/tile/blue{ @@ -2385,11 +2365,6 @@ }, /turf/open/floor/iron/white/corner, /area/station/medical/medbay) -"Sp" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/unlocked, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "Td" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/stripes/line{ @@ -2416,6 +2391,18 @@ /obj/item/healthanalyzer/advanced, /turf/open/floor/iron, /area/station/medical/medbay) +"Va" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) "Vg" = ( /obj/machinery/light/directional/south, /obj/structure/cable, @@ -2544,6 +2531,19 @@ /obj/machinery/camera/autoname/directional/south, /turf/open/floor/iron, /area/station/cargo/miningoffice) +"Zd" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"Zz" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/unlocked, +/turf/open/floor/iron, +/area/station/commons/storage/primary) "ZD" = ( /obj/machinery/suit_storage_unit/ce, /turf/open/floor/iron, @@ -4228,7 +4228,7 @@ em em em em -gi +EM gm go gp @@ -5699,7 +5699,7 @@ aD aD bT cI -dg +PJ aD aD aD @@ -5713,7 +5713,7 @@ eh eh eh eF -eM +HW fM eh eh @@ -5880,12 +5880,12 @@ aa ah ut aw -ou +hm aw aw Kx ah -bs +zS bB ca If @@ -5894,7 +5894,7 @@ kn ES bE cN -cW +Sg dm dy ii @@ -6091,7 +6091,7 @@ dn dn dL cN -AE +Pk kp XN Ym @@ -6258,7 +6258,7 @@ bD XC co bA -wS +JS bE bE cN @@ -6438,7 +6438,7 @@ ab ab ab bu -bG +Fd ce cp bu @@ -7090,7 +7090,7 @@ cE bE bE cS -dd +Zz dp dl dl @@ -7350,7 +7350,7 @@ aa aa aa aj -ar +IH aA aH aF @@ -7358,7 +7358,7 @@ lg bf bp aj -bP +Px Ce JF mE @@ -7536,7 +7536,7 @@ aa ad af ak -as +Va aG aV bg @@ -7910,7 +7910,7 @@ MN MN av by -bU +Ot cl cl cl @@ -8380,7 +8380,7 @@ es by eu eu -eG +qx eP fY eZ @@ -8391,7 +8391,7 @@ eu eu eu et -Sp +Zd fO fO fO diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm index 911fe8b5af4..46a6bbc8aba 100644 --- a/_maps/map_files/generic/CentCom.dmm +++ b/_maps/map_files/generic/CentCom.dmm @@ -877,7 +877,7 @@ /obj/item/clipboard, /obj/item/folder/blue, /obj/item/melee/chainofcommand, -/obj/item/stamp/captain, +/obj/item/stamp/head/captain, /obj/machinery/newscaster{ pixel_y = 32 }, @@ -3265,7 +3265,7 @@ "pi" = ( /obj/structure/table/reinforced, /obj/item/folder/yellow, -/obj/item/stamp/qm, +/obj/item/stamp/head/qm, /obj/effect/turf_decal/stripes/line{ dir = 4 }, diff --git a/_maps/map_files/tramstation/tramstation.dmm b/_maps/map_files/tramstation/tramstation.dmm index ee237266bbe..3514ca8f83f 100644 --- a/_maps/map_files/tramstation/tramstation.dmm +++ b/_maps/map_files/tramstation/tramstation.dmm @@ -8197,6 +8197,11 @@ /obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/catwalk_floor, /area/station/maintenance/tram/right) +"btg" = ( +/obj/effect/mapping_helpers/airalarm/tlv_cold_room, +/obj/machinery/airalarm/directional/south, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) "btw" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -8275,16 +8280,6 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"buM" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/iron, -/area/station/science/robotics/lab) "buQ" = ( /obj/structure/closet/secure_closet/security/sec, /obj/machinery/status_display/evac/directional/east, @@ -8770,6 +8765,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/miningdock) +"bDf" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stamp/head/ce, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "bDj" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -9600,14 +9604,6 @@ /obj/structure/lattice, /turf/open/space/openspace, /area/space/nearstation) -"bQf" = ( -/obj/machinery/camera/emp_proof/directional/east{ - c_tag = "Secure - Telecomms Server Room East" - }, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) "bQt" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -9877,23 +9873,6 @@ /obj/machinery/keycard_auth/directional/east, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) -"bWc" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8; - piping_layer = 2 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Mixing Lab"; - network = list("ss13","rd") - }, -/obj/machinery/airalarm/directional/south, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/white, -/area/station/science/ordnance/burnchamber) "bWi" = ( /obj/structure/lattice/catwalk, /obj/structure/cable, @@ -10758,6 +10737,12 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/science/server) +"civ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "ciA" = ( /obj/machinery/door/airlock/external{ name = "Labor Camp Shuttle Airlock" @@ -13114,6 +13099,13 @@ /obj/machinery/disposal/bin, /turf/open/floor/iron, /area/station/command/bridge) +"dbU" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/glass/reinforced, +/area/station/command/heads_quarters/rd) "dbV" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -13362,11 +13354,6 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"dgy" = ( -/obj/effect/mapping_helpers/airalarm/tlv_cold_room, -/obj/machinery/airalarm/directional/south, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) "dgA" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -21802,12 +21789,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark, /area/station/commons/lounge) -"gws" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/stamp/hos, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) "gwy" = ( /obj/structure/sign/warning/no_smoking{ pixel_x = -28 @@ -23017,6 +22998,13 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) +"gSF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "gSQ" = ( /obj/machinery/door/airlock{ name = "Custodial Closet" @@ -24508,14 +24496,6 @@ "hBf" = ( /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"hBg" = ( -/obj/structure/table/glass, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/stamp/cmo, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) "hBl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/closed/wall/r_wall, @@ -26408,17 +26388,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"int" = ( -/obj/structure/table, -/obj/item/paper_bin/carbon{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/stamp/qm, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "inG" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -31282,18 +31251,6 @@ /obj/effect/landmark/generic_maintenance_landmark, /turf/open/floor/iron, /area/station/maintenance/port/central) -"kax" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ - dir = 8 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) "kaD" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -35667,6 +35624,18 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"lBF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 8 + }, +/obj/machinery/meter, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/turf/open/floor/iron/white, +/area/station/science/ordnance/freezerchamber) "lBP" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -36852,6 +36821,28 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"lWv" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "rdoffice"; + name = "Privacy Shutter Control"; + pixel_x = -7; + pixel_y = -2; + req_access = list("research") + }, +/obj/item/folder/white{ + pixel_x = 5 + }, +/obj/item/stamp/head/rd{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/pen/fountain{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/floor/glass/reinforced, +/area/station/command/heads_quarters/rd) "lWy" = ( /obj/structure/table, /obj/machinery/computer/security/telescreen/entertainment/directional/west, @@ -39345,12 +39336,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/security/interrogation) -"mWe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) "mWj" = ( /obj/structure/table, /obj/effect/spawner/random/food_or_drink/donkpockets, @@ -42377,12 +42362,26 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/tcommsat/computer) +"nXK" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/stamp/head/cmo, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "nXP" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/service/bar/backroom) +"nXQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "nYr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -43943,6 +43942,18 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) +"oDH" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/head/captain, +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "Captain's Desk"; + req_access = list("captain") + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "oEf" = ( /obj/structure/lattice/catwalk, /obj/structure/railing, @@ -45584,6 +45595,23 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, /area/station/science/research) +"pmP" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/head/hop, +/obj/item/trapdoor_remote/preloaded{ + pixel_x = -8 + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "pni" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 @@ -45934,6 +45962,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"ptu" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/stamp/head/hos, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "ptB" = ( /obj/machinery/crossing_signal/southwest{ inbound = 2; @@ -45974,23 +46008,6 @@ }, /turf/open/openspace, /area/station/hallway/primary/tram/right) -"pub" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/hop, -/obj/item/trapdoor_remote/preloaded{ - pixel_x = -8 - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "puf" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -48891,13 +48908,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"qtK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) "qtS" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -50319,13 +50329,6 @@ "qUB" = ( /turf/closed/wall, /area/station/hallway/secondary/exit) -"qUC" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/research_director, -/turf/open/floor/glass/reinforced, -/area/station/command/heads_quarters/rd) "qUF" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -50828,6 +50831,14 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/carpet, /area/station/medical/psychology) +"rcG" = ( +/obj/machinery/camera/emp_proof/directional/east{ + c_tag = "Secure - Telecomms Server Room East" + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) "rcH" = ( /obj/effect/turf_decal/caution/stand_clear/white{ dir = 4 @@ -51367,18 +51378,6 @@ /obj/machinery/telecomms/broadcaster/preset_left, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"rnc" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/captain, -/obj/machinery/door/window{ - base_state = "right"; - icon_state = "right"; - name = "Captain's Desk"; - req_access = list("captain") - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) "rnd" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -52455,6 +52454,19 @@ /obj/structure/sign/clock/directional/east, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) +"rJD" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/meter, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable/layer1, +/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airalarm/engine_access, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "rJE" = ( /obj/machinery/door/airlock/medical/glass{ name = "Medical Freezer" @@ -53566,15 +53578,6 @@ }, /turf/open/openspace, /area/station/hallway/primary/tram/center) -"sgu" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/stamp/ce, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "sgA" = ( /obj/structure/table, /obj/machinery/light/small/directional/west, @@ -54758,28 +54761,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison) -"szO" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "rdoffice"; - name = "Privacy Shutter Control"; - pixel_x = -7; - pixel_y = -2; - req_access = list("research") - }, -/obj/item/folder/white{ - pixel_x = 5 - }, -/obj/item/stamp/rd{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/item/pen/fountain{ - pixel_x = -4; - pixel_y = 7 - }, -/turf/open/floor/glass/reinforced, -/area/station/command/heads_quarters/rd) "szZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -58668,12 +58649,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/service/bar) -"tSh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "tSp" = ( /obj/structure/table/wood, /obj/machinery/airalarm/directional/west, @@ -61914,6 +61889,23 @@ /obj/item/pen, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) +"uXn" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8; + piping_layer = 2 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Mixing Lab"; + network = list("ss13","rd") + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/turf/open/floor/iron/white, +/area/station/science/ordnance/burnchamber) "uXt" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/trimline/red/filled/line, @@ -62602,6 +62594,17 @@ /obj/structure/cable, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"vjr" = ( +/obj/structure/table, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/stamp/head/qm, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "vju" = ( /obj/structure/table, /obj/item/plate, @@ -63232,19 +63235,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"vsK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable/layer1, -/obj/machinery/airalarm/directional/south, -/obj/effect/mapping_helpers/airalarm/engine_access, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "vsL" = ( /obj/machinery/holopad, /obj/effect/turf_decal/box/white{ @@ -70168,6 +70158,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/cargo/drone_bay) +"ydr" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron, +/area/station/science/robotics/lab) "ydu" = ( /obj/machinery/firealarm/directional/north, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -98556,7 +98556,7 @@ dwR ney muK pGS -bQf +rcG rME dnE ney @@ -101643,7 +101643,7 @@ pfG qHs bpZ fuj -vsK +rJD hDI oMc lEf @@ -102092,7 +102092,7 @@ pVJ nUP fgH aeo -dgy +btg iRL snQ iRL @@ -102663,7 +102663,7 @@ gKJ wIg rSj vRv -sgu +bDf joI fkq sHH @@ -110384,7 +110384,7 @@ gjj rCd pts gEs -tSh +nXQ rnA hBY atX @@ -120141,7 +120141,7 @@ dfz vqa uIk uIk -kax +lBF vjT fjn mBW @@ -121683,7 +121683,7 @@ dfz vqO edP edP -bWc +uXn hBl hBl gkD @@ -151457,7 +151457,7 @@ xSr umf qjW kHX -pub +pmP swc wHT omH @@ -156038,7 +156038,7 @@ aaa rmB qjw gJI -gws +ptu qUY auP qxT @@ -158129,7 +158129,7 @@ tth rKP kOr fpR -rnc +oDH aBt kbM qiN @@ -166402,7 +166402,7 @@ qOY iae qeL sYh -hBg +nXK wdj oGJ oGJ @@ -177947,7 +177947,7 @@ wSi moz gyP cdB -mWe +civ mAf dzu nto @@ -178977,7 +178977,7 @@ gyP aUb eeE wFx -qtK +gSF tPD uje uje @@ -179234,7 +179234,7 @@ gyP ixu eeE muZ -qtK +gSF bpa uje dLO @@ -180231,7 +180231,7 @@ hSs gbW uUE nms -int +vjr pUV gSi byL @@ -180259,7 +180259,7 @@ tFB vnu nUy fhy -buM +ydr goK gal pdZ @@ -181814,7 +181814,7 @@ iij yaB tes byp -qUC +dbU tes cjz qKE @@ -182070,7 +182070,7 @@ jwe rBb kxF tes -szO +lWv xPR kye cwX diff --git a/_maps/multiz_debug.json b/_maps/multiz_debug.json index b46b09d4ab6..5d5f207bd9c 100644 --- a/_maps/multiz_debug.json +++ b/_maps/multiz_debug.json @@ -4,7 +4,8 @@ "map_path": "map_files/debug", "map_file": "multiz.dmm", "ignored_unit_tests": [ - "/datum/unit_test/job_roundstart_spawnpoints" + "/datum/unit_test/job_roundstart_spawnpoints", + "/datum/unit_test/required_map_items" ], "traits": [ { diff --git a/_maps/runtimestation.json b/_maps/runtimestation.json index 76e2224dbd2..093592f5c70 100644 --- a/_maps/runtimestation.json +++ b/_maps/runtimestation.json @@ -5,7 +5,8 @@ "map_file": "runtimestation.dmm", "space_ruin_levels": 1, "ignored_unit_tests": [ - "/datum/unit_test/job_roundstart_spawnpoints" + "/datum/unit_test/job_roundstart_spawnpoints", + "/datum/unit_test/required_map_items" ], "shuttles": { "cargo": "cargo_delta" diff --git a/_maps/shuttles/emergency_tranquility.dmm b/_maps/shuttles/emergency_tranquility.dmm index 05730dc175a..c1521f617c5 100644 --- a/_maps/shuttles/emergency_tranquility.dmm +++ b/_maps/shuttles/emergency_tranquility.dmm @@ -882,7 +882,7 @@ /obj/item/stamp/denied{ pixel_x = 8 }, -/obj/item/stamp/qm{ +/obj/item/stamp/head/qm{ pixel_y = -5; pixel_x = 8 }, diff --git a/code/__DEFINES/unit_tests.dm b/code/__DEFINES/unit_tests.dm index 29deeb1716c..9b36bdb6640 100644 --- a/code/__DEFINES/unit_tests.dm +++ b/code/__DEFINES/unit_tests.dm @@ -18,3 +18,33 @@ #else #define TEST_ONLY_ASSERT(test, explanation) #endif + +/** + * Used for registering typepaths of item to be tracked as a "required map item" + * This is used to ensure that that all station maps have certain items mapped in that they should have + * Or that people aren't mapping in an excess of items that they shouldn't be + * (For example, all map should only ever have 1 Pun Pun) + * + * Min is inclusive, Max is inclusive (so 1, 1 means min of 1, max of 1, or only 1 allowed) + * + * This should only be used in Initialize(). And don't forget to update the unit test with the type itself! + */ +#ifdef UNIT_TESTS +#define REGISTER_REQUIRED_MAP_ITEM(min, max) \ + do { \ + if(mapload) { \ + var/turf/spawn_turf = get_turf(src); \ + if(is_station_level(spawn_turf?.z || 0)) { \ + var/datum/required_item/existing_value = GLOB.required_map_items[type]; \ + if(isnull(existing_value)) { \ + var/datum/required_item/new_value = new(type, min, max); \ + GLOB.required_map_items[type] = new_value; \ + } else { \ + existing_value.total_amount += 1; \ + }; \ + }; \ + }; \ + } while (FALSE) +#else +#define REGISTER_REQUIRED_MAP_ITEM(min, max) +#endif diff --git a/code/_globalvars/phobias.dm b/code/_globalvars/phobias.dm index 7995c3a9950..5c14303121c 100644 --- a/code/_globalvars/phobias.dm +++ b/code/_globalvars/phobias.dm @@ -184,14 +184,8 @@ GLOBAL_LIST_INIT(phobia_objs, list( /obj/item/encryptionkey/heads, /obj/item/radio/headset/heads, /obj/item/melee/baton/telescopic, - /obj/item/stamp/captain, - /obj/item/stamp/ce, /obj/item/stamp/centcom, - /obj/item/stamp/cmo, - /obj/item/stamp/hop, - /obj/item/stamp/hos, - /obj/item/stamp/rd, - /obj/item/stamp/qm, + /obj/item/stamp/head, /obj/item/toy/figure/captain, /obj/item/toy/figure/ce, /obj/item/toy/figure/cmo, @@ -293,14 +287,8 @@ GLOBAL_LIST_INIT(phobia_objs, list( /obj/item/radio/headset/heads, /obj/item/megaphone/command, /obj/item/melee/baton/abductor, - /obj/item/stamp/captain, - /obj/item/stamp/ce, /obj/item/stamp/centcom, - /obj/item/stamp/cmo, - /obj/item/stamp/hop, - /obj/item/stamp/hos, - /obj/item/stamp/rd, - /obj/item/stamp/qm, + /obj/item/stamp/head, /obj/item/storage/belt/military/abductor, /obj/item/toy/figure/captain, /obj/item/toy/figure/ce, @@ -402,7 +390,7 @@ GLOBAL_LIST_INIT(phobia_objs, list( /obj/item/megaphone/sec, /obj/item/melee/baton, /obj/item/restraints/handcuffs, - /obj/item/stamp/hos, + /obj/item/stamp/head/hos, /obj/item/toy/figure/hos, /obj/item/toy/figure/secofficer, /obj/machinery/door/airlock/security, diff --git a/code/datums/components/crafting/misc.dm b/code/datums/components/crafting/misc.dm index e73c56ca67d..dd850874d68 100644 --- a/code/datums/components/crafting/misc.dm +++ b/code/datums/components/crafting/misc.dm @@ -32,5 +32,5 @@ /obj/item/paper/paperslip = 1, /obj/item/stack/sheet/plastic = 3, ) - tool_paths = list(/obj/item/stamp/captain) + tool_paths = list(/obj/item/stamp/head/captain) category = CAT_MISC diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 729ad0de794..835053fcf80 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -87,6 +87,9 @@ /obj/machinery/computer/communications/Initialize(mapload) . = ..() + // All maps should have at least 1 comms console + REGISTER_REQUIRED_MAP_ITEM(1, INFINITY) + GLOB.shuttle_caller_list += src AddComponent(/datum/component/gps, "Secured Communications Signal") diff --git a/code/modules/cargo/department_order.dm b/code/modules/cargo/department_order.dm index c99e053f61e..972588a6355 100644 --- a/code/modules/cargo/department_order.dm +++ b/code/modules/cargo/department_order.dm @@ -24,6 +24,9 @@ GLOBAL_LIST_INIT(department_order_cooldowns, list( /obj/machinery/computer/department_orders/Initialize(mapload, obj/item/circuitboard/board) . = ..() + // All maps should have ONLY ONE of each order console roundstart + REGISTER_REQUIRED_MAP_ITEM(1, 1) + if(mapload) //check for mapping errors for(var/delivery_area_type in department_delivery_areas) if(GLOB.areas_by_type[delivery_area_type]) diff --git a/code/modules/jobs/job_types/captain.dm b/code/modules/jobs/job_types/captain.dm index 49a7187070e..74f9ecd286f 100755 --- a/code/modules/jobs/job_types/captain.dm +++ b/code/modules/jobs/job_types/captain.dm @@ -79,7 +79,7 @@ accessory = /obj/item/clothing/accessory/medal/gold/captain chameleon_extras = list( /obj/item/gun/energy/e_gun, - /obj/item/stamp/captain, + /obj/item/stamp/head/captain, ) implants = list(/obj/item/implant/mindshield) skillchips = list(/obj/item/skillchip/disk_verifier) diff --git a/code/modules/jobs/job_types/chief_engineer.dm b/code/modules/jobs/job_types/chief_engineer.dm index 4a4ae8828bb..6116b1dc931 100644 --- a/code/modules/jobs/job_types/chief_engineer.dm +++ b/code/modules/jobs/job_types/chief_engineer.dm @@ -74,7 +74,7 @@ duffelbag = /obj/item/storage/backpack/duffelbag/engineering box = /obj/item/storage/box/survival/engineer - chameleon_extras = /obj/item/stamp/ce + chameleon_extras = /obj/item/stamp/head/ce skillchips = list(/obj/item/skillchip/job/engineer) pda_slot = ITEM_SLOT_LPOCKET diff --git a/code/modules/jobs/job_types/chief_medical_officer.dm b/code/modules/jobs/job_types/chief_medical_officer.dm index d0ddc0e27d0..e7cdcfb3975 100644 --- a/code/modules/jobs/job_types/chief_medical_officer.dm +++ b/code/modules/jobs/job_types/chief_medical_officer.dm @@ -76,7 +76,7 @@ box = /obj/item/storage/box/survival/medical chameleon_extras = list( /obj/item/gun/syringe, - /obj/item/stamp/cmo, + /obj/item/stamp/head/cmo, ) skillchips = list(/obj/item/skillchip/entrails_reader) diff --git a/code/modules/jobs/job_types/head_of_personnel.dm b/code/modules/jobs/job_types/head_of_personnel.dm index 6ec118df9d1..d078afe6c56 100644 --- a/code/modules/jobs/job_types/head_of_personnel.dm +++ b/code/modules/jobs/job_types/head_of_personnel.dm @@ -66,7 +66,7 @@ chameleon_extras = list( /obj/item/gun/energy/e_gun, - /obj/item/stamp/hop, + /obj/item/stamp/head/hop, ) /datum/outfit/job/hop/pre_equip(mob/living/carbon/human/H) diff --git a/code/modules/jobs/job_types/head_of_security.dm b/code/modules/jobs/job_types/head_of_security.dm index e9994ec122e..b842cdd3ef4 100644 --- a/code/modules/jobs/job_types/head_of_security.dm +++ b/code/modules/jobs/job_types/head_of_security.dm @@ -71,7 +71,7 @@ box = /obj/item/storage/box/survival/security chameleon_extras = list( /obj/item/gun/energy/e_gun/hos, - /obj/item/stamp/hos, + /obj/item/stamp/head/hos, ) implants = list(/obj/item/implant/mindshield) diff --git a/code/modules/jobs/job_types/quartermaster.dm b/code/modules/jobs/job_types/quartermaster.dm index 0d755c14865..e544e52ec63 100644 --- a/code/modules/jobs/job_types/quartermaster.dm +++ b/code/modules/jobs/job_types/quartermaster.dm @@ -51,4 +51,4 @@ shoes = /obj/item/clothing/shoes/sneakers/brown l_hand = /obj/item/clipboard - chameleon_extras = /obj/item/stamp/qm + chameleon_extras = /obj/item/stamp/head/qm diff --git a/code/modules/jobs/job_types/research_director.dm b/code/modules/jobs/job_types/research_director.dm index 8dd3c92d213..ed76d756e25 100644 --- a/code/modules/jobs/job_types/research_director.dm +++ b/code/modules/jobs/job_types/research_director.dm @@ -73,7 +73,7 @@ satchel = /obj/item/storage/backpack/satchel/science duffelbag = /obj/item/storage/backpack/duffelbag/science - chameleon_extras = /obj/item/stamp/rd + chameleon_extras = /obj/item/stamp/head/rd skillchips = list(/obj/item/skillchip/job/research_director) /datum/outfit/job/rd/mod diff --git a/code/modules/mob/living/basic/pets/dog.dm b/code/modules/mob/living/basic/pets/dog.dm index 25b1afeeb71..7bdd65bd767 100644 --- a/code/modules/mob/living/basic/pets/dog.dm +++ b/code/modules/mob/living/basic/pets/dog.dm @@ -541,6 +541,9 @@ GLOBAL_LIST_INIT(strippable_corgi_items, create_strippable_list(list( /mob/living/basic/pet/dog/corgi/ian/Initialize(mapload) . = ..() + // Ensure Ian exists + REGISTER_REQUIRED_MAP_ITEM(1, 1) + //parent call must happen first to ensure IAN //is not in nullspace when child puppies spawn Read_Memory() diff --git a/code/modules/mob/living/carbon/human/monkey/monkey.dm b/code/modules/mob/living/carbon/human/monkey/monkey.dm index 2f1b8535d36..db8f2f4f1e3 100644 --- a/code/modules/mob/living/carbon/human/monkey/monkey.dm +++ b/code/modules/mob/living/carbon/human/monkey/monkey.dm @@ -65,6 +65,8 @@ GLOBAL_DATUM(the_one_and_only_punpun, /mob/living/carbon/human/species/monkey/pu if(!GLOB.the_one_and_only_punpun && mapload) GLOB.the_one_and_only_punpun = src + // 1 Pun Pun should exist + REGISTER_REQUIRED_MAP_ITEM(1, 1) fully_replace_character_name(real_name, name_to_use) diff --git a/code/modules/mob/living/simple_animal/parrot.dm b/code/modules/mob/living/simple_animal/parrot.dm index 6d871b175b1..574b0f760f3 100644 --- a/code/modules/mob/living/simple_animal/parrot.dm +++ b/code/modules/mob/living/simple_animal/parrot.dm @@ -924,6 +924,9 @@ GLOBAL_LIST_INIT(strippable_parrot_items, create_strippable_list(list( . = ..() + // Ensure 1 Poly exists + REGISTER_REQUIRED_MAP_ITEM(1, 1) + /mob/living/simple_animal/parrot/poly/Life(seconds_per_tick = SSMOBS_DT, times_fired) if(!stat && SSticker.current_state == GAME_STATE_FINISHED && !memory_saved) Write_Memory(FALSE) diff --git a/code/modules/paperwork/paperwork.dm b/code/modules/paperwork/paperwork.dm index cffa480e4a1..280bff58890 100644 --- a/code/modules/paperwork/paperwork.dm +++ b/code/modules/paperwork/paperwork.dm @@ -113,7 +113,7 @@ //HEAD OF STAFF DOCUMENTS /obj/item/paperwork/cargo - stamp_requested = /obj/item/stamp/qm + stamp_requested = /obj/item/stamp/head/qm stamp_job = /datum/job/quartermaster stamp_icon = "paper_stamp-qm" @@ -126,7 +126,7 @@ detailed_desc += span_info(" Despite how disorganized the documents are, they're all appropriately filled in. You should probably stamp this.") /obj/item/paperwork/security - stamp_requested = /obj/item/stamp/hos + stamp_requested = /obj/item/stamp/head/hos stamp_job = /datum/job/head_of_security stamp_icon = "paper_stamp-hos" @@ -139,7 +139,7 @@ detailed_desc += span_info(" What a bunch of crap, the security team were clearly just doing what they had to. You should probably stamp this.") /obj/item/paperwork/service - stamp_requested = /obj/item/stamp/hop + stamp_requested = /obj/item/stamp/head/hop stamp_job = /datum/job/head_of_personnel stamp_icon = "paper_stamp-hop" @@ -152,7 +152,7 @@ detailed_desc += span_info(" A MAXIMUM priority request like this is nothing to balk at. You should probably stamp this.") /obj/item/paperwork/medical - stamp_requested = /obj/item/stamp/cmo + stamp_requested = /obj/item/stamp/head/cmo stamp_job = /datum/job/chief_medical_officer stamp_icon = "paper_stamp-cmo" @@ -166,7 +166,7 @@ /obj/item/paperwork/engineering - stamp_requested = /obj/item/stamp/ce + stamp_requested = /obj/item/stamp/head/ce stamp_job = /datum/job/chief_engineer stamp_icon = "paper_stamp-ce" @@ -179,7 +179,7 @@ detailed_desc += span_info(" Damn, that's impressive stuff. You should probably stamp this.") /obj/item/paperwork/research - stamp_requested = /obj/item/stamp/rd + stamp_requested = /obj/item/stamp/head/rd stamp_job = /datum/job/research_director stamp_icon = "paper_stamp-rd" @@ -192,7 +192,7 @@ detailed_desc += span_info(" Regardless, they're still perfectly usable test results. You should probably stamp this.") /obj/item/paperwork/captain - stamp_requested = /obj/item/stamp/captain + stamp_requested = /obj/item/stamp/head/captain stamp_job = /datum/job/captain stamp_icon = "paper_stamp-cap" diff --git a/code/modules/paperwork/stamps.dm b/code/modules/paperwork/stamps.dm index 12caa3c003e..342833a7cae 100644 --- a/code/modules/paperwork/stamps.dm +++ b/code/modules/paperwork/stamps.dm @@ -26,46 +26,53 @@ stamp_class = sheet.icon_class_name(icon_state) ) -/obj/item/stamp/qm - name = "quartermaster's rubber stamp" - icon_state = "stamp-qm" - dye_color = DYE_QM - /obj/item/stamp/law name = "law office's rubber stamp" icon_state = "stamp-law" dye_color = DYE_LAW -/obj/item/stamp/captain +/obj/item/stamp/head + +/obj/item/stamp/head/Initialize(mapload) + . = ..() + // All maps should have at least 1 of each head of staff stamp + REGISTER_REQUIRED_MAP_ITEM(1, INFINITY) + +/obj/item/stamp/head/captain name = "captain's rubber stamp" icon_state = "stamp-cap" dye_color = DYE_CAPTAIN -/obj/item/stamp/hop +/obj/item/stamp/head/hop name = "head of personnel's rubber stamp" icon_state = "stamp-hop" dye_color = DYE_HOP -/obj/item/stamp/hos +/obj/item/stamp/head/hos name = "head of security's rubber stamp" icon_state = "stamp-hos" dye_color = DYE_HOS -/obj/item/stamp/ce +/obj/item/stamp/head/ce name = "chief engineer's rubber stamp" icon_state = "stamp-ce" dye_color = DYE_CE -/obj/item/stamp/rd +/obj/item/stamp/head/rd name = "research director's rubber stamp" icon_state = "stamp-rd" dye_color = DYE_RD -/obj/item/stamp/cmo +/obj/item/stamp/head/cmo name = "chief medical officer's rubber stamp" icon_state = "stamp-cmo" dye_color = DYE_CMO +/obj/item/stamp/head/qm + name = "quartermaster's rubber stamp" + icon_state = "stamp-qm" + dye_color = DYE_QM + /obj/item/stamp/denied name = "\improper DENIED rubber stamp" icon_state = "stamp-deny" diff --git a/code/modules/unit_tests/_unit_tests.dm b/code/modules/unit_tests/_unit_tests.dm index b65878b9cff..1ed4429a113 100644 --- a/code/modules/unit_tests/_unit_tests.dm +++ b/code/modules/unit_tests/_unit_tests.dm @@ -189,6 +189,7 @@ #include "reagent_names.dm" #include "reagent_recipe_collisions.dm" #include "reagent_transfer.dm" +#include "required_map_items.dm" #include "resist.dm" #include "say.dm" #include "screenshot_antag_icons.dm" diff --git a/code/modules/unit_tests/required_map_items.dm b/code/modules/unit_tests/required_map_items.dm new file mode 100644 index 00000000000..1c94a5eaeae --- /dev/null +++ b/code/modules/unit_tests/required_map_items.dm @@ -0,0 +1,62 @@ +/** + * Tests that all expected items are mapped in roundstart. + * + * How to add an item to this test: + * - Add the typepath(s) to setup_expected_types + * - In the type's initialize, REGISTER_REQUIRED_MAP_ITEM() a minimum and maximum + */ +/datum/unit_test/required_map_items + /// A list of all typepaths that we expect to be in the required items list + var/list/expected_types = list() + +/// Used to fill the expected types list with all the types we look for on the map. +/// This list will just be full of typepaths that we expect. +/// More detailed information about each item (mainly, how much of each should exist) is set on a per item basis +/datum/unit_test/required_map_items/proc/setup_expected_types() + expected_types += subtypesof(/obj/item/stamp/head) + expected_types += subtypesof(/obj/machinery/computer/department_orders) + expected_types += /obj/machinery/computer/communications + expected_types += /mob/living/carbon/human/species/monkey/punpun + expected_types += /mob/living/basic/pet/dog/corgi/ian + expected_types += /mob/living/simple_animal/parrot/poly + +/datum/unit_test/required_map_items/Run() + setup_expected_types() + + var/list/required_map_items = GLOB.required_map_items.Copy() + for(var/got_type in expected_types) + var/datum/required_item/item = required_map_items[got_type] + var/items_found = item?.total_amount || 0 + required_map_items -= got_type + if(items_found <= 0) + TEST_FAIL("Item [got_type] was not found, but is expected to be mapped in on mapload!") + continue + + if(items_found < item.minimum_amount) + TEST_FAIL("Item [got_type] should have at least [item.minimum_amount] mapped in but only had [items_found] on mapload!") + continue + + if(items_found > item.maximum_amount) + TEST_FAIL("Item [got_type] should have at most [item.maximum_amount] mapped in but had [items_found] on mapload!") + continue + + // This primarily serves as a reminder to include the typepath in the expected types list above. + // However we can easily delete this line in the future if it runs into false positives. + TEST_ASSERT(length(required_map_items) == 0, "The following paths were found in required map items, but weren't checked: [english_list(required_map_items)]") + +/// Datum for tracking required map items +/datum/required_item + /// Type (exact) being tracked + var/tracked_type + /// How many exist in the world + var/total_amount = 0 + /// Min. amount of this type that should exist roundstart (inclusive) + var/minimum_amount = 1 + /// Max. amount of this type that should exist roundstart (inclusive) + var/maximum_amount = 1 + +/datum/required_item/New(tracked_type, minimum_amount = 1, maximum_amount = 1) + src.tracked_type = tracked_type + src.minimum_amount = minimum_amount + src.maximum_amount = maximum_amount + total_amount += 1 diff --git a/code/modules/unit_tests/unit_test.dm b/code/modules/unit_tests/unit_test.dm index 847605f6642..22470e2593c 100644 --- a/code/modules/unit_tests/unit_test.dm +++ b/code/modules/unit_tests/unit_test.dm @@ -15,6 +15,8 @@ GLOBAL_DATUM(current_test, /datum/unit_test) GLOBAL_VAR_INIT(failed_any_test, FALSE) /// When unit testing, all logs sent to log_mapping are stored here and retrieved in log_mapping unit test. GLOBAL_LIST_EMPTY(unit_test_mapping_logs) +/// Global assoc list of required mapping items, [item typepath] to [required item datum]. +GLOBAL_LIST_EMPTY(required_map_items) /// A list of every test that is currently focused. /// Use the PERFORM_ALL_TESTS macro instead. diff --git a/tools/UpdatePaths/Scripts/74985_stamps.txt b/tools/UpdatePaths/Scripts/74985_stamps.txt new file mode 100644 index 00000000000..ae165537cb4 --- /dev/null +++ b/tools/UpdatePaths/Scripts/74985_stamps.txt @@ -0,0 +1,7 @@ +/obj/item/stamp/captain : /obj/item/stamp/head/captain {@OLD} +/obj/item/stamp/ce : /obj/item/stamp/head/ce {@OLD} +/obj/item/stamp/cmo : /obj/item/stamp/head/cmo {@OLD} +/obj/item/stamp/hop : /obj/item/stamp/head/hop {@OLD} +/obj/item/stamp/hos : /obj/item/stamp/head/hos {@OLD} +/obj/item/stamp/qm : /obj/item/stamp/head/qm {@OLD} +/obj/item/stamp/rd : /obj/item/stamp/head/rd {@OLD}